-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Prachi's Personal Site</title>
</head>
<body>
<img src="images/profilepic.jpg" alt="Prachi Profile Picture">
<h1>Prachi Singla</h1>
<p><i>Software Engineer 2 in <em> <a href="https://www.microsoft.com/en-in">Microsoft</a> </em></i></p>
<p>I have in total 5 years of experience from 3 different companies(Microsoft, Nvidia and Amdocs)</p>
<p>Link to: <a href="Contact Info.html">Contact Information</a></p>
<hr>
<h3>Books and Teachings</h3>
<ul>
<li>Bootcamp Azure</li>
<li>Bootcamp CHIE</li>
</ul>
<a href="hobbies.html">My Hobbies</a>
<h3>Skills</h3>
<table>
<tr>
<td>C++</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>C#</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Python</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
</table>
</body>
</html>