-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
406 lines (372 loc) · 24.1 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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- SEO Meta Tags -->
<meta name="description" content="Portfolio website of Narain Karthik, showcasing projects and skills in web development, design, and more.">
<meta name="keywords" content="Narain Karthik, Portfolio, Web Developer, Frontend Developer, Projects, Skills">
<meta name="author" content="Narain Karthik">
<!-- Preload for performance optimization -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" as="style">
<link rel="preload" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" as="style">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" as="style">
<link rel="preload" href="lib/owlcarousel/assets/owl.carousel.min.css" as="style">
<link rel="preload" href="lib/lightbox/css/lightbox.min.css" as="style">
<link rel="preload" href="css/style.css" as="style">
<link rel="preload" href="./css/darkmode.css" as="style">
<link rel="preload" href="https://unpkg.com/[email protected]/dist/aos.css" as="stylesheet">
<!-- Favicon -->
<link href="favicon.ico" rel="icon" type="image/x-icon">
<!-- Stylesheets -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="./css/darkmode.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<title>Narain Karthik's Portfolio</title>
<script src="js/portfolio.js" defer></script>
<script src="js/portfolio.js"></script>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<!-- <div class="intro-animation container-fluid">
<img src="NARAIN KARTHIK V.gif" alt="Intro Animation" height="200px" width="200px" class="intro-animation">
</div> -->
<!-- Navbar Start -->
<nav class="navbar fixed-top shadow-sm navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand ml-lg-3">
<img src="img/favicon.png" alt="logo" height="50px" width="50px">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse px-lg-3" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="#home" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#quality" class="nav-item nav-link">Quality</a>
<a href="#skill" class="nav-item nav-link">Skill</a>
<a href="#portfolio" class="nav-item nav-link">Portfolio</a>
<a href="#contact" class="nav-item nav-link">Contact</a>
</div>
<input type="checkbox" name="checkbox" class="switch" id="toggle">
<label for="toggle" class="toggle--label">
<span class="toggle--label-background"></span>
</label>
</div>
</nav>
<!-- Navbar End -->
<!-- Video Modal Start -->
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" id="video" allowscriptaccess="always" allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Video Modal End -->
<!-- Header Start -->
<div class="container-fluid bg-primary d-flex align-items-center mb-5 py-5 section-height" id="home">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 px-5 pl-lg-0 pb-5 pb-lg-0">
<!-- <img class="profile-photo align-items-center" src="img/profile-photo.jpg" alt="profile-photo"> -->
</div>
<div class="col-lg-7 text-center text-lg-left">
<h3 class="text-white font-weight-normal mb-3">I'm</h3>
<h1 class="display-3 text-uppercase text-primary mb-2 dark-mode" style="-webkit-text-stroke: 2px #ffffff;">Narain Karthik</h1>
<h1 class="typed-text-output d-inline font-weight-lighter text-white dark-mode"></h1>
<div class="typed-text d-none font-weight-bold"> MERN Stack Developer, Web Designer, Web Developer, UI/UX Designer, DevOps Enthusiast</div>
<div class="row align-items-center justify-content-center pt-5 pl-5">
<a href="NARAIN KARTHIK CV.pdf" class="btn mr-5 font-weight-bold bg-dark text-white border-5 border-primary">
📝Download CV
</a>
<a class="mr-5" href="https://ko-fi.com/P5P210BBGA" target="_blank">
<img height="42" src="https://storage.ko-fi.com/cdn/kofi5.png?v=3">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- About Start -->
<div class="container-fluid py-5" id="about">
<div class="container"> <!--Need updation-->
<div class="position-relative d-flex align-items-center justify-content-center mb-5" data-aos="fade-up" data-aos-duration="1000">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #a9a9a9a9;">About</h1>
<h1 class="position-absolute text-uppercase text-primary">About Me</h1>
</div>
<div class="row justify-content-center align-items-center" data-aos="fade-up" data-aos-duration="1000"> <!--Need updation-->
<div class="col-lg-5 pb-4 pb-lg-0 row justify-content-center align-items-center">
<img class="profile-photo rounded-circle shadow" src="./img/profile-photo.jpg" alt="profile-photo">
</div>
<div class="col-lg-7">
<h3 class="mb-4 text-center text-primary">Wisdom Fox 🦊</h3>
<p class="font-weight-bold text-center">I Love Creative & Creating Stuffs ❤️⚒️</p>
<div class="row mb-3 mt-3 text-left">
<div class="col-sm-6 py-2">
<p class="font-weight-bold">Birthday: <span>31<sup>st</sup> Dec 2002</span></p>
</div>
<div class="col-sm-6 py-2">
<p class="font-weight-bold">Experience: <span>Fresher</span></p>
</div>
<div class="col-sm-6 py-2">
<p class="font-weight-bold">Email: <span><a class="emailID" href="mailto:[email protected]">[email protected]</a></span></p>
</div>
<div class="col-sm-6 py-2">
<p class="font-weight-bold">Location: <span>Coimbatore</span></p>
</div>
<div class="col-sm-6 py-2">
<p class="font-weight-bold">Personal Skills: <span>Team Player, Receptive</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Qualification Start -->
<div class="container-fluid py-5" id="quality">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center" data-aos="fade-up" data-aos-duration="1000">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #a9a9a9a9;">Quality</h1>
<h1 class="position-absolute text-uppercase text-primary text-center">Education & Experience</h1>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="mb-4 dark-mode text-primary text-center" data-aos="fade-up" data-aos-duration="1000">Education</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4" data-aos="fade-up" data-aos-duration="1000">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1 text-primary">Bachelors</h5>
<p class="mb-2"><strong>Bannari Amman Institute of Technology</strong> |
<small>2020-2024</small>
</p>
<p>CGPA: 8.18</p>
</div>
<div class="position-relative mb-4" data-aos="fade-up" data-aos-duration="1000">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1 text-primary">HSC</h5>
<p class="mb-2"><strong>SVGV Matriculation Higher Secondary School</strong> |
<small>2018-2020</small>
</p>
<p>Percentage: 84.17%</p>
</div>
<div class="position-relative mb-4" data-aos="fade-up" data-aos-duration="1000">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1 text-primary">SSLC</h5>
<p class="mb-2"><strong>SVGV Matriculation Higher Secondary School</strong> |
<small>2017-2018</small>
</p>
<p>Percentage: 88.80%</p>
</div>
</div>
</div>
<div class="col-lg-6">
<h3 class="mb-4 dark-mode text-primary text-center" data-aos="fade-up" data-aos-duration="1000">Experience</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative mb-4" data-aos="fade-up" data-aos-duration="1000">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1 text-primary">Tessolve Intern</h5>
<p class="mb-2"><strong>Tessolve Semiconductors Pvt. Ltd.</strong> |
<small>Aug 2022 - Sept 2022</small></p>
<p>Worked on Embedded IoT and VLSI Design</p>
</div>
<div class="position-relative mb-4" data-aos="fade-up" data-aos-duration="1000">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1 text-primary">Freelancer</h5>
<p class="mb-2"><strong>Freelancer.com</strong> |
<small>Apr 2024 - present</small></p>
<p>Working as a Freelancer in Web Development & UI/UX Design</p>
</div>
<div class="position-relative mb-4" data-aos="fade-up" data-aos-duration="1000">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1 text-primary">Fedora</h5>
<p class="mb-2"><strong>Fedora.org</strong> |
<small>Jul 2024 - present</small></p>
<p>Active member of Fedora Web Development Team</p>
</div>
<div class="position-relative mb-4" data-aos="fade-up" data-aos-duration="1000">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -32px;"></i>
<h5 class="font-weight-bold mb-1 text-primary">Associate Software Developer</h5>
<p class="mb-2"><strong>Vegas Consulting</strong> |
<small>Sept 2024 - present</small></p>
<p>Specializing in DevOps and Full Stack Development</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Qualification End -->
<!-- Skill Start -->
<div class="container-fluid pt-5 pb-3 overflow-hidden" id="skill">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center" data-aos="fade-up" data-aos-duration="1000">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #a9a9a9a9;">Skills</h1>
<h1 class="position-absolute text-uppercase text-primary">My Skills</h1>
</div>
<div class="row" data-aos="fade-up" data-aos-duration="1000">
<div class="col-12 text-center mb-2">
<ul class="list-inline mb-4" id="skill-filters">
<li class="btn btn-lg btn-outline-primary m-1 active font-weight-bold" data-filter="">All</li>
<li class="btn btn-sm btn-outline-primary m-1 font-weight-bold" data-filter=".programming">Programming Languages</li>
<li class="btn btn-sm btn-outline-primary m-1 font-weight-bold" data-filter=".frontend">Frontend</li>
<li class="btn btn-sm btn-outline-primary m-1 font-weight-bold" data-filter=".backend">Backend</li>
<li class="btn btn-sm btn-outline-primary m-1 font-weight-bold" data-filter=".tools">Tools</li>
</ul>
</div>
</div>
<div class="skill-container d-flex justify-content-center">
</div>
</div>
</div>
<!-- Skill End -->
<!-- Portfolio Carousel Start -->
<div class="container-fluid pt-5 pb-3 overflow-hidden" id="portfolio">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center" data-aos="fade-up" data-aos-duration="1000">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #a9a9a9;">Gallery</h1>
<h1 class="position-absolute text-uppercase text-primary">Portfolio</h1>
</div>
<div id="portfolioCarousel" class="carousel slide" data-ride="carousel" data-aos="fade-up" data-aos-duration="1000">
<ol class="carousel-indicators" id="carousel-indicators">
<!-- Indicators will be generated here -->
</ol>
<div class="carousel-inner" id="carousel-inner">
<!-- Portfolio items will be generated here -->
</div>
<a class="carousel-control-prev" href="#portfolioCarousel" role="button" data-slide="prev">
<i class="bi bi-arrow-left-square-fill btn btn-lg text-white bg-primary p-2" aria-hidden="true"></i>
</a>
<a class="carousel-control-next" href="#portfolioCarousel" role="button" data-slide="next">
<i class="bi bi-arrow-right-square-fill btn btn-lg text-white bg-primary p-2" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<!-- Modals will be generated here -->
<div id="portfolio-modals"></div>
<!-- Portfolio Carousel End -->
<!--Contact Start-->
<div class="container-fluid py-5 my-3 slide-up" id="contact">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center" data-aos="fade-up" data-aos-duration="1000">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #a9a9a9;">Contact</h1>
<h1 class="position-absolute text-uppercase text-primary">Contact Me</h1>
</div>
<div class="d-flex align-items-center justify-content-center" data-aos="fade-up" data-aos-duration="1000">
<div class="col-lg-8">
<div class="contact-form text-center">
<div id="success"></div>
<form name="sentMessage" id="contactForm"
action="https://formsubmit.co/[email protected]" method="post">
<div class="form-row">
<div class="control-group col-sm-6">
<input name="name" type="text" class="form-control p-4" id="name"
placeholder="Your Name" required="required" autocomplete="true"
data-validation-required-message="Please enter your name" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group col-sm-6">
<input name="email" type="email" class="form-control p-4" id="email"
placeholder="Your Email" required="required" autocomplete="true"
data-validation-required-message="Please enter your email" />
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<input name="subject" type="text" class="form-control p-4" id="subject"
placeholder="Subject" required="required" autocomplete="true"
data-validation-required-message="Please enter a subject" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<textarea class="form-control py-3 px-4" rows="5" id="message" placeholder="Message"
required="required" autocomplete="true"
data-validation-required-message="Please enter your message"></textarea>
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<button class="btn mr-5 font-weight-bold bg-dark text-white border-5" type="submit"
id="sendMessageButton">Send
Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="container-fluid bg-primary text-white py-1 px-sm-1 px-md-1" id="toggle-mode">
<div class="container text-center py-5" id="toggle-mode">
<div class="d-flex justify-content-center mb-4" id="toggle-mode">
<!-- <a class="btn btn-light btn-social mr-2" href="#"><i class="fab fa-edit"></i></a> -->
<a class="btn btn-light text-dark btn-social mr-2" href="https://www.github.com/narainkarthikv" target="_blank"
data-toggle="tooltip" data-placement="top" title="Github">
<i class="fab fa-github"></i></a>
<a class="btn btn-light text-dark btn-social mr-2" href="https://www.linkedin.com/in/narainkarthik-vellingiri"
data-toggle="tooltip" data-placement="top" title="LinkedIn" target="_blank">
<i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-light btn-social mr-2" href="https://www.patreon.com/c/user?u=72747187"
data-toggle="tooltip" data-placement="top" title="Patreon"
target="_blank"><img class="skill-logo" src="img/svgs/patreon-icon.svg"></a>
<a class="btn btn-light btn-social mr-2" href="mailto:[email protected]"
data-toggle="tooltip" data-placement="top" title="Email"
target="_blank"><img src="img/svgs/mail-icon.svg"></a>
<a class="btn btn-light btn-social mr-2" href="https://ko-fi.com/P5P210BBGA"
data-toggle="tooltip" data-placement="top" title="Ko-Fi"
target="_blank"><img class="skill-logo" src="img/svgs/kofi-icon.svg"></a>
</div>
<!-- <div class="d-flex justify-content-center mb-3">
<a class="text-white" href="#">Privacy</a>
<span class="px-3">|</span>
<a class="text-white" href="#">Terms</a>
<span class="px-3">|</span>
<a class="text-white" href="#">FAQs</a>
<span class="px-3">|</span>
<a class="text-white" href="#">Help</a>
</div> -->
<p class="m-0">© <a class="text-white font-weight-bold"
href="#">narainkarthikv.github.io/Portfolio</a>. All Rights
Reserved. Designed by <a class="text-white font-weight-bold" href="#">Wisdom Fox</a>
</p>
</div>
</div>
<!-- Footer End -->
<!-- Scroll to Bottom -->
<i class="fa fa-2x fa-angle-down text-white scroll-to-bottom"></i>
<!-- Back to Top -->
<a href="#" class="btn btn-outline-dark px-0 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<script src="js/skills.js"></script>
</body>
</html>