-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.html
More file actions
265 lines (244 loc) · 8.12 KB
/
website.html
File metadata and controls
265 lines (244 loc) · 8.12 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!doctype html>
<!--[if IE 9]> <html class="no-js lt-ie10" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/app_override.css">
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<!-- Header -->
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<a href="#"><img class="top-bar__logo" src="images/logo.png"></a>
</li>
<li class="toggle-topbar menu-icon"><a href="#">Menu</a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="active"><a href="#">Join Us</a></li>
</ul>
<!-- Left Nav Section -->
<ul class="left">
<li class="has-dropdown">
<a href="about.html">About</a>
<ul class="dropdown">
<li><a href="#">Team</a></li>
<li><a href="#">Achievements</a></li>
<li><a href="#">Website</a></li>
<li><a href="#">Mentors</a></li>
</ul>
</li>
<li><a href="media.html">Media</a></li>
<li class="has-dropdown">
<a href="resources.html">Resources</a>
<ul class="dropdown">
<li><a href="#">Apps</a></li>
<li><a href="#">Robotik Framework</a></li>
<li><a href="#">frcwiki.com <i class="fa fa-arrow-right fa-fw"></i></a></li>
</ul>
</li>
<li><a href="#">Sponsors</a></li>
<li class="has-dropdown">
<a href="involvement.html">Involvement</a>
<ul class="dropdown">
<li><a href="#">Outreach</a></li>
<li><a href="#">Digital Outreach</a></li>
<li><a href="#">Events</a></li>
</ul>
</li>
<li><a href="#">Robot</a></li>
<li><a href="#">Academy</a></li>
</ul>
</section>
</nav>
<!-- End Header-->
<!-- Mast -->
<div class="mast">
<div class="row">
<h1 class="mast__title">__Website</h1>
<h3 class="mast__subtitle">"This is our website. There are many like it, but this one is ours" - The Web Dev</h3>
</div>
</div>
<!-- End Mast -->
<!-- Content-->
<div class="row website-intro">
<h1>USE CONTENT FROM REPORT, DONT FORGET!!!!!!</h1><h2>CAUSE PEOPLE ARE NOT SUPPOSE TO SEE THIS... HOPEFULLY</h2>
<div class="small-12 medium-10 columns">
<div class="code-editor">
<span class="control"></span>
<span class="control"></span>
<span class="control"></span>
<pre class="line-numbers">
<code class="language-css">
/*
Just another pure CSS code editor design.
Designed based on @roybarberuk's amazing Dribbble shot.
Dribbble shot: http://dribbble.com/shots/1022371-Landing-Page-Element
Lea Verou's Prism syntax highlighter is used along with
the line number plugin and the Tomorrow-Theme.
*/
body {
background: #e16a3f;
}
.code-editor:before,
.code-editor:after,
.code-editor span.control:before,
.code-editor span.after:after {
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all .5s ease-in-out;
-moz-transition: wall .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.code-editor {
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin: 40px auto 0 auto;
width: 750px;
text-align: left;
background-color: #473431;
border-radius: 0 0 5px 5px;
overflow: auto;
-webkit-transition: all .5s ease-in-out;
-moz-transition: wall .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.code-editor:before {
content: 'Code Editor';
font-family: 'Consolas';
color: #222;
padding-top: 6px;
text-align: center;
top: 25px;
width: 750px;
height: 30px;
background-color: #fafafa;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}
.code-editor span.control:before {
content: '';
top: 34px;
z-index: 2;
padding: 6px;
border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-webkit-border-radius: 20px;
}
.code-editor span.control:nth-child(1):before {
margin-left: 15px;
background-color: #df6963;
}
.code-editor span.control:nth-child(2):before {
margin-left: 35px;
background-color: #f5e18a;
}
.code-editor span.control:nth-child(3):before {
margin-left: 55px;
background-color: #97c38a;
}
/* -- iPad Screen -- */
@media only screen and (min-width: 480px) and (max-width: 768px) {
.code-editor {
width: 500px;
}
.code-editor:before {
width: 500px;
}
}
/* -- iPhone Screen -- */
@media only screen and (max-width: 479px) {
.code-editor {
width: 300px;
}
.code-editor:before {
width: 300px;
}
}</code>
</pre>
</div>
</div>
</div>
<!-- End Content-->
<!-- Footer -->
<div class="footer">
<div class="row footer__feature">
<div class="small-12">
<h2 class="footer__feature-text">Join the 4814 Academy, Coming May 2014 <i class="fa fa-arrow-right fa-fw"></i></h2>
</div>
</div>
<div class="footer__sections">
<div class="row ">
<div class="footer__first small-12 medium-6 columns">
<h4>About 4814</h4>
<p>FRC Team 4814, United Robotics Team of London (URL), is comprised of students from Oakridge Secondary School, London Central Secondary School, and Medway High School. The three schools have united as one team and together, our objective as an organization is to inspire youth to become more involved in the fields of science and technology. We strive to create sustainable FRC teams and provide them with the facilities and resources they require to succeed. Our goal is to link London together and our medium is robotics.</p>
</div>
<div class="footer__second small-12 medium-3 columns">
<ul class="small-block-grid-2 footer__second-stats">
<li><i class="fa fa-wrench fa-fw"></i><p>11 Redone sets of wheels</p></li>
<li><i class="fa fa-laptop fa-fw"></i><p>500 hours programming</p></li>
<li><i class="fa fa-coffee fa-fw"></i><p>A lot of coffee</p></li>
<li><i class="fa fa-moon-o fa-fw"></i><p>No Sleep. Ever.</p></li>
</ul>
</div>
<div class="footer__third small-12 medium-3 columns">
<ul class="small-block-grid-3 footer__third-social">
<li><a href="#"><img src="images/facebook.png"></a></li>
<li><a href="#"><img src="images/twitter.png"></a></li>
<li><a href="#"><img src="images/youtube.png"></a></li>
</ul>
<div class="row">
<div class="large-12 columns">
<div class="row collapse">
<div class="small-8 columns">
<input type="text" placeholder="Search Term...">
</div>
<div class="small-4 columns">
<a href="#" class="button postfix">Search</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer__final">
<div class="row">
<div class="small-1 columns">
<img class="footer__final-logo" src="images/logo.png">
</div>
<div class="small-6 columns">
<p>Team 4814: United Robotics Team of London</p>
</div>
<div class="pull-right">
<p class="footer__final-text">A 4814 Production</p>
</div>
</div>
</div>
</div>
<!-- End Footer -->
<script src="js/vendor/jquery.min.js"></script>
<script src="js/foundation/foundation.min.js"></script>
<script src="js/flipsnap.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>