forked from AnselmPowell/single-portal-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
155 lines (129 loc) · 6.88 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
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
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ensures no search engine will display page: -->
<meta name="robots" content="noindex, nofollow">
<title>404 | Sport Wales Portal</title>
<link rel="icon" href="../assets/icons/sw_favicon.ico" type="image/x-icon">
<!-- FONTAWESOME -->
<script src="https://kit.fontawesome.com/937b7e56e6.js" crossorigin="anonymous"></script>
<!-- FLAGS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.11.0/css/flag-icons.min.css"
/>
<!-- GOOGLE FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- STYLE SHEETS -->
<link rel="stylesheet" type="text/css" href="css/global/styles.css">
<link rel="stylesheet" type="text/css" href="css/single_signon/styles.css">
<link rel="stylesheet" type="text/css" href="css/portal/styles.css"/>
<link rel="stylesheet" type="text/css" href="assets/components/headers_footers/header_footer.css">
<link rel="stylesheet" type="text/css" href="assets/components/login_signin_forms/login_signin_forms.css">
<link rel="stylesheet" type="text/css" href="assets/components/buttons/buttons.css">
<link rel="stylesheet" type="text/css" href="assets/components/cards/cards.css"/>
<link rel="stylesheet" type="text/css" href="css/booking/styles.css" />
<link rel="stylesheet" type="text/css" href="assets/components/headers_footers/header_footer.css"/>
<link rel="stylesheet" type="text/css" href="css/education/education.css" />
<link rel="stylesheet" type="text/css" href="assets/components/login_signin_forms/login_signin_forms.css"/>
<link rel="stylesheet" type="text/css" href="assets/components/buttons/buttons.css"/>
<!-- THIRD PARTY CDNs -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Add your common meta tags, stylesheets, and scripts here -->
<title>404 | Sport Wales Portal</title>
</head>
<body>
<!-- SPORT WALES HEADER 1 -->
<nav class="navbar sw_header1 ">
<div class="sw_logo">
<a href="index.html"><img src="assets/img/Sport Wales logos/Logos - White/Sport Wales - Logo_White.svg" alt="Sport Wales Logo"></a>
</div>
<div class="sw_nav">
<ul class="hover-list">
<li><a href="pages/portal.html"> Home </a></li>
<li><a href="pages/funding.html"> Funding </a></li>
<li><a href="pages/booking.html"> Booking </a></li>
<li><a href="pages/education.html"> Learning</a></li>
</ul>
</div>
<div class="account">
<button class="menu-btn" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1"
aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"><span class="dark-blue-text"><i
class="fas fa-bars fa-1x menu-icon"></i></span>
</button>
<i style="color: white;" class="fa-solid fa-cart-shopping"></i>
<i style="color: white;" class="fa-solid fa-user"></i>
<button onclick="translateToggle()" class="lang-picker_en" type="button">
<span class="fi fi-gb"></span>
<p style="color: black; text-transform: uppercase"></p>
<i style="color: black;" class="fa-solid fa-chevron-down"></i>
</button>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent1">
<ul class="hover-list">
<li><a href="pages/portal.html"> Home </a></li>
<li><a href="pages/funding.html"> Funding </a></li>
<li><a href="pages/booking.html"> Booking </a></li>
<li><a href="pages/education.html"> Learning</a></li>
</ul>
</div>
</nav>
<div class="container-fluid" id="test_banner">
<span id="banner_test_flag">TEST</span>
<span id="banner_test_text">This website is a test. Please do not input any personal information.</span>
</div>
<!-- NUNJUCKS CHILD TEMPLATE CONTENT -->
<div class="container">
<h1>Whoops!</h1>
<p>You've become lost.</p>
<div>
<div class="btn btn-danger mb-3"><a href="pages/portal.html">Let's go home</a></div>
</div>
</div>
<!-- SPORT WALES FOOTER 1 -->
<div class="home sw_footer1">
<div class="sw_logo">
<a href="index.html"
><img
src="../assets/img/Sport Wales logos/Logos - White/Sport Wales - Logo_White.svg"
alt="Sport Wales Logo"
/></a>
</div>
<div class="sw_footer-nav">
<ul>
<li><a class="title-list" href="index.html">Sport Wales</a></li>
<li><a href="index.html">About us</a></li>
<li><a href="index.html">Main Website</a></li>
<li><a href="index.html">Where we are</a></li>
</ul>
<ul>
<li><a class="title-list" href="index.html">Find out more</a></li>
<li><a href="index.html">Privacy</a></li>
<li><a href="index.html">Accessibility</a></li>
<li><a href="index.html">Cookie policy</a></li>
<li><a href="index.html">Freedom of Information</a></li>
</ul>
</div>
<div class="account-btn-container">
<div class="btn btn-danger">Register</div>
<div class="btn btn-light">Log in</div>
</div>
</div>
</div>
<!-- THIRD PARTY JS CDNs -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.3/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- Global JS -->
<script src="../js/global/global.js"></script>
<!-- Page Translations -->
<script src="../js/translation/translation.js"></script>
<script > console.log("lang test:", "")</script>
</body>
</html>