Skip to content

Commit fb9740e

Browse files
committed
home layout changes
1 parent 3b307cc commit fb9740e

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

‎_layouts/home.html‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
$(document).ready(function(){
77
$('#typewriteText').typewrite({
88
actions: [
9-
{type: 'Hello, I’m John Doe, Web-Developer based on San Fransisco.'},
10-
{select: {from: 11, to: 19}},
11-
{delay: 2000}
9+
{type: 'Hello, I’m John Doe, Web-Developer based on San Fransisco.'}
1210
]
1311
});
1412
});
@@ -18,9 +16,8 @@
1816
<div class="col-lg-8 offset-md-2">
1917
<div class="jumbotron" style="text-align: center;">
2018
<h1 class="display-4">Hello, world!</h1>
19+
<h3> devlopr is a jekyll theme built for developers like you !</h3>
2120
<p class="lead" id="typewriteText"></p>
21+
<button class="btn btn-dark btn-lg"><a href="/get-started">Get Started </a></button>
2222
</div>
2323
</div>
24-
<div class="col-lg-8 offset-md-2">
25-
26-
</div>

‎assets/css/main.scss‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,15 @@ header {
278278
color: #ff7601 !important;
279279
}
280280

281+
.fa {
282+
display: inline-block;
283+
font: normal normal normal 14px/1 FontAwesome;
284+
font-size: 25px;
285+
text-rendering: auto;
286+
-webkit-font-smoothing: antialiased;
287+
-moz-osx-font-smoothing: grayscale;
288+
}
289+
281290
/* Gallery */
282291
/* image-gallery */
283292
#imageGallery{

0 commit comments

Comments
 (0)