forked from panr/hugo-theme-terminal
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
149 changed files
with
8,998 additions
and
10,242 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<title>404 Page not found :: Terminal</title> | ||
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="" /> | ||
<meta name="keywords" content="" /> | ||
<meta name="robots" content="noodp" /> | ||
<link rel="canonical" href="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/404.html" /> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/assets/style.css"> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/style.css"> | ||
|
||
|
||
<link rel="apple-touch-icon" href="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/img/apple-touch-icon-192x192.png"> | ||
|
||
<link rel="shortcut icon" href="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/img/favicon/orange.png"> | ||
|
||
|
||
|
||
<meta name="twitter:card" content="summary" /> | ||
|
||
|
||
|
||
<meta property="og:locale" content="en" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="404 Page not found"> | ||
<meta property="og:description" content="" /> | ||
<meta property="og:url" content="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/404.html" /> | ||
<meta property="og:site_name" content="Terminal" /> | ||
|
||
|
||
<meta property="og:image" content="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/img/favicon/orange.png"> | ||
|
||
|
||
<meta property="og:image:width" content="2048"> | ||
<meta property="og:image:height" content="1024"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" media="screen" href="/fonts/mononoki/mononoki.css" type="text/css"/> | ||
|
||
</head> | ||
<body class="orange"> | ||
|
||
|
||
<div class="container headings--one-size"> | ||
|
||
<header class="header"> | ||
<div class="header__inner"> | ||
<div class="header__logo"> | ||
<a href="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/"> | ||
<div class="logo"> | ||
Terminal | ||
</div> | ||
</a> | ||
|
||
</div> | ||
<div class="menu-trigger">menu</div> | ||
</div> | ||
|
||
<nav class="menu"> | ||
<ul class="menu__inner menu__inner--desktop"> | ||
|
||
|
||
|
||
<li><a href="/hugo-theme-terminal-portfolio/about">About</a></li> | ||
|
||
|
||
|
||
<li><a href="/hugo-theme-terminal-portfolio/portfolio">Portfolio</a></li> | ||
|
||
|
||
|
||
<ul class="menu__sub-inner"> | ||
<li class="menu__sub-inner-more-trigger">Show more ▾</li> | ||
|
||
<ul class="menu__sub-inner-more hidden"> | ||
|
||
|
||
<li><a href="/hugo-theme-terminal-portfolio/showcase">Showcase</a></li> | ||
|
||
|
||
</ul> | ||
</ul> | ||
|
||
|
||
|
||
|
||
</ul> | ||
|
||
<ul class="menu__inner menu__inner--mobile"> | ||
|
||
|
||
<li><a href="/hugo-theme-terminal-portfolio/about">About</a></li> | ||
|
||
|
||
|
||
<li><a href="/hugo-theme-terminal-portfolio/portfolio">Portfolio</a></li> | ||
|
||
|
||
|
||
<li><a href="/hugo-theme-terminal-portfolio/showcase">Showcase</a></li> | ||
|
||
|
||
|
||
</ul> | ||
</nav> | ||
|
||
|
||
</header> | ||
|
||
|
||
<div class="content"> | ||
|
||
<div class="post"> | ||
<h1 class="post-title">404 — Page not found...</h1> | ||
|
||
<div class="post-content"> | ||
<a href="https://www.luisrodriguesalves.dev/">Back to home page →</a> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
<footer class="footer"> | ||
<div class="footer__inner"> | ||
|
||
<div class="copyright"> | ||
<span>© 2020 Powered by <a href="http://gohugo.io">Hugo</a></span> | ||
|
||
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/assets/main.js"></script> | ||
<script src="https://www.luisrodriguesalves.dev/hugo-theme-terminal-portfolio/assets/prism.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.