-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
60 lines (44 loc) · 1.96 KB
/
main.html
File metadata and controls
60 lines (44 loc) · 1.96 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
<!--div class="jumbotron"-->
<div class="flex-container">
<div class="flexslider">
<ul class="slides">
<li>
<img src= "img/vexrobot.jpeg" />
</li>
<li>
<img src= "img/vexteam.bin" />
</li>
<li>
<img src= "img/vexrobot2.jpg" />
</li>
</ul>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script>
$(document).ready(function () {
$('.flexslider').flexslider({
animation: 'fade',
controlsContainer: '.flexslider'
});
});
</script>
</div>
<!--/div-->
<div class="row marketing">
<div class="col-lg-6">
<h4>Our team</h4>
<p>We are a dedicated Robotics team in Sir John A. Macdonald C.I. in Toronto.
We have students specializing in different departments in robots.
We have students doing Design, build, engineering, driving, programing and sponsoring.</p>
<h4>The Competition</h4>
<p>We will be competing in Vex and FIRST robotics. we will be building and design our robot. Our robots will be tested thouroughly and optimized for the competitions.</p>
<h4>Making an impact</h4>
<p>We are very commited to science and technology we do food drives and donate our proceeds to local homeless shelters.</p>
</div>
<div class="col-lg-6">
<h4>Training</h4>
<p>Participates will be able to join and help out in any aspects they want in robotics. They will be trained in build, designing and engineering. Senior members will mentor and teach the new team member.</p>
<p><b><center><img src="img/schoollogo.jpg"></center> </b></p>
</div>
</div>