mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
projects: update markup
This commit is contained in:
parent
39de9a3477
commit
bccd7b3ef5
2 changed files with 219 additions and 97 deletions
|
|
@ -69,15 +69,15 @@ html, body {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
header,
|
body > header,
|
||||||
footer,
|
body > footer,
|
||||||
main {
|
body > main {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
max-width: 45rem;
|
max-width: 45rem;
|
||||||
padding: 3% 5%;
|
padding: 3% 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
header ul {
|
body > header ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
|
@ -85,20 +85,20 @@ header ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header li {
|
body > header li {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header li::after {
|
body > header li::after {
|
||||||
content: ' / ';
|
content: ' / ';
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
header li:last-child::after {
|
body > header li:last-child::after {
|
||||||
content: '';
|
content: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
body > footer {
|
||||||
color: hsl(0, 0%, 0%, 0.6);
|
color: hsl(0, 0%, 0%, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,18 @@ description: 'Incomplete list of projects and experiments.'
|
||||||
|
|
||||||
---
|
---
|
||||||
<style>
|
<style>
|
||||||
h4 {
|
.project:last-child {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project > header {
|
||||||
|
font-family: 'Open Sans Condensed', sans-serif;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
margin-bottom: 0.5em;
|
color: hsl(0, 0%, 0%, 0.7);
|
||||||
margin-top: 1em;
|
}
|
||||||
}
|
.project > p {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
# Projects
|
# Projects
|
||||||
|
|
@ -34,116 +41,231 @@ Incomplete list of my projects and experiments.
|
||||||
|
|
||||||
## Interactive Fiction Tools
|
## Interactive Fiction Tools
|
||||||
|
|
||||||
- #### ElseIFPlayer
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
ElseIFPlayer
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Interactive fiction player for the web.
|
Interactive fiction player for the web.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/elseifplayer' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/elseifplayer' target='_blank'>repository</a>
|
||||||
| <a href='https://www.ifwiki.org/ElseIFPlayer' target='_blank'>ifwiki</a>
|
| <a href='https://www.ifwiki.org/ElseIFPlayer' target='_blank'>ifwiki</a>
|
||||||
| <a href='https://he4et.github.io/elseifplayer/' target='_blank'>app</a>
|
| <a href='https://he4et.github.io/elseifplayer/' target='_blank'>app</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### cheap-glkote
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
cheap-glkote
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Abstract implementation of the GlkOte library interface
|
Abstract implementation of the GlkOte library interface
|
||||||
designed to be used with Emglken.
|
designed to be used with Emglken.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/cheap-glkote' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/cheap-glkote' target='_blank'>repository</a>
|
||||||
| <a href='https://www.npmjs.com/package/cheap-glkote' target='_blank'>npm</a>
|
| <a href='https://www.npmjs.com/package/cheap-glkote' target='_blank'>npm</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Games
|
## Games
|
||||||
|
|
||||||
- #### DASH DOT PIT
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
DASH DOT PIT
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Endless top-down shooter for TIC-80 where Morse code is your weapon.
|
Endless top-down shooter for TIC-80 where Morse code is your weapon.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/DotDashPit' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/DotDashPit' target='_blank'>repository</a>
|
||||||
| <a href='https://tic80.com/play?cart=4301' target='_blank'>play</a>
|
| <a href='https://tic80.com/play?cart=4301' target='_blank'>play</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### Yet Another Experiment
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
Yet Another Experiment
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Tiny “escape the room” style TADS3 game.
|
Tiny “escape the room” style TADS3 game.
|
||||||
<br>Designed as a set of examples for developing interactive fiction.
|
<br>Designed as a set of examples for developing interactive fiction.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/yet-another-experiment' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/yet-another-experiment' target='_blank'>repository</a>
|
||||||
| <a href='https://ifdb.org/viewgame?id=rsssdo3anjpwnt6e' target='_blank'>ifdb</a>
|
| <a href='https://ifdb.org/viewgame?id=rsssdo3anjpwnt6e' target='_blank'>ifdb</a>
|
||||||
| <a href='https://he4et.github.io/elseifplayer/#/focus/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/serika_dark/' target='_blank'>play</a>
|
| <a href='https://he4et.github.io/elseifplayer/#/focus/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/serika_dark/' target='_blank'>play</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
|
||||||
- #### Simple SpaceAPI
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
Simple SpaceAPI
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
A lightweight SpaceAPI server with both web and REST interfaces.
|
A lightweight SpaceAPI server with both web and REST interfaces.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/simple-spaceapi' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/simple-spaceapi' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Inventory
|
## Inventory
|
||||||
|
|
||||||
### Hardware
|
### Hardware
|
||||||
- #### Cantor MX Tastatura
|
|
||||||
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
Cantor MX Tastatura
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Small custom ergonomic mechanical keyboard.
|
Small custom ergonomic mechanical keyboard.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/cantor-mx-tastatura' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/cantor-mx-tastatura' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### oddkb
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
oddkb
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Huge custom ergonomic mechanical Dactyl-Manuform (5×6) keyboard.
|
Huge custom ergonomic mechanical Dactyl-Manuform (5×6) keyboard.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/oddkb' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/oddkb' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Settings
|
### Settings
|
||||||
- #### dotfiles
|
|
||||||
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
dotfiles
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Custom-made desktop environment based on i3wm.
|
Custom-made desktop environment based on i3wm.
|
||||||
<br>It comes with settings for
|
<br>It comes with settings for
|
||||||
i3wm, Polybar, Rofi, dunst, NeoVim, and some other applications.
|
i3wm, Polybar, Rofi, dunst, NeoVim, and some other applications.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/dotfiles' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/dotfiles' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Software, Plugins and Tools
|
### Software, Plugins and Tools
|
||||||
- #### desolate.nvim
|
|
||||||
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
desolate.nvim
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Another customizable not-so-colorful NeoVim colorscheme.
|
Another customizable not-so-colorful NeoVim colorscheme.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/desolate.nvim' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/desolate.nvim' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### desolate-gtk
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
desolate-gtk
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Another customizable not-so-colorful GTK theme for your tiling WM.
|
Another customizable not-so-colorful GTK theme for your tiling WM.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/Desolate-GTK' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/Desolate-GTK' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### tabswitcher
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
tabswitcher
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Switch between Firefox tabs and manage them with a fuzzy search and basic command toolset.
|
Switch between Firefox tabs and manage them with a fuzzy search and basic command toolset.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/tabswitcher' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/tabswitcher' target='_blank'>repository</a>
|
||||||
| <a href='https://addons.mozilla.org/en-GB/firefox/addon/tabswitcher/' target='_blank'>extension</a>
|
| <a href='https://addons.mozilla.org/en-GB/firefox/addon/tabswitcher/' target='_blank'>extension</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### tabswiper
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
tabswiper
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Firefox extension that makes trimming your tabs as effortless as swiping on a dating app.
|
Firefox extension that makes trimming your tabs as effortless as swiping on a dating app.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/tabswiper' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/tabswiper' target='_blank'>repository</a>
|
||||||
| <a href='https://addons.mozilla.org/en-GB/firefox/addon/tabswiper/' target='_blank'>extension</a>
|
| <a href='https://addons.mozilla.org/en-GB/firefox/addon/tabswiper/' target='_blank'>extension</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### fuzzsoma
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
fuzzsoma
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
SomaFM CLI station selector.
|
SomaFM CLI station selector.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/fuzzsoma' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/fuzzsoma' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### fuzzy-bitwarden-clipboard
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
fuzzy-bitwarden-clipboard
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Interactive Bitwarden CLI wrapper.
|
Interactive Bitwarden CLI wrapper.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/fuzzy-bitwarden-clipboard' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/fuzzy-bitwarden-clipboard' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### huge-link
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
huge-link
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Minimalistic serverless publishing tool for small markdown posts.
|
Minimalistic serverless publishing tool for small markdown posts.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/huge-link' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/huge-link' target='_blank'>repository</a>
|
||||||
| <a href='https://he4et.github.io/huge-link/' target='_blank'>app</a>
|
| <a href='https://he4et.github.io/huge-link/' target='_blank'>app</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
- #### conky-dashboard
|
- <article class='project'>
|
||||||
|
<header>
|
||||||
|
<strong>
|
||||||
|
conky-dashboard
|
||||||
|
</strong>
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
Desktop widgets for system status monitoring.
|
Desktop widgets for system status monitoring.
|
||||||
|
</p>
|
||||||
<a href='https://github.com/He4eT/conky-dashboard' target='_blank'>repository</a>
|
<a href='https://github.com/He4eT/conky-dashboard' target='_blank'>repository</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue