-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
107 lines (87 loc) · 4.39 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
<!DOCTYPE html>
<html lang="en-us">
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Ramsays Renos</title>
<meta name="description" content="Portfolio of building project and renovations by Zach Ramsay">
<meta name="author" content="Zach Ramsay">
<link rel="icon" href="/favicon.ico"><meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Portfolio of building project and renovations by Zach Ramsay" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bluecollarcoding.github.io/404.html" />
<meta property="og:image" content="https://bluecollarcoding.github.io/img/header01.jpg"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://bluecollarcoding.github.io/img/header01.jpg"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Portfolio of building project and renovations by Zach Ramsay"/>
<meta name="robots" content="index,follow">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="generator" content="Hugo 0.74.3" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="/css/myscreen.css" type="text/css" media="screen">
<link rel="stylesheet" href="/css/myprint.css" type="text/css" media="print">
<meta name="theme-color" content="black">
<link href="https://fonts.googleapis.com/css?family=Squada+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<noscript>
<style>
#headerimg {
background-image: url(https://bluecollarcoding.github.io/img/header01.jpg);
background-size: cover;
}
</style>
</noscript>
<script>
function randomHeaderImg() {
let images = ["https://bluecollarcoding.github.io/img/header01.jpg","https://bluecollarcoding.github.io/img/header02.jpg"];
let img_ind = Math.ceil(Math.random() * images.length) - 1;
let sel_url = images[img_ind]
let img = new Image();
img.onload = function() {
function set_img(old_onload) {
let element = document.getElementById("headerimg");
element.src = sel_url;
if( old_onload ){ old_onload() }
}
if( document.readyState === "complete" ) { set_img() }
else { window.onload = set_img(window.onload) }
}
img.src = sel_url;
}
randomHeaderImg();
</script>
</head>
<body>
<div id="full_body">
<header id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/img/header_template.png" alt="">
<div id="header-text">Ramsays Renos</div></header>
<div id="content" class="top-section">
<div class="container-fluid">
<div class="row">
<div class="col col-12 col-sm-8 col-lg-9">
<main class="row">
<div class="col-12 col-sm-5"></div>
<div class="col-12 col-sm-7">
<h1>404</h1>
<p>Content Not Found</p>
</div>
</main>
</div>
<nav class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
<ul class="navbar">
<li><a href="https://bluecollarcoding.github.io/">Home</a></li>
<li><a href="https://bluecollarcoding.github.io/about/">About</a></li>
<li><a href="https://bluecollarcoding.github.io/fences/">Fences</a></li>
<li><a href="https://bluecollarcoding.github.io/rainwater-collection/">Rainwater Collection</a></li>
<li><a href="https://bluecollarcoding.github.io/irrigation-systems/">Irrigation Systems</a></li>
<li><a href="https://bluecollarcoding.github.io/chicken-coops/">Chicken Coops</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<footer id="footer" class="top-section">Webmaster: <a href="mailto:[email protected]">[email protected]</a>
</footer></div>
</body>
</html>