update now and links
This commit is contained in:
+13
-9
@@ -1,17 +1,21 @@
|
||||
<main id="links">
|
||||
<h1 id="mainHeading">mount /dev/links</h1>
|
||||
|
||||
A page with my personal categorized awesome list of links.
|
||||
a page with my personal categorized awesome list of links.
|
||||
|
||||
<h2>Link aggregators</h2>
|
||||
<h2>link aggregators</h2>
|
||||
<p>
|
||||
<a href="https://news.ycombinator.com">Hackernews</a>
|
||||
Quite common but mostly nice articles of CS/Math related things
|
||||
<a href="https://news.ycombinator.com">hackernews</a>
|
||||
common but nice articles of cs related things
|
||||
</p>
|
||||
<p><a href="https://lobste.rs">lobste.rs</a> More programming related links.</p>
|
||||
<p><a href="https://lobste.rs">lobste.rs</a> more programming related links</p>
|
||||
<p><a href="https://hackers.pub">lobste.rs</a> meta aggregator of lobsters+hn+mastodon</p>
|
||||
|
||||
<h2>Comics</h2>
|
||||
<p>
|
||||
<a href="https://xkcd.com">xkcd</a> The classic
|
||||
</p>
|
||||
<h2>blogs</h2>
|
||||
<h2>comics</h2>
|
||||
<p>
|
||||
<a href="https://xkcd.com">xkcd</a> classic
|
||||
</p>
|
||||
|
||||
<span id="updated">updated: 2025-07-15</span>
|
||||
</main>
|
||||
|
||||
+19
-5
@@ -1,18 +1,32 @@
|
||||
<main>
|
||||
<h1 id="mainHeading">mount /dev/now</h1>
|
||||
|
||||
This page contains all projects I'm working on right now. As a reminder and incentive to keep going!
|
||||
things i currently work on (maybe)
|
||||
|
||||
<h2>Projects</h2>
|
||||
<ul>
|
||||
<li>This website</li>
|
||||
<li>Colemak Split Keyboard <a href="https://git.rhetenor.de/rhetenor/tastarut">Git</a></li>
|
||||
<li>this</li>
|
||||
<li><a href="https://tixy.land/">tixy.land</a> inspired shader on dot-matrix controlled by old calculator</li>
|
||||
</ul>
|
||||
<h2>Education</h2>
|
||||
<ul>
|
||||
<li>Colemak Keyboard Layout</li>
|
||||
<li>jtag debuggers</li>
|
||||
</ul>
|
||||
|
||||
<h2>old projects</h2>
|
||||
<h3>finished</h3>
|
||||
<h3>on-hold</h3>
|
||||
<ul>
|
||||
<li>French</li>
|
||||
<li>Italian</li>
|
||||
<li>Swedish</li>
|
||||
</ul>
|
||||
<span>Last updated: 01.05.2024</span>
|
||||
|
||||
<h3>gone<h3>
|
||||
<ul>
|
||||
<li><s>own ergo split keyboard <a href="https://git.rhetenor.de/rhetenor/tastarut">git</a></s> - bought one</li>
|
||||
<li><s>learning colemak</s> - hjkl in vim</li>
|
||||
</ul>
|
||||
|
||||
<span id="updated">updated: 2025-07-15</span>
|
||||
</main>
|
||||
|
||||
+7
-26
@@ -1,34 +1,15 @@
|
||||
<aside>
|
||||
<section aria-labelledby="updates_heading">
|
||||
|
||||
<h1 id="updates_heading">Updates</h1>
|
||||
<ul class="outer_list">
|
||||
<li>
|
||||
<h2>2025-02-13</h2>
|
||||
<ul class="inner_list">
|
||||
<li>updated Style</li>
|
||||
<li>add blog()</li>
|
||||
<li>add beliefs()</li>
|
||||
<li>add content</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<h2>2024-05-08:</h2>
|
||||
<ul class="inner_list">
|
||||
<li>updated style</li>
|
||||
<li>main() content</li>
|
||||
<li>more links()</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><h2>2024-04-28:</h2>website created</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section aria-labelledby="tools_heading">
|
||||
<h1 id="tools_heading">Tools</h1>
|
||||
<ul class="outer_list">
|
||||
<li><h2><a href="https://awesm.sh">awesm.sh</a></h2></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section aria-labelledby="updates_heading">
|
||||
<h1 id="updates_heading">Updates</h1>
|
||||
<ul class="outer_list">
|
||||
<li><h2>2025-07-15:</h2>website created</li>
|
||||
</ul>
|
||||
</section>
|
||||
</aside>
|
||||
|
||||
@@ -7,9 +7,9 @@ aside {
|
||||
max-width: 20%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
margin-right: 1vw;
|
||||
margin-top: 3vh;
|
||||
//width: 18%;
|
||||
margin-right: 2vw;
|
||||
margin-top: 2.5vh;
|
||||
width: 13vw;
|
||||
border-right: solid;
|
||||
position: fixed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user