generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 1.25 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<title>Foraging Cardiff | Guided Forging Walks in the Heart of Cardiff</title>
</head>
<body>
<!--Taken from CodeInstitde Whiskey Drop landing page URL:https://github.com/Code-Institute-Solutions/BootstrappingYourNextBigIdea-BS4/blob/master/04-BeyondBootstrap/01-updating_our_callout/index.html-->
<div class="container-fluid callout-container">
<div class="row">
<div class="col-12">
<h1 >Welcome to our World <i class="fab fa-pagelines"></i></h1>
<p>
<a href="home.html"><button class="btn btn-sm btn-light">Come on in</button></a>
</p>
</div>
</div>
</div>
</body>
</html>