From: Ruben Beltran del Rio Date: Mon, 23 Sep 2024 19:13:49 +0000 (+0200) Subject: Change heading sizes X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/1b814f1c8c95ee06d1c823b276f48f2adff3a38e?ds=inline Change heading sizes --- diff --git a/css/style.css b/css/style.css index cb38a25..d5d3d36 100644 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,7 @@ body { aside { clear: both; + padding-top: 2em; } ::selection { @@ -64,6 +65,9 @@ blockquote { br { display: none } h1, h2, h3 { font-weight: normal } +h1 { font-size: 1em } +h2 { font-size: 1.65em } +h3 { font-size: 1.25em } pre { font-family: courier, monospace; font-size: 0.875em; @@ -74,7 +78,7 @@ pre { canvas { width: 64px; height: 64px; - display: inline-block; + display: block; background-color: #000; border: 1px solid #000; } diff --git a/index.gmi b/index.gmi index f73f65e..4041f57 100644 --- a/index.gmi +++ b/index.gmi @@ -32,38 +32,40 @@ I am Rubén Beltrán del Río. I make software and am online. You can find all m ## Apps I ### Captura -A macos application that lets you quickly record your screen and share it as an mp4 or gif +Quickly record your screen and share as .gif or .mp4 (macOS) => https://captura.tranquil.systems/ captura.tranquil.systems ### Lyricli -A command line tool for macos and linux to print the lyrics of your current track. (Supports Apple Music and Spotify on mac, and most media players on linux.) +Print the lyrics of your current track to the terminal. Supports Apple Music, Spotify for mac, and most Linux players. (macOS, linux) => /lyricli.gmi ./lyricli.gmi => https://git.r.bdr.sh/rbdr/lyricli lyricli source code. -## II -### Do -A task manager for iOS and MacOs that makes you write a journal entry when the task is done. -=> https://do.tranquil.systems/ do.tranquil.systems - ### Map -A MacOS app that lets you create wardley maps using text. +Create wardley maps on mac using text. => https://map.tranquil.systems/ map.tranquil.systems -### Ritmo -An iOS and MacOS app that helps you maintain a healthy balance. -=> https://ritmo.tranquil.systems/ ritmo.tranquil.systems -## III +## II ### Blog -A command line tool to author and publish an (almost) ephemeral https blog with a gemini archive. +Author and publish an (almost) ephemeral html blog with a gemini archive. (macOS, linux) => /blog.gmi ./blog.gmi => https://git.r.bdr.sh/rbdr/blog blog source code ### Page -A command line tool to generate HTML and static gemini websites from .gmi files +Generate HTML and static gemini websites from .gmi files. (macOS, linux) => /page.gmi ./page.gmi => https://git.r.bdr.sh/rbdr/page page source code +## III +### Do +A task manager that makes you write a journal entry when the task is done. (iOS, macOS) +=> https://do.tranquil.systems/ do.tranquil.systems + +### Ritmo +Keep a healthy balance in life by getting periodic reminders. (iOS, macOS) +=> https://ritmo.tranquil.systems/ ritmo.tranquil.systems + + ## Libraries I ### Patterns MacPaint style pattern views for SwiftUI