-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopen-lab-hours.html
More file actions
84 lines (74 loc) · 2.8 KB
/
open-lab-hours.html
File metadata and controls
84 lines (74 loc) · 2.8 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
layout: pages
title: Open Lab Hours
<!-- permalink: /openlabhours/ -->
---
<!-- Body begins here -->
<link rel = "stylesheet" type = "text/css" href = "/assets/css/summercamp.stylesheet.css">
<div class = "container">
<div class = "col-md-12">
<br>
<h2 class="summercamp-title">Open Lab Hours</h2>
<hr class="top-hr"/>
</div>
</div>
<div class="container">
<div class="col-md-12">
<ul class="nav nav-pills">
<li class="active"><a class="menu" data-toggle="tab" href="#about">About</a></li>
<li><a class="menu" data-toggle="tab" href="#registration">Registration</a></li>
</ul>
</div>
</div>
<div class="tab-content">
<div class="container tab-pane fade in active" id="about">
<br>
<div class="row less-marg">
<div class="col-md-12">
<p class="paragraph">{{site.data.open-lab-hours.OpenLabHours.paragraph}}</p>
<p class="paragraph"><b>Dates and Times (Note: There may be additional opportunities on other days):</b><br>
Thursday 6:30pm - 9pm<br>
Saturday 2pm - 5pm<br>
</p>
</div>
<div class="col-md-12">
<hr class="special-hr"/>
<h3 class="summercamp-header2">What We Do</h3>
<p class="paragraph">{{site.data.open-lab-hours.WhatWeDo.paragraph1}}</p>
<p class="paragraph">{{site.data.open-lab-hours.WhatWeDo.paragraph2}}</p>
</div>
<div class="col-md-12">
<hr class="special-hr"/>
<h3 class="summercamp-header2">Summer Projects</h3>
<p class="paragraph">Below are some of the major projects that students participating in Open Lab Hours will be working on.</p>
<p class="paragraph">
<b>Offseason Robot</b> <br>
{{site.data.open-lab-hours.Robot.paragraph}}
</p>
<p class="paragraph">
<b>Summer Camp Preparations</b> <br>
{{site.data.open-lab-hours.SummerCamp.paragraph}}
</p>
</div>
</div>
</div>
<div class="container tab-pane fade in" id="registration">
<br>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScqL46H_xLJWgZgxmefG3qt3IcdRczTDXzeRQTFzwIhqVaPeg/viewform?usp=sf_link" style="margin: 0 auto;display:block;" width="80%" height="720" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
<style>
p.paragraph {
font-size: 19.5px;
margin-bottom: 20px;
}
hr.special-hr {
margin-top:10px;
}
a:hover {
text-decoration:none;
}
b {
margin-left:0px !important;
}
</style>