-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
216 lines (188 loc) · 8.46 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<title>UTRA - The University of Toronto Robotics Association</title>
<link rel="shortcut icon" href="latest_logo.png">
<!--box icons-->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!--custom css-->
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet"
href="https://toert.github.io/Isolated-Bootstrap/versions/4.0.0-beta/iso_bootstrap4.0.0min.css">
</head>
<body>
<!--header-->
<header class="header">
<!-- <a href="#home" class="logo"><img src="images/logo_rectangle.png" alt="" width="20%"></a> -->
<img href="#home" class="logo" src="images/logo_rectangle.png" alt=""></a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active"><i class='bx bxs-home-alt-2'></i> Home</a>
<a href="html/about.html"><i class='bx bxs-info-circle'></i> About</a>
<a href="html/team.html"><i class='bx bxs-user-detail'></i> Teams</a>
<a href="html/events.html"><i class='bx bxs-calendar-event'></i> Events</a>
<a href="#contact"><i class='bx bxs-phone-call'></i> Contact</a>
</nav>
</header>
<!--home section design-->
<section class="home" id="home">
<div class="home-content">
<h3>Welcome to UTRA,</h3>
<h1>The University of Toronto Robotics Association</h1>
<p>Join us in the 2024-2025 design cycle!
</p>
</br>
<a href="" class="btn" target=”_blank”>Join Us</a>
</div>
<div class="home-img">
<img src="images/intro.png" alt="">
</div>
</section>
<!--about section design-->
<section class="about" id="about">
<div class="about-img">
<img src="images/about.png" alt="">
</div>
<div class="about-content">
<h2 class="heading">Celebrating<span> 20</span> years of <span>continous</span> innovation</h2>
<br/>
<br/>
<a href="#" class="btn"><i class='bx bx-link-external'></i> Read More</a>
<!-- <button id="myBtn" class="btn" data-micromodal-trigger="modal-1"><i class='bx bx-expand' ></i> Read More</button> -->
</div>
</section>
<!--experiences section design-->
<section class="experience" id="experience">
<h2 class="heading">Our <span>Teams</span></h2>
<div class="experience-container">
<div class="experience-box">
<i class='bx bxs-hdd ex_icon'></i>
<h3>SUMO</h3>
<span>
<p class="ex_sub"> mechanical and software</p>
</span>
<p>Beginner-friendly SUMO-wrestling robot</p>
</div>
<div class="experience-box">
<i class='bx bxs-camera-home ex_icon'></i>
<h3>ART</h3>
<span>
<p class="ex_sub"> mechanical & electrical, software</p>
</span>
<p>Autonomous Rover Team</p>
</div>
<div class="experience-box">
<i class='bx bx-football ex_icon'></i>
<h3>RoboSoccer </h3>
<span>
<p class="ex_sub">software, hardware & electrical</p>
</span>
<p>The athletic robot that plays soccer
</p>
</div>
<div class="experience-box">
<i class='bx bxs-cog ex_icon'></i>
<h3>Combat </h3>
<span>
<p class="ex_sub">mechanical & electronics</p>
</span>
<p>The destroyer robot, watch out!</p>
</div>
<div class="experience-box">
<i class='bx bxs-chalkboard ex_icon'></i>
<h3>Robonars </h3>
<span>
<p class="ex_sub">mechanical, hardware, and software</p>
</span>
<p>The athletic robot that plays soccer </p>
</div>
<div class="experience-box">
<i class='bx bxs-cog ex_icon'></i>
<h3>Pacbot </h3>
<span>
<p class="ex_sub">Robotics</p>
</span>
<p>Heard of Pac-Man? This is Pac-Bot!</p>
</p>
</br>
</div>
<a href="#" class="btn"><i class='bx bx-link-external'></i> Read More</a>
</section>
<!--Past Events-->
<section class="project" id="project">
<h2 class="heading">Our<span> Events</span></h2>
<!-- Slideshow container -->
<div class="slideshow-container">
<div class="slide slide-fade">
<img class="slide-image" src="images/hackathon.png">
<div class="slide-caption">UTRA Hacks</div>
</div>
<div class="slide slide-fade">
<img class="slide-image" src="images/combat.png">
<div class="slide-caption">Combat Robot</div>
</div>
<div class="slide slide-fade">
<img class="slide-image" src="images/robot.png">
<div class="slide-caption">RoboSoccer</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<div class="slide-dot-container">
<span class="slide-dot" onclick="currentSlide(1)"></span>
<span class="slide-dot" onclick="currentSlide(2)"></span>
<span class="slide-dot" onclick="currentSlide(3)"></span>
</div>
</br>
<div class="experience-container">
<a href="#" class="btn"><i class='bx bx-link-external'></i> Read More</a>
</div>
</section>
<section class="contact canvas" id="contact">
<canvas id="canvas"></canvas>
<div class="experience-box" style="text-align: center;">
<i class='bx bxs-envelope ex_icon heading'></i>
<h3 class="heading">Contact <span>Us</span></h3>
<div class="social-media">
<a href="mailto:"><i class='bx bxs-envelope'></i></a>
<a href="" target=”_blank”><i class='bx bxl-linkedin-square'></i></a>
<a href="" target=”_blank”><i class='bx bxl-github'></i></a>
<a href="" target=”_blank”><i class='bx bxl-instagram'></i></a>
</div>
</br>
</br>
<div class="two-columns">
<div class="column">
<!-- Content for the first column -->
<h1 class="contact_info1" style="font-size: 2.5rem;">Our <span>Address</span>: </h1>
<h3 style="margin: 1rem 0 3rem; line-height: 3.5rem; font-size: 1.5rem;" class="contact_info2">Unit 015D,
Myhal Centre for Engineering Innovation & Entrepreneurship <br/>
55 St. George Street, Toronto, <br/>
ON M5S 0C9 <br/>
</h3>
</div>
<div class="column">
<!-- Content for the second column -->
<div style="width: 100%"><iframe width="90%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=43.660881,%20-79.396820+(My%20Business%20Name)&t=&z=14&ie=UTF8&iwloc=B&output=embed"><a href="https://www.gps.ie/">gps tracker sport</a></iframe></div>
</div>
</div>
</div>
</section>
<!-- there Bootstrap doesn't work-->
<!--scroll reveal-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--typed js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!--micromodal.js-->
<script src="https://unpkg.com/micromodal/dist/micromodal.min.js"></script>
<!--custom js-->
<script src="./script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</body>
</html>