chore: restructure site
|
|
@ -1,13 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Not Found</title>
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page Not Found</h1>
|
||||
<p>The requested page was not found.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||
|
||||
<link rel="stylesheet" href="/global.css">
|
||||
<link rel="stylesheet" href="/site/global.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -29,9 +29,9 @@
|
|||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul style="padding-left: 1em">
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/notes.html">notes</a></li>
|
||||
<li><a href="/credits.html">credits</a></li>
|
||||
<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>
|
||||
|
|
@ -66,13 +66,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/posts.js"></script>
|
||||
<script src="/site/posts.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/lib/marked.umd.js"></script>
|
||||
|
||||
<script>
|
||||
async function loadPost() {
|
||||
let response = await fetch('/posts/' + new URLSearchParams(window.location.search).get('post') + '.md');
|
||||
let response = await fetch('/site/posts/' + new URLSearchParams(window.location.search).get('post') + '.md');
|
||||
let text = await response.text();
|
||||
|
||||
document.title = text.split('\n')[0];
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
@font-face {
|
||||
font-family: 'Comic Relief';
|
||||
src: url('fonts/ComicRelief-Bold.ttf') format('truetype');
|
||||
src: url('/site/fonts/ComicRelief-Bold.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||
|
||||
<link rel="stylesheet" href="/global.css">
|
||||
<link rel="stylesheet" href="/site/global.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -29,9 +29,9 @@
|
|||
</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>
|
||||
<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>
|
||||
|
|
@ -48,13 +48,15 @@
|
|||
</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>
|
||||
|
||||
<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">
|
||||
|
|
@ -88,7 +90,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<iframe src="/webdeck-player/index.html" height="250" width="600"></iframe>
|
||||
<iframe src="/site/webdeck-player/index.html" height="250" width="600"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -109,6 +111,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/posts.js"></script>
|
||||
<script src="/site/posts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||
|
||||
<link rel="stylesheet" href="/global.css">
|
||||
<link rel="stylesheet" href="/site/global.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -29,9 +29,9 @@
|
|||
</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>
|
||||
<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>
|
||||
|
|
@ -47,6 +47,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul>CSS stylesheet: <a href="https://jdan.github.io/98.css/">98.css</a></ul>
|
||||
<ul>
|
||||
<li>88x31 (buttons):
|
||||
<ul>
|
||||
|
|
@ -75,6 +76,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/posts.js"></script>
|
||||
<script src="/site/posts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||
|
||||
<link rel="stylesheet" href="/global.css">
|
||||
<link rel="stylesheet" href="/site/global.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -29,9 +29,9 @@
|
|||
</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>
|
||||
<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>
|
||||
|
|
@ -68,6 +68,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/posts.js"></script>
|
||||
<script src="/site/posts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -4,6 +4,6 @@ let posts = {
|
|||
|
||||
Object.keys(posts).forEach(post => {
|
||||
document.getElementById('posts_list').innerHTML += `
|
||||
<li><a href="/blog.html?post=${posts[post]}">${post}</a></li>
|
||||
<li><a href="/site/blog.html?post=${posts[post]}">${post}</a></li>
|
||||
`
|
||||
});
|
||||
|
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 114 B |
|
Before Width: | Height: | Size: 113 B After Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 114 B |
|
Before Width: | Height: | Size: 113 B After Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 114 B |
|
Before Width: | Height: | Size: 113 B After Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
|
@ -1,9 +0,0 @@
|
|||
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
|
||||
HTML content. To learn how to do something, just try searching Google for questions like
|
||||
"how to change link color." */
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: Verdana;
|
||||
}
|
||||