-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·133 lines (117 loc) · 4.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R6LC0SSMJD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-R6LC0SSMJD');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="description" content="Official Website for CapCity Presents">
<meta name='author' content='KVVPA'>
<title>😞 404 😞</title>
<script src="https://kit.fontawesome.com/7d85f50127.js" crossorigin="anonymous"></script>
<link rel="apple-touch-icon" sizes="180x180" href="images/fav/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/fav/favicon-16x16.png">
<link rel="manifest" href="images/fav/site.webmanifest">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue|Raleway&display=swap" rel="stylesheet">
<link href="css/modern-business.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body class='pageContent'>
<header>
<!--THIS IS THE NAVIGATION YO-->
<nav class="navbar navbar-expand-md navbar-custom fixed-top">
<div class='container'>
<a href="index.html" class="navbar-brand"><img src='logo/opt-320/logo-txt-wht.png' width='100px' height='auto'
alt='logo'></a>
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#navi"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id='navi' class="navbar-collapse collapse justify-content-stretch">
<div class="navbar-nav ml-auto">
<a class='nav-item nav-link' href='index.html'>Home</a>
<a class='nav-item nav-link' href='about.html'>About</a>
<a class='nav-item nav-link' href='events.html'>Events</a>
<a class='nav-item nav-link' href='https://anchor.fm/capcitypresents' target='_blank'>Podcast</a>
<a class='nav-item nav-link' href='contact.html'>Contact</a>
</div>
</div>
</div>
</nav>
</header>
<!-- Page Content -->
<main>
<article class="container">
<!-- Page Heading/Breadcrumbs -->
<aside>
<div class='container bread-space'>
<h1>404
<small>You're lost, bruh.</small>
</h1>
</div>
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">404</li>
</ol>
</aside>
<section class='jumbotron pageContent mb-0'>
<h1 class="display-1">☹ 404 ☹</h1>
<p>The page you're looking for could not be found. Here are some helpful links to get you back on track:</p>
<ul class='dat404style'>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href='logo/index.html'>Logo Assets</a>
</li>
<li>
<a href="privacy.html">Privacy Policy</a>
</li>
<li>
<a href="tos.html">Terms of Use</a>
</li>
</ul>
</section>
</article>
</main>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 footer-custom">
<div class="container footer-split">
<p>
<a href='https://www.facebook.com/capcitypresents/' target='_blank'><i class="fab fa-facebook-square"></i></a>
<a href='https://www.twitter.com/capcitypresents/' target='_blank'><i class="fab fa-twitter-square"></i></a>
<a href='https://www.instagram.com/capcitypresents/' target='_blank'><i class="fab fa-instagram"></i></a></p>
<p class='footer-right'>©2015-2022 CapCity Presents<br>
<a href='privacy.html'>privacy</a> | <a href='tos.html'>terms</a> | <a href='https://github.com/kvvpa/capcitypresents'
target='_blank'>site
by KVVPA</a></p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>