-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<title>Startup</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- My own stylesheet -->
<link href="./style.css" rel="stylesheet">
</head>
<body>
<header class="startup text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-12 my-auto">
<h1 class="text-uppercase faded">
<strong>the biggest startup event of the year</strong>
</h1>
<hr>
</div>
<div class="col-lg-12 my-auto">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://jbportfolio.us18.list-manage.com/subscribe/post?u=3b63b2a94891997b5ec5e4107&id=b3af3497c3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_3b63b2a94891997b5ec5e4107_b3af3497c3" tabindex="-1" value=""></div>
<div class="clear"><input class="btn btn-primary btn-xl" type="submit" value="Find Out More" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</header>
</body>
</html>