-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 2.29 KB
/
Copy pathindex.html
File metadata and controls
43 lines (39 loc) · 2.29 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>Edward's Mind Space</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="topofpage">
<div class="menubar">
<h1 id="topheading">Edward's Mind Space</h1>
<div class="buttons-container">
<a href="/blog.html"><button class="topButtons">cool stuf kinda</button></a>
<button class="topButtons">resources</button>
<button class="topButtons">resume</button>
<button class="topButtons">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>
<div class = "mainbody">
<div class = "leftside">
<img id="picofme" src="imgs\IMG_6863.jpg">
</div>
<div class ="rightside">
<p id ="mainbodydesc">
Hi, My name is Edward Friedman, and I'm a high school student from Maryland, USA.
<br>I love physics and computer science, but to be honest I'm curious about anything.
<br>All my friends say I talk too much, so I decided to start a blog.
<br>I also need something to do when I'm too tired to study, so I guess this is like a side hobby. Hopefully, I learn some web dev in the meantime too!
<br>I can't say I'll have the best grammar on here because again, I only work on this when I'm tired.
<br><br> Note 1:the name is a joke, i couldnt come up with a professional but fun name....
<br><br> Note 2: that feynmen quote is really inspiring to me, he fs was a genius, yet hearing someone stress the fact that "theres no miracle people", and that hardwork can get you far is def motivating
</p>
</div>
</div>
</body>
</html>