-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
35 lines (32 loc) · 1.15 KB
/
contact.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>
<head>
<meta name = "viewport" content = "width = device-width, initial-scale = 1">
<link rel ="stylesheet" href = "static/css/main.css">
<title>
Contact
</title>
</head>
<body>
<div class = "header">
<div class = "text-container">
<h1>
Contact Me
</h1>
</div>
</div>
<div class = "navbar">
<a href = "ramblings_of_a_lunatic.html">Incoherent Ramblings</a>
<a href = "index.html">Home</a>
<a href = "about.html">About Me</a>
<a href = "resources.html">Resources</a>
<a href = "contact.html">Contact</a>
<a href = "CV.pdf">CV</a>
<a href = "coherent_ramblings.html">Coherent Ramblings</a>
</div>
<div class = "post-content">
My email is [email protected]<br>
You are accessing my website through my github.
</div>
</body>
</html>