-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
28 lines (27 loc) · 1.01 KB
/
index.js
File metadata and controls
28 lines (27 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
let typed = new Typed(".auto-type", {
strings: ["Coder", "Programmer", "Web designer", "Video Editor"],
typeSpeed: 100,
backSpeed: 50,
loop: true,
fadeout: true,
fadeOutDelay: 500,
});
let typed2 = new Typed(".auto-typed", {
strings: [
"You are an ambitious and skilled individual ",
"with a strong foundation in frontend development,",
"including expertise in HTML, CSS, JavaScript, and React.",
"You've successfully created multiple websites,",
"such as 'Acme Degree College' and 'Gravity,'",
"showcasing your ability to design responsive layouts and integrate modern features.",
"Your problem-solving skills, combined with experience in teamwork and leadership,",
"evident in your projects and past work at Tech Mahindra.",
"Additionally, your creative side shines through your YouTube channel,",
"where you share music shorts and lyrics videos, engaging a growing audience.",
],
typeSpeed: 40,
backSpeed: 50,
loop: true,
fadeout: true,
fadeOutDelay: 500,
});