-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 1.99 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
<html>
<head>
<link rel="stylesheet" href="static/css/animate.css">
<link rel="stylesheet" href="static/css/style.css">
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
</head>
<body class="animated fadeIn">
<div class=bannertitle>
<div class="animated zoomIn">
<div class=titleheader>HW Robotics</div>
<div class=titlesub>Team 1148</div>
</div>
<img src="static/images/banner.png" style="width: 100%" class=bannertitle>
</div>
<hr>
<div class=sidebar>
<div><a href=#team>Team</a></div>
<div><a href=#robot>Robot</a></div>
<div><a href=#social>Social</a></div>
<div><a href=#about>About</a></div>
<div><a href=#stats>Stats</a></div>
<div><a href=http://hw.com/ style="color:rgb(190, 57, 57)">HW</a></div>
</div>
<div class=main>
<div class=sectionhead id=team>Team</div>
<div class=sectiontext>This is placeholder text. More later.</div>
<hr>
<div class=sectionhead id=robot>Robot</div>
<div class=sectiontext>This is placeholder text. More later.</div>
<hr>
<div class=sectionhead id=social>Social</div>
<div class=sectiontext>
Find us on <a href=http://instagram.com/wafflebots1148>Instagram</a> or <a href=http://www.facebook.com/HWwafflebots>Facebook</a>.
<div class="ig-root lYCT45 clearfix"> </div>
<script>
scripts=[];
host='http://tsatchi.com';
js=document.createElement('script');
js.src=host+"/apps/instagram-widget-builder/b/OaM3id6522b5E08N5Uh3C71k2Kh01f4GjWf64J767lA4Te3l6X3b1B5R9IHLcZ8lF89dg4";
scripts[0] = js;
for(i=0;i< scripts.length; i++){document.getElementsByTagName("HEAD")[0].appendChild(scripts[i]); }
</script>
</div>
<hr>
<div class=sectionhead id=about>About</div>
<div class=sectiontext>This is placeholder text. More later.</div>
</div>
</body>
</html>