-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (32 loc) · 1.6 KB
/
index.html
File metadata and controls
40 lines (32 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<title>Sartup</title>
<!--Required meta tag-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google font link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- bootstrap css link from CDN version 4.3.1 = 4.3to be changed later to the latest version-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!--my own css file="sratup.css-->
<!-- <link rel="stylesheet" type="text/css" href="startup.css"> -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container d-flex justify-content-center align-items-center h-100">
<div class="row">
<header class="text-center col-12">
<a href="index2.html"> <h1 class="text-uppercase"><strong> the biggest start-up events of the year</strong> </h1> </a><br> <br>
</header>
<div class="buffer col-12"></div>
<section class="text-center col-12">
<hr>
<a href="https://mailchi.mp/c2c75f1d920d/startup"><button class="btn btn-primary btn-xl">Find out more</button> </a>
</section>
</div>
</div>
</body>
</html>