-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
94 lines (90 loc) · 5.1 KB
/
404.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Pole dancing studio based in Lowestoft">
<meta name="keywords" content="pole dance, pole dancing, exotic dancing">
<meta name="author" content="Lydia Wright">
<title>Stay Vertical Pole Studio</title>
<link rel="icon" href="media/hooping.png" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" media="all">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!--Header/body-->
<header class="header container-fluid p-0">
<nav class="navbar navbar-expand-lg bg-transparent fixed-top nav-404">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggle" aria-controls="navbarToggle" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="fas fa-bars toggle-icon fa-2x"></i>
</span>
</button>
<div class="collapse navbar-collapse pt-lg-0" id="navbarToggle">
<ul class="navbar-nav mb-lg-0">
<li class="nav-item">
<a class="nav-link fw-bold" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold" href="#classes">Classes</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!--404 body-->
<div class="container-fluid body-404 d-flex">
<div class="error-wrapper mx-auto my-auto d-flex flex-column pt-4">
<div class="col-12 d-flex">
<img src="media/error.png" alt="404 error" class="mx-auto mt-5" height="150" width="150">
</div>
<div class="col-12 d-flex flex-column align-items-center">
<h1 class="mt-3 mx-auto fw-bold text-center">Nope, nothing here (yet!)</h1>
<a href="index.html" class="back w-25 text-center text-decoration-none mt-2">Go back</a>
</div>
</div>
</div>
<!--Footer-->
<footer class="footer">
<div class="row w-100 m-0">
<div class="col-sm-12 col-md-4 p-4 footer-contact d-flex justify-content-start align-items-start">
<p class="mt-auto mb-0 fw-bold">The Old Courthouse, Lowestoft, NR32 0X0</p>
</div>
<div class="col-sm-12 col-md-4 p-4 d-flex justify-content-center flex-column align-items-center footer-icon">
<h1 class="fw-bold text-center mb-3 fs-3">Stay Vertical</h1>
<img src="media/hooping.png" class="mx-auto" alt="Aerial hoop brand logo" width=60 height=60>
</div>
<div class="col-sm-12 col-md-4 p-4 d-flex justify-content-end align-items-end footer-social-media">
<a href="https://twitter.com/?lang=en" class="text-decoration-none px-2" target="_blank">
<i class="fab fa-twitter fa-lg"></i>
</a>
<a href="https://en-gb.facebook.com/" class="text-decoration-none px-2" target="_blank">
<i class="fab fa-facebook fa-lg"></i>
</a>
<a href="https://www.instagram.com/" class="text-decoration-none px-2" target="_blank">
<i class="fab fa-instagram fa-lg"></i>
</a>
</div>
</div>
</footer>
<!--JavaScript-->
<script src="https://kit.fontawesome.com/72e9b98714.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script type="text/javascript" src="lib/script.js"></script>
</body>
</html>