Skip to content

Commit

Permalink
Create example site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Louisload committed Nov 20, 2020
1 parent f5f6985 commit e76159f
Show file tree
Hide file tree
Showing 149 changed files with 8,998 additions and 10,242 deletions.
7 changes: 0 additions & 7 deletions .babelrc

This file was deleted.

60 changes: 0 additions & 60 deletions .eslintrc.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc

This file was deleted.

169 changes: 169 additions & 0 deletions 404.html
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&nbsp;→</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>
21 changes: 0 additions & 21 deletions COMMUNITY-FEATURES.md

This file was deleted.

20 changes: 0 additions & 20 deletions LICENSE.md

This file was deleted.

Loading

0 comments on commit e76159f

Please sign in to comment.