-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.69 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
<DOCTYPE! html>
<html>
<head>
<title>Team 1626 - Falcon Robotics</title>
<!-- SEO Shenanigans -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The official website of the Legendary Falcon Robotics Team #1626">
<meta name="author" content="Falcon Robotics">
<!-- Favicons -->
<!-- External CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Interal CSS -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/index.css">
<!-- JavaScript -->
</head>
<body>
<!-- Navigation Bar -->
<nav>
<ul class="nav-container">
<li><a href="https://www.facebook.com/FalconRoboticsTeam1626/?fref=ts" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><img src="assets/Falcon_Robotic_Vector.png"></a></li>
<li><a href="https://www.instagram.com/falconrobotics1626/" target="_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</nav>
<!-- Intro -->
<section class="intro">
<div class="team-number"><h1>TEAM 1626</h1></div>
<div class="team-name"><h2>NEW WEBSITE COMING SOON</h2></div>
</section>
</body>
</html>