File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 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 } ) ;
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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments