-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
144 lines (141 loc) · 6.42 KB
/
404.html
File metadata and controls
144 lines (141 loc) · 6.42 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- PAGE settings -->
<link rel="icon" href="###">
<title>[404]</title>
<meta name="author" content="Gateway Robotics">
<!-- CSS dependencies -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="wireframe.css" type="text/css"> </head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">Gateway Robotics</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="competition.html">Competition</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="agenda.html">Agenda</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="contact.html">Contact us</a>
</li>
</ul>
<!--<form class="form-inline m-0">
<input class="form-control mr-2" type="text" placeholder="Search for keywords">
<button class="btn btn-primary" type="submit">Search</button>--!>
</form>
</div>
</div>
</nav>
<!-- <div class="py-5 text-center box-shadow" style="background-image: url('assets/images/banner.jpeg');">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="display-3 text-capitalize">Gateway & Capital BEST</h1>
<p class="lead text-muted">2018-2019 Gateway College Preparatory School, Georgetown TX</p>
</div> -->
<div class="py-5" style="background-image: url('assets/images/banner.jpeg');">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="display-4 text-center">404 Error.</h1>
<h1 class="text-center">Something went wrong. We're Sorry.</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="lead text-center">If you want to start over,
<b>
<a href="index.html">go to the homepage</a>.
</b> If you're stuck,
<b>
<a href="contact.html">let us help you.</a>
</b>
</p>
</div>
</div>
</div>
</div>
<div class="filter-fade-in py-3">
<div class="container">
<div class="row pt-3 border-to(p)">
<div class="col-12 col-md col-md-5">
<div class="list-group">
<a href="https://www.gatewaycps.org/domain/8" class="list-group-item" target="_blank">
<p class="text-center text-dark">3360 Westinghouse Rd., Georgetown, TX 78626</p>
<div class="row">
<!-- School's address, hyperlinked w/ container to the school's about page... -->
<div class="col-md-6">
<p class="text-dark text-right">(P) 512.868.4947</p>
<!-- Phone -->
</div>
<div class="col-md-6">
<p class="text-dark text-left">(F) 512.868.4946</p>
<!-- Fax -->
</div>
</div>
</a>
</div>
</div>
<div class="col-6 col-md col-md-2 text-left offset-md-1">
<h5 class="text-right">
<b>Resources</b>
</h5>
<ul class="list-unstyled">
<li class="text-right">
<a class="text-muted" href="https://www.autodesk.com/products/fusion-360/students-teachers-educators" target="_blank">Fusion 360</a>
</li>
<li class="text-right">
<a class="text-muted" href="https://www.mathworks.com/academia/student-competitions/best-robotics.html" target="_blank">Matlab & Simulink</a>
</li>
<li class="text-right">
<a class="text-muted" href="http://capitol-best.org/home.php" target="_blank">Capital BEST</a>
</li>
<!-- Will be updated around September 9th? Wait until then for this year's competition -->
<li class="text-right">
<a class="text-muted" href="https://pros.cs.purdue.edu/cortex/index.html#" target="_blank">PROS - Perdue</a>
</li>
<!-- Code MATLAB and Simulink both can write in; recommended for performance -->
</ul>
</div>
<div class="col-6 col-md col-md-4">
<h5 class="text-left">
<b>About</b>
</h5>
<ul class="list-unstyled">
<li class="text-left">
<a class="text-muted" href="http://www.capitol-best.org/aboutbest.php" target="_blank">Competition</a>
</li>
<!-- Great website, though I dislike their use of the word 'Capitol', it works. -->
<li class="text-left">
<a class="text-muted" href="https://www.mathworks.com/academia/student-competitions/best-robotics.html" target="_blank">Mathworks</a>
</li>
<li class="text-left">
<a class="text-muted" href="https://developer.github.com" target="_blank">Github API</a>
</li>
<!-- Will link to our Github Repository instead once I find a link. -->
<li class="text-left">
<a class="text-muted" href="https://www.eugdpr.org/gdpr-faqs.html" target="_blank">Privacy (EU)</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-3.2.1.js" integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>