-
Notifications
You must be signed in to change notification settings - Fork 6
/
404.html
41 lines (41 loc) · 1.43 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
---
layout: page
permalink: /404.html
comments: false
sharing: false
footer: true
---
<html>
<head>
<title>Lee Calcote's Talks</title>
<link rel="stylesheet" type="text/css" href="/talks/css/style.css">
<style>
div {
border-radius: 30px;
display: flex;
width: 370px;
flex-wrap: wrap;
align-content: center;
background-color: lightgray;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
padding: 30px;
word-wrap: normal;
text-align: center;
-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 30px 20px #286cac;
box-shadow: -10px 0px 13px -7px #1f5283, 10px 0px 13px -7px #1f5283, 5px 5px 30px 20px #1f5283;
}
</style>
</head>
<body id="body">
<div>
<h1>Oh, no. Page not found.</h1>
<p>You may have stumbled across a broken link.</p>
<p style="line-height: 1.5em;">Please
<a class="notfound" href="https://github.com/leecalcote/talks/issues/new">log an issue</a> to have this fixed (thank you!)<br />
and then return to <a class="notfound" href="https://calcotestudios.com/talks">calcotestudios.com/talks</a>.</p>
</div>
<img style="visibility: hidden;" height="0px" src="/talks/img/Lee Calcote - CloudNativeDay.jpg" onload="loadBackground()">
</body>
</html>