-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst.html
39 lines (31 loc) · 1.13 KB
/
first.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>ACHSRobotics</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<style>
body{height:100%;
width:100%;
background-image:url(https://www.firstinspires.org/sites/default/files/uploads/hero_headers/frc-hero.jpg);
background-repeat:no-repeat;
background-size:cover;
}
a {
background-color: #ccddff;
text-decoration: none;
}
div.text {
width:50%;
margin-left:25%;
background:white;
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
text-align: center;
}</style>
</head>
<body>
<div class="text">FIRST stands for For Inspiration and Recognition of Science and Technology. It organizes nationwide robotics competiotions for multiple age groups. The RoboScorps do
FIRST's FRC (FIRST Robotics Competiotn). For more info see <a href="https://www.firstinspires.org/robotics/frc">their website</a></div>
</body>
</html>