-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>click</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="/css/reset.css" />
<link rel="stylesheet" type="text/css" href="/css/styles.css" />
</head>
<body>
<div id="container">
<section id="main" class="full-section">
<h1 class="title center">CLICK</h1>
<h2 class="subtitle">a management tool for influencers and brands</h2>
<form class="signup-container">
<input type="email" class="signup" placeholder="email address" />
<input type="button" class="signup" value="sign up" />
</form>
</section>
<section id="about" class="full-section">
<h1 class="about-title">
We are
</h1>
<h1 class="about-subtitle">
four MIT students working to make the content creation process simple
and efficient.
</h1>
<div class="about-container">
<h2>Amanda Deng <br />[email protected]</h2>
<h2>Jessica Sun<br />[email protected]</h2>
<h2>Kye Burchard <br />[email protected]</h2>
<h2>Kevin Fang <br />[email protected]</h2>
</div>
</section>
<section id="contact" class="half-section">
<h1 class="contact-title center">launching beta in 2020</h1>
<h2 class="contact-subtitle center">
contact us at <a href="mailto:[email protected]">[email protected]</a>
</h2>
</section>
</div>
</body>
<script src="/index.js"></script>
</html>