Skip to content

Commit a64987d

Browse files
committed
feat: typer added for developer intro
1 parent 2a25fab commit a64987d

File tree

4 files changed

+392
-4
lines changed

4 files changed

+392
-4
lines changed

Diff for: dist/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<div class="dev-hero-area__bg" style="background-image: url('./image/l-1/hero.png')">
160160
<div class="col-xs-10 col-sm-9 col-md-8 col-xxl-7 offset-1">
161161
<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>
163163
<p class="text">Full Stack Frontend Developer and Content Writing Based on LA. I specialize in Bug
164164
Fixing, Responsive Web Design, and Visual Development.</p>
165165
<div class="btn-group">
@@ -734,6 +734,7 @@ <h3 class="title">+1-202-555-0190</h3>
734734
<script src="./plugins/slick/slick.min.js"></script>
735735
<script src="./plugins/gijgo/js/gijgo.min.js"></script>
736736
<script src="plugins/theme-mode-switcher/gr-theme-mode-switcher.js"></script>
737+
<script src="./plugins/typer/typed.js"></script>
737738
<!-- Activation Script -->
738739
<script src="js/custom.js"></script>
739740
<script src="js/menu.js"></script>

Diff for: dist/js/custom.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -491,4 +491,10 @@
491491
},
492492
]
493493
});
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+
});

0 commit comments

Comments
 (0)