website/index.html

63 lines
2.7 KiB
HTML
Raw Normal View History

<html lang="en-UK">
<head>
2022-11-14 17:18:00 -08:00
<title>vore microcomputers dot com</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="microsoft.css"/>
</head>
<body>
2022-10-23 01:23:27 +00:00
<div class="container">
<div class="container-item">
2022-11-14 17:18:00 -08:00
<img src="/assets/logo.png" alt="vore microcomputers logo"/>
<h1>welcome to Vore Microcomputers, LLC!</h1>
2022-10-23 01:59:13 +00:00
<div class="container">
2023-01-19 18:06:20 -08:00
<div class="container-item-featured product">
<a href="https://store.voremicrocomputers.com">
<img src="/assets/products/store.png" alt="icon showing shopping cart"/>
<h2>the vore store</h2>
</a>
</div>
2022-10-23 01:59:13 +00:00
<div class="container-item product">
2022-11-01 00:42:37 -07:00
<a href="wukkOS/index.html">
<img src="/assets/products/wukkOS.png" alt="icon showing wukkOS logo"/>
<h2>wukkOS</h2>
</a>
</div>
<div class="container-item product">
2022-10-23 01:59:13 +00:00
<a href="yiffos/index.html">
<img src="/assets/products/yiffOS%20support.png" alt="yiffOS support logo"/>
<h2>yiffOS support</h2>
</a>
</div>
<div class="container-item product">
2022-11-14 17:18:00 -08:00
<a href="https://github.com/voremicrocomputers">
2022-10-23 02:29:45 +00:00
<img src="/assets/products/github.png" alt="stylised github logo"/>
<h2>our github</h2>
2022-10-23 01:59:13 +00:00
</a>
</div>
<div class="container-item product">
2022-10-23 02:47:59 +00:00
<a href="https://lists.sr.ht/~realmicrosoft/general">
<img src="/assets/products/mail.png" alt="envelope icon"/>
<h2>our mailing list</h2>
2022-10-23 01:59:13 +00:00
</a>
</div>
</div>
2022-11-14 17:18:00 -08:00
<p id="footer">
<br>contact us at <a href="mailto:nikocs@voremicrocomputers.com">nikocs@voremicrocomputers.com</a> <a
2022-10-23 01:23:27 +00:00
href="/pgp.asc">pgp key</a>
<br>
2022-11-14 17:18:00 -08:00
for abuse, copyright, or other legal issues, contact <a href="mailto:devnull@voremicrocomputers.com">devnull@voremicrocomputers.com</a><br>
2022-10-23 01:23:27 +00:00
or, call at <a href="tel:1-888-519-0437">+1 (888) 519-0437 (toll-free)</a> or <a href="tel:1-507-767-9433">+1 (507) RMS-YIFF (local)</a>
<br><br>
<a href="https://climate.stripe.com/4MO1d9">Our Carbon Footprint</a>
</p>
</div>
<div class="container-item">
2022-10-23 02:29:45 +00:00
<div class="credit">
<img src="xenia.png" alt="image of xenia, an anthropomorphic fox who was a contender for the linux mascot"/>
<span>image made by <a href="https://twitter.com/cathodegaytube/">@cathodegaytube</a>!</span>
2022-10-23 01:23:27 +00:00
</div>
</div>
</div>
</body>
</html>