This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
92 lines (75 loc) · 3.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-39126575-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-39126575-2');
</script>
<title>Ballroom and Latin Dance Classes in Sandy Error Message</title>
<meta name="description" content="Ballroom and Latin Dance Classes For Adult Beginners and Improvers. Sandy Conservative Club. All Welcome. Every Tuesday 7:30 to 9:30pm."/>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no"/>
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mailform.css"/>
<!--[if lt IE 9]>
<html class="lt-ie9">
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/..">
<img src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820"
alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."/>
</a>
</div>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="page text-center">
<!--========================================================
HEADER
=========================================================-->
<header class="bg-image-01">
<div class="container">
<div class="row flow-offset-1">
<div class="col-md-3 col-sm-6">
<div class="brand">
<h1 class="brand_name">
<a href="./"><span>Learn to Dance</span><span class="text-primary"> Sandy</span></a>
</h1>
</div>
</div>
<div class="col-md-4 col-sm-6 pull-sm-right text-xs-center text-md-right col-xl-9">
<!--NavBar Goes in this div-->
<ul class="inline-list text-contrast-variant-1">
<li><a class="icon icon-primary icon-xs uppercase" href="about.html">About Us</a></li>
<li><a class="icon icon-primary icon-xs uppercase" href="dances.html">Dances</a></li>
<li><a class="icon icon-primary icon-xs uppercase" href="gallery.html">Gallery</a></li>
<li><a class="icon icon-primary icon-xs uppercase" href="https://blog.learn2dancesandy.co.uk">Blog</a></li>
<li><a class="icon icon-primary icon-xs uppercase" href="contact.html">Contact</a></li>
<li><a class="icon icon-primary icon-xs uppercase" href="social.html">Social</a></li>
</ul>
</div>
</div>
<div class="row rd-parallax">
<div class="col-md-5 col-sm-5 illustration-wrap ">
<div class="border inset-1 text-left offset-1 rd-parallax-layer parallax-md" data-speed="0.2"
data-type="html">
<img class="illustration" src="images/page01_img-01.png" alt=""/>
</div>
</div>
<div class="col-md-6 col-sm-7 text-sm-left rd-parallax-layer parallax-md" data-speed="0.12" data-type="html">
<h2 class="bg-image-05 text-primary">Ooops! Sorry I can't find that!</h2>
<p>Lets get you back on track</p>
<p><a class="icon icon-primary icon-xs uppercase" href="index.html">Click here to get HOME</a></p>
<p>Or use the menu above to find what you are looking for</p>
</div>
</div>
</div>
</header>
</html>