-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (65 loc) · 3.24 KB
/
index.html
File metadata and controls
67 lines (65 loc) · 3.24 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>N3CAM Home Page</title>
<link rel="stylesheet" href="firstproject.css">
</head>
<body>
<!--menu table-->
<table id="hometable" border="black" bgcolor="white" align="right">
<tr id="row">
<th class="hometablerow">
<a style="font-family:Gill Sans MT;" id="homelink" href="index.html" class="hometablelink">
Home Page
</a>
</th>
<th class="hometablerow">
<a style="font-family:Gill Sans MT;" id="teamlink" href="ourteam.html" class="hometablelink">
Our Team
</a>
</th>
<th class="hometablerow">
<a style="font-family:Gill Sans MT;" id="projectlink" href="projects.html" class="hometablelink">
Our Projects
</a>
</th>
<th class="hometablerow">
<div class="biodropdown">
<button class="hoverhere" style="font-family:Gill Sans MT;">Bio Pages <span id="arrow">▼</span></button>
<div class="content" style="font-family:Gill Sans MT;">
<a style="font-family:Gill Sans MT;" href="biopagenandini.html">Nandini Dharwadkar</a>
<a style="font-family:Gill Sans MT;" href="biopagenikhila.html">Nikhila Rambothula</a>
<a style="font-family:Gill Sans MT;" href="biopagearchit.html">Archit Das</a>
<a style="font-family:Gill Sans MT;" href="biopagemelanie.html">Melanie Zhang</a>
<a style="font-family:Gill Sans MT;" href="biopagenikitha.html">Nikhita Rambothula</a>
<a style="font-family:Gill Sans MT;" href="biopagechristian.html">Christian Collong</a>
</div>
</div>
</th>
<th class="hometablerow">
<a style="font-family:Gill Sans MT;" id="loginlink" href="login.html" class="hometablelink">
Login Here
</a>
</th>
</tr>
</table>
<br>
<br>
<!--Banner-->
<h1 style="font-family:Gill Sans MT;"id="banner"><b>Welcome To The N3CAM Website</b></h1> <!--Mission Statement-->
<h2 style="font-family:Gill Sans MT;"id="ms" class="subheader">Mission Statement:</h2>
<p style="font-family:Georgia;" id="ms1">Our mission is to work together to demonstrate our skills, ideas, and projects to make valuable contributions to design, development, and production in our AP CSP classroom.</p>
<br>
<br>
<!--Intro to Project-->
<h2 style="font-family:Gill Sans MT;"id="itp" class="subheader">Intro to Projects:</h2>
<br>
<br>
<table id="ci">
<tr>
<th style="font-family:Gill Sans MT;">Contact Information: </tr>
</tr>
</table>
</body>
<script src="login.js" charset="UTF-8"></script>
</html>