-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources_calendar.html
182 lines (164 loc) · 9.68 KB
/
resources_calendar.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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="./img/favicon.ico">
<link rel="icon" type="image/png" href="./img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./img/favicon-16x16.png" sizes="16x16">
<title>Team 2135 - Presentation Invasion</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/theme.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- 2135 Customizations -->
<link href="css/theme-phs.css" rel="stylesheet">
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-dark navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="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="pull-left" href="home.html"><img src="img/2135-Yellow-sm.png" alt="2135-Logo"></a>
<!-- <a class="navbar-brand"> </a> Seems to have too large of a size -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="about_team.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about_team.html">Team</a></li>
<li><a href="about_outreach.html">Outreach</a></li>
<li><a href="about_leaders.html">Leaders</a></li>
<li><a href="about_mentors.html">Mentors</a></li>
<li><a href="about_awards.html">Awards</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">FIRST <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="first_overview.html">Overview</a></li>
<li><a href="first_2024-crescendo.html">2024 Crescendo</a></li>
<li><a href="first_2023-charged_up.html">2023 Charged Up</a></li>
<li><a href="first_2022-rapid_react.html">2022 Rapid React</a></li>
<li><a href="first_2020-infinite_recharge.html">2020 Infinite Recharge</a></li>
<li><a href="first_2019-deepspace.html">2019 Destination: Deep Space</a></li>
<li><a href="first_2018-powerup.html">2018 Power Up</a></li>
<li><a href="first_2017-steamworks.html">2017 Steamworks</a></li>
<li><a href="first_2016-stronghold.html">2016 Stronghold</a></li>
<li><a href="first_earlier.html">Previous Games</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Media <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="media_photos.html">Photos</a></li>
<li><a href="media_videos.html">Videos</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="resources_calendar.html">Calendar</a></li>
<li><a href="resources_meetings.html">Meetings</a></li>
<li><a href="resources_teamhandbook.html">Team Handbook</a></li>
<li><a href="resources_safetymanual.html">Safety Manual</a></li>
<li><a href="resources_teamwear.html">Teamwear</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Support <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="support_sponsors.html">Sponsors</a></li>
<li><a href="support_fundraising.html">Fundraising</a></li>
<li><a href="support_wishlist.html">Wishlist</a></li>
<li><a href="support_giving.html">Giving</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container theme-showcase" role="main">
<!-- Banner -->
<div class="banner">
<a class="logo-big" href="home.html"><img class="img-responsive" src="./img/Banner.png" alt="Team 2135 banner"></a>
</div>
<!-- Main content area for this page -->
<div class="row content-block" style="margin: 0">
<div class="page-header">
<h1>Calendar</h1>
</div>
<div class="hidden-sm responsive-iframe-container">
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=presentation.robotics%40gmail.com&color=%23182C57&src=jk5uf5t9h7u0s1tinv3e6dbqhk4gubje%40import.calendar.google.com&color=%23182C57&src=ai9fn4l36sdilol0e63bt22vkf37q1bm%40import.calendar.google.com&color=%232F6309&src=1reuaturf24bllbt1ltb60vc1qlstbee%40import.calendar.google.com&color=%232F6309&ctz=America%2FLos_Angeles" style="border-width:0" width="880" height="660" frameborder="0" scrolling="no"></iframe>
</div>
<div class="visible-sm responsive-iframe-container">
<iframe src="https://calendar.google.com/calendar/embed?mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=presentation.robotics%40gmail.com&color=%23182C57&src=jk5uf5t9h7u0s1tinv3e6dbqhk4gubje%40import.calendar.google.com&color=%23182C57&src=ai9fn4l36sdilol0e63bt22vkf37q1bm%40import.calendar.google.com&color=%232F6309&src=1reuaturf24bllbt1ltb60vc1qlstbee%40import.calendar.google.com&color=%232F6309&ctz=America%2FLos_Angeles" style="border-width:0" width="280" height=500" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<!-- End of Main content area -->
<!-- Footer -->
<div class="row">
<div class="footer">
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-3">
<p class="content-header footer">Team 2135</p>
<a class="content-text footer" href="http://www.firstinspires.org">FIRST Robotics</a><br>
<a class="content-text footer" href="http://www.presentationhs.org">Presentation HS</a>
</div>
<div class="col-sm-2">
<p class="content-header footer">About</p>
<a class="content-text footer" href="about_team.html">The Team</a><br>
<a class="content-text footer" href="website.html">Website</a>
</div>
<div class="col-sm-2">
<p class="content-header footer"></p>
<a class="content-text footer" href="about_leaders.html">Leaders</a><br>
<a class="content-text footer" href="about_mentors.html">Mentors</a>
</div>
<div class="col-sm-4">
<p class="content-header footer">Sponsor Us</p>
<a class="content-text footer visit-site download-info button" href="./docs/sponsor_info.pdf">Download Information</a>
<p class="content-text footer"> </p>
</div>
</div>
</div>
</div>
<!-- End of Footer -->
</div> <!-- /container for theme-showcase -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="./js/jquery.min.js"><\/script>')</script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>