-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
26 lines (23 loc) · 980 Bytes
/
Copy pathblog.html
File metadata and controls
26 lines (23 loc) · 980 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Edward's Mind Space</title>
<link rel="stylesheet" href="blog.css">
</head>
<body>
<div class="topofpage">
<div class="menubar">
<h1 id="topheading">Edward's Mind Space</h1>
<div class="buttons-container">
<button class="topButtons">cool stuff</button>
<button class="topButtons">resources</button>
<button class="topButtons">resume</button>
<button class="topButtons" href="blog.html">blog</button>
<button class="topButtons">about me</button>
</div>
</div>
<h3 id="mainpagefeynmen">“I was an ordinary person who studied hard. There's no miracle people” <br> - Richard Feynman</h3>
</div>
</body>
</html>