Files
old-website/src/projects/arch-dev-vm/index.html

33 lines
1.7 KiB
HTML

<!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="https://static.janishutz.com/logo.jpg" alt="libreevent Logo" class="project-logo">
<h1 class="content-title">Arch Linux Develop&shy;ment Virtual Machine</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">This project aims to make setting up a development virtual machine with Arch Linux much easier.</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Development on Windows kinda sucks. Install a Linux VM easily</h3>
<hr class="pullquote-lines">
<div class="bottom">
<h2 class="content-title-small">Check out the project</h2>
<a class="button" href="https://github.com/simplePCBuilding/arch-dev-vm" target="_blank">GitHub Repo</a>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>