-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (63 loc) · 2.26 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>
<head>
<meta charset="utf-8">
<title>😎Ishita's personal site</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table cellspacing="5" >
<tr>
<td>
<img src="https://pbs.twimg.com/profile_images/1455202498839400452/6ZGC8irz_400x400.jpg" alt="ishita profile picture">
</td>
<td id="quotes">
<h1>Ishita Chitkara</h1>
<p><em> Undergrad Student </em></p>
<p>I am a <strong>product management</strong> and data science enthusiast </p>
<p class="quote">
<h4><em>Every Action you take is a vote for the type of person you want to become</em></blockquote></h4>
<figcaption>
-James Clear, <cite>Atomic Habits</cite></figcaption>
</p>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact me</a>
</td>
</tr>
</table>
<hr>
<h3> Interested in the tech for social good </h3>
<ul>
</ul>
<hr>
<h3>Work Experience</h3>
<table border="1">
<th>Dates</th>
<th>Work</th>
<tr>
<td>2022</td>
<td>Product Intern at Sign3 Labs</td>
</tr>
<tr>
<td>2021</td>
<td>Product Intern at Frontrow</td>
</tr>
<tr>
<td>2020</td>
<td>Frontend Web D Intern at Script Foundation</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>Web development🌟🌟🌟</td>
<td>Data science🌟🌟🌟</td>
</tr>
<tr>
<td>Figma🌟🌟🌟🌟🌟</td>
<td>Product Management🌟🌟🌟🌟</td>
</tr>
</table>
</body>
</html>