-
Notifications
You must be signed in to change notification settings - Fork 4
/
outreach.html
94 lines (80 loc) · 4.61 KB
/
outreach.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html>
<head>
<title>STAR</title>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link rel="stylesheet" type = "text/css" href="assets/css/nav_footer.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="assets/css/outreach.css">
<meta name="title" content="STAR">
<meta name="keywords" content="STAR, CalSTAR, CALSTAR, rocket team, UC Berkeley, space, school, high power, rocketry, club, technology">
<meta name="description" content="STAR, UC Berkeley's Space Technologies and Rocketry Team, is a student club whose mission is to design, build, test, and launch high-power rockets. Founded in Fall 2015, STAR has competed in NASA's Student Launch Initiative (USLI) as well as ESRA's Intercollegiate Rocket Engineering Competition (IREC). As the team continues to grow and establish itself, we hope to do research in the fields of space, technology, and rocketry. We would also like to reach out to the community of Berkeley and the Bay Area to establish a prominent aerospace community that doesn't exist currently. This is just the beginnng">
<meta property="og:title" contenet="STAR">
<meta property="og:url" content="http://stars.berkeley.edu">
<meta property="og:description" content="STAR is a UC Berkeley competition team that designs, builds, tests, and launches rockets.">
<meta property="og:image" content="http://kevinhsuwho.github.io/assets/images/star.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/bootstrap.js"></script>
<meta charset="UTF-8">
</head>
<body>
<script src="js/navScroll.js"></script>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">
<img src="./assets/newimages/white_logo.png" id = "logo">
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav right-align-menu ml-auto">
<li class="nav-item">
<a class="nav-link" id = "nav-link-color" href="projects.html"> Projects</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id = "nav-link-color" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Teams
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="leads.html">Speciality Leads</a>
<a class="dropdown-item" href="managers.html">Project Manager</a>
<a class="dropdown-item" href="#">Team Members</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" id = "nav-link-color" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" id = "nav-link-color" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" id = "nav-link-color" href="sl_docs.html">Sl Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" id= "nav_last" href="">Contact us</a>
</li>
</ul>
</div>
</nav>
<div class="mainBackground">
<div class = "mainTitleContainer">
<h1 class = "mainTitle">
OUR SCHOLARSHIP PROGRAM
</h1>
</div>
<div class = "pageContainer">
<div class = "pageLeft">
<h2 class = "problemTitle"> The Problem: </h2>
<p class = "problemParagraph">
Women of Color are dramatically underrepresented in STEM fields - this is reflected in undergraduate populations.
Many of the young women NexGeneGirls supports get offers from dream schools that they are then unable to attend.
Top schools offer low-income students free tuition, but the cost of living itself is unaffordable for these young women.
</p>
<h2 class = "solutionTitle"> Our Solution: </h2>
</div>
<div class = "pageRight">
</div>
</div>
</div>
</body>
</html>