-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (48 loc) · 1.06 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
53
54
55
56
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Student Scientists</title>
</head>
<style>
body, html {
overflow-x: hidden;
overflow-y: hidden;
background:url('background.png');
}
</style>
<body>
<div id="navbar">
<ul>
<li>
<a href= "contact.html">
Contact
</a>
</li>
<li>
<a href= "about.html">
About
</a>
</li>
<li>
<a href= "description.html">
Description
</a>
</li>
<li>
<a href="index.html">
Home
</a>
</li>
</ul>
<div class="logoTopLeft">
<img src="StudentScientistsLogo.png" href="index.html" height="39px">
</div>
</div>
<div class="imageOverlayText">
<b><font size="7"> StudentScientists.org </font></b>
</br>
</br>
<font size="4"> Turning Science Students into Student Scientists </font>
</div>
</body>
</html>