File tree 4 files changed +392
-4
lines changed
4 files changed +392
-4
lines changed Original file line number Diff line number Diff line change 159
159
< div class ="dev-hero-area__bg " style ="background-image: url('./image/l-1/hero.png') ">
160
160
< div class ="col-xs-10 col-sm-9 col-md-8 col-xxl-7 offset-1 ">
161
161
< div class ="dev-display-title ">
162
- < h1 class ="title text-white "> < span class ="wave "> 👋</ span > Hey, I’m Jamel < br > Full-Stack Developer. </ h1 >
162
+ < h1 class ="title text-white "> < span class ="wave "> 👋</ span > Hey, I’m Jamel < br > < span class =" typed " > </ span > </ h1 >
163
163
< p class ="text "> Full Stack Frontend Developer and Content Writing Based on LA. I specialize in Bug
164
164
Fixing, Responsive Web Design, and Visual Development.</ p >
165
165
< div class ="btn-group ">
@@ -734,6 +734,7 @@ <h3 class="title">+1-202-555-0190</h3>
734
734
< script src ="./plugins/slick/slick.min.js "> </ script >
735
735
< script src ="./plugins/gijgo/js/gijgo.min.js "> </ script >
736
736
< script src ="plugins/theme-mode-switcher/gr-theme-mode-switcher.js "> </ script >
737
+ < script src ="./plugins/typer/typed.js "> </ script >
737
738
<!-- Activation Script -->
738
739
< script src ="js/custom.js "> </ script >
739
740
< script src ="js/menu.js "> </ script >
Original file line number Diff line number Diff line change 491
491
} ,
492
492
]
493
493
} ) ;
494
- } ) ( jQuery ) ;
494
+ } ) ( jQuery ) ;
495
+
496
+ var typed = new Typed ( '.typed' , {
497
+ strings : [ "Full-Stack Developer." , "Javascript Expert." ] ,
498
+ typeSpeed : 100 ,
499
+ loop : true ,
500
+ } ) ;
You can’t perform that action at this time.
0 commit comments