-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Eashwar Mohan" />
<meta property="og:description" content="eashwar's portfolio of music, games, and software" />
<meta property="og:url" content="https://eash.dev" />
<meta property="og:image" content="https://eash.dev/me.jpg" />
<meta name="author" content="Eashwar Mohan" />
<meta name="description" content="eashwar's portfolio of music, games, and software" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>eashwar mohan</title>
<link rel="stylesheet" type="text/css" href="styles/main.css">
<link rel="stylesheet" type="text/css" href="styles/navbar.css">
<link rel=preload src="/scripts/projects.js">
<script src="https://kit.fontawesome.com/a47b572520.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar">
<h1 class="headerName"><a href="#">eashwar mohan</a></h1>
<ul>
<li class="underLink"}><a href="#resume" tabindex="2">resume</a></li>
<li class="underLink"><a href="#projects" tabindex="1">projects</a></li>
<li class="underLink"><a href="#home" tabindex="0">home</a></li>
</ul>
</nav>
<main id="root"></main>
<script src="scripts/routing.js" type="module" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfobject/2.1.1/pdfobject.min.js" integrity="sha512-4ze/a9/4jqu+tX9dfOqJYSvyYd5M6qum/3HpCLr+/Jqf0whc37VUbkpNGHR7/8pSnCFw47T1fmIpwBV7UySh3g==" crossorigin="anonymous" defer></script>
</body>
</html>