homepage that i posted on twitter

This commit is contained in:
fekhesk 2022-10-23 01:59:13 +00:00
parent 6ee040363b
commit dbd5ca4468
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
5 changed files with 24 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 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

@ -9,9 +9,26 @@
<div class="container-item"> <div class="container-item">
<img src="/assets/logo.png" alt="realmicrosoft logo"/> <img src="/assets/logo.png" alt="realmicrosoft logo"/>
<h1>welcome to Real Microsoft, LLC!</h1> <h1>welcome to Real Microsoft, LLC!</h1>
<span id="big-space"> <div class="container">
<h2><a href="/yiffos/index.html">yiffOS</a></h2> <div class="container-item product">
</span> <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="yiffos/index.html">
<img src="/assets/products/wukkOS.png" alt="yiffOS support logo"/>
<h2>wukkOS</h2>
</a>
</div>
<div class="container-item product">
<a href="yiffos/index.html">
<img src="/assets/products/capatica.png" alt="yiffOS support logo"/>
<h2>capatica</h2>
</a>
</div>
</div>
<p id="footer"><b>REAL MICROSOFT LLC IS NOT AFFILIATED WITH THE MICROSOFT CORPORATION.<br> <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> 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> WINDOWS, AZURE, OFFICE, etc.<br></b>

View file

@ -34,12 +34,12 @@ code {
} }
.container-item { .container-item {
flex: 1 1 40%; flex: 1 1;
padding: 10px; padding: 10px;
} }
.lock-y { .product img {
height: 20vh;
} }
.boxed { .boxed {
@ -93,6 +93,7 @@ code {
width: 100%; width: 100%;
float: left; float: left;
clear: left; clear: left;
font-size: 2vh;
} }
.yiffos-table { .yiffos-table {