updated to zola for static site gen
This commit is contained in:
31
public/services.html
Normal file
31
public/services.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MChalupiak.com</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<div id="header">
|
||||
<div class="header-link"><a href="index.html">Home</a></div>
|
||||
<div class="header-link">Resume</div>
|
||||
<div class="header-link">Blog</div>
|
||||
<div class="header-link">
|
||||
<a href="https://git.mchalupiak.com">Portfolio</a>
|
||||
</div>
|
||||
<!-- <div class="header-link">
|
||||
<a href="https://searx.mchalupiak.com">Services</a>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
<div id="body">
|
||||
Here are some services I host alongside my website. Check them out!
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://searx.mchalupiak.com">Searx search engine</a>
|
||||
</li>
|
||||
<li><a href="https://git.mchalupiak.com">Gitea git server</a></li>
|
||||
<li><a href="mailto:mikec@mchalupiak.com">Email</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</html>
|
||||
Reference in New Issue
Block a user