-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
73 lines (73 loc) · 3.67 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
---
stylesheets:
- style.css
title: Home - Viridian Robotics
redirect_from:
- /home/
---
<!DOCTYPE html>
<html lang = "en">
{% include head.html %}
<body>
{% include navigation.html %}
<main>
<div class = "section" id = "firstsec">
<div class = "left">
<h1 class ="text-center">We are Viridian Robotics!</h1>
</div>
<div class = "right" id = "icons">
<a href= "https://twitter.com/viridianrobotic" target = "_blank"><i class="fab fa-twitter-square fa-2x"></i></a>
<a href = "mailto:[email protected]" target = "_blank"><i class="fas fa-envelope-square fa-2x"></i></a>
</div>
</div>
<div class = "section">
<div>
<img src= "{{ "/images/Front Arm v1.jpg" | absolute_url }}" alt = "a team photo" id = "teamphoto">
</div>
<div id = "weare">
<p id ="introp">We are Viridian Robotics, Team 9054, one of two teams from <a href = "https://www.greenhill.org/page" target = "_blank">Greenhill School</a> (the other is the <a href="https://twitter.com/MotorheadsGHS" target = "_blank">Motorheads, Team 9045</a>). We are the founding team of the robotics program at Greenhill School, and this is our 5th year competing in <a href = "https://www.firstinspires.org/robotics/ftc" target = "_blank">First Tech Challenge</a>.</p>
</div>
</div>
<div class = "section">
<div>
<h1>Our History</h1>
<p>In the year of our founding, the very beginning of our team started with a big dream. We had a total of eight members by the end of our first month and a small space with scant storage. Now, we have expanded to two teams of around eleven members each with dedicated programmers, 3D-designers, and builders. Our experiences at previous FTC meets, including winning the Think Award at the Qualifying Championship 2014-2015 and competing at the Regional Championship 2014-2015, has overall strengthened our team and progress year after year. Everyone works together cohesively and becomes exposed to each part of the process, and in the years to come, our robotics teams will continue to achieve and set more goals to challenge ourselves to always work our hardest and be the best team we can possibly be. </p>
</div>
<div id = "twitter">
<h3>Recent Tweets</h3>
<a class="twitter-timeline tw-align-center" data-width="500" data-height="600" data-theme="light" href="https://twitter.com/viridianrobotic?ref_src=twsrc%5Etfw">Tweets by viridianrobotic</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class ="single-section">
<div id = "calendar-container">
<h2>Schedule</h2>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=viridianrobotics%40gmail.com&color=%2329527A&src=en.usa%23holiday%40group.v.calendar.google.com&color=%23125A12&ctz=America%2FChicago" style="border-width:0" width="100%" height="400px" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class = "section">
<div>
<h2>Location</h2>
<p>Greenhill school is in Addison, Texas off Spring Valley Rd.</p>
<p>
<pre>
4141 Spring Valley Rd
Addison
TX 75001
</pre>
</p>
</div>
<div>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13393.315425528297!2d-96.844048!3d32.942326!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xdba8862a3b72bfef!2sGreenhill+School!5e0!3m2!1sen!2sus!4v1532571900823" width="100%" height="225" frameborder="0" style="" allowfullscreen></iframe>
</div>
</div>
<!-- <div class = "section">
<div>
</div>
<div>
</div>
</div> -->
</main>
{% include footer.html %}
{% include bootstrap.html %}
</body>
</html>