Merge pull request #1 from realmicrosoft/cool

new website design
This commit is contained in:
husky 2022-10-23 02:50:01 +00:00 committed by GitHub
commit 615fdc8f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 135 additions and 44 deletions

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

BIN
assets/products/wukkOS.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -5,14 +5,30 @@
<link rel="stylesheet" href="microsoft.css"/>
</head>
<body>
<div class="container">
<div class="container-item">
<img src="/assets/logo.png" alt="realmicrosoft logo"/>
<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 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>
<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>
@ -24,5 +40,13 @@
<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>
</body>
</html>

View file

@ -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%;

View file

@ -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>

View file

@ -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">
<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="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>
<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>
</div>
</div>
</body>
</html>

View file

@ -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>
<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="/yiffOS-installer.img">yiffOS-installer.img</a></td><td>(original)</td><td>MD5: 63364c56a5d4742aa91e2f7bb3ea8eae</td></tr>
<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>