-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
276 lines (245 loc) · 20.3 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
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
266
267
268
269
270
271
272
273
274
275
276
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="animstyles.css">
<script src="./loginAnimation.js"></script>
<!-- Design -->
<link rel="shortcut icon" type="image/x-icon" href="./Logo.png" />
<script src="https://kit.fontawesome.com/c796c62e1c.js"></script>
<title>Team 6738 | Excalibur</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103081845-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-103081845-2');
</script>
</head>
<body id="b">
<div>
<!-- Navbar -->
<div class="row justify-content-md-center m-0 mt-md-0 mt-sm-0" >
<!-- style="border-bottom: 2px solid #d3af37" -->
<nav class="navbar navbar-expand-lg navbar-light col-md-12 col-sm-12">
<a class="navbar-brand" href="#">
<img src="./Logo-Transparent.png" width="50" height="50" alt="" style="border-radius: 5px;">
</a>
<a class="navbar-brand" href="#">Excalibur 6738</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation" style="border: 1px solid #d3af37;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html"><b>Home</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Seasons.html">Seasons</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Outreach.html">Outreach</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Sponsors.html">Sponsors</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./AboutUs.html">About the Team</a>
<a class="dropdown-item" href="./AboutFRC.html">About FRC</a>
</div>
</li>
</ul>
<ul class="navbar-nav">
<li>
<div class="load-anim-1"></div>
<a id="loginlink" class="nav-link" style="display: inline-block;" href="javascript:goToLogin()"><i class="fas fa-user" id="loginicon"></i> Login</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- carosel -->
<!-- style="border-bottom: 2px solid #d3af37" -->
<div class="row m-0">
<div id="carouselExampleIndicators" class="carousel slide col-md-8 col-sm-12 m-0 p-0" data-ride="carousel">
<ol class="carousel-indicators d-none d-md-flex">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner active rounded d-none d-md-block" data-interval=10000 >
<div class="carousel-item active">
<img src="https://drive.google.com/uc?id=1xg0N-DF8UJsNdQOwZ3nW2yAFxqrDPQQ_" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://drive.google.com/uc?id=1OsoYdY4r30YA8sZpXwScsEGIMSInlXv5" class="d-block w-100" alt="..." >
</div>
<div class="carousel-item">
<img src="https://drive.google.com/uc?id=1RCXH5CXGrAd2iXls_jxsAnUvqMgk_MeZ" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://drive.google.com/uc?id=1h3miOmrheEB3iziim4Rkh2g7NfeNj6eW" class="d-block w-100" alt="...">
</div>
</div>
<div class="carousel-inner active d-block d-md-none" data-interval=10000 >
<div class="carousel-item active">
<img src="https://drive.google.com/uc?id=1xg0N-DF8UJsNdQOwZ3nW2yAFxqrDPQQ_" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://drive.google.com/uc?id=1OsoYdY4r30YA8sZpXwScsEGIMSInlXv5" class="d-block w-100" alt="..." >
</div>
<div class="carousel-item">
<img src="https://drive.google.com/uc?id=1C4jO56-GS7IIaA7K_SNHUH0-LIZYCS1O" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://drive.google.com/uc?id=1h3miOmrheEB3iziim4Rkh2g7NfeNj6eW" class="d-block w-100" alt="...">
</div>
</div>
<div class="container d-none d-md-block">
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-4 col-sm-12 align-self-center pb-4 pt-3">
<div class="text-center">
<p class="h3" style="color:#d3af37 !important;">Excalibur is a FIRST Robotics team from Modiin, Israel</p>
<input type="button" class="btn btn-warning mt-3" value="Learn More ⟶" onclick="window.location.href = './AboutUs.html';">
</div>
</div>
</div>
<div class="row justify-content-md-center m-0 pt-md-0 mt-md-0" style="background: #001e59">
<div style="background-color:#001e59; border-radius:0% !important;" class="jumbotron col-md-8 col-sm-12 pt-md-5 mt-5">
<!-- <h2 style="color: #d3af37 !important;">Excalibur <small class="text--muted"> Team 6738 | A Great Israeli FRC Team</small></h2> -->
<h1 style="color:#d3af37; text-align: center; font-size: 6vh;" id="countdown">Days, Hours, Minute, Seconds</h1>
<h1 style="color:#d3af37;text-align: center;" id="untilEvent">Until ISR1!</h1>
</div>
</div>
<div class="row justify-content-md-center m-md-3 m-sm-0">
<div class="col-12">
<blockquote class="blockquote text-center m-5">
<p style="color: #d3af37 !important;" class="mb-0"><span class="txt-rotate" data-period="15000" id="qtrt" data-rotate=""></span></p>
<footer class="blockquote-footer" style="color: #d3af37 !important;">Yair Korengut <cite title="Source Title">(2019)</cite></footer>
</blockquote>
</div>
</div>
<footer>
<div class="row justify-content-center">
<div class="col-md-3 col-sm-12 text-center d-none d-md-block rounded" style="font-size: 4vh; ">
<a class = "maincontact" id = "contactinfo" href="#" onclick="copyMail()"><i class="fas fa-envelope"></i></a>
<a class = "maincontact" id = "contactinfo"href="https://www.instagram.com/excalibur_6738/">
<!-- <i class="fab fa-instagram"></i> -->
<svg class="mb-1" style="fill: #d3af37 !important;" height="4vh" width="4vh" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path d="m305 256c0 27.0625-21.9375 49-49 49s-49-21.9375-49-49 21.9375-49 49-49 49 21.9375 49 49zm0 0"/><path d="m370.59375 169.304688c-2.355469-6.382813-6.113281-12.160157-10.996094-16.902344-4.742187-4.882813-10.515625-8.640625-16.902344-10.996094-5.179687-2.011719-12.960937-4.40625-27.292968-5.058594-15.503906-.707031-20.152344-.859375-59.402344-.859375-39.253906 0-43.902344.148438-59.402344.855469-14.332031.65625-22.117187 3.050781-27.292968 5.0625-6.386719 2.355469-12.164063 6.113281-16.902344 10.996094-4.882813 4.742187-8.640625 10.515625-11 16.902344-2.011719 5.179687-4.40625 12.964843-5.058594 27.296874-.707031 15.5-.859375 20.148438-.859375 59.402344 0 39.25.152344 43.898438.859375 59.402344.652344 14.332031 3.046875 22.113281 5.058594 27.292969 2.359375 6.386719 6.113281 12.160156 10.996094 16.902343 4.742187 4.882813 10.515624 8.640626 16.902343 10.996094 5.179688 2.015625 12.964844 4.410156 27.296875 5.0625 15.5.707032 20.144532.855469 59.398438.855469 39.257812 0 43.90625-.148437 59.402344-.855469 14.332031-.652344 22.117187-3.046875 27.296874-5.0625 12.820313-4.945312 22.953126-15.078125 27.898438-27.898437 2.011719-5.179688 4.40625-12.960938 5.0625-27.292969.707031-15.503906.855469-20.152344.855469-59.402344 0-39.253906-.148438-43.902344-.855469-59.402344-.652344-14.332031-3.046875-22.117187-5.0625-27.296874zm-114.59375 162.179687c-41.691406 0-75.488281-33.792969-75.488281-75.484375s33.796875-75.484375 75.488281-75.484375c41.6875 0 75.484375 33.792969 75.484375 75.484375s-33.796875 75.484375-75.484375 75.484375zm78.46875-136.3125c-9.742188 0-17.640625-7.898437-17.640625-17.640625s7.898437-17.640625 17.640625-17.640625 17.640625 7.898437 17.640625 17.640625c-.003906 9.742188-7.898437 17.640625-17.640625 17.640625zm0 0"/><path d="m256 0c-141.363281 0-256 114.636719-256 256s114.636719 256 256 256 256-114.636719 256-256-114.636719-256-256-256zm146.113281 316.605469c-.710937 15.648437-3.199219 26.332031-6.832031 35.683593-7.636719 19.746094-23.246094 35.355469-42.992188 42.992188-9.347656 3.632812-20.035156 6.117188-35.679687 6.832031-15.675781.714844-20.683594.886719-60.605469.886719-39.925781 0-44.929687-.171875-60.609375-.886719-15.644531-.714843-26.332031-3.199219-35.679687-6.832031-9.8125-3.691406-18.695313-9.476562-26.039063-16.957031-7.476562-7.339844-13.261719-16.226563-16.953125-26.035157-3.632812-9.347656-6.121094-20.035156-6.832031-35.679687-.722656-15.679687-.890625-20.6875-.890625-60.609375s.167969-44.929688.886719-60.605469c.710937-15.648437 3.195312-26.332031 6.828125-35.683593 3.691406-9.808594 9.480468-18.695313 16.960937-26.035157 7.339844-7.480469 16.226563-13.265625 26.035157-16.957031 9.351562-3.632812 20.035156-6.117188 35.683593-6.832031 15.675781-.714844 20.683594-.886719 60.605469-.886719s44.929688.171875 60.605469.890625c15.648437.710937 26.332031 3.195313 35.683593 6.824219 9.808594 3.691406 18.695313 9.480468 26.039063 16.960937 7.476563 7.34375 13.265625 16.226563 16.953125 26.035157 3.636719 9.351562 6.121094 20.035156 6.835938 35.683593.714843 15.675781.882812 20.683594.882812 60.605469s-.167969 44.929688-.886719 60.605469zm0 0"/>
</svg>
</a>
<a class = "maincontact" id = "contactinfo" href="https://www.facebook.com/excaliburfrc/"><i class="fab fa-facebook-square"></i></a>
<a class = "maincontact" id = "contactinfo" href="https://www.youtube.com/channel/UCVLYbxGoGUWkjDTZQfkLz5g"><i class="fab fa-youtube"></i></a>
</div>
<div class="col-md-12 col-sm-12 text-center rounded d-block d-md-none" style="font-size: 6vh; background:#001e59 !important;">
<a id = "contactinfo" href="#" onclick="copyMail()"><i class="fas fa-envelope"></i></a>
<a id = "contactinfo"href="https://www.instagram.com/excalibur_6738/">
<!-- <i class="fab fa-instagram"></i> -->
<svg class="mb-1" style="fill: #d3af37 !important;" height="6vh" width="6vh" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path d="m305 256c0 27.0625-21.9375 49-49 49s-49-21.9375-49-49 21.9375-49 49-49 49 21.9375 49 49zm0 0"/><path d="m370.59375 169.304688c-2.355469-6.382813-6.113281-12.160157-10.996094-16.902344-4.742187-4.882813-10.515625-8.640625-16.902344-10.996094-5.179687-2.011719-12.960937-4.40625-27.292968-5.058594-15.503906-.707031-20.152344-.859375-59.402344-.859375-39.253906 0-43.902344.148438-59.402344.855469-14.332031.65625-22.117187 3.050781-27.292968 5.0625-6.386719 2.355469-12.164063 6.113281-16.902344 10.996094-4.882813 4.742187-8.640625 10.515625-11 16.902344-2.011719 5.179687-4.40625 12.964843-5.058594 27.296874-.707031 15.5-.859375 20.148438-.859375 59.402344 0 39.25.152344 43.898438.859375 59.402344.652344 14.332031 3.046875 22.113281 5.058594 27.292969 2.359375 6.386719 6.113281 12.160156 10.996094 16.902343 4.742187 4.882813 10.515624 8.640626 16.902343 10.996094 5.179688 2.015625 12.964844 4.410156 27.296875 5.0625 15.5.707032 20.144532.855469 59.398438.855469 39.257812 0 43.90625-.148437 59.402344-.855469 14.332031-.652344 22.117187-3.046875 27.296874-5.0625 12.820313-4.945312 22.953126-15.078125 27.898438-27.898437 2.011719-5.179688 4.40625-12.960938 5.0625-27.292969.707031-15.503906.855469-20.152344.855469-59.402344 0-39.253906-.148438-43.902344-.855469-59.402344-.652344-14.332031-3.046875-22.117187-5.0625-27.296874zm-114.59375 162.179687c-41.691406 0-75.488281-33.792969-75.488281-75.484375s33.796875-75.484375 75.488281-75.484375c41.6875 0 75.484375 33.792969 75.484375 75.484375s-33.796875 75.484375-75.484375 75.484375zm78.46875-136.3125c-9.742188 0-17.640625-7.898437-17.640625-17.640625s7.898437-17.640625 17.640625-17.640625 17.640625 7.898437 17.640625 17.640625c-.003906 9.742188-7.898437 17.640625-17.640625 17.640625zm0 0"/><path d="m256 0c-141.363281 0-256 114.636719-256 256s114.636719 256 256 256 256-114.636719 256-256-114.636719-256-256-256zm146.113281 316.605469c-.710937 15.648437-3.199219 26.332031-6.832031 35.683593-7.636719 19.746094-23.246094 35.355469-42.992188 42.992188-9.347656 3.632812-20.035156 6.117188-35.679687 6.832031-15.675781.714844-20.683594.886719-60.605469.886719-39.925781 0-44.929687-.171875-60.609375-.886719-15.644531-.714843-26.332031-3.199219-35.679687-6.832031-9.8125-3.691406-18.695313-9.476562-26.039063-16.957031-7.476562-7.339844-13.261719-16.226563-16.953125-26.035157-3.632812-9.347656-6.121094-20.035156-6.832031-35.679687-.722656-15.679687-.890625-20.6875-.890625-60.609375s.167969-44.929688.886719-60.605469c.710937-15.648437 3.195312-26.332031 6.828125-35.683593 3.691406-9.808594 9.480468-18.695313 16.960937-26.035157 7.339844-7.480469 16.226563-13.265625 26.035157-16.957031 9.351562-3.632812 20.035156-6.117188 35.683593-6.832031 15.675781-.714844 20.683594-.886719 60.605469-.886719s44.929688.171875 60.605469.890625c15.648437.710937 26.332031 3.195313 35.683593 6.824219 9.808594 3.691406 18.695313 9.480468 26.039063 16.960937 7.476563 7.34375 13.265625 16.226563 16.953125 26.035157 3.636719 9.351562 6.121094 20.035156 6.835938 35.683593.714843 15.675781.882812 20.683594.882812 60.605469s-.167969 44.929688-.886719 60.605469zm0 0"/>
</svg>
</a>
<a id = "contactinfo" href="https://www.facebook.com/excaliburfrc/"><i class="fab fa-facebook-square"></i></a>
<a id = "contactinfo" href="https://www.youtube.com/channel/UCVLYbxGoGUWkjDTZQfkLz5g"><i class="fab fa-youtube"></i></a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- A Script For Mobile Support -->
<script>
var mobilecolor = "#012265"
var desktopcolor = "#012265" //gray is #dcdcdc
var mobile = false;
if ($(window).width() < 768) {
mobile = true;
document.getElementById("b").style = "background-color:" + mobilecolor + " !important;";
}
else {
document.getElementById("b").style = "background-color:" + desktopcolor + " !important;";
}
var countDownDate = new Date("Feb 24, 2020 8:00").getTime();
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="demo"
//<h1 style="color:#d3af37; text-align: center; font-size: 10vh;"
document.getElementById("countdown").innerHTML = days + " <span class='dayinfo'>Days,</span> " + hours + " <span class='dayinfo'>Hours,</span> " + minutes + " <span class='dayinfo'>Minutes,</span> " + seconds + " <span class='dayinfo'>Seconds</span>"
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("countdown").innerHTML = "";
document.getElementById("untilEvent").innerHTML = "Event Already Happened! Good Luck!";
}
}, 1000);
function copyMail(){
if (mobile){
window.location = "mailto:excaliburfrc@gmail.com";
} else {
copyTextToClipboard("excaliburfrc@gmail.com");
alert("Address Copied To Clipboard!");
}
}
function copyTextToClipboard(text) {
var textArea = document.createElement("textarea");
textArea.style.position = 'fixed';
textArea.style.top = 0;
textArea.style.left = 0;
textArea.style.width = '2em';
textArea.style.height = '2em';
textArea.style.padding = 0;
textArea.style.border = 'none';
textArea.style.outline = 'none';
textArea.style.boxShadow = 'none';
textArea.style.background = 'transparent';
textArea.value = text;
document.body.appendChild(textArea);
textArea.focus();
textArea.select();
try {
var successful = document.execCommand('copy');
var msg = successful ? 'successful' : 'unsuccessful';
console.log('Copying text command was ' + msg);
} catch (err) {
console.log('Oops, unable to copy');
}
document.body.removeChild(textArea);
}
</script>
<script src="./quoteTyper.js"></script>
</div>
</body>
</html>
<!-- Written by Dvir Akerman -->