update website and add more pages

This commit is contained in:
2024-04-30 13:20:28 +02:00
parent f2ddd31fec
commit 4c558c5938
6 changed files with 141 additions and 6 deletions

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arch Linux Development Virtual Machine - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Create your own software development environment Virtual Machine for software that should run on Linux. This project is a collection of scripts that do this for you.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/impress.jpg" alt="libreevent Logo" class="project-logo">
<h1 class="content-title">impress&shy;.js</h1>
<p style="text-align: center; margin-bottom: 5%;">impress.js is not in fact my own project, but rather a project I contribute code to and for which I have created a new project website.</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Slide based presentations are quite boring, why not try something new and better?</h3>
<hr class="pullquote-lines">
<div class="bottom">
<h2 class="content-title-small">Visit the project website</h2>
<p>I am currently working on a massive update, more updates can be found on my <a href="https://blog.janishutz.com" target="_blank">blog</a></p>
<a class="button" href="https://impress-testing.janishutz.com" target="_blank">PROJECT WEBSITE</a>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>