-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 2.08 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
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="homestyle.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body>
<div id="boxer">
<div id="version">v2.0</div>
<nav>
<br>
<form action="about.html">
<button>👓about me</button>
</form>
<form action="resume.html">
<button>📝resume</button>
</form>
<form action="projects.html">
<button>⚙️projects</button>
</form>
<form action="blog.html">
<button>🖋️blog</button>
</form>
<a href ="https://github.com/realaryann">🐙Github</a>
<a href = "https://www.linkedin.com/in/aryan-nagpal-ab1237235/">🔗Linkedin</a>
</nav>
<h1 id="head">welcome to my humble abode...🚀</h1>
<br>
<h2 class="about">a small... long term project to document me </h2>
<div>
<p class="homeabout">this website is a centralized storage for anything i feel is important to document, or log.
the website will act as a host for my resume aswell as the current and previous projects I have worked on
through my computer science degree.
<br><br>
the website is also an effort from a beginner at web development to get accustomed
to working on larger projects.
<br><br>
the rate at which this website will get updates is dependant on the number of memorable projects or big things i
end up working on. both are directly proportional.
<br><br>
the aesthetical design of the website focuses towards minimalism.
</p>
</div>
<hr>
<div id="initial">
A.
</div>
</div>
</body>
</html>