-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (86 loc) · 2.48 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
<!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>Snegha's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Profile.png" alt="Snegha Profile Pic"></td>
<td><h1> A Snegha </h1>
<p><em>Senior Data Engineer at <a href="http://www.larsentoubro.com/">L&T Infotech</a> </em></p>
<p>I am a Senior Data engineer from electrical engineering background. I 💚 coding.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>
Indian Institute of Technology - (2018-2022) - Electrical Engineering
</li>
<li>
Maharishi International Residential School(CBSE) - (2016-2018) - Higher Secondary Education
</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing ="10">
<thead>
<tr>
<th>Date</th>
<th>Company</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jun,2021 - July,2021</td>
<td>Machine Learning intern at TestAing</td>
</tr>
<tr>
<td>Feb,2022 - Apl,2022</td>
<td>Mahine Learning intern at Samasra</td>
</tr>
<tr>
<td>July,2022 - Present</td>
<td>Senior Data Engineer</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table>
<tr>
<td>C++</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>HTML</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="Contact.html">Contact Me</a>
</body>
</html>