-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
462 lines (449 loc) · 26.9 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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta id="myViewport" name="viewport" content="width=device-width, initial-scale=1.0">
<title>Karthick's Portfolio</title>
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/portfolio.css">
<link type="image/png" sizes="32x32" rel="icon" href="./img/title-icon.png">
</head>
<body>
<!-- Page Loader Start -->
<div class="page-loader">
<div></div>
<div></div>
<div></div>
</div>
<!-- Page Loader End -->
<!-- Background Circles Start -->
<div class="bg-circles">
<div class="circle-1"></div>
<div class="circle-2"></div>
<div class="circle-3"></div>
<div class="circle-4"></div>
</div>
<!-- Background Circles End -->
<!-- Main Start -->
<div class="main hidden">
<!-- Header Start -->
<header class="header">
<div class="">
<div class="row flex-end">
<button type="button" class="nav-toggler">
<span></span>
</button>
<nav class="nav">
<div class="nav-inner">
<ul>
<li><a href="#home" class="nav-item link-item">home</a></li>
<li><a href="#about" class="nav-item link-item">about</a></li>
<li><a href="#tools-and-achievements" class="nav-item link-item">tools</a></li>
<li><a href="#tools-and-achievements" class="nav-item link-item">achievements</a></li>
<li><a href="#contact" class="nav-item link-item">contact</a></li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- Header End -->
<!-- Home Section Start -->
<section class="home-section align-items-center active flex justify-center" id="home">
<div class="container">
<div class="row align-items-center">
<div class="home-text">
<p>Hello, I'm</p>
<h1>KarthicK</h1>
<p class="role">software engineer from madurai</p>
<a href="#about" class="btn link-item">more about me</a>
</div>
<div class="home-img">
<div class="img-box">
<img src="img/profile-img-2.png" alt="profile-img">
</div>
</div>
</div>
</div>
</section>
<!-- Home Section End -->
<!-- About Section Start -->
<section class="about-section sec-padding flex justify-center" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>about me</h2>
</div>
</div>
<div class="row">
<div class="about-text">
<p>Experienced Full Stack Web Developer with 3+ years in web development. Skilled in JavaScript, TypeScript, and libraries like React and Vue, as well as frameworks including Next.js, Gatsby.js and Express.js. Proficient in jQuery, Laravel, MySQL, Bootstrap and Tailwind CSS. A collaborative team player with strong communication skills, capable of achieving project goals in ever-evolving environments.</p>
<div>
<div>
<h3>skills</h3>
<div class="skills">
<div class="skill-item">javascript</div>
<div class="skill-item">typescript</div>
<div class="skill-item">react js</div>
<div class="skill-item">vue js</div>
<div class="skill-item">next js</div>
<div class="skill-item">svelte js</div>
<div class="skill-item">gatsby js</div>
<div class="skill-item">node js</div>
<div class="skill-item">express js</div>
<div class="skill-item">jquery</div>
<div class="skill-item">react-redux</div>
<div class="skill-item">vuex</div>
<div class="skill-item">RTK query</div>
<div class="skill-item">HTML</div>
<div class="skill-item">CSS</div>
<div class="skill-item">tailwind</div>
<div class="skill-item">bootstrap</div>
<div class="skill-item">laravel</div>
<div class="skill-item">PHP</div>
<div class="skill-item">MySQL</div>
<div class="skill-item">CI/CD Pipeline</div>
</div>
</div>
<div>
<div class="about-tabs">
<button type="button" class="tab-item active" data-target="#education">education</button>
<button type="button" class="tab-item" data-target="#experience">experience</button>
</div>
<!-- Education Start -->
<div class="tab-content active" id="education">
<div class="timeline">
<div class="timeline-item">
<span class="date">2016-2020</span>
<h4>bachelor of engineering - <span>k.l.n. college of engineering</span></h4>
<p>Sivaganga, TamilNadu, India</p>
</div>
</div>
</div>
<!-- Education End -->
</div>
</div>
<!-- Experience Start -->
<div class="tab-content" id="experience">
<div class="timeline">
<div class="timeline-item">
<span class="date">Oct 2020-Mar 2022</span>
<h4>fullstack developer<span> - pranion technology and ventures Pvt Ltd</span></h4>
<p></p>
</div>
<div class="timeline-item">
<span class="date">Mar 2022-Present</span>
<h4>Software Development Engineer-I<span> - Fleet Studio Technologies Pvt Ltd</span></h4>
<p></p>
</div>
</div>
</div>
<!-- Experience End -->
<a href="Karthick's Resume.pdf" target="_blank" class="btn">download cV</a>
<a href="#contact" class="btn link-item">react me out</a>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!--
<!- - project Section Start - ->
<section class="portfolio-section sec-padding flex justify-center" id="projects">
<div class="container">
<div class="row">
<div class="section-title">
<h2>projects worked on</h2>
</div>
</div>
<div class="row">
<!- - Portfolio Item Start - ->
<div class="portfolio-item">
<div class="portfolio-item-thumpnail">
<img src="img/portfolio/portfolio-1.png" alt="portfolio item thumpnail">
</div>
<h3 class="portfolio-item-title">B2B website-resaleHome</h3>
<button class="btn portfolio-view-project-btn" type="button">view project</button>
<div class="portfolio-item-details">
<div class="description">
<p>Resalehome are leading property consultants from Chennai. They act like medium of sellers and buyers to help sell or buy a property.</p>
</div>
<div class="general-info">
<ul>
<li>Created - <span>Dec 2020</span></li>
<li>Technologies used - <span>Html, Css, Bootstrap, laravel, mysql</span></li>
<li>Role - <span>fullstack</span></li>
<li>View Online - <span><a href="https://www.resalehome.com" target="_blank">click here</a></span></li>
</ul>
</div>
</div>
</div>
<!- - Portfolio Item End - ->
<!- - Portfolio Item Start - ->
<div class="portfolio-item">
<div class="portfolio-item-thumpnail">
<img src="img/portfolio/portfolio-2.jpg" alt="portfolio item thumpnail">
</div>
<h3 class="portfolio-item-title">doctor-patient mobile app-healr</h3>
<button class="btn portfolio-view-project-btn" type="button">view project</button>
<div class="portfolio-item-details">
<div class="description">
<p>Healr is a mobile app for connect patient and doctor for their regular checkup.patient book an appointment(either teleclinic or direct visit), based on doctor schedule. patient can share their report and vitals to the doctor.then, doctor will connect patient and share the medical prescription.</p>
</div>
<div class="general-info">
<ul>
<li>Created - <span>june 2021</span></li>
<li>Technologies used - <span>laravel, mysql</span></li>
<li>Role - <span>backend developer</span></li>
<li>View Online - <span><a href="https://play.google.com/store/apps/details?id=com.healr" target="_blank">click here</a></span></li>
</ul>
</div>
</div>
</div>
<!- - Portfolio Item End - ->
<!- - Portfolio Item Start - ->
<div class="portfolio-item">
<div class="portfolio-item-thumpnail">
<img src="img/portfolio/portfolio-3.jpg" alt="portfolio item thumpnail">
</div>
<h3 class="portfolio-item-title">insurance company webapp-vizza</h3>
<button class="btn portfolio-view-project-btn" type="button">view project</button>
<div class="portfolio-item-details">
<div class="description">
<p>Vizza is the insurance website for take a new insurance and renewal the current insurance.vizza has three type insurance.</p>
<ul>
<li>Life Insurance</li>
<li>Motor Insurance</li>
<li>Health Insurance</li>
</ul>
<p>user can purchase new insurance and see the renewals of the upcoming based on admin approval</p>
</div>
<div class="general-info">
<ul>
<li>Created - <span>apr 2020</span></li>
<li>Technologies used - <span>Html, Css, Bootstrap, Laravel, Mysql</span></li>
<li>Role - <span>Fullstack</span></li>
<!- - <li>View Online - <span><a href="#">www.domain.com</a></span></li> - ->
</ul>
</div>
</div>
</div>
<!- - Portfolio Item End - ->
<!- - Portfolio Item Start - ->
<div class="portfolio-item">
<div class="portfolio-item-thumpnail">
<img src="img/portfolio/portfolio-4.jpg" alt="portfolio item thumpnail">
</div>
<h3 class="portfolio-item-title">experts and customer mobile app-cunsult</h3>
<button class="btn portfolio-view-project-btn" type="button">view project</button>
<div class="portfolio-item-details">
<div class="description">
<p>Cunuslt is a mobile app.it is divided into two application.</p>
<ul>
<li>Advisor App</li>
<li>Client App</li>
</ul>
<p class="cusult-app">Advisor App- <span>Advisor or Experts are the users have professional in one or more fields.They are ready to give ideas and advices to the clients who is needed.</span></p>
<p class="cusult-app">Client App- <span>Client or Customer are the users have ready to get a idea or knowldge from experts.</span></p>
</div>
<div class="general-info">
<ul>
<li>Created - <span>sep 2021</span></li>
<li>Technologies used - <span>Laravel, Mysql</span></li>
<li>Role - <span>Backend</span></li>
<li>View Online(Advisor) - <span><a href="https://play.google.com/store/apps/details?id=com.career1234.advisor" target="_blank">click here</a></span></li>
<li>View Online(Client) - <span><a href="https://play.google.com/store/apps/details?id=com.career1234.client" target="_blank">click here</a></span></li>
</ul>
</div>
</div>
</div>
<!- - Portfolio Item End - ->
</div>
</div>
</section>
<!- - project Section End - ->
-->
<!-- Tools and certification Start -->
<!-- Tools and certification End -->
<section class="tools-and-achievements-section sec-padding flex justify-center" id="tools-and-achievements">
<div class="container">
<div class="row">
<div class="section-title">
<h2>tools and achievements</h2>
</div>
</div>
<div class="tools-section-container">
<div class="section-sub-title-container">
<p class="section-sub-title">
<span>Familiar Tools</span>
</p>
</div>
<div class="tools-section">
<div class="tools-section-item">
<h3 class="item-title">Coding</h3>
<hr/>
<p class="item-content">Javascript, HTML, CSS</p>
</div>
<div class="tools-section-item">
<h3 class="item-title">Payment Gateway</h3>
<hr/>
<p class="item-content">Braintree, Apple pay</p>
</div>
<div class="tools-section-item">
<h3 class="item-title">CMS</h3>
<hr/>
<p class="item-content">Contentful, Apostrophe, Directus</p>
</div>
<div class="tools-section-item">
<h3 class="item-title">No-Code</h3>
<hr/>
<p class="item-content">Framer, Webflow</p>
</div>
</div>
</div>
<div class="achievements-section-container ">
<div class="section-sub-title-container">
<p class="section-sub-title">
<span>Certification and Achievements</span>
</p>
</div>
<div class="achievements-list">
<ul>
<li>
<p>
<span class="font-weight-500">Linkedin Learning-</span>
Became a Full-Stack Web Developer
<a
href="https://www.linkedin.com/learning/certificates/9fefc8c597566c56b860728bbd27cdc43d7a540004d0de96a762b8eca264fdec"
target="_blank"
>
(view online)
</a>
</p>
</li>
<li>
<p>
Received the <span class="font-weight-500">Employee of the Month</span> award in <span class="font-weight-500">September 2023</span> for successfully completing a full-functional project with a <span class="font-weight-500">New Tech Stack</span> within a <span class="font-weight-500">Two Months</span> timeframe
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Contact Section Start -->
<section class="contact-section sec-padding flex justify-center" id="contact">
<div class="container">
<div class="row">
<div class="section-title">
<h2>contact me</h2>
</div>
</div>
<div class="row">
<div class="contact-form">
<form>
<div class="row">
<div class="input-group">
<input type="text" class="input-control email-name" placeholder="Name" required>
</div>
<div class="input-group">
<input type="email" class="input-control email-email" placeholder="Email" required>
<span class="email-error hidden">invalid email address</span>
</div>
<div class="input-group">
<input type="text" class="input-control email-subject" placeholder="Subject" required>
</div>
<div class="input-group">
<textarea class="input-control email-message" placeholder="Message" required></textarea>
</div>
<div class="submit-btn">
<button type="submit" class="btn" id="send-message">send message</button>
<!-- <button type="submit" class="btn" id="send-message"><span class="loading"><i class="fas fa-spinner fa-spin fa-1x fa-fw"></i></span></button> -->
</div>
</div>
</form>
</div>
<div class="contact-info">
<div class="contact-info-item">
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="contact-info-item">
<h3>Phone</h3>
<p><a href="tel:+919095839626">+91 90958 39626</a></p>
</div>
<div class="contact-info-item">
<h3>follow me</h3>
<div class="social-links">
<a href="https://www.linkedin.com/in/karthick-r-s-77813818a" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/karthick-rs-webdev" target="_blank"><i class="fab fa-github"></i></a>
<!-- <a href="#" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="#" target="_blank"><i class="fab fa-youtube"></i></a> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
</div>
<!-- Main End -->
<!-- Portfolio Item Details Popup Start -->
<div class="portfolio-popup">
<div class="pp-inner">
<div class="pp-content">
<div class="pp-header">
<button class="btn pp-close" type="button"><i class="fas fa-times"></i></button>
<div class="pp-thumpnail">
<img src="" alt="pp-thumpnail">
</div>
<h3></h3>
</div>
<div class="pp-body">
</div>
</div>
</div>
</div>
<!-- Portfolio Item Details Popup End -->
<script src="js/portfolio.js"></script>
<!-- Emial Service -->
<!-- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script> -->
<script src="js/email-service.min.js"></script>
<script type="text/javascript">
(function(){
emailjs.init("Xg8KLtwUEFWPtZOnr");
})();
document.querySelector("#send-message").addEventListener("click", e => {
if(document.querySelector(".email-name").value.length != 0 && document.querySelector(".email-email").value.length != 0 && document.querySelector(".email-subject").value.length != 0 && document.querySelector(".email-message").value.length != 0){
e.preventDefault();
const re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
if(re.test(document.querySelector(".email-email").value)){
var templateParams = {
from_name: document.querySelector(".email-name").value,
from_email: document.querySelector(".email-email").value,
subject: document.querySelector(".email-subject").value,
message: document.querySelector(".email-message").value
};
e.target.innerHTML = `sending... <i class="fas fa-spinner fa-spin fa-1x fa-fw"></i>`;
e.target.classList.add("btn-disabled");
e.target.setAttribute("disabled","disabled");
emailjs.send('service_3v7fxpv', 'template_jppz70p', templateParams)
.then(function(response) {
e.target.innerHTML = `message sent <i class="far fa-smile"></i>`;
},
function(error) {
e.target.innerHTML = `unable to send <i class="far fa-frown"></i>`;
});
}
else{
document.querySelector(".email-email").style.border = "1px solid red";
document.querySelector(".email-email").scrollIntoView();
document.querySelector(".email-error").classList.remove("hidden");
}
}
});
document.querySelector(".email-email").addEventListener("input",e => {
document.querySelector(".email-error").classList.add("hidden");
});
</script>
</body>
</html>