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
<!DOCTYPE html>
<html>
<head>
<title>RoboticsTeam2070</title>
<meta name="description" content="First Robotics Team based at Ridgefield Memorial Highschool.">
<link id="favicon" rel="icon" href="Untitled98.jpg" type="image/x-icon">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content ="width=device-width,initial-scale=1,user-scalable=yes" />
<link href="index.css" rel="stylesheet" type="text/css"/>
<script src="js/index.js"></script>
</head>
<header>
<div class="content">
<hgroup>
<i size="1">First Robotics Competition</i>
<h1>Royals 2070</h1>
<i>"Divine Intervention"</i>
</hgroup>
<div class="overlay"></div>
</div>
</header>
<section class="site">
<nav>
<a href="#team">Team</a>
</nav>
<div class=bio> <p id="bio" align="right" size="20"><strong>We are hard working team, <br>and we pride ourselves in being adaptable .</strong></p></div>
<div class=contact ><p>Contact Our Advisor: [email protected]<br>
Contact Our School: 201-945-4455 <br>If you have any questions send us an email!~<br>
Do you want to support our robotics club with sponsorships?<br> I hope so.<br> It would be appreciated.</p></div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div id="countainer">
<div class="advisor1">
<img src= "20180511_114910-1-1.jpg" alt = "cries">
<h2>Dr. C. Ries</h2>
<h3>Advisor</h3>
</div>
<div class="captain2">
<img src="image.png" alt = "rick">
<h2>K. Robbins</h2>
<h3>Captain</h3>
</div>
<div class="robot3">
<img src="20180411_114858-1.jpg" alt = "robbins">
<h2>P. Rick</h2>
<h3>Our Robot</h3>
</div>
</div>
</section>
<br>
<div>
<div id="team">
<h2><strong>2017-2018<br> Royals Robotics Team</strong></h2>
<p><strong>Build Team</strong><br>Karson Robbins<br> Tenzin Tsetan ~ Juan Carmona<br>
Roger Garcia ~ Erik Boncic<br>Micheal Chung ~ Calos Fonseca<br>
Liz Garcia ~ Arturo Garcia<br>Gabriela Gonzales ~ Anthony Guerra<br>
Fatima Hijazi ~ Abiel Manchego<br>Michaella Kim ~ Eric Jung<br>
Johnathan Grimaldos ~ Mar-tina Karaiakofoglou<br>Daniel Paladino ~ Ayden Parga<br>
Kristina Tilger ~ Fabriana Taranto <br> Eva Pfeiffer ~ Vishal Puran<br><strong>Programming Team</strong><br>
Nicole McDermott<br>Vladimir Gutierrez<br><strong>Bumper Team</strong><br>
Nicolette Cruz<br> Yohan Yun<br></p>
</div>
<div class="gallery">
<figure class="gallery-item"> <img class="thumbnail" src="20180311_112136.jpg"></figure>
<figure class="gallery-item"> <img class="thumbnail" src="20180311_100840.jpg"></figure>
<figure class="gallery-item"> <img class="thumbnail" src="20180311_095317.jpg"></figure>
<figure class="gallery-item"> <img class="thumbnail" src="20180309_105013.jpg"></figure>
<figure class="gallery-item"> <img class="thumbnail" src="20180311_112140.jpg"></figure>
<figure class="gallery-item"> <img class="thumbnail" src="20180311_100842.jpg"></figure>
</div>
</div>
<footer>
<div id="thefoot">
<a href="">©Team2070</a>
<a href="#http://www.ridgefieldsrobotics/com">Previous Website</a>
<a href="#https:www/firstinspires.org/robotics/frc">First Inspires</a>
<a href="#https:www.thebluealliance.com/">Blue Alliance</a>
<img src="pica.jpg" alt="Picatinny Arsenal">
<img src="first.png" alt="First Robotics">
</div>
</footer>
</html>