Skip to content

Commit

Permalink
home layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Feb 23, 2020
1 parent 3b307cc commit fb9740e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
$(document).ready(function(){
$('#typewriteText').typewrite({
actions: [
{type: 'Hello, I’m John Doe, Web-Developer based on San Fransisco.'},
{select: {from: 11, to: 19}},
{delay: 2000}
{type: 'Hello, I’m John Doe, Web-Developer based on San Fransisco.'}
]
});
});
Expand All @@ -18,9 +16,8 @@
<div class="col-lg-8 offset-md-2">
<div class="jumbotron" style="text-align: center;">
<h1 class="display-4">Hello, world!</h1>
<h3> devlopr is a jekyll theme built for developers like you !</h3>
<p class="lead" id="typewriteText"></p>
<button class="btn btn-dark btn-lg"><a href="/get-started">Get Started </a></button>
</div>
</div>
<div class="col-lg-8 offset-md-2">

</div>
9 changes: 9 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,15 @@ header {
color: #ff7601 !important;
}

.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 25px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* Gallery */
/* image-gallery */
#imageGallery{
Expand Down

0 comments on commit fb9740e

Please sign in to comment.