+
+
404
+
File not found
+
+
+ The site configured at this address does not
+ contain the requested file.
+
+
+
+ If this is your site, make sure that the filename case matches the URL.
+ For root URLs (like http://example.com/
) you must provide an
+ index.html
file.
+
+
+
+ Read the full documentation
+ for more information about using GitHub Pages.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PORTFOLIO/ravirajwadnerkar.github.io/assets/js/Animated-Type-Heading.js b/PORTFOLIO/ravirajwadnerkar.github.io/assets/js/Animated-Type-Heading.js
new file mode 100644
index 0000000..9d12120
--- /dev/null
+++ b/PORTFOLIO/ravirajwadnerkar.github.io/assets/js/Animated-Type-Heading.js
@@ -0,0 +1,157 @@
+jQuery(document).ready(function($) {
+ var animationDelay = 2500,
+ barAnimationDelay = 3800,
+ barWaiting = barAnimationDelay - 3e3,
+ lettersDelay = 50,
+ typeLettersDelay = 150,
+ selectionDuration = 500,
+ typeAnimationDelay = selectionDuration + 800,
+ revealDuration = 600,
+ revealAnimationDelay = 1500;
+ initHeadline();
+ function initHeadline() {
+ singleLetters($(".cd-headline.letters").find("b"));
+ animateHeadline($(".cd-headline"))
+ }
+ function singleLetters($words) {
+ $words.each(function() {
+ var word = $(this),
+ letters = word.text().split(""),
+ selected = word.hasClass("is-visible");
+ for (i in letters) {
+ if (word.parents(".rotate-2").length > 0)
+ letters[i] = "