-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (47 loc) · 2.04 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
57
58
<!DOCTYPE html>
<html ontouchmove>
<head>
<title>Brain Stormz, Team 10298</title>
<link rel="shortcut icon" href="images/brainStormzFavicon.png" type="image/png">
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="modularity/mod.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- Nav Bar -->
<div class="insertion-point" file="modularity/navBar.html"></div>
<script src="modularity/modular.js"></script>
<script src="modularity/navBar.js"></script>
<div class="content">
<!-- welcome pic -->
<div class="welcome">
<div class="text">
<h2>HI! WE'RE FTC TEAM 10298 BRAIN STORMZ.</h2>
<p>Brain Stormz is a private, non-profit robotics team competing in FIRST Tech Challenge (FTC).</p>
</div>
</div>
<!-- content -->
<div class="framedContent">
<!-- <img class="squarePic" src="images/ultimateGoalLogo.jpg">
<div class="text">
<div id="markdown-content"></div>
<h2>IT'S TIME FOR ULTIMATE GOAL!</h2>
<p>Brain Stormz is excited for the 2020-21 season Ultimate Goal!</p>
<br>
<a href="https://www.youtube.com/watch?v=zYS0--eeUCM"><button>Learn More</button></a>
</div> -->
<img class="squarePic" src="images/brainStormzFullLogoAndText.png">
<div class="text">
<div id="markdown-content"></div>
<h2>TRYOUTS ARE OPENING SOON!</h2>
<p>Come join us to see if you have what it takes (enthusiasm & dedication) to be a part of this award-winning, world-competitive robotics team.</p>
<br>
<a href="apply/"><button>Learn More</button></a>
</div>
</div>
</div>
<!-- footer -->
<div class="insertion-point" file="modularity/footer.html"></div>
<script src="modularity/modular.js"></script>
</body>
</html>