-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
116 lines (79 loc) · 2.56 KB
/
about.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<html>
<head>
<title>Inceptus: FRC Team 2264</title>
<link rel = "stylesheet" type = "text/css" href = "external.css" >
</head>
<body>
<nav>
<div id="logos">
<img src = "logo.png" alt = "inceptus, team 2264" length = "100" width = "250" />
<img src = "frc_logo.jpg" alt = "FRC: First Robotics" length = "100" width = "100" />
<img src = "Wayzata_Public_Schools.png" alt = "Wayzata Public Schools" length = "100" width = "250" />
</div>
<div id="boxandnav">
<div id="bar">
<div id="spacer"> </div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="memberbios.html">Member Bios</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div id="searchcol">
<div id="srcdiv">
<form id="searchbox_008937698839173478997:rb6gqf3ybh4" action="/searchresults.html">
<input value="008937698839173478997:rb6gqf3ybh4" name="cx" type="hidden"/>
<input value="FORID:11" name="cof" type="hidden"/>
<input id="q" style="width:150px;" name="q" type="text" value="Search" onfocus="this.style.color = '#000'; if (this.value == 'Search') {this.value = '';}" onblur="this.style.color = '#777'; if (this.value == ''){ this.value = 'Search'; }"/>
<input id="searchbtn" value="Search" name="sa" type="image" src="searching.png"/>
</form>
</div>
</div>
</div>
</nav>
<div id="wrapper">
<div id="content">
<div id="defaultcontent">
<p>awef</p>
</div>
</div>
</div>
<br clear="all" />
<footer>
<p>
<a href="http://turck.com"><img src="turck.gif" height="17px" width="42px" alt="Turck" /></a>
<a href="http://www.bostonscientific.com"><img src="boston_scientific.gif" height="17px" width="42px" /></a>
<a href="http://ramnode.com"><img src="ramnode.jpg" height="17px" width="42px" /></a>
<a href="http://cubfoods.com"><img src="cubfoods.png" height="17px" width="42px" /></a>
<a href="http://www.wayzata.k12.mn.us"><img src="Wayzata_Public_Schools.png" height="17px" width="42px" /></a>
©2013 astronauticalAuthor, jocosefoppery. Do not reproduce without permission.
</p>
</footer>
</body>
</html>
<!--//second js
<script>
<!--
//variable that will increment through the images
var step=1
function slideit(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
if (step<5)
step++
else
step=1
//call function "slideit()" every 2.5 seconds
setTimeout("slideit()",5000)
}
slideit()
//-->
<!--
</script>
-->