-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
471 lines (406 loc) · 18.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
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
463
464
465
466
467
468
469
470
471
<!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>My Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" class="stylesheet">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="mediaqueries.css" />
<link rel="stylesheet" href="./scr/header.css" />
<link rel="stylesheet" href="./scr/home.css" />
<link rel="stylesheet" href="./scr/button.css" />
<link rel="stylesheet" href="./scr/about.css" />
<link rel="stylesheet" href="./scr/education.css" />
<link rel="stylesheet" href="./scr/contact.css" />
<link rel="stylesheet" href="./scr/footer.css" />
<link rel="stylesheet" href="./scr/skill.css" />
<link rel="stylesheet" href="./scr/project.css" />
<!---link rel="stylesheet" href="./scr/header1.css" /--->
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<body>
<!----nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars">
</i>
</label>
<label class="logo">Mariselvam</label>
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
</nav---->
<!-------------------------------------------- Header ---------------------------------------------->
<header class="header-area">
<div class="container">
<div class="header">
<a href="" class="logo">
MARISELVAM
</a>
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="menu_icon">
<i class="fa fa-bars"></i>
</div>
</div>
</div>
</header>
<!-------------------------- Home Page -------------------------->
<div class="FirstElement" id="home">
<div class="profile-photo">
<img src="assets/profile-pic1.jpg" alt="profile picture">
</div>
<div class="profile-text">
<h5>Hi I'm </h5><br>
<h1>Mariselvam G</h1><br>
<p>Welcome to my portfolio website! I'm a passionate and aspiring software engineer with a strong desire to create innovative solutions and push the boundaries of technology.With a deep love for coding and problem-solving, I am constantly seeking opportunities to learn and grow in this ever-evolving field</p>
<div class="btn-group">
<a href="assets/1.pdf" class="btn active">Download CV</a>
<a href="mailto:[email protected]" class="btn active">Contact</a>
</div>
<div class="social">
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a href="https://github.com/Mscode"><i class="fa-brands fa-github"></i></a>
<a href="https://leetcode.com/Mariselvam_2004/"><i class="fa fa-code"></i></a>
<a href="https://www.linkedin.com/in/mariselvam-g-/"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
<!-------------------------- About Section -------------------------->
<section class="about-area" id="about">
<div class="container">
<div class="about">
<div class="about-content">
<h4>About Me</h4>
<ul>
<li>I am currently pursuing my third year Bachelor's Degree in Robotics and Automation Engineering.I have built a solid foundation in software development and Hardware development , particularly in areas such as Java, Python, Arduino, Rasberry pi and GitHub.</li>
<li> My expertise in these areas allows me to approach projects with confidence and deliver high-quality results.I have a strong belief in the value of continuous learning and staying adaptable in the ever-evolving world of Engineering.</li>
<li> I actively seek out opportunities to expand my knowledge and skills, embracing new technologies and approaches.Feel free to explore my work and get in touch if you have any questions or opportunities to collaborate. </li>
</ul>
</div>
<div class="about-skills">
<ul>
<li>Name:Mariselvam</li>
<li>Age:20</li>
<li>From:India</li>
<li>Email:[email protected]</li>
<li>Availabiltiy:Fulltime</li>
<li>Experience:Fresher</li>
</ul>
</div>
</div>
</div>
</section>
<!-------------- Education & Internship -------------->
<section class="education-content" id="education">
<div class="container">
<div class="row">
<div class="education ">
<h3 class="title">Education</h3>
<div class="row">
<div class="timeline-box">
<div class="timeline">
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title">
B.E Robotics and Automation
</h3>
<h4 class="timeline-title">Erode sengunthar engineering college</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> 2021-2025
</h4>
</div>
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title">HSC-74.81%</h3>
<h4 class="timeline-title">Karapettai Nadar Higher Secondary School</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> 2018-2019
</h4>
</div>
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title">
SSLC-66.4%
</h3>
<h4 class="timeline-title">John the Baptist Higher Secondary School </h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> 2020-2021
</h4>
</div>
</div>
</div>
</div>
</div>
<div class="internship">
<h3 class="title">Internship</h3>
<div class="row">
<div class="timeline-box">
<div class="timeline">
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title">
ANDROID APPLICATION DEVELOPMENT
</h3>
<h4 class="timeline-title">NATIONAL SMALL INDUSTRIES CORPORATION</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> JAN-2023
</h4>
<li class="timeline-text">Proficient in Android app development, with expertise in Java and building basic applications. Experienced in creating intuitive design and layout files. Completed a two-week internship, gaining practical skills and knowledge in the field.
</li>
</div>
<!-- Timeline-item -->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-title">FULL STACK WEB DEVELOPMENT</h3>
<h4 class="timeline-title">8QUEENS SOFTWARE TECH PRIVATE LIMITED</h4>
<h4 class="timeline-title">
<i class="fa fa-calendar"></i> JULY-2023
</h4>
<li class="timeline-text">Experienced in front end and back end development, with Experience in html,css,JavaScript and node.js. Experiencedin in creating webside and designing. Completed a one-month internship, gaining practical skills and knowledge in the field.</li>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------------------------------- Experience ---------------------------------------------->
<section id="experience">
<p class="section__text__p1">Explore My</p>
<h1 class="title">Skills</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container">
<h2 class="experience-sub-title">Techinical Skills</h2>
<div class="article-container">
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>HTML</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>CSS</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Python</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>JavaScript</h3>
<p>Basic</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Java</h3>
<p>Basic</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>RPA</h3>
<p>Basics</p>
</div>
</article>
</div>
</div>
<div class="details-container">
<h2 class="experience-sub-title">Others</h2>
<div class="article-container">
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Embbeded C</h3>
<p>Basic</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Arduino</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Rasberry pi</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Git</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Solid Workes</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Drone Technology</h3>
<p>Intermediate</p>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<!-----------------------------------------Project--------------------------------------------------->
<section class="project-content" id="projects">
<div class="container">
<div class="project-title">
<h4>My Projects</h4>
<p>Discover my projects, where creativity meets innovation</p>
</div>
<div class="projects">
<!-- 1st Project -->
<div class="project">
<i class="fa fa-coffee"></i>
<h4>SnakeGame Using Java</h4>
<p>This is a simple implementation of the classic Snake game using Java and Swing.</p>
</div>
<!-- 2nd Project -->
<div class="project">
<i class="fa fa-car"></i>
<h4>Nightguard</h4>
<p>An innovative embedded system solution for safer driving, combining matrix LED technology to reduce headlight glare and vibration sensors to detect potholes, enhancing road safety and minimizing accidents</p>
</div>
<!-- 3rd Project -->
<div class="project">
<i class="fa fa-desktop"></i>
<h4>Portfolio Website</h4>
<p>Created a portfolio website using HTML, CSS, and JavaScript, It serves as a platform to introduce myself, share my projects, and provide information about my education and internship.</p>
</div>
</div>
</div>
</section>
<!-------------------------- Contact Me -------------------------->
<section class="contact-content" id="contact">
<div class="container">
<div class="contact-title">
<h4>Contact Me</h4>
<p>Get In Touch</p>
</div>
<div class="contact">
<form name="submitToGoogleSheet">
<input type="text" name="NAME" placeholder="Name" required>
<input type="email" name="EMAIL" placeholder="Email" required>
<input type="text" name="SUBJECT" placeholder="Subject">
<textarea name="MESSAGE" placeholder="Message"></textarea>
<input type="submit" value="Send Message" class="submit">
</form>
<span id="msg"></span>
</div>
</div>
</section>
<section id="contact">
<center>
<div class="social">
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a href="https://github.com/Mscode"><i class="fa-brands fa-github"></i></a>
<a href="https://leetcode.com/Mariselvam_2004/"><i class="fa fa-code"></i></a>
<a href="https://www.linkedin.com/in/mariselvam-g-/"><i class="fa-brands fa-linkedin"></i></a>
</div>
</center>
</section>
<!-------------------------- JS -------------------------->
<script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<!-------------------------- Footer section -------------------------->
<footer class="footer">
<small class="message">Thanks for visiting and happy coding!</small>
<small class="copyright">© Copyright 2024. All rights reserved.</small>
</footer>
<script src="script.js"></script>
</body>
</html>