-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (107 loc) · 2.97 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Mugdha's Personal site</title>
</head>
<body>
<table>
<tr>
<td><img src="Muggs.png" width="250" height="250" alt=""></td>
<td>
<h1>Mugdha Kulkarni</h1>
<p><em>Student, Living her way through life.
<br /> Check the glimpses on <strong><a href="https://katipatang0611.blogspot.com/">Kati Patang</a></strong></em></p>
<p>I am a Fir st Year Engineering student in Pune Institute of Computer Technology. I am getting my Bachleor's
degree in Information Technology. <br />I also was the
<b>President</b>of a NGO called <strong>Kalam Centre KSJC</strong>I love travelling.
I enjoy reading as well as watching movies.<br />
I write occasionally after watching/reading something new that excites me. I love to socialise.
I am currently learning web development.<br />I have an impeccable taste in
movies and clothes. I love a strong brew in the morning. I often enjoy the dusk more than the
dawn.<br /> I also learnt a bit of French in school. I am an amature photographer. I love The Beatles
and rock and metal in all.
</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li><a href="http://ssdpsvadgaon.com/">Sinhgad Spring Dale Public Day school</a></li>
<li><a href="https://kaveri.edu.in/">Kalmadi Shamrao Junior High School</a></li>
<li><a href="https://pict.edu">PUNE INSTITUE OF COMPUTER TECHNOLOGY</a></li>
</ul>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<body>
<tr>
<td>2009-2019</td>
<td>SSDSP</td>
</tr>
<tr>
<td>2019-2021</td>
<td>KSJC Junior college</td>
</tr>
<tr>
<td>2021-2025</td>
<td>PICT</td>
</tr>
</body>
</table>
<hr />
<h3>Skills</h3>
<table>
<tr>
<td>
<table>
<tr>
<td>Web Developement</td>
<td>⭐</td>
</tr>
<tr>
<td>French</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>
Photography
</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Cooking</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Dancing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>
Writing
</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</td>
</tr>
</table>
<hr />
<h3><a href="Hobbies.html">My Hobbies</a></h3>
<br>
<h3><a href="Contact.html">Contact Me</a></h3>
</body>
</html>