public/ autocommit
This commit is contained in:
102
public/categories/meta/index.html
Normal file
102
public/categories/meta/index.html
Normal file
@@ -0,0 +1,102 @@
|
||||
<!doctype html><html lang=en>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=”robots” content="index,follow">
|
||||
<meta name=viewport content="width=device-width,initial-scale=1">
|
||||
<meta name=twitter:card content="summary">
|
||||
<meta property="og:title" content="Sivert Does Stuff Online!">
|
||||
<meta property="og:url" content>
|
||||
<meta property="og:site_name" content="Sivert Does Stuff Online!">
|
||||
<link rel=alternate type=application/rss+xml href=/categories/meta/index.xml title="Sivert Does Stuff Online!">
|
||||
<link rel=stylesheet href=https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css crossorigin=anonymous>
|
||||
<title>Sivert Does Stuff Online! - Meta</title>
|
||||
<link href=/main.css rel=stylesheet>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav id=navbar>
|
||||
<ul class=top-nav>
|
||||
<li><a href=/>Sivert Does Stuff Online!</a></li>
|
||||
<li id=lang-menu>
|
||||
<a id=lang-menu-btn href=#>Translations</a>
|
||||
<ul>
|
||||
<li><a href=/no/>Norsk</a></li>
|
||||
<li><a href=/>English</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<div class=link-group>
|
||||
<li>
|
||||
<a href=https://sivert.pw>
|
||||
<span>My Humble Homepage</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=/about>
|
||||
<span>About</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=/blog>
|
||||
<span>Blog</span>
|
||||
</a>
|
||||
</li>
|
||||
</div>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div id=content>
|
||||
<main>
|
||||
<div class=row>
|
||||
<div class=col-md-2>
|
||||
<aside id=meta>
|
||||
</aside>
|
||||
</div>
|
||||
<div class=col-md-10>
|
||||
<article>
|
||||
<header>
|
||||
<h1>Meta</h1>
|
||||
</header>
|
||||
<ul class=contents>
|
||||
<li>
|
||||
<article>
|
||||
<div>
|
||||
<h2><a href=/about/>About</a></h2>
|
||||
This webpage is my portfolio webpage and blog.
|
||||
It’s build with hugo and hosted on github.io with GitHub Pages!
|
||||
</div>
|
||||
</article>
|
||||
</li>
|
||||
<li>
|
||||
<article>
|
||||
<div>
|
||||
<h2><a href=/blog/>Siverts Tech Adventure Blog</a></h2>
|
||||
Here you are welcome to take a look at all my blog posts!
|
||||
And be sure to add the RSS feed to your news reader! ;)
|
||||
</div>
|
||||
</article>
|
||||
</li>
|
||||
<li>
|
||||
<article>
|
||||
<div>
|
||||
<h2><a href=/>Welcome!</a></h2>
|
||||
So I guess I’ve finally got to updating my github.io site. Nice!
|
||||
</div>
|
||||
</article>
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<footer>
|
||||
<center>
|
||||
<div class=footer-content>
|
||||
<p>2022 © Sivert V. Sæther</p>
|
||||
</div>
|
||||
<div class=footer-social>
|
||||
</div>
|
||||
</center>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user