-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImphact.html
35 lines (35 loc) · 862 Bytes
/
Imphact.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>
<title>ImPhAct!</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="final.css">
</head>
<body>
<div id="container">
<div id="header">
<h1>Im(ph)Act</h1>
</div><!-- end of header -->
<div id="menu">
<table>
<tr><td>test</td></tr>
<tr><td>test</td></tr>
<tr><td>test</td></tr>
</table>
</div><!--end menu-->
<div id="mainContainer">
<div id="content">
<h2> What the site is about</h2>
<p>This is where the info would go</p>
</div><!-- end content -->
<div id="sidebar">
<h3>Menu</h3>
<table>
<tr><td>test</td></tr>
<tr><td>test</td></tr>
<tr><td>test</td></tr>
</table>
</div><!--end sidebar -->
</div><!-- end of main container -->
</div><!-- end of container -->
</body>