-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (85 loc) · 3.82 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dormmates</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="row call">
<div class="content-call">
<h1>dormmates</h1>
<img src="images/dormmates-d.png" alt="">
<div class="love">Find roommates you'll love.</div>
<a class="btn btn-primary btn-lg" role="button" href="#"><span class="glyphicon glyphicon-cloud-download"></span>Coming soon</a>
<!-- Begin MailChimp Signup Form -->
<!-- <div id="mc_embed_signup">
<form action="http://dormmat.us3.list-manage.com/subscribe/post?u=daa2324bdcaf0151205651a20&id=98fbf83f05" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<label for="mce-EMAIL">We'll let you know when we launch</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups
<span style="position: absolute; left: -5000px;"><input type="text" name="b_daa2324bdcaf0151205651a20_98fbf83f05" value=""></span>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</div>
-->
</div>
<div class="creators">Developed by Kevin Wu, Canzhi Ye, Coulton Vento, and Luke Wright</div>
</div>
<div class="row info">
<div class="col-sm-4 ">
<h3>Roommates You'll Love</h3>
<span class="glyphicon glyphicon-user"></span>
<p>Great roommates make for a great time in college. Dormmates matches you to people you'll love.</p>
</div>
<div class="col-sm-4">
<img src="images/app-render.png" alt="">
</div>
<div class="col-sm-4">
<h3>Tailored for You</h3>
<span class="glyphicon glyphicon-ok"></span>
<p>Dormmates finds the best people going to your school for you to room with.</p>
</div>
</div>
<div class="row team">
<div class="col-xs-3">
<h3>Kevin Wu</h3>
<img class="img-circle" src="images/kevin.jpg" alt="Kevin Wu">
<h4>Backend Wizard</h4>
</div>
<div class="col-xs-3">
<h3>Luke Wright</h3>
<img class="img-circle" src="https://avatars.githubusercontent.com/u/2328613" alt="Luke Wright">
<h4>Web & Git Gladiator</h4>
</div>
<div class="col-xs-3">
<h3>Canzhi Ye</h3>
<img class="img-circle" src="images/canzhi.jpg" alt="Canzhi Ye">
<h4>iOS Magician</h4>
</div>
<div class="col-xs-3">
<h3>Coulton Vento</h3>
<img class="img-circle" src="https://pbs.twimg.com/profile_images/428619167164796928/L0B57R3_.jpeg" alt="Coulton Vento">
<h4>Frontend & iOS Ninja</h4>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48498744-1', 'dormmat.es');
ga('send', 'pageview');
</script>
</body>
</html>