-
Notifications
You must be signed in to change notification settings - Fork 0
/
residential.html
105 lines (89 loc) · 4.38 KB
/
residential.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
<!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>RESIDENTIAL</b></h1><br><br>
</div>
</div>
</div>
<div class="container">
<h4><b>Join a community of excellence</b></h4>
<p class="p1">MathROOTS is a residential program hosted on the MIT campus. Students will live in a dormitory under the supervision of Residential Counselors, MIT undergraduate and graduate students, who will oversee their health and well-being. Room, board and meals are included for all students admitted to the program.</p>
<div class="col-md-6">
<img src="./media/fun1-min.jpg" class="img-responsive" height="230">
</div>
<div class="col-md-6">
<img src="./media/class2-min.jpg" class="img-responsive" height="230">
</div>
<p>When students are not studying fun math, they will explore the MIT campus, visit other Boston area college and universities, attend interesting lectures about STEM careers, play soccer, or relax along with friends along the Charles River.</p>
<div class="well">
<p>A typical day at MathROOTS:</p>
<ul>
<li>7:30am-8:45am: Breakfast</li>
<li>9:00am-10:20am: SET game</li>
<li>10:30am-12:30pm: Writing & Quiz Review</li>
<li>12:30pm-2:30pm: Lunch & Free Time</li>
<li>2:30pm-3:50pm: Counting</li>
<li>4:00pm-5:30pm: Problem Session</li>
<li>5:45pm-7:00pm: Dinner</li>
<li>7:00pm-9:00pm: Design Workshop (optional)</li>
<li>7:00pm-10:00pm: Recreational math/homework/group projects</li>
<li>10:00pm-11:00pm: Check In with RCs</li>
<li>11:00pm: Lights Out</li>
</ul>
</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>