-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtech.html
More file actions
52 lines (51 loc) · 775 Bytes
/
tech.html
File metadata and controls
52 lines (51 loc) · 775 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
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
<!DOCUMENT html>
<head>
<title>
Technical
</title>
<style>
#title_block {
position:static;
width:98%;
color: White;
background-color:lightBlue;
margin:0 auto;
padding:2px;
}
#link_tab{
margin:0 auto;
width:98%;
}
#tab{
width:100%;
color: black;
background-color:lightpink;
}
#content{
background-color:grey;
margin:0 auto;
width:100%;
}
</style>
</head>
<body>
<div id ="title_block">
<h1> Technical</h1>
</div>
<div id ="link_tab">
<table id = "tab" border="1">
<tr>
<th>WISE</th>
<th>ATL</th>
<th>Incubation Center</th>
<th>Tech Events</th>
<th>Placement</th>
<th>Latest</th>
</tr>
</table>
<div>
<div id="content">
<p>when clicked content displays here.</p>
</div>
</body>
</html>