Skip to content

Commit

Permalink
changed in home layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Feb 22, 2020
1 parent e4a7247 commit e62115a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
12 changes: 1 addition & 11 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,8 @@
$('#typewriteText').typewrite({
actions: [
{type: 'Hello, I’m John Doe, Web-Developer based on San Fransisco.'},
{type: '<br>'},
{type: 'I build creative Websites and Apps '},
{type: '<br>'},
{type: 'Welcome to my blog !'},
{remove: {num: 12, type: 'stepped'}},
{select: {from: 11, to: 19}},
{delay: 2000},
{remove: {num: 45, type: 'stepped'}},
{type: 'I build beautiful and responsive Websites and Apps '},
{type: '<br>'},
{delay: 500},
{type: 'Stay updated by subscribing to our Newsletter :D'}
{delay: 2000}
]
});
});
Expand Down
11 changes: 8 additions & 3 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,16 @@ header {
/* jumbotron */
.jumbotron {
background-color: var(--main-background-color) !important;
background-image: url('https://d1qmdf3vop2l07.cloudfront.net/dear-deodorant.cloudvent.net/compressed/_min_/f6faab65951d8a814a63e2a7d9e61b66.svg');
background-attachment: fixed;
background-size: contain;
background-position: top;
}

.lead {
font-size: 1.85rem !important;
font-weight: 300;
color: var(--bold-color);
font-size: 1.30rem !important;
font-weight: 600;
color: #ff7601 !important;
}

/* Gallery */
Expand Down

0 comments on commit e62115a

Please sign in to comment.