-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
33 lines (28 loc) · 972 Bytes
/
about.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
<!DOCTYPE html>
<!-- ā ā-->
<html>
<head>
<title>
About | Pārth Dhar
</title>
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link href="https://fonts.googleapis.com/css?family=Cantata+One|PT+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="resources/stylesheets/style.css">
</head>
<body class="bgwhite fgblack mono">
<div id="container">
<div id="title" class="fancy">
About
</div>
<div id="content">
I'm a senior at <a href="https://home.iitd.ac.in/">IIT Delhi</a> pursuing
<a href="https://www.cse.iitd.ernet.in">Computer Science and Engineering</a>.
I previously attended <a href="http://www.dpsnoida.co.in/">Delhi Public School, Noida</a>.<br><br>
Apart from school work, I enjoy quizzing and following sports.
<br><br>
Download my <a href="resume/tex/Partha_Dhar_Resume.pdf">résumé</a>
</div>
</div>
</body>
</html>