-
Notifications
You must be signed in to change notification settings - Fork 0
/
_index.html
35 lines (32 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<title>Lets Celebrate!</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<!-- My own stylesheet -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<header class="d-flex align-items-end flex-column mb-3" style="height: 200px;">
<div class="buffer col-12"></div>
<h1 class="text-uppercase"><strong>Welcome to The Bahamas</strong></h1>
<p class="d-flex align-items-end flex-column mb-3">This year we're celebrating 50 years of Independence!</p>
<p class="d-flex align-items-end flex-column mb-3">Join us on our 'Road to 50'.</p>
</header>
<section class="d-flex align-items-end flex-column mb-3">
<div class="buffer col-12"></div>
<a href="https://www.bahamas.com"><button class="btn btn-primary btn-lg">Enter Paradise</button>
</a>
</section>
</div>
</div>
</body>
</html>