-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (23 loc) · 863 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
29
<!DOCTYPE html>
<html>
<head>
<title>Pratibha Sriram</title>
<link href="websitestyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
<ul>
<li><a href="mailto:[email protected]">CONTACT</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="index.html">HOME</a></li>
</ul>
<div id="wrapper" align="center">
<h1>PRATIBHA SRIRAM</h1>
<hr/>
<p>UC Berkeley Computer Science & Data Science Class of 2021 </p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a href="https://www.facebook.com/pratibha.sriram" target="_blank" class="fa fa-facebook"></a>
<a href="https://github.com/pratibha99" target="_blank" class="fa fa-github"></a>
<a href="https://www.linkedin.com/in/pratibha-sriram-7b6632102/"" target="_blank" class="fa fa-linkedin"></a>
</div>
</body>
</html>