-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (189 loc) · 7.63 KB
/
index.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MEC, MIT Entrepreneurship Club</title>
<!-- Bootstrap CSS -->
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- AOS CSS -->
<link
href="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
rel="stylesheet"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,700"
rel="stylesheet"
/>
<!-- Custom CSS (after all other styles for overrides) -->
<link rel="stylesheet" href="css/styles.css" />
<link href="css/page.min.css" rel="stylesheet" />
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<div id="navbar-container"></div>
<div class="hero text-center p-5">
<div class="container" style="width: 100%">
<img
src="images/mec-logo-color-large.png"
alt="MEC Logo"
data-aos="fade-down"
/>
<p data-aos="fade-up">MIT's Community of Founders</p>
</div>
</div>
<section class="about-us section" data-aos="fade-up">
<div class="container">
<div class="row">
<div class="about-image col-sm">
<img
src="./images/ny-trip-pic.JPG"
alt="MEC Image"
data-aos="zoom-in"
/>
</div>
<div class="text-center about-description col-sm">
<h2 class="text-center title" data-aos="fade-in">About MEC</h2>
<p data-aos="fade-in">
MEC is a
<span class="highlight-text text-purple"
>community of founders</span
>
and an interface for students who are looking to work at
startups. Our mission is to
<span class="highlight-text text-blue"
>empower MIT students to dream big and innovate</span
>.
</p>
<p data-aos="fade-in" data-aos-delay="200">
Our minds are influenced by the people and events around us.
We believe that building a community of aspiring entrepreneurs
supports and inspires students to actively pursue their
passions.
</p>
</div>
</div>
</div>
</section>
<section class="section bg-gray">
<div class="container text-center">
<h2 data-aos="fade-in" class="title aos-init aos-animate">
Our Goals
</h2>
<div class="row gap-y">
<div class="col-md-4 feature-2" data-aos="fade-in">
<svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
fill="#171a61"
class="bi bi-people-fill"
viewBox="0 0 16 16"
>
<path
d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"
/>
</svg>
<h6 data-aos="fade-in">Connect</h6>
<p data-aos="fade-in">
MEC members with current founders, MIT alumni, and student
founders in the Boston area and around the world
</p>
</div>
<div class="col-md-4 feature-2" data-aos="fade-in">
<svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
fill="#171a61"
class="bi bi-people-fill"
viewBox="0 0 16 16"
>
<path
d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"
/>
</svg>
<h6 data-aos="fade-in">Support</h6>
<p data-aos="fade-in">
students with the right resources and network to set them up
for success (VCs, funding, legal resources, etc.)
</p>
</div>
<div class="col-md-4 feature-2" data-aos="fade-in">
<svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
fill="#171a61"
class="bi bi-people-fill"
viewBox="0 0 16 16"
>
<path
d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"
/>
</svg>
<h6 data-aos="fade-in">Inspire</h6>
<p data-aos="fade-in">
exceptional builders to build a company with real users and
revenue, fostering a spirit of innovation and entrepreneurship
on campus
</p>
</div>
</div>
<!--<hr class="w-50px ml-0">
<p><a href="#">Discover more features <i class="ti-angle-right fs-9 ml-1"></i></a></p>
-->
</div>
</section>
<!-- Campus Partners section taken out for now -->
<!-- <section class="campus-partners text-center p-5">
<h2 data-aos="fade-in">Campus Parters</h2>
<div
class="partner-logos d-flex justify-content-center align-items-center"
>
<a href="https://sandbox.mit.edu/" target="_blank"
><img
src="./images/Sandbox_Innovation_Fund.png"
alt="Sandbox Innovation Fund"
/></a>
<a
href="https://innovation.mit.edu/resource/sandbox/"
target="_blank"
><img src="./images/MIT_Sandbox.png" alt="MIT Sandbox"
/></a>
<a href="https://entrepreneurship.mit.edu/" target="_blank"
><img src="./images/MTC_Logo.png" alt="MIT Technology Club"
/></a>
<a href="https://innovation.mit.edu/" target="_blank"
><img src="./images/mit_ihq.png" alt="MIT IHQ"
/></a>
</div>
</section> -->
</div>
<!-- Footer will be added here -->
<div id="footer"></div>
<!-- jQuery and Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- AOS JS -->
<script src="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Custom JS -->
<script src="js/script.js"></script>
<script src="js/loadNavbar.js"></script>
</div>
</body>
</html>