-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (41 loc) · 1.33 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/splash style.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
</head>
<title>ethan rosenthal</title>
<body>
<div class="introback">
<div class="intro">
<h1><a href="index.html">Welcome </a></h1>
<h2><a href="About.html" class="glow">About</a></h2>
<h2><a href="Physics.html" class="glow">Physics</a></h2>
<h2><a href="Engineering.html" class="glow">Engineering</a></h2>
<h2><a href="http://blog.ethanrosenthal.com" class="glow" target="_blank">Blog</a></h2>
<h2><a href="Contact.html" class="glow">Contact</a></h2>
</div>
</div>
<!--
<div class="ultimatewrapper">
<div class="all">
<div class="imagehome">
<img src="img/atomandcdw_new.png" alt="" />
<h2><span>Welcome</span></h2>
<hindex>
<span><a href="About.html" class="glow">About</a></span>
<span><a href="Research.html" class="glow">Research</a></span>
<span><a href="Contact.html" class="glow">Contact</a></span></hindex>
</div>
</div>
-->
<!--
<div class='mainhome'>
<p>Hello and welcome.<br><br>
My name is Ethan Rosenthal, and this site serves as a collection of various physicsy
things with which I have occupied myself.</p>
</div>
</div>
-->
</body>
</html>