-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.html
More file actions
146 lines (135 loc) · 3.85 KB
/
Copy paththanks.html
File metadata and controls
146 lines (135 loc) · 3.85 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124587564-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-124587564-2');
</script>
<title>Contact Us</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.min.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo">
<a href="index.html">Vage Walking</a>
</div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li>
<a href="index.html">- Home -</a>
</li>
<li>
<a href="kerrier-area/kerrier-area.html">Kerrier</a>
</li>
<li>
<a href="penwith-area/penwith-area.html">Penwith</a>
</li>
<li>
<a href="powdershire-area/powdershire-area.html">Powdershire</a>
</li>
<li>
<a href="pydarshire-area/pydarshire-area.html">Pydarshire</a>
</li>
<li>
<a href="west-fowy-area/west-fowy-area.html">West Fowy</a>
</li>
<li>
<a href="east-ryslegh-area/east-ryslegh-area.html">East Ryslegh</a>
</li>
<li>
<a href="triggshire-area/triggshire-area.html">Triggshire</a>
</li>
<li>
<a href="lesnewth-area/lesnewth-area.html">Lesnewth</a>
</li>
<li>
<a href="stratton-area/stratton-area.html">Stratton</a>
</li>
<li>
<a href="about.html">- My Story -</a>
</li>
<li>
<a href="gallery.html">- Gallery -</a>
</li>
<li>
<a href="contact.html">- Contact Us -</a>
</li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<h2>Contact Us</h2>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content" style="text-align: center">
<div class="icon fa-check-circle" style="font-size:300%"></div>
<h2>Thanks! Your message has been sent.</h2>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="6u 12u$(medium)">
<ul class="icons">
<li>
<a href="https://www.facebook.com/vagewalking/" class="icon fa-facebook">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="https://www.instagram.com/vagewalking/?hl=en" target="_blank" class="icon fa-instagram">
<span class="label">Instragram</span>
</a>
</li>
<li>
<a href="contact.html" class="icon fa-envelope-o">
<span class="label">Email</span>
</a>
</li>
</ul>
<div class="copyright">
© Vage Walking. All rights reserved.
<br> I really hope you enjoy my walks, I certainly have. Every effort has been made to ensure the grading, directions
and time estimates for each walk are accurate and applicable to the average walker. However, you complete the walks
at your own risk and must take into account your own abilities.
</div>
</div>
<div class="6u$ 12u$(medium)">
<img src="assets/images/logo-white.png" alt="Vage Walking Logo" style="max-height: 50%; max-width: 50%;" />
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>