-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
149 lines (144 loc) · 4.86 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
<!doctype html>
<html lang="pt">
<head>
<meta charset="utf-8">
<title>Key - Oops!</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no" />
<!--Generic meta-->
<meta name="viewport" content="width=device-width, initial-scale=1, initial-scale = 1.0, shrink-to-fit=no, user-scalable=no">
<meta name="description" content="An online keyboard store taylor made for you."/>
<meta name="keywords" content="keyboard store pc gaming type typing write writing copywriting writer"/>
<!--fb meta-->
<meta property="og:url" content="" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Key - Your keyboard shop" />
<meta property="og:description" content="An online keyboard store taylor made for you." />
<meta property="og:image" content="" />
<!--favicon-->
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="icon" type="image/ico" href="images/key.png" />
<!--Font-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Oswald&display=swap">
<!--Icons-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/js/all.min.js"></script>
<!--Slick-->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css"/>
<!--Links-->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="wrapper">
<nav class="left-nav">
<a href="index.html">
<img src="images/key.png" alt="Key logo">
</a>
<ul class="left-nav-tabs">
<li>
<a href="brands_all.html">Brands</a>
</li>
<li>
<a href="404.html">On sale</a>
</li>
<li>
<a href="aboutus.html">About us</a>
</li>
<li>
<a href="contact.html">Contacts</a>
</li>
</ul>
</nav>
<nav class="right-nav">
<ul class="hamburguer hide">
<li>
<i class="fas fa-bars"></i>
</li>
</ul>
<ul class="personal hide">
<li>
<i class="fas fa-user"></i>
</li>
</ul>
<ul class="right-nav-tabs">
<li>
<a href="/">Login</a>
</li>
<li>
<a href="shopping_cart.html">Basket (<span>0</span>)</a>
</li>
<li>
<a href="search_results.html"><i class="fas fa-search"></i>Search</a>
</li>
</ul>
</nav>
</div>
</header>
<section class="error">
<div class="wrapper">
<article class="error-container">
<p>Error - Not found</p>
</article>
</div>
<img src="images/pugrammer_clean.png" alt="Our website's pugrammer">
</section>
<footer>
<div class="wrapper">
<div class="footer-section">
<article>
<p>Brands</p>
<a class="foot-link" href="search_results.html">Logitech (<span>7</span>)</a>
<a class="foot-link" href="search_results.html">Corsair (<span>11</span>)</a>
<a class="foot-link" href="search_results.html">Razer (<span>14</span>)</a>
<a class="foot-link" href="search_results.html">Steelseries (<span>4</span>)</a>
</article>
</div>
<div class="footer-section">
<article>
<p>Site</p>
<a class="foot-link">Terms of service</a>
<a class="foot-link">Privacy Policy</a>
<a class="foot-link">Copyright Policy</a>
<a class="foot-link">Press Kit</a>
<a class="foot-link">Support</a>
</article>
</div>
<div class="footer-section">
<article>
<p>Shop</p>
<a class="foot-link" href="aboutus.html">About us</a>
<a class="foot-link">Shipping methods</a>
<a class="foot-link">Career</a>
<a class="foot-link" href="contact.html">Contact</a>
</article>
</div>
<div class="footer-section">
<article>
<p>Social media</p>
<a class="foot-link">Made in Portugal</a>
<a class="foot-link">2020 © All rights reserved.</a>
<div class="social">
<article class="social-group">
<a href=""><i class="fab fa-instagram"></i></a>
<a href=""><i class="fab fa-facebook"></i></a>
</article>
<article class="social-group">
<a href="https://www.linkedin.com/in/pedromlfonseca/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/PMLF"><i class="fab fa-github"></i></a>
</article>
</div>
</article>
</div>
</div>
</footer>
<!--jQuery-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--Slick-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<!--Scripts-->
<script type="text/javascript" src="js/header.js"></script>
<script type="text/javascript" src="js/404.js"></script>
</body>
</html>