-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsvrtours.html
More file actions
89 lines (78 loc) · 3.39 KB
/
svrtours.html
File metadata and controls
89 lines (78 loc) · 3.39 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
85
86
87
88
89
---
layout: pages
title: Silicon Valley Regional Tours
permalink: /svrtours/
---
<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">FIRST Experience: Silicon Valley Regional Tours</h2>
<hr style="margin-top:40px !important;">
</div>
</div>
<!--<div class="container summer-2016">
<div class="col-md-12">
<ul class="nav nav-pills red">
<li class="active"><a class="menu" data-toggle="tab" href="#about-the-tour">About the Tour</a></li>-->
<!--<li><a class="menu" data-toggle="tab" href="#faq">FAQ</a></li>-->
<!--<li><a class="menu menu-highlight" data-toggle="tab" href="#registration">Register Here</a></li>-->
<!--</ul>
</div>
</div>-->
<div class="tab-content">
<div class="container tab-pane fade in active" id="about-the-tour">
<br>
<div class="row less-marg">
<div class="col-md-8">
<p class="summercamp-2018" style="font-size: 20px;">
<b>When: </b>Saturday, March 31st, 2018
</p>
<p style = "text-indent: 40px; font-size: 20px;">Tour #1: 10:15 am to 11:00 am</p>
<p style = "text-indent: 80px; font-size: 20px;">Sign up: <a href="https://goo.gl/forms/xuCh2CE0TI1KZaCm2" target="_blank">here</a></p>
<p style = "text-indent: 40px;font-size: 20px;">Tour #2: 11:15 am to 12:00 pm</p>
<p style = "text-indent: 80px;font-size: 20px;">Sign up: <a href="https://goo.gl/forms/Yb0b0d68v9NfrJVi2" target="_blank">here</a></p>
</br>
<p class="summercamp-2018">
<b class="summercamp-2018">Where: </b>{{site.data.svrtours.where}}
<br><br>
<b class="summercamp-2018">Who: </b>{{site.data.svrtours.who}}
<br><br>
<b class="summercamp-2018">What: </b>{{site.data.svrtours.what}}</p>
<p class="summercamp-2018">
Feel free to email <a href="mailto:outreach@palyrobotics.com">outreach@palyrobotics.com</a> with any questions.
</div>
<div class="col-md-4">
{% for img in site.data.svrtours.images %}
<img src="{{img}}" style="width:100%;"> </br> </br>
{% endfor %}
</div>
</div>
</div>
<!--<div class="container tab-pane fade in" id="faq">
<div class="row less-marg">
{% for item in site.data.svr-2017.FAQ %}
<div class="row less-marg">
<div class="col-md-12">
<h3 class="summercamp-header">{{item.question}}</h3>
</div>
<div class="col-md-12">
<p class="summercamp">{{item.answer}}</p>
</div>
</div>
{% endfor %}
</div>
</div>-->
<div class="container tab-pane fade in" id="registration">
<div class="col-md-12">
<p class="summercamp" style="text-align:center;">
<iframe src="https://docs.google.com/a/palyrobotics.com/forms/d/e/1FAIpQLSeqgWxsDgERsny2pDzljXJC8r0IKF80FUSZtA6kBehlxS8VBA/viewform?embedded=true" style="margin: 0 auto;display:block;" width="80%" height="720" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</p>
</div>
</div>
</div>
<style>
li {
font-size:19.5px !important;
}
</style>