-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (119 loc) · 4.83 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
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
---
layout: sidebar
---
<div id="carousel-home2" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-home2" data-slide-to="0" class="active"></li>
<li data-target="#carousel-home2" data-slide-to="1"></li>
<li data-target="#carousel-home2" data-slide-to="2"></li>
<li data-target="#carousel-home2" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
{% for post in site.posts limit:1 %}
<div class="item active">
<a href="{{ post.url }}">
<img alt="Slide1" src="{{ post.header-photo }}" />
<div class="carousel-caption">
<h4>
{{ post.title }}
</h4>
<p>
{% if post.subtitle %}{{ post.subtitle }}{% else %}{{ post.content | strip_html | truncatewords: 5 }}...{% endif %}
</p>
</div>
</a>
</div>
{% endfor %}
<!-- Static Slides -->
<div class="item">
<img alt="Slide2" src="/resources/img/carousel/pictures.jpg" />
<div class="carousel-caption">
<h4>Have awesome pictures of the team?</h4>
<p> Send them to [email protected]</p>
</div>
</div>
<div class="item">
<img alt="Slide3" src="/resources/img/carousel/steamworks.jpg" />
<div class="carousel-caption">
<h4><em>FIRST STEAMWORKS</em> is coming!</h4>
<p>Kickoff is Saturday, January 7th</p>
</div>
</div>
<div class="item">
<img alt="Slide4" src="/resources/img/carousel/2.jpg" />
<div class="carousel-caption">
<h4>Want to work on <em>Awesome Machines?</em></h4>
<p>Complete your registration and don’t forget to take the <strong>Safety Test!</strong></p>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-home2" 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="#carousel-home2" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<hr>
<!-- intro -->
<div style="clear:both;">
<h2>
Welcome to SDA's Robotics Club: Team Paradox!
</h2>
<p>
We at <strong>FIRST Team Paradox 2102</strong> have dedicated ourselves to becoming and guiding the next
generation of problem solvers. For the past decade, engineers, artists, machinists, managers, programmers,
writers and makers have worked together to create an environment where creativity and passions bloom.
</p>
<br>
<p>
We are a <strong>FIRST</strong> <em>(For the Inspiration and Recognition of Science
and Technology)</em> <strong>FRC</strong> <em>(FIRST Robotics Competition)</em> team based at San Dieguito High School Academy (SDA).
Our team is based off the values of <strong>STEAM</strong> <em>(Science, Technology, Engineering, Art and Math)</em> education and
uphold FIRST core values of <em>Gracious Professionalism</em> and <em>Coopertition</em> in everything we do.
</p>
<br>
<p>
On this website you can discover more about FIRST and how our team works to go above and beyond FIRST’s missions.
</p>
<br>
<p>
If you have any questions, comments, or concerns, feel free to contact us through the links at
our <strong><a href="/contact/">Contacts Page</a></strong>.
</p>
</div>
<hr>
<!-- vids -->
<div style="margin-bottom:10px;">
<div style="width:250px;float:left;padding-right:5px;">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/EHQ3XWZVJlg?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
Week 1 Build Update: Prototyping
</div>
<div style="width:250px;float:left;padding-right:5px;">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/y4meQsqbp3E?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
Week 2 Build Update: Machining
</div>
<div style="width:250px;float:left;padding-right:5px;">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/priGvjcF-dI?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
Week 3 Build Update: Machining
</div>
<div style="width:250px;float:left;padding-right:5px;">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/SF-nS0gk3rw?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
Week 4 Build Update: Machining
</div>
</div>
<div style="clear:both;margin-bottom:10px;"></div>
<br><br>