-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
79 lines (64 loc) · 2.48 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GAVIN PILI :: Design Portfolio</title>
<meta name="description" content="Design Portfolio Website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Font API -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&Capriola&family=Syne&Lato:wght@100;300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/404.css">
<link rel="stylesheet" href="css/sidenav.css">
</head>
<body>
<!--Bubbles-->
<div class="bubble x1"></div>
<div class="bubble x2"></div>
<div class="bubble x3"></div>
<div class="bubble x4"></div>
<div class="bubble x5"></div>
<div class="bubble x6"></div>
<div class="bubble x7"></div>
<div class="bubble x8"></div>
<div class="bubble x9"></div>
<div class="bubble x10"></div>
<div class="container main">
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
<!-- Use any element to open the sidenav -->
<span onclick="openNav()"><i class="fa fa-bars"></i></span>
<!-- Portfolio Gallery Grid -->
<div class="row">
<div class="column">
<div class="content">
<h1>Ooops!</h1>
<h2>404 Error</h2>
<p>Gone Fishing :)</p>
<p>The fish ate the page you were looking for.</p>
<p>Sorry about that.</p>
<div class="center"><button>Back To Home Page</button></div>
</div>
</div>
<div class="column">
<div class="image">
<img src="img/404-image.jpg" alt="web" style="width:100%">
</div>
</div>
</div>
</div>
<footer>
<small>Made at Generation :: Academy Xi || © Copyright 2020 by Gavin Pili.</small>
</footer>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/sidenav.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
</body>
</html>