-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (93 loc) · 4.14 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000" />
<title>Taylor's Portfolio | Fullstack Engineer</title>
<meta name="description"
content="Welcome to your gateway to the dynamic world of web development. Dive into a digital realm where my coding and design expertise creates exceptional UI/UX." />
<meta name="robots" content="index, follow" />
<meta name="google-site-verification" content="YRAUUyc8TP4QJ1s53KAdLxcON9xifQf33BnLeP-F_5Y" />
<meta name="keywords" content="chiragchrg,chrgchirag, @ChrgChirag, portfolio, vortexa, devbase, ARMS, ARMS2.0, Academic, Resource, Management, System, arms2, xrecon, @ChrgChirag, chiruchirag2001, chiragchrg.netlify.app, devbase.netlify.app,
Fullstack Web Developer, My Personal Portfolio, ChiragChrg.github.io, I create Exciting Stuff on the Internet." />
<meta name="author" content="ChiragChrg">
<link rel="canonical" href="https://chiragchrg.netlify.app/">
<!-- <link rel="preload" as="image" href="/src/assets/Avatar.webp" /> -->
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/Icons/192.png" />
<link rel="manifest" href="/manifest.json" />
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet preload" as="style"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Satisfy&family=Ubuntu:wght@700&display=swap"> -->
</head>
<body>
<div style="display: none;">
<header>
<a href="https://chiragchrg.netlify.app/">Portfolio</a>
<nav>
<ul>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contacts">Contact</a>
</li>
</ul>
</nav>
<a
href="https://raw.githubusercontent.com/ChiragChrg/ChiragChrg.github.io/main/Chirag%20Resume%20Dummy.pdf">Resume</a>
</header>
<p>Hi! my name is,</p>
<h1>Taylor Littleton</h1>
<p>I'm a Fullstack Web Developer.
I create Exciting Stuff on the Internet.</p>
<a href="https://github.com/taylor0102" title="GitHub" target="_blank" rel="noreferrer">
GitHub</a>
<a href="https://www.linkedin.com/in/chiragchrg/" title="LinkedIn" target="_blank" rel="noreferrer">
LinkedIn</a>
<a href="https://x.com/ChrgChirag" title="Twitter" target="_blank" rel="noreferrer">
Twitter</a>
<a href="https://www.instagram.com/chiragchrg/" title="Instagram" target="_blank" rel="noreferrer">
Instagram</a>
<a href="https://www.google.com/search?q=%22chiragchrg%22" title="Google Search" target="_blank" rel="noreferrer">
Google
</a>
<img src="./src/assets/Avatar.webp" alt="ChiragChrg">
<h2>About Me</h2>
<h3>Hey there! 👋🏻</h3>
<p>I'm Taylor, a full stack web developer with a strong passion for crafting digital realms that captivate and
inspire.</p>
<p>I specialize in creating dynamic and interactive UI/UX experience. I stay up to date with the latest tools and
techniques. I've worked on a wide range of projects, from personal websites to large-scale applications,
sharpening my problem solving skills and fostering creativity.</p>
<p>If you're seeking a dedicated and passionate web developer, I'm eager to collaborate with you. Let's bring your
ideas to life!</p>
</div>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
<!-- PWA Service Worker Script -->
<script defer>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker
.register("/ServiceWorker.js")
.then((Reg) => {
console.log("SW Registered: ", Reg.scope);
})
.catch((RegErr) => {
console.log("SW Registration failed: ", RegErr);
});
});
}
</script>
<!-- PWA Service Worker Script -->
</html>