-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.html
88 lines (74 loc) · 3.97 KB
/
apply.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="MathROOTS @ MIT">
<meta name="keywords" content="MathROOTS @ MIT">
<meta name="description" content="MathROOTS @ MIT">
<!-- Note there is no responsive meta tag here -->
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>MathROOTS @ MIT</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- <link href="css/bootstrap.min.css" rel="stylesheet">-->
<!-- Custom styles for this template -->
<!-- <link href="css/non-responsive.css" rel="stylesheet">-->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Raleway:400,700,500|Open+Sans:300,400,600,700,800|Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<a class="navbar-brand" href="index.html">MathROOTS @ MIT</a>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-left">
<li><a href="academics.html">Academics</a></li>
<li><a href="residential.html">Residential</a></li>
<li><a href="people.html">People</a></li>
</ul>
</li>
<li><a href="apply.html">Apply</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="jumbotron" id="jumbo">
<div class="container">
<div class="jumbo__title"><br><br><br><br>
<h1><b>APPLICATION</b></h1><br><br>
</div>
</div>
</div>
<div class="container">
<p>Applications for MathROOTS 2016 are now closed. Please check back in 2017!</p>
<p>MathROOTS is open to all students who satisfy the following criteria:</p>
<ul>
<li class="p1">US citizens or permanent residents</li>
<li class="p1">Between the ages of 14-18</li>
<li class="p1">Demonstrated academic excellence, particularly in mathematics</li>
<li class="p1">Students should be comfortable with high school algebra, geometry, trigonometry, exponents, and logarithms. Precalculus is strongly recommended. Calculus is not required.</li>
</ul>
<p class="p1"><i>Women, underrepresented minorities, and students from economically disadvantaged backgrounds are </i><b><i>very strongly encouraged</i></b><i> to apply</i>.</p>
<p class="p1"><strong>All educational, food, and boarding costs are generously covered by our funders</strong>. However, students are required to pay for their transportation to and from MIT. Travel scholarships are available on a limited basis for students with need.</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>