-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
397 lines (373 loc) · 17.4 KB
/
index.html
File metadata and controls
397 lines (373 loc) · 17.4 KB
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
<!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">
<title>Thomas</title>
<link href="https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</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 -->
<!-- Overlay Start -->
<div class="overlay">
</div>
<!-- Overlay End -->
<!-- Main Start -->
<div class="main hidden">
<!-- Header Section Start -->
<header class="header">
<div class="container ">
<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 <i class="fa-solid fa-igloo colour"></i></a></li>
<li><a href="#about" class="nav-item link-item">about <i class="fa-solid fa-book-open-reader colour"></i></a></li>
<li><a href="#portfolio" class="nav-item link-item">portfolio <i class="fa-solid fa-computer-mouse colour"></i></a></li>
<li><a href="#contact" class="nav-item link-item">contact <i class="fa-solid fa-message colour"></i></a></li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- Header Section End -->
<!-- Home Section Start -->
<section class="home-section1 align-items-center" id="home">
<div class="container1">
<div class="row1 align-items-center">
<div class="home-text1">
<p>Hello, I'm</p>
<h1>Thomas <i class="fa-sharp fa-solid fa-feather-pointed"></i></h1>
<h2><div class="typing"></div></h2>
<a href="#about" class="btn link-item">more about me</a>
<a href="#portfolio" class="btn link-item">portfolio</a>
</div>
<div class="home-img1">
<div class="img-box1" data-tilt>
<img class="round" src="img/profile-img.jpg" alt="Thomas">
</div>
</div>
</div>
</div>
</section>
<!-- Home Section End -->
<!-- About Section Start -->
<section class="about-section sec-padding" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>about me</h2>
</div>
</div>
<div class="row">
<div class="about-img">
<div class="img-box" data-tilt>
<img src="img/about-img.png" alt="Thomas" >
</div>
</div>
<div class="about-text">
<p>I'm an Enthusiastic software designer and developer with awesome skills. I always coming up with
innovative ideas. I use a creative approach to solve problems. I’m a friendly person who loves to explore
new skills. An athelet who holds silver medal on Pole Vault under divisional level. An Foddie who loves
cooking and eating.</p>
<h3><i class="fa-solid fa-medal"></i> Skills</h3>
<div class="skills">
<div class="skill-item">JAVA</div>
<div class="skill-item">SpringBoot</div>
<div class="skill-item">RESTful APIs</div>
<div class="skill-item">Microservices</div>
<div class="skill-item">Redis</div>
<div class="skill-item">Kubernetes</div>
<div class="skill-item">Docker</div>
<div class="skill-item">Payment Gateway</div>
<div class="skill-item">System Design</div>
<div class="skill-item">HTML/CSS/Js</div>
<div class="skill-item">Bootstrap</div>
<div class="skill-item">MySQL/PSQL/MSSQL</div>
<div class="skill-item">Pole Vaulting – Athletics</div>
</div>
<div class="about-tabs">
<button type="button" class="tab-item active" data-target="#experience"><i class="fa-solid fa-briefcase"></i> Experience</i></button>
<button type="button" class="tab-item" data-target="#education"><i class="fa-solid fa-user-graduate"></i> Education</button>
</div>
<!-- Education Start -->
<div class="tab-content" id="education">
<div class="timeline">
<div class="timeline-item">
<span class="date">2018 - 2022 <i class="fa-sharp fa-solid fa-feather"></i></span>
<h4>B.E Electronics And Instrumentation Engineering - <span>Anna University</span></h4>
<p>
• Got Shri. B. SUBRAMANIAN Award for Meritorious Performance.</br>
• Got Best Academic Performance | 2018-2022.</br>
• CGPA - 9.0
</p>
</div>
<div class="timeline-item">
<span class="date">2017 - 2018 <i class="fa-sharp fa-solid fa-feather"></i></span>
<h4>HSC - <span>EMBESOW Matric Higher Secondary School</span></h4>
<p>
• Secured - 84%
</p>
</div>
<div class="timeline-item">
<span class="date">2015 - 2016 <i class="fa-sharp fa-solid fa-feather"></i></span>
<h4>SSLC - <span>EMBESOW Matric Higher Secondary School</span></h4>
<p>
• Secured - 92%
</p>
</div>
</div>
</div>
<!-- Education End -->
<!-- Experience Start -->
<div class="tab-content active" id="experience">
<div class="timeline">
<div class="timeline-item">
<span class="date">2024 - Present <i class="fa-sharp fa-solid fa-feather"></i></span>
<h4>Software Engineer II - <span>Rocket Software</span> </h4>
<p>• Revamped existing backend and UI architecture, modernizing the codebase and developing RESTful APIs to
support dynamic UI controls.</br></br>• Enabled Kubernetes deployment with Helm and implemented k3d-based all-in-one deployment setup for multi-service environments.</br>
</br>• Integrated a smart chatbot assistant to support non-technical users, while contributing to Agile ceremonies, code
reviews, and issue resolution.</p>
</div>
<div class="timeline-item">
<span class="date">2022 - 2024 <i class="fa-sharp fa-solid fa-feather"></i></span>
<h4>Programmer Analyst - <span>Cognizant</span> </h4>
<p>• Worked with the development and maintenance team, in Java and Spring Boot to plan, to design and
develop the full stack projects in production.</br></br>• Increased the coach-to-customer ratio by 25% by
implementing an important feature called habit-journey.</p>
</div>
</div>
</div>
<!-- Experience End -->
<a href="Thomas_SDE-2.pdf" target="_blank" class="btn">Download CV</a>
<a href="#contact" class="btn link-item">Contact me</a>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Portfolio Section Start -->
<section class="portfolio-section sec-padding " id="portfolio">
<div class="container">
<div class="row">
<div class="section-title">
<h2>recent works</h2>
</div>
</div>
<div class="row">
<!-- Portfolio Item Start -->
<div class="portfolio-item">
<div class="portfolio-item-thumbnail">
<img src="img/portfolio/1.jpg" alt="Work 1">
</div>
<h3 class="portfolio-item-title">electricity bill payment website <i class="fa-sharp fa-solid fa-feather-pointed"></i></h3>
<button type="button" class="btn view-project-btn">view project</button>
<div class="portfolio-item-details">
<div class="description">
<p>I developed a website for online electricity bill generation.</p>
</div>
<div class="general-info">
<ul>
<li>Created - <span>8 Jun 2022</span></li>
<li>Technology used - <span>Html, Css, Javascript, Bootstrap 5, JAVA, SpringBoot, Spring Data</span>
</li>
<li>Role - <span>Full Stack</span></li>
<li>View Online(Use desktop) - <span><a
href="https://github.com/Thomas1782k/electricitybill.github.io"
target="_blank">www.ebill.com</a></span></li>
</ul>
</div>
</div>
</div>
<!-- Portfolio Item End -->
<!-- Portfolio Item Start -->
<div class="portfolio-item">
<div class="portfolio-item-thumbnail">
<img src="img/portfolio/2.jpg" alt="Work 2">
</div>
<h3 class="portfolio-item-title">Dating website for dogies <i class="fa-sharp fa-solid fa-feather-pointed"></i></h3>
<button type="button" class="btn view-project-btn">view project</button>
<div class="portfolio-item-details">
<div class="description">
<p>A dating webstie for those who seeking relationship for their dogies.</p>
</div>
<div class="general-info">
<ul>
<li>Created - <span>12 Nov 2021</span></li>
<li>Technology used - <span>Html, Css, Javascript, Bootstrap 5</span></li>
<li>Role - <span>Front End</span></li>
<li>View Online - <span><a href="https://thomas1782k.github.io/tindoger.github.io/"
target="_blank">www.tindog.com</a></span></li>
</ul>
</div>
</div>
</div>
<!-- Portfolio Item End -->
<!-- Portfolio Item Start -->
<div class="portfolio-item">
<div class="portfolio-item-thumbnail">
<img src="img/portfolio/5.jpeg" alt="Work 3">
</div>
<h3 class="portfolio-item-title">Personal Website <i class="fa-sharp fa-solid fa-feather-pointed"></i></h3>
<button type="button" class="btn view-project-btn">view project</button>
<div class="portfolio-item-details">
<div class="description">
<p>This is my personal portfolio (you are now viewing this webiste) where you can find my works and skills.</p>
</div>
<div class="general-info">
<ul>
<li>Created - <span>17 Aug 2022</span></li>
<li>Technology used - <span>Html, Css, Javascript, Bootstrap 5</span>
</li>
<li>Role - <span>Front End</span></li>
<li>View Online(Under development) - <span><a
href="https://github.com/Thomas1782k/portalpatient.github.io"
target="_blank">www.thomas.com</a></span></li>
</ul>
</div>
</div>
</div>
<!-- Portfolio Item End -->
<!-- Portfolio Item Start -->
<div class="portfolio-item">
<div class="portfolio-item-thumbnail">
<img src="img/portfolio/3.jpg" alt="Work 4">
</div>
<h3 class="portfolio-item-title">Patient Health Monitoring Portal <i class="fa-sharp fa-solid fa-feather-pointed"></i></h3>
<button type="button" class="btn view-project-btn">view project</button>
<div class="portfolio-item-details">
<div class="description">
<p>A web application used for patient to view their health conditions and to fix appointments through
admins. Doctors can view their patient's health condition and will give prescription .</p>
</div>
<div class="general-info">
<ul>
<li>Created - <span>17 Aug 2021</span></li>
<li>Technology used - <span>Html, Css, Javascript, Bootstrap 5, JAVA, SpringBoot, Spring Data</span>
</li>
<li>Role - <span>Full Stack</span></li>
<li>View Online(Under development) - <span><a
href="https://github.com/Thomas1782k/portalpatient.github.io"
target="_blank">www.patienthealthmonitoring.com</a></span></li>
</ul>
</div>
</div>
</div>
<!-- Portfolio Item End -->
<a class="go-git" href="https://github.com/Thomas1782k" target="_blank">For more click here..</a>
</div>
</div>
</section>
<!-- Portfolio Section End -->
<!-- Contact Section Start -->
<section class="contact-section sec-padding " 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 >
<input type="hidden" name="recipient_email" value="thomas1782000t@gmail.com">
<div class="row">
<div class="input-group">
<input type="text" placeholder="Name" class="input-control" required>
</div>
<div class="input-group">
<input type="text" placeholder="Email" class="input-control" required>
</div>
<div class="input-group">
<input type="text" placeholder="Subject" class="input-control" required>
</div>
<div class="input-group">
<textarea placeholder="Message" class="input-control" required></textarea>
</div>
<div class="submit-btn">
<button type="submit" class="btn" onclick="submitForm()">send message</button>
</div>
</div>
</form>
</div>
<div class="contact-info">
<div class="contact-info-item">
<h3>Email</h3>
<p>thomas1782000t@gmail.com <i class="fa-sharp fa-solid fa-feather"></i></p>
</div>
<div class="contact-info-item">
<h3>Phone</h3>
<p>+91 7305191463 <i class="fa-sharp fa-solid fa-feather"></i></p>
</div>
<div class="contact-info-item">
<h3>follow me</h3>
<div class="social-links">
<a href="https://www.instagram.com/iamt_o_m/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/ThomasC33512874" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/iamt_o_m/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/thomas-c-3449341b7/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Setion End -->
</div>
<!-- Main End -->
<!-- Portfolio Item Details Popup Start -->
<div class="portfolio-popup">
<div class="pp-inner">
<div class="pp-content" data-tilt>
<div class="pp-header">
<button class="btn pp-close" type="button"><i class="fas fa-times"></i></button>
<div class="pp-thumbnail">
<img src="" alt="work 1">
</div>
<h3></h3>
</div>
<div class="pp-body">
</div>
</div>
</div>
</div>
<!-- Portfolio Item Details Popup End -->
<script src="js/vanilla-tilt.js"></script>
<script src="js/script.js"></script>
<script>
function submitForm() {
// Get form values
const recipientEmail = document.querySelector('[name="recipient_email"]').value;
const name = document.querySelector('[name="name"]').value;
const email = document.querySelector('[name="email"]').value;
const subject = document.querySelector('[name="subject"]').value;
const message = document.querySelector('[name="message"]').value;
// Display form data (replace with your handling logic)
alert(`Form submitted!\nName: ${name}\nEmail: ${email}\nSubject: ${subject}\nMessage: ${message}`);
}
</script>
</body>
</html>