This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (38 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Anirudh Rao">
<meta name="description" content="Anirudh Rao's cool site :)">
<meta name="keywords" content="cool, site, github, swag">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="Anirudh Rao">
<title>Anirudh Rao</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/style.css">
</head>
<body onload="bgStart()">
<div class="center">
<div class="greeting">
<h1>hello! 👋</h1>
<ul class="list-group list-group-horizontal">
<li class="list-group-item"><a href="/about/">about</a></li>
<li class="list-group-item"><a href="/blog/">blog</a></li>
<li class="list-group-item"><a href="/puzzles/">puzzles</a></li>
<li class="list-group-item"><a href="mailto:rao107@purdue.edu">e-mail</a></li>
<li class="list-group-item"><a href="https://github.com/rao107">github</a></li>
</ul>
</div>
</div>
<input id="bg-toggle" type="button" value="Toggle Background" onclick="bgToggle()">
</body>
<!-- Javascript for background animation -->
<script src="assets/bgAnim.js"></script>
<!-- Google Fonts API -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap" rel="stylesheet">
<!-- you found the secret dolphin 🐬 (it's a secret shh) -->
</html>