-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (63 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ulagambigai M - Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Ulagambigai M</h1>
<p>Web Developer</p>
</header>
<section id="about">
<h2>About Me</h2>
<p>
I am a dedicated web developer with experience in HTML, CSS, PHP, MySQL, and Laravel. I have a Bachelor of
Computer Applications from Sri Paramakalyani College, Alwarkurichi, Tamil Nadu.
</p>
</section>
<section id="experience">
<h2>Work Experience</h2>
<ul>
<li>
<h3>Web Developer Trainee</h3>
<p>iTerra Innovation Pvt Ltd (04/2022 - 03/2024) [WFH]</p>
</li>
<li>
<h3>Data Entry - WordPress site</h3>
<p>WelTech Education Academy (09/2021 - 12/2022) [WFH]</p>
</li>
<li>
<h3>Laravel Internship (unpaid)</h3>
<p>ULTIweb Technologies (04/2024 - 05/2024)</p>
</li>
</ul>
</section>
<section id="education">
<h2>Education</h2>
<p>Bachelor of Computer Applications, Sri Paramakalyani College, Alwarkurichi, Tamil Nadu (06/2011 - 07/2014)
</p>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>PHP</li>
<li>MySQL</li>
<li>Laravel</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: 9597831541</p>
<p>Location: Vickramasingapuram, Tamil Nadu</p>
</section>
<footer>
<p>© 2024 Ulagambigai M. All rights reserved.</p>
</footer>
</body>
</html>