-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (152 loc) · 8.92 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Darsh Kulthia</title>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="https://kit.fontawesome.com/a2a4cfc191.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<canvas id="canvas"></canvas>
<nav class="p-4">
<div class="container mx-auto flex justify-between items-center">
<a id="nav-links" href="#" class="text-2xl font-semibold"><strong>Darsh Kulthia</strong></a>
<ul class="flex space-x-4">
<li><a id="nav-links" href="#about"><strong>About</strong></a></li>
<li><a id="nav-links" href="#projects"><strong>Projects</strong></a></li>
<li><a id="nav-links" href="#achievements"><strong>Achievements</strong></a></li>
<li><a id="nav-links" href="#contact"><strong>Contact</strong></a></li>
</ul>
</div>
</nav>
<header class="h-screen flex items-center justify-center">
<div class="text-center">
<h1 class="text-4xl font-semibold"><strong><span class="intro"></span></strong></h1>
<br>
<p class="text-lg"><strong>A <span class="intro-2"></span></strong></p>
<br>
<br>
<a href="#contact" id="btn" class="text-gray-900 py-2 px-4 mt-4 inline-block rounded-lg transition duration-300 ease-in-out"><strong>Contact Me</strong></a>
</div>
</header>
<section id="about" class="h-screen py-16">
<div class="container mx-auto">
<h2 class="text-3xl font-semibold"><strong>About Me</strong></h2>
<br>
<br>
<div class="profile-box">
<img src="https://raw.githubusercontent.com/dkulthia/dkulthia.github.io/refs/heads/main/pic-hd.jpeg" alt="Profile Picture">
</div>
<br>
<br>
<div class="info">
<p>
<span class="about-me"></span>
</p>
</div>
</div>
</section>
<br>
<br>
<br>
<br>
<section id="projects" class="h-screen py-16">
<div class="container mx-auto">
<h2 class="text-3xl font-semibold mb-8"><strong>My Projects</strong></h2>
<br>
<br>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<a href="https://github.com/dkulthia/ClipTube" target="_blank">
<img id="project-cards" src="https://github-readme-stats.vercel.app/api/pin/?username=dkulthia&repo=ClipTube&show_owner=false&theme=shadow_red&title_color=FF0000&text_color=FF0000&border_color=FF0000&icon_color=FF0000" alt="ClipTube" class="w-full rounded-lg shadow-lg transition-transform duration-300 hover:scale-105" />
</a>
<a href="https://github.com/dkulthia/Verifier" target="_blank">
<img id="project-cards" src="https://github-readme-stats.vercel.app/api/pin/?username=dkulthia&repo=Verifier&show_owner=false&theme=shadow_red&title_color=FF0000&text_color=FF0000&border_color=FF0000&icon_color=FF0000" alt="Verifier" class="w-full rounded-lg shadow-lg transition-transform duration-300 hover:scale-105" />
</a>
<a href="https://github.com/dkulthia/Click-Spark-fnc" target="_blank">
<img id="project-cards" src="https://github-readme-stats.vercel.app/api/pin/?username=dkulthia&repo=Click-Spark-fnc&show_owner=false&theme=shadow_red&title_color=FF0000&text_color=FF0000&border_color=FF0000&icon_color=FF0000" alt="Click-Spark-fnc" class="w-full rounded-lg shadow-lg transition-transform duration-300 hover:scale-105" />
</a>
<a href="https://github.com/dkulthia/ClipTube" target="_blank">
<img id="project-cards" src="https://github-readme-stats.vercel.app/api/pin/?username=dkulthia&repo=ClipTube&show_owner=false&theme=shadow_red&title_color=FF0000&text_color=FF0000&border_color=FF0000&icon_color=FF0000" alt="ClipTube" class="w-full rounded-lg shadow-lg transition-transform duration-300 hover:scale-105" />
</a>
</div>
<br>
<br>
<a href="https://github.com/dkulthia?tab=repositories" target="_blank" id="btn" class="text-gray-900 py-2 px-4 mt-4 inline-block rounded-lg transition duration-300 ease-in-out"><strong>More Projects</strong></a>
</div>
</section>
<br>
<br>
<br>
<br>
<section id="achievements" class="h-screen py-16">
<div class="container mx-auto">
<h2 class="text-3xl font-semibold"><strong>My Achievements</strong></h2>
<br>
<br>
<br>
<br>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-8">
<a href="https://drive.google.com/file/d/113yY8frT8U4ZzZ54x2bFqNzE3wB3saDG/view?usp=sharing" target="_blank">
<img src="https://raw.githubusercontent.com/dkulthia/dkulthia.github.io/refs/heads/main/Learn%20Python%20and%20Ethical%20Hacking%20From%20Scratch%20(Udemy).jpg" alt="Cert1" id="certificate" class="w-full rounded-lg shadow-lg transition-transform duration-300 hover:scale-105"/>
</a>
<a href="https://drive.google.com/file/d/1rcAG0SxjI0Dbc8uSuWpXpLXC-rSqD3V4/view?usp=sharing" target="_blank">
<img src="https://raw.githubusercontent.com/dkulthia/dkulthia.github.io/refs/heads/main/Masterclass%20(Freedom%20with%20AI).jpg" alt="Cert1" id="certificate" class="w-full rounded-lg shadow-lg transition-transform duration-300 hover:scale-105"/>
</a>
</div>
<br>
<br>
<a href="about:blank" target="_blank" id="btn" class="text-gray-900 py-2 px-4 mt-4 inline-block rounded-lg transition duration-300 ease-in-out"><strong>More Certificates</strong></a>
</div>
</section>
<br>
<br>
<br>
<br>
<section id="contact" class="h-screen py-16">
<div class="container mx-auto">
<h2 class="text-3xl font-semibold"><strong>Contact Me</strong></h2>
<br>
<br>
<div class="max-w-2xl mx-auto p-8 rounded-lg shadow-md">
<form action="https://formspree.io/f/your-form-id" method="POST">
<div class="mb-4">
<input type="text" id="name" name="name" placeholder="Name" class="w-full px-4 py-2 rounded-lg">
</div>
<div class="mb-4">
<input type="email" id="email" name="email" placeholder="E-mail" class="w-full px-4 py-2 rounded-lg">
</div>
<div class="mb-6">
<textarea id="message" name="message" rows="5" placeholder="Message" class="w-full px-4 py-2 rounded-lg"></textarea>
</div>
<div class="text-center">
<button type="submit" id="btn" class="text-gray-900 py-2 px-4 mt-4 inline-block rounded-lg transition duration-300 ease-in-out"><strong>Send Message</strong></button>
</div>
</form>
<br>
<br>
<br>
<div class="mt-8 text-center">
<h3 class="text-lg font-medium mb-4"><strong>Connect with me</strong></h3>
<div id="social-box" class="flex justify-center space-x-4 text-2xl">
<a href="https://github.com/dkulthia" target="_blank" id="icons" class="py-2 px-4 mt-4 inline-block rounded-lg transition duration-300 ease-in-out">
<i class="fab fa-github"></i>
</a>
<a href="https://linkedin.com/in/dkulthia" target="_blank" id="icons" class="py-2 px-4 mt-4 inline-block rounded-lg transition duration-300 ease-in-out">
<i class="fab fa-linkedin"></i>
</a>
<a href="mailto:[email protected]" id="icons" class="py-2 px-4 mt-4 inline-block rounded-lg transition duration-300 ease-in-out">
<i class="fas fa-envelope"></i>
</a>
<a href="https://instagram.com/dkulthia" target="_blank" id="icons" class="py-2 px-4 mt-4 inline-block rounded-lg transition duration-300 ease-in-out">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>