-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
184 lines (103 loc) · 4.67 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>
404 Page not found | The Chain</title>
<meta name="title" content="404 Page not found | The Chain">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta name="generator" content="">
<base href="https://the-chain.github.io/">
<meta name="author" content="The Chain">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@TheChain16">
<meta name="twitter:creator" content="@TheChain16">
<meta property="og:title" content="404 Page not found | The Chain">
<meta property="og:type" content="website">
<meta property="og:url" content="https://the-chain.github.io/">
<meta property="og:image" content="https://the-chain.github.io//images/TheChain-logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://the-chain.github.io/images/favicon.ico">
<meta name="theme-color" content="#FFF">
<link rel="canonical" href="">
<link rel="stylesheet" href="https://the-chain.github.io//styles/main.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body
{
font-family: 'Raleway', sans-serif !important;
}
a:hover, .footer-icon:hover
{
color: #6d737c !important;
}
input[type="submit"]:hover
{
background-color: #6d737c;
}
.footer-icon
{
color: white;
font-size:32px !important;
}
.gallery {
background-color: #F7F7F7;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
</head>
<body>
<nav class="row middle-xs center-xs">
<div class="col-xs-6 col-sm-1 logo">
<a href="https://the-chain.github.io/#"><img src="https://the-chain.github.io/images/TheChain-logo.png" alt="The Chain"></a>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://the-chain.github.io/#about">About</a></h3>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://the-chain.github.io/#work">Work</a></h3>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://the-chain.github.io/#team">Team</a></h3>
</div>
<div class="col-xs-3 col-sm-2">
<h3><a href="https://the-chain.github.io/#contact">Contact</a></h3>
</div>
<div class="col-xs-6 col-sm-1 nav-toggle">
<a href="" class="nav-icon" onclick="return false"><img src="https://the-chain.github.io/images/icon-menu.png" alt="Open Menu"><img src="https://the-chain.github.io/images/icon-x.png" alt="Close Menu" style="display: none;"></a>
</div>
</nav>
<section class="nav-full row middle-xs center-xs">
<div class="col-xs-12">
<div class="row middle-xs center-xs">
<div class="col-xs-12"><h1><a href="https://the-chain.github.io/#about">About</a></h1></div>
<div class="col-xs-12"><h1><a href="https://the-chain.github.io/#work">Work</a></h1></div>
<div class="col-xs-12"><h1><a href="https://the-chain.github.io/#team">Team</a></h1></div>
<div class="col-xs-12"><h1><a href="https://the-chain.github.io/#contact">Contact</a></h1></div>
</div>
</div>
</section>
<main>
<div class="row full center-xs middle-xs">
<div class="col-xs-12">
<h1>404!</h1>
<p>Emptiness is the woe here.</p>
</div>
</div>
</main>
<footer class="row middle-xs center-xs">
<div class="col-xs-3 col-md-2"><a target="_blank" href="https://github.com/the-chain"><i class="fa fa-github footer-icon"></i></a></div>
<div class="col-xs-3 col-md-2"><a target="_blank" href="https://linkedin.com/in/../company/the-chain-tech/"><i class="fa fa-linkedin footer-icon"></i></a></div>
<div class="col-xs-3 col-md-2"><a target="_blank" href="https://twitter.com/TheChain16"><i class="fa fa-twitter footer-icon"></i></a></div>
<div class="col-xs-12">
Copyright © 2019 The Chain.
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://the-chain.github.io/scripts/main.min.js" type="text/javascript"></script>
</body>
</html>