-
Notifications
You must be signed in to change notification settings - Fork 0
/
proj1.html
37 lines (31 loc) · 1.14 KB
/
proj1.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
<head>
<link rel="stylesheet" type="text/css" href="default.css" />
<title>Project 1</title>
</head>
<body id="tab2">
<div id="container">
<div id="header">
<h1>The Dark Abyss</h1>
<ul id="tabs">
<li class="tab1"><a href="index.html">Home</a></li>
<li class="tab2"><a href="projects.html">Projects</a></li>
<li class="tab3"><a href="#">Ideas</a></li>
<li class="tab4"><a href="#">About Me</a></li>
</ul>
</div>
<div id="leftBar">
<p><a href="projects.html"><!--onmouseover="box1.src='hbox.png'" onmouseout="box1.src='obox.png'"-->
<span style="vertical-align: middle;">Project 1</span><img name="box1" src="obox.png" style="vertical-align: middle;" alt="box" width="78" height="68" /></a></p>
<p><a href="proj2.html" onmouseover="box2.src='hbox.png'" onmouseout="box2.src='box.png'">
<span style="vertical-align: middle;">Project 2</span><img name="box2" src="box.png" style="vertical-align: middle;" alt="box" width="78" height="68" /></a></p>
</div>
<div id="content">
<h1>#1: The CNC Machine</h1>
<p>Blah Blah Blah</p>
<p>Stuff needs to be added here!</p>
</div>
<div id="footer">
Footer
</div>
</div>
</body>