forked from jeromelachaud/freelancer-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
243 lines (228 loc) · 10 KB
/
Copy pathindex.html
File metadata and controls
243 lines (228 loc) · 10 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Team Torch</title>
<meta name="description" content="This is a free Bootstrap landing page theme created for BootstrapZero. Feature video background and one page design." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Codeply">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<!-- NAV BAR ----------------------------------------------->
<nav id="topNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#first">Team Torch</a>
</div>
<div class="navbar-collapse collapse" id="bs-navbar">
<ul class="nav navbar-nav">
<li><a class="page-scroll" href="#one">Our Team</a>
</li>
<li><a class="page-scroll" href="#two">Highlights</a>
</li>
<!--li><a class="page-scroll" href="#three">Robot</a>
</li-->
<li><a class="page-scroll" href="#four">Code</a>
</li>
<li><a class="page-scroll" href="#five">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- HEADER ----------------------------------------------->
<header id="first">
<div class="header-content">
<div class="inner">
<img src="img/torch.svg" style="height:128px;width:128px" class="logo wow fadeIn">
<h1 class="BigJohn wow fadeInUp">Team Torch 5942</h1>
<a href="#one" class="btn btn-primary btn-xl page-scroll wow fadeInUp">About Us</a>
</div>
</header>
<!-- INTRO ----------------------------------------------->
<section class="bg-primary" id="one">
<div class="container">
<div class="row">
<div class="col-lg-4 col-lg-offset-4 col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 text-center">
<h2 class="text-primary">Our Team</h2>
<p>
We are Team Torch. We are a fourth year FTC Robotics team from Centers of Learning in North Hills, California.
<br>
In the 2015-2016 Res-Q season, we were the first place alliance captain at the Monrovia, CA Qualifying Tournament and the finalist alliance captain at the Los Angeles Championship Tournament.
<br>
We then moved on to the FTC West Super Regional Championship where we were selected as a member of the finalist alliance, and advanced to the FIRST World Championships in St. Louis.
</p>
</div>
</div>
</div>
</section>
<!-- GALLERY ----------------------------------------------->
<section id="two" class="no-padding">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/robot1.jpg" >
</div>
<div class="item">
<img src="img/robot3.jpg">
</div>
<div class="item">
<img src="img/team_cropped.jpg">
</div>
<div class="item">
<img src="img/robot2.jpg">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- ICONS ----------------------------------------------->
<!--section class="container-fluid" id="three">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-3 col-md-4 col-md-offset-4">
<h2 class="text-center text-primary">Our Robot</h2>
<hr>
<div class="media wow fadeInRight">
<h3>Simple</h3>
<div class="media-body media-middle">
<p>We chose to do one thing, and do it well, with as little room for error as possible. <p>
</div>
<div class="media-right">
<i class="icon-lg ion-android-settings"></i>
</div>
</div>
<hr>
<div class="media wow fadeIn">
<h3>Reliable</h3>
<div class="media-left">
<i class="icon-lg ion-android-checkmark-circle"></i>
</div>
<div class="media-body media-middle">
<p>We've hung in the cliff zone in 100% of our competition matches.</p>
</div>
</div>
<hr>
<div class="media wow fadeInRight">
<h3>Award-Winning</h3>
<div class="media-body media-middle">
<p>Went undefeated at Monrovia, CA qualifiers, and took 1st place.</p>
</div>
<div class="media-left">
<i class="icon-lg ion-ribbon-b"></i>
</div>
</div>
<hr>
<div class="media wow fadeIn">
<h3>Download</h3>
<div class="media-left">
<a href="#alertModal" data-toggle="modal" data-target="#alertModal"><i class="icon-lg ion-android-download"></i></a>
</div>
<div class="media-body media-middle">
<p>Yes, please. Grab our code below, and make something awesome with it.</p>
</div>
</div>
</div>
</div>
</section--!>
<!-- DOWNLOAD ----------------------------------------------->
<section id="four" class="bg-dark">
<div class="container text-center">
<div class="call-to-action">
<a class="btn btn-green btn-xl" href="http://github.com/teamtorch5942/ftclibrary" target="ext"> Download our code</a>
</div>
<br>
<hr/>
<br>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<div class="row">
<div class="col-sm-4 text-center col-centered">
<p> We'd like to thank <a href="https://www.facebook.com/SuitBots">Suit Bots 4628</a> & <a href="https://www.facebook.com/lasarobotics">LASA Robotics</a> for generously providing code and programming help.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER ----------------------------------------------->
<footer id="footer">
<div class="container-fluid">
<div class="col-lg-12 text-center">
<h4>Follow us!</h4>
<ul class="list-inline">
<li><a href="http://twitter.com/teamtorch5942" title="Twitter"><i class="icon-lg ion-social-twitter-outline" ></i></a> </li>
<li><a href="http://facebook.com/teamtorch5942" title="Facebook"><i class="icon-lg ion-social-facebook-outline"></i></a> </li>
<li><a href="http://github.com/teamtorch5942" title="Github"><i class="icon-lg ion-social-github-outline"></i></a></li>
</ul>
</div>
</div>
<br/>
<span class="text-center text-muted small"><a href="http://www.bootstrapzero.com">Landing Zero by BootstrapZero</a> ©2015 Team Torch</span>
</div>
</footer>
<!-- END ----------------------------------------------->
<div id="aboutModal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<h2 class="text-center">Landing Zero Theme</h2>
<h5 class="text-center">
A free, responsive landing page theme built by BootstrapZero.
</h5>
<p class="text-justify">
This is a single-page Bootstrap template with a sleek dark/grey color scheme, accent color and smooth scrolling.
There are vertical content sections with subtle animations that are activated when scrolled into view using the jQuery WOW plugin. There is also a gallery with modals
that work nicely to showcase your work portfolio. Other features include a contact form, email subscribe form, multi-column footer. Uses Questrial Google Font and Ionicons.
</p>
<p class="text-center"><a href="http://www.bootstrapzero.com">Download at BootstrapZero</a></p>
<br/>
<button class="btn btn-primary btn-lg center-block" data-dismiss="modal" aria-hidden="true"> OK </button>
</div>
</div>
</div>
</div>
<div id="alertModal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-body">
<p class="text-center"><a href="http://www.bootstrapzero.com">Learn more at BootstrapZero</a></p>
<br/>
<button class="btn btn-primary btn-lg center-block" data-dismiss="modal" aria-hidden="true">OK <i class="ion-android-close"></i></button>
</div>
</div>
</div>
</div>
<!--scripts loaded here from cdn for performance -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>