-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
31 lines (31 loc) · 1.02 KB
/
main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Portfolio for Dhruvi Sompura." />
<title>dhruvi sompura</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap"
rel="stylesheet"
/>
</head>
<body class="main-page">
<div class="about-me">
<h1>Dhruvi Sompura</h1>
<ul class="contact">
<li>
<a href="https://github.com/dhruvisompura">GitHub</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/dhruvi-sompura-785798110/"
>LinkedIn</a
>
</li>
</ul>
</div>
</body>
</html>