-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
45 lines (39 loc) · 1.26 KB
/
header.html
File metadata and controls
45 lines (39 loc) · 1.26 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
44
45
<div id="header" >
<table style="padding: 0; margin: 0; width: 100%;">
<tr style="vertical-align: middle;padding: 0; margin: 0;border:5px solid white; background-color: gray">
<td style="background-color: black;padding: 0; margin: 0;">
<img src="images/logo.png" width="80" height="60" alt="logo" />
</td>
<td>
<p style="padding-left: 10px; text-align: left; color:black; font-size: 40px; font-weight: bold; text-shadow: 0 1px 0 #999; " >Simulation For Education</p>
</td>
</tr>
</table>
</div>
<div id="nav">
<table width="100%">
<tr>
<td style="border-right: 1px solid white;">
<a href="index.php" >What is JBioFramework</a>
</td>
<td>
<a href="Publications.php" >Publications</a>
</td>
<td>
<a href="Presentations.php" >Presentations</a>
</td>
<td>
<a href="Team.php" >The Team</a>
</td>
<td>
<a href="Credits.php" >Credits</a>
</td>
<td>
<a href="Educator.php" >For Educators</a>
</td>
<td style="border-right:none;">
<a href="Downloads.php" >Downloads</a>
</td>
</tr>
</table>
</div>