-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIndex.html
29 lines (27 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<title>EVENT</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="cssevent.css">
</head>
<body>
<div class="container d-flex align-items-center h-100">
<div class="row">
<header class="text-center col-12">
<h1 class="text-uppercase"> <strong>The bigest startup of the year</strong></h1>
</header>
<DIV class= "buffer col-12"></DIV>
<section class="text-center col-12">
<hr>
<a href="https://mailchi.mp/aba00bd3e6e8/lfb">
<button class="btn btn-success btn-xl" >find out more </button>
</a>
</section>
</div>
</div>
</body>
</html>