chore: restructure site
This commit is contained in:
parent
acdb3689d7
commit
c3e9c53a81
80 changed files with 34 additions and 53 deletions
114
index.html
114
index.html
|
|
@ -1,114 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>home - ruds.io</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||
|
||||
<link rel="stylesheet" href="/global.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>hello there, kind stranger \o/</h1>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="box-lp subcontainer">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">pages</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/pages/notes.html">notes</a></li>
|
||||
<li><a href="/pages/credits.html">credits</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-content subcontainer">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">about me</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<p>hiya! :) I'm Rudra, a 16-year-old with some nerdy tendencies - these include a love for anything and everything technology (anything Linux-related in particular), as well as a liking for emo, post-hardcore and Romantic-era classical music!</p>
|
||||
|
||||
<a href="https://hellnet.work/8831/"><img title="this page is best viewed with internet explorer" style="image-rendering: pixelated;" src="/badges/ie.gif"></a>
|
||||
<a href="mailto:rs2009@ruds.io"><img title="email me" style="image-rendering: pixelated;" src="/badges/email_me.gif"></a>
|
||||
<a href="https://cyber.dabamos.de/88x31/index5.html"><img title="thanks for not using AOL" style="image-rendering: pixelated;" src="/badges/why-aol-image.gif"></a>
|
||||
<a href="https://cyber.dabamos.de/88x31/index5.html"><img title="written in vi" style="image-rendering: pixelated;" src="/badges/written_in_vi.gif"></a>
|
||||
<a href="https://cyber.dabamos.de/88x31/index5.html"><img title="I use MS Paint" style="image-rendering: pixelated;" src="/badges/yay_its_a_button.gif"></a>
|
||||
<a href="https://cyber.dabamos.de/88x31/index5.html"><img title="I use MS Paint" style="image-rendering: pixelated;" src="/badges/wget.gif"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">projects (& past projects)</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul>
|
||||
<li><a href="https://blendos.co">blendOS</a>: an atomic and immutable Linux distribution</li>
|
||||
<li><a href="https://ubuntuunity.org">Ubuntu Unity</a>: a flavour of Ubuntu that uses the Unity desktop environment</li>
|
||||
<li><a href="https://x.com/ubunweb">Ubuntu Web</a>: a privacy-respecting ChromeOS alternative</li>
|
||||
<li><a href="https://github.com/AFK-OS/una">una</a>: a client for the makedeb Package Repository</li>
|
||||
<li><a href="https://www.forbes.com/sites/jasonevangelho/2022/01/31/linux-gaming-gets-a-big-boost-from-a-12-year-old-ubuntu-developer/">Gamebuntu</a>: a utility to set up a gaming environment on Ubuntu</li>
|
||||
<li><a href="https://github.com/RudraSwat/modren">Modren</a>: a modern Linux store</li>
|
||||
<li><a href="https://x.com/ed_ubuntu">UbuntuEd</a>: an educational Ubuntu remix (superseded by Edubuntu)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">music player</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<iframe src="/webdeck-player/index.html" height="250" width="600"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-rp">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">blog</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul id="posts_list"></ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/posts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue