commit
615fdc8f88
11 changed files with 135 additions and 44 deletions
BIN
assets/logo.png
Normal file
BIN
assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
assets/products/capatica.png
Normal file
BIN
assets/products/capatica.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
assets/products/github.png
Normal file
BIN
assets/products/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/products/mail.png
Normal file
BIN
assets/products/mail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
BIN
assets/products/wukkOS.png
Normal file
BIN
assets/products/wukkOS.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/products/yiffOS support.png
Normal file
BIN
assets/products/yiffOS support.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
60
index.html
60
index.html
|
@ -5,24 +5,48 @@
|
|||
<link rel="stylesheet" href="microsoft.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>welcome to Real Microsoft, LLC!</h1>
|
||||
<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>
|
||||
<div class="container">
|
||||
<div class="container-item">
|
||||
<img src="/assets/logo.png" alt="realmicrosoft logo"/>
|
||||
<h1>welcome to Real Microsoft, LLC!</h1>
|
||||
<div class="container">
|
||||
<div class="container-item product">
|
||||
<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">
|
||||
<a href="https://github.com/realmicrosoft">
|
||||
<img src="/assets/products/github.png" alt="stylised github logo"/>
|
||||
<h2>our github</h2>
|
||||
</a>
|
||||
</div>
|
||||
<div class="container-item product">
|
||||
<a href="https://lists.sr.ht/~realmicrosoft/general">
|
||||
<img src="/assets/products/mail.png" alt="envelope icon"/>
|
||||
<h2>our mailing list</h2>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<p id="footer"><b>REAL MICROSOFT LLC IS NOT AFFILIATED WITH THE MICROSOFT CORPORATION.<br>
|
||||
WE DO NOT WORK WITH AND/OR ASSOCIATE WITH ANY MICROSOFT CORPORATION PRODUCTS OR SERVICES, INCLUDING BUT NOT LIMITED TO:<br>
|
||||
WINDOWS, AZURE, OFFICE, etc.<br></b>
|
||||
<br>contact me (mr official bill gate) at <a href="mailto:billgate@realmicrosoft.com">billgate@realmicrosoft.com</a> <a
|
||||
href="/pgp.asc">pgp key</a>
|
||||
<br>
|
||||
for abuse, copyright, or other legal issues, contact <a href="mailto:devnull@realmicrosoft.com">devnull@realmicrosoft.com</a><br>
|
||||
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">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span id="big-space">
|
||||
<h2><a href="/yiffos/index.html">yiffOS</a></h2>
|
||||
</span>
|
||||
<p id="footer"><b>REAL MICROSOFT LLC IS NOT AFFILIATED WITH THE MICROSOFT CORPORATION.<br>
|
||||
WE DO NOT WORK WITH AND/OR ASSOCIATE WITH ANY MICROSOFT CORPORATION PRODUCTS OR SERVICES, INCLUDING BUT NOT LIMITED TO:<br>
|
||||
WINDOWS, AZURE, OFFICE, etc.<br></b>
|
||||
<br>contact me (mr official bill gate) at <a href="mailto:billgate@realmicrosoft.com">billgate@realmicrosoft.com</a> <a
|
||||
href="/pgp.asc">pgp key</a>
|
||||
<br>
|
||||
for abuse, copyright, or other legal issues, contact <a href="mailto:devnull@realmicrosoft.com">devnull@realmicrosoft.com</a><br>
|
||||
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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -24,6 +24,24 @@ code {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.container-item {
|
||||
flex: 1 1;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.product img {
|
||||
height: 20vh;
|
||||
}
|
||||
|
||||
.boxed {
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
|
@ -59,7 +77,7 @@ code {
|
|||
}
|
||||
|
||||
.credit {
|
||||
width: 40vh;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: smaller;
|
||||
padding: 0.5em;
|
||||
|
@ -67,10 +85,17 @@ code {
|
|||
}
|
||||
|
||||
.credit img {
|
||||
float: right;
|
||||
float: none;
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
.credit span {
|
||||
width: 100%;
|
||||
float: left;
|
||||
clear: left;
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
||||
.yiffos-table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
@ -84,6 +109,16 @@ code {
|
|||
width: 10%;
|
||||
}
|
||||
|
||||
.checksums {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.single_checksum {
|
||||
font-size: xx-small;
|
||||
width: 20px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
#footer {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>realmicrosoft yiffOS installation guide</title>
|
||||
<title>realmicrosoft - yiffOS support - guide</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="/microsoft.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/yiffos/index.html">back</a>
|
||||
<a href="index.html">back</a>
|
||||
<h1>so you wanna install yiffOS?</h1>
|
||||
<h6>i am not responsible for any damages in any way that may be caused by the use or misuse of this guide.</h6>
|
||||
<hr>
|
||||
|
|
|
@ -1,25 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-UK">
|
||||
<head>
|
||||
<title>realmicrosoft yiffOS</title>
|
||||
<title>realmicrosoft - yiffOS support</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="/microsoft.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
<h1>yiffOS</h1>
|
||||
<div class="container-item">
|
||||
<img src="/assets/products/yiffOS%20support.png" alt="icon showing yiffOS support logo"/>
|
||||
<h1>yiffOS</h1>
|
||||
|
||||
<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>
|
||||
<table class="yiffos-table">
|
||||
<tr><td><a href="installers.html">installers</a></td>
|
||||
<td><a href="guide.html">installation guide</a></td>
|
||||
<td><a href="..">back to index</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="container-item">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="yiffos-table">
|
||||
<tr><td><a href="/yiffos/installers.html">installers</a></td>
|
||||
<td><a href="/yiffos/guide.html">installation guide</a></td>
|
||||
<td><a href="/">back to index</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,18 +2,44 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>realmicrosoft yiffOS installers</title>
|
||||
<title>realmicrosoft - yiffOS support - installers</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="/microsoft.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/yiffos/index.html">back</a>
|
||||
<h1>current yiffOS image</h1>
|
||||
<h3><a href="/v2_yiffOS-installer.img">v2.0.0 yiffOS image (MD5 2f1a8deda049cc9741cc22d08f52ecff)</a></h3>
|
||||
<hr>
|
||||
<h1>old yiffOS image releases</h1>
|
||||
<table class="yiffos-table">
|
||||
<tr><td><a href="/yiffOS-installer.img">yiffOS-installer.img</a></td><td>(original)</td><td>MD5: 63364c56a5d4742aa91e2f7bb3ea8eae</td></tr>
|
||||
</table>
|
||||
<div class="container">
|
||||
<div class="container-item">
|
||||
<img src="/assets/products/yiffOS%20support.png" alt="icon showing yiffOS support logo"/>
|
||||
<h1>yiffOS</h1>
|
||||
|
||||
<table class="yiffos-table">
|
||||
<tr>
|
||||
<td><a href="index.html">back to index</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>current yiffOS image</h3>
|
||||
<h4><a href="/v2_yiffOS-installer.img">v2.0.0 yiffOS image</a></h4>
|
||||
<div class="checksums">
|
||||
<h6>SHA512SUM be1a42e4e91109c6678a5a3a1ef5447c939917f5fad9b8544785160e734019744ff995ec9cc17e8a8fc965663b3f94c8914e274fae20194f0b0d3b49bc35ce09</h6>
|
||||
<h6>SHA256SUM 0ee36d3659abb367e57d34214533fbed4561ba7ae127d627ec9beac496288c08</h6>
|
||||
<h6>MD5SUM 2f1a8deda049cc9741cc22d08f52ecff</h6>
|
||||
</div>
|
||||
<hr>
|
||||
<h3>old yiffOS image releases</h3>
|
||||
<table class="yiffos-table">
|
||||
<tr>
|
||||
<td><a href="/yiffOS-installer.img">yiffOS-installer.img</a></td>
|
||||
<td>(original)</td>
|
||||
<td class="single_checksum">SHA512: 76c9aca400f14d94f2db8bb3dd4d23ee7ed05978c88183aa5f0e79796a805e156496e973c4b5bd8d80356bae56785c658fc1661daf2f7a5a81b8259ff8171702</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="container-item">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue