-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 2.13 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 2.13 KB
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>make cmu</title>
<link href="http://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="style.css" media="all">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<header>
<h1>make cmu</h1>
</header>
<div id="about">
<p><strong>make cmu</strong> is a student organization at <a href="http://www.cmu.edu/" title="Carnegie Mellon University">Carnegie Mellon University</a> dedicated to building all sorts of neat technology and design-related things. make cmu loves the thought of ideas. Talking over them with friends, losing entire weekends to planning and building them, and at the end of it all being able to step back and say "I built that!"</p>
<p>We want to bring together as many idea-filled CMU students as possible and build a "hack space" for each and every person to finally program or weld or paint their ideas together with a group of diverse talents that can support them in diving into fields they've never touched before.</p>
</div>
<div id="form">
<!-- Begin signup form !-->
<h2>Find out more!</h2>
<div id="mc_embed_signup">
<form action="http://makecmu.us2.list-manage.com/subscribe/post?u=549f41d8a8c1be30d8fb3291f&id=b4d2cd3851" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<fieldset>
<div class="mc-field-group">
<input type="text" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email address">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn">
</div>
<!-- <div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div> -->
</div>
</fieldset>
</form>
</div>
<!-- End signup form -->
</div>
</body>
</html>