-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (85 loc) · 2.66 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Gaurikaa's Portfolio</title>
</head>
<body>
<table>
<tr>
<td><img src="https://drive.google.com/file/d/1D0oMvv2snPzbF0vegW635waToL7kBEHx/view?usp=sharing" style="align:center;" width="450" height="450" alt="Gaurikaa Profile Picture"></td>
<td>
<h1>Gaurikaa Kathpalia</h1>
<p><em>Pre-final year student at <strong><a href="https://www.igdtuw.ac.in/">Indira Gandhi Delhi Technical University for Women</a></strong>.</em></p>
</td>
</tr>
</table>
<p>Hi! I'm Gaurikaa, I love playing as well as <a href="https://github.com/Gaurikaa8527/Roll-a-Ball.git">buillding games</a>. I also make <a
href="https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=75a915c640914b7ba4584c91901ab142&metadata=01">Snapchat lenses</a> sometimes. I code in C++.
I'm a sucker for ginger tea & pasta🍝☕.</p>
<hr>
<h3>Education</h3>
<table cellspacing="10">
<tr>
<td>
<li><strong>Graduation</strong></li>
<li><strong>Senior Secondary</strong></li>
<li><strong>High School</strong></li>
</td>
<td>
<ul style="list-style-type:none">
<li><em>2019 - present</em></li>
<li><em>2019</em></li>
<li><em>2017</em></li>
</ul>
</td>
</tr>
</table>
<hr>
<br>
<h3>My Hobbies</h3>
<ol>
<li>I like public Speaking and I take productivity and sometimes gossips sessions on <a
href="https://l.instagram.com/?u=https%3A%2F%2Favalon-voices.app.link%2F9leaFoUQWgb&e=ATP4lrN9wGZqKylMEx3HhK1sRRUceg8V6tmEXqST9d6NgAZhFuVgE665oTm38f4wbsMdeeVALF1vHeUj8yigRQ&s=1">Scenes by Avalon</a> app.</li>
<li>I also like to draw sometimes.</li>
<li>Other thank these, videos games have my heart for sure!</li>
</ol>
<br>
<hr>
<h3>Work Experience/Training</h3>
<table cellspacing="10">
<tr>
<td><em>July 2020 - Present</em></td>
<td>Executive Training Manager at <em>BloodConnect Foundation</em></td>
</tr>
<tr>
<td><em>April 2020 - Present</em></td>
<td>Campus Representative at <em>Beyond Overthinkng</em></td>
</tr>
</table>
<br>
<hr>
<h3>My Skills</h3>
<table cellspacing="10">
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Unity 3D</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Public Speaking</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<br>
<hr>
<h3><a href="ContactMe.html">Contact me</a></h3>
</body>
</html>