-
Notifications
You must be signed in to change notification settings - Fork 1
/
ourstory.html
63 lines (51 loc) · 2.02 KB
/
ourstory.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
<!DOCTYPE html>
<html lang = "en">
<head>
<!--get that meta boiiiii-->
<title>CitiGals Robotics</title>
<meta name="viewport" content="width=device=width, initial-scale=1.0">
<meta name="author" content="Emily Hannon">
<meta name="description" content="Mission Statement: CitiGals Robotics Team">
<!-- This will refresh the document every 30 seconds. -->
<meta http-equiv="refresh" content="30">
<meta charset="utf-8">
<!--Get that css boiii -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class = "header">
<h1>CitiGals Robotics</h1>
</div>
<nav>
<a href=index.html>home</a>
<a href="team.html">team</a>
<a href="ourstory.html">ourstory</a>
<a href="mission.html">mission</a>
<a href="resources.html">resources</a>
</nav>
<div style = "padding: 3.5%;">
<h3>
<p>Our Story</p>
</h3>
</div>
<div class= "container" style = "padding: 10.5%; padding-top: .00001%;">
<h4 class= "text-container">
<p>
CitiGals Robotics was founded in 2017 with seven original members.
Funded by Citi's Future in IT initiative, we are focused on increasing the prevalence of women in technology and engineering fields.
Our first year, as a team with little to no experience, we participated in Vex EDR: In the Zone.
Although we didn't make it to states, we ended the season with two Judges' Awards and a Sportsmanship Award!
</p>
<!-- <li><div style = "width: 20%; height: 20%;"><img src="./images/Import 7 017.JPG" alt="robotics pic"></div></li> -->
<br></br>
<p>Less than 10% of technology fields are composed of women. By creating an environment where girls can feel confident making contributions,
giving input, and working on collaborative technology/robotics projects, CitiGals is creating a new generation of women in tech!
</p>
</h4>
</div>
<!-- focus on citi and how the team started -->
<footer>
<p>Copyright © CitiGals Robotics 2018</p>
</footer>
</body>
</html>