generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
97 lines (87 loc) · 3.74 KB
/
404.html
File metadata and controls
97 lines (87 loc) · 3.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="ClawClaw - Portfolio & Personal site - Silvester is a Cat. It is the Founder of ClawClaw fantasy company, he is a Senior Rats Hunter, offering his skills and looking for new family to adopting him.">
<meta name="keywords"
content="claw, cats, lovig cats, adopting cats, pets, Silvester, Rodent Control, mouse trap,rat traps">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon-180x180.svg">
<link rel="icon" sizes="32x32" href="assets/images/favicon-32x32.svg">
<link rel="icon" sizes="16x16" href="assets/images/favicon-16x16.svg">
<link rel="stylesheet" href="assets/css/style.css">
<title>ClawClaw</title>
</head>
<body>
<!--Header-->
<header>
<!--Navigation-->
<nav class="top-nav">
<div>
<a href="index.html">
<img class="logo" src="assets/images/home-page-logo.svg" alt="Clawclaw Logo" width="300" height="54">
</a>
</div>
<ul class="list">
<li class="list-items">
<a href="index.html#home">Home</a>
</li>
<li class="list-items">
<a href="index.html#aboutme">About Me</a>
</li>
<li class="list-items">
<a href="index.html#my-skill">My Skills</a>
</li>
<li class="list-items">
<a href="index.html#adopt-me">Adopt Me</a>
</li>
</ul>
</nav>
<!--thanks-->
</header>
<main>
<section class="wrong">
<div class="wrong-msg">
<img src="assets/images/404.png" alt="404 image rat in prison" width="800" height="341">
<h1>
<span>Dangerous</span> zoon!
</h1>
<h2>Here the most dangerous <span>Rats</span> were imprisoned</h2>
<br>
<p>you can go back to the home page</p>
<div class="button">
<a href="index.html">Home</a>
</div>
</div>
</section>
</main>
<footer id="footer">
<section class="footer-items">
<div>
<img class="logo-footer" class="logo" src="assets/images/home-page-logo.svg" alt="Clawclaw Logo" width="300" height="54">
</div>
<div>
<h3><span>No Rats</span> Will Annoy You Anymore<br>Make Me a Family Member</h3>
<p>follow <span>me</span> on</p>
</div>
<br>
<div>
<ul class="social-icons">
<li>
<a href="https://www.facebook.com" target="_blank" rel="noopener" aria-label="visit my facebook page (open in a new tab)"><i class="fab fa-facebook-square"></i></a>
</li>
<li>
<a href="https://www.instagram.com" target="_blank" rel="noopener" aria-label="visit my instagram page (open in a new tab)"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://twitter.com/" target="_blank" rel="noopener" aria-label="visit my twitter page (open in a new tab)"><i class="fab fa-twitter-square"></i></a>
</li>
</ul>
</div>
</section>
</footer>
<script src="https://kit.fontawesome.com/d57a1c990a.js" crossorigin="anonymous"></script>
</body>
</html>