-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 887 Bytes
/
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
<!DOCTYPE HTML5>
<html>
<head>
<title>Rohan Jinturkar</title>
<link rel='icon' href='favicon.png' type='image/x-icon'>
<meta charset = "utf-8"/>
<link rel="stylesheet" href="spreadsheet.css">
</head>
<body>
<!--<div class = "navbar">
<ul id = "nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="music.html">Music</a></li>
<li><a href="recipes.html">Recipes</a></li>
</ul>
</div> -->
<br>
<h1>Rohan Jinturkar</h1>
<h6>Computer Science Student at Princeton University</h6>
<h6>Creater, composer, and programmer</h6>
<p>I'm a student at Princeton University thinking about how to make technology more equitable and accessible</p>
<footer>
<p>© 2020 Rohan Jinturkar. All Rights Reserved. </p>
</footer>
</body>
</html>