-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
138 lines (118 loc) · 5.51 KB
/
sponsors.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!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>SPONSORS</b></h1><br><br>
</div>
</div>
</div>
<div class="container">
<div class="row">
<p>MathROOTS is run at no cost to students and families. We rely on the support of the following sponsors to continue achieving our mission of increasing diversity in the mathematical community by enabling strong students from underrepresented backgrounds to develop their interest in mathematics. Please <a href="contact.html" class="link">contact us</a> to learn more about sponsorship opportuntities.</p>
</div>
<div class="height-spacer"></div>
<div class="row">
<div class="col-md-6" id="sos">
<a href="http://science.mit.edu"><img src="media/logo_mit_sos.png" class="img-responsive" alt="MIT School of Science"/></a>
</div>
<div class="col-md-6">
<img src="./media/discuss1-min.jpg" class="img-responsive" height="230">
</div>
</div>
<div class="row"><div class="height-spacer"></div></div>
<div class="row">
<div class="col-md-6" id="provost">
<a href="http://orgchart.mit.edu/provost"><img src="media/mit-logo.png" class="img-responsive" id="provost-logo" alt="MIT Office of the Provost"/></a>
</div>
<div class="col-md-6">
<img src="./media/class5-min.jpg" class="img-responsive" height="230">
</div>
</div>
<div class="row"><div class="height-spacer"></div></div>
<div class="row">
<div class="col-md-6">
<a href="http://math.mit.edu"><img src="media/logo-math-home.gif" class="img-responsive" alt="MIT Mathematics"></a>
</div>
<div class="col-md-6">
<img src="./media/class3-min.jpg" class="img-responsive" height="230">
</div>
</div>
<div class="row"><div class="height-spacer"></div></div>
<div class="row">
<div class="col-md-6">
<a href="http://mit.edu/primes"><img src="media/primes.jpg" class="img-responsive" alt="MIT PRIMES" height="230"></a>
</div>
<div class="col-md-6">
<img src="./media/class6-min.jpg" class="img-responsive" height="230">
</div>
</div>
<div class="row"><div class="height-spacer"></div></div>
<div class="row">
<div class="col-md-6">
<a href="http://www.artofproblemsolving.com"><img src="media/aops.png" class="img-responsive" id="aops" alt="The Art of Problem Solving"></a>
</div>
<div class="col-md-6">
<img src="./media/ceremony.jpg" class="img-responsive" height="230">
</div>
</div>
<div class="row"><div class="height-spacer"></div></div>
<div class="row">
<div class="text-center">
<h4>Interested in sponsoring? <a href="contact.html" class="link">Contact us!</a></h4>
</div>
</div>
</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>