116 lines
6.1 KiB
HTML
116 lines
6.1 KiB
HTML
<!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="/site/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="/site">home</a></li>
|
|
<li><a href="/site/pages/notes.html">notes</a></li>
|
|
<li><a href="/site/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>
|
|
|
|
<p>additionally, I also serve as the lead maintainer for several projects you might have heard of, including Ubuntu Unity (owing to which I am an Ubuntu member) & blendOS.</p>
|
|
|
|
<a href="https://en.wikipedia.org/wiki/History_of_Internet_Explorer"><img title="this page is best viewed with internet explorer" style="image-rendering: pixelated;" src="/site/badges/ie.gif"></a>
|
|
<a href="mailto:rs2009@ruds.io"><img title="email me" style="image-rendering: pixelated;" src="/site/badges/email_me.gif"></a>
|
|
<a href="https://en.wikipedia.org/wiki/AOL"><img title="thanks for not using AOL" style="image-rendering: pixelated;" src="/site/badges/why-aol-image.gif"></a>
|
|
<a href="https://en.wikipedia.org/wiki/GNU_Emacs"><img title="written in vi" style="image-rendering: pixelated;" src="/site/badges/written_in_vi.gif"></a>
|
|
<a href="https://gimp.org"><img title="I use MS Paint" style="image-rendering: pixelated;" src="/site/badges/yay_its_a_button.gif"></a>
|
|
<a href="https://curl.se"><img title="wget" style="image-rendering: pixelated;" src="/site/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="/site/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="/site/posts.js"></script>
|
|
</body>
|
|
</html>
|