-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
298 lines (270 loc) · 10.3 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--CSS Styles -->
<link rel="stylesheet" href="assets/css/styles.css" />
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/icons/favicon-32x32.png"
/>
<!-- Animate CSS CDN -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<title>Sarath K | Web Developer</title>
</head>
<body>
<style>
.ball {
position: absolute;
border-radius: 100%;
opacity: 0.7;
}
</style>
<!-- Navbar -->
<nav>
<h1>Sarath K</h1>
<ul class="navigation">
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<button class="burger-menu" id="burger-menu">
<ion-icon class="bars" name="menu-outline"></ion-icon>
<!-- <ion-icon class="times" name="close-outline"></ion-icon> -->
</button>
</nav>
<p> </p>
<!-- Hero Section -->
<section class="hero" id="about">
<img
src="assets/images/me3.png"
alt="jane-doe"
loading="lazy"
class="hero-img"
/>
<div class="bio animate__animated animate__shakeX">
<h2 class="bio-title animate__animated animate__fadeInLeft">About Me</h2>
<p class="bio-text animate__animated animate__fadeInRight">
As an IT student at APJ Abdul Kalam Technological University, I am driven by the curiosity and motivation to explore the impact of technology on the world. I am currently pursuing my Btech degree, with a focus on Data Science and Cyber Security, two domains that fascinate me with their potential to create innovative and positive solutions for society.
</p>
</div>
</section>
<!-- More about -->
<section class="more-about animate__animated animate__zoomIn animate__delay-1s">
<h2 class="animate__animated animate__fadeInDown animate__delay-2s">More About Me</h2>
<p class="animate__animated animate__fadeInUp animate__delay-2s">
<div class="bg"></div>
<div class="bg bg2"></div>
<div class="bg bg3"></div>
Besides academics and work, I am an active member of some student clubs, where I have developed leadership, teamwork, communication, and time-management skills. I have organized events, participated in community-driven initiatives, and learned from professionals, peers, and mentors. My goal is to provide something extra to the technologies, whether it is through cutting-edge projects, advanced studies, or industry ventures. I am eager to connect with people who share my passion for innovation and growth.
</p>
</section>
<section class="skills" id="skills">
<h2 class="skill-header animate__animated animate__fadeInDown">My Top Skills</h2>
<div class="skills-wrapper">
<div class="first-set">
<img
src="assets/icons/icons8-html-5.svg"
alt="HTML"
loading="lazy"
class="icon icon-card animate__animated animate__fadeInLeft"
style="animation-delay: 0.2s;" <!-- Add animation delay -->
<img
src="assets/icons/icons8-css3.svg"
alt="CSS"
loading="lazy"
class="icon icon-card animate__animated animate__fadeInLeft"
style="animation-delay: 0.4s;" <!-- Add animation delay -->
<img
src="assets/icons/icons8-javascript.svg"
alt="JavaScript"
loading="lazy"
class="icon icon-card animate__animated animate__fadeInLeft"
style="animation-delay: 0.6s;" <!-- Add animation delay -->
</div>
<div class="second-set">
<img
src="assets/icons/icons8-bootstrap.svg"
alt="Bootstrap"
loading="lazy"
class="icon icon-card animate__animated animate__fadeInRight"
style="animation-delay: 0.2s;" <!-- Add animation delay -->
<img
src="assets/icons/icons8-react-native.svg"
alt="React Native"
loading="lazy"
class="icon icon-card animate__animated animate__fadeInRight"
style="animation-delay: 0.4s;" <!-- Add animation delay -->
<img
src="assets/icons/icons8-git.svg"
alt="Git"
loading="lazy"
class="icon icon-card animate__animated animate__fadeInRight"
style="animation-delay: 0.6s;" <!-- Add animation delay -->
</div>
</div>
</section>
<!-- Projects section -->
<section class="projects" id="projects">
<h2 class="projects-title">Some of my Recent Projects</h2>
<div class="projects-container">
<div class="project-container project-card">
<img
src="assets/images/gx.png"
alt="gesturex"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">GestureX</h3>
<p class="project-details">
GestureX is an OpenCV-based hand motion sensing system for intuitive, efficient user control.This project aims to investigate the potential of creating a vision-based gesture recognition system using OpenCV to accurately and efficiently recognize hand gestures for computer control.</p>
<a href="https://github.com/sarathk73/GestureX" target="_blank" class="project-link">Check it Out</a>
</div>
<div class="project-container project-card">
<img
src="assets/images/1.png"
alt="seye"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">NetSecChallenger</h3>
<p class="project-details">
NetSecChallenger provides a suite of automated tools designed for security professionals and network administrators to test and assess the security of wireless networks. With an intuitive command-line interface, users can streamline the process of monitoring, analyzing, and testing network protocols
</p>
<a href="https://github.com/sarathk73/SentinelEye-NetSecChallenger" target="_blank" class="project-link">Check it Out</a>
</div>
<div class="project-container project-card">
<img
src="assets/images/seye.jpeg"
alt="seye-wids"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">SentinelEye-WIDS</h3>
<p class="project-details">
The 'Sentinel Eye' system vigilantly monitors wireless network environments to detect any signs of intrusion, such as unsolicited deauthentication attempts.Upon detecting potential threats, it swiftly alerts network clients with a notification bearing essential details.
</p>
<a href="https://github.com/sarathk73/SentinelEye-WIDS" target="_blank" class="project-link">Check it Out</a>
</div>
</section>
<!-- Contact section -->
<section class="contact" id="contact">
<h2>Get In Touch With Me</h2>
<div class="contact-form-container">
<div class="contact-form">
<form action="https://formspree.io/f/xayrjadj" method="POST">
<div class="form-control">
<label for="name">Name</label>
<input
type="text"
id="name"
name="sender-name"
placeholder="Enter Your Name"
class="input-field"
required
/>
</div>
<div class="form-control">
<label for="email">Email</label>
<input
type="email"
id="email"
name="sender-email"
placeholder="Enter Your Email"
class="input-field"
required
/>
</div>
<div class="form-control">
<label for="message">Message</label>
<textarea
id="message"
cols="60"
rows="10"
placeholder="Enter Your Message"
name="message"
class="input-field"
required
></textarea>
</div>
<input
type="submit"
value="Submit"
id="submit-btn"
class="submit-btn"
/>
</form>
</div>
</div>
</section>
<!-- Social accounts - Fixed to the right -->
<div class="socials">
<a href="#" target="_blank"
><img
src="assets/icons/icons8-twitter-circled.gif"
alt="Twitter"
loading="lazy"
class="socicon"
/></a>
<a href="https://www.instagram.com/me_sarathk?igsh=MWo4M2Y5enE5anNjcg==" target="_blank"
><img
src="assets/icons/icons8-instagram.gif"
alt="Instagram"
loading="lazy"
class="socicon"
/></a>
<a href="https://www.linkedin.com/in/sarathk73/" target="_blank"
><img
src="assets/icons/icons8-linkedin-circled.gif"
alt="Linkedin"
loading="lazy"
class="socicon"
/></a>
<a href="https://github.com/sarathk73/" target="_blank"
><img src="assets/icons/icons8-github.gif" alt="Github" class="socicon"
/></a>
</div>
<!-- Scroll to top -->
<i class="scroll-up" id="scroll-up"
><img
src="assets/icons/icons8-upward-arrow.gif"
class="socicon up-arrow"
alt=""
/></i>
<!-- Footer section -->
<footer>
<p class="copy">© Copyright 2024</p>
<p class="copy">
Built with ♡ by
<a href="https://www.linkedin.com/in/sarathk73/" target="_blank"
>Sarath</a
>
</p>
</footer>
<!-- Website scripts -->
<script src="assets/js/app.js"></script>
<!-- Ion icons scripts -->
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>