-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
107 lines (75 loc) · 3.02 KB
/
404.html
File metadata and controls
107 lines (75 loc) · 3.02 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
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML>
<html lang="en-us">
<html>
<head>
<title>404 Page not found - João Da Silva</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Software Developer">
<meta name="author" content="João Da Silva">
<meta name="keywords" content="scala, akka, playframework, finagle, ansible, spark, neo4j, cassandra, kafka">
<link rel="stylesheet" href="https://jsilva.github.io/assets/css/main-blue.css" />
<link rel="icon" type="image/ico" href="https://jsilva.github.io/images/favicon-16x16.ico" sizes="16x16" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXXX-Y', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section id="header">
<header>
<span class="image avatar"><a href="https://jsilva.github.io/"><img src="https://jsilva.github.io/images/avatar.jpg" alt="" /></a></span>
<h1 id="logo"><a href="https://jsilva.github.io/">João Da Silva</a></h1>
<p>Software Developer, Designer, Capoeirista, DJ and Music Producer.</p>
</header>
<nav id="nav">
<ul>
<li><a href="/about"><span class="label">About</span></a></li>
<li><a href="/blog"><span class="label">Blog</span></a></li>
<li><a href="/works"><span class="label">Projects</span></a></li>
<li><a href="/contact"><span class="label">Hire Me</span></a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://github.com/JSilva" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</footer>
</section>
<div id="wrapper">
<div id="main">
<section>
<div class="container">
<header class="major">
<h2>404</h2>
<p>Oops… Page not found!</p>
</header>
We are sorry, but the page you are looking for might have been:</p>
<ul>
<li>removed,</li>
<li>had its name changed</li>
<li>or is temporarily unavailable.</li>
</ul>
</div>
</section>
</div>
<section id="footer">
<div class="container">
<ul class="copyright">
<li>2016 © All rights reserved.</li>
</ul>
</div>
</section>
</div>
<script src="https://jsilva.github.io/assets/js/jquery.min.js"></script>
<script src="https://jsilva.github.io/assets/js/jquery.scrollzer.min.js"></script>
<script src="https://jsilva.github.io/assets/js/jquery.scrolly.min.js"></script>
<script src="https://jsilva.github.io/assets/js/skel.min.js"></script>
<script src="https://jsilva.github.io/assets/js/util.js"></script>
<script src="https://jsilva.github.io/assets/js/main.js"></script>
</body>
</html>