diff options
| author | Christian Cleberg <[email protected]> | 2026-03-13 15:56:35 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-13 15:56:35 -0500 |
| commit | 11a5ca2792cd0debb6b8f510ffd716e6f734dbd6 (patch) | |
| tree | 945f53748136471c1eb23ddd98d567619fb1c788 /content/apps/index.org | |
| parent | c7314b1052152748585c0ea5dc07325a26c2374e (diff) | |
| download | cleberg.net-11a5ca2792cd0debb6b8f510ffd716e6f734dbd6.tar.gz cleberg.net-11a5ca2792cd0debb6b8f510ffd716e6f734dbd6.tar.bz2 cleberg.net-11a5ca2792cd0debb6b8f510ffd716e6f734dbd6.zip | |
fix *.org headers and revert to minimal site theme
Diffstat (limited to 'content/apps/index.org')
| -rw-r--r-- | content/apps/index.org | 47 |
1 files changed, 10 insertions, 37 deletions
diff --git a/content/apps/index.org b/content/apps/index.org index 6655593..a8f0e82 100644 --- a/content/apps/index.org +++ b/content/apps/index.org @@ -1,4 +1,4 @@ -#+title: apps +#+title: Apps #+slug: index #+options: toc:nil @@ -7,43 +7,16 @@ Small apps I've built for iOS. Fully offline. No ads, no accounts, no data collection. -#+begin_export html -<div class="app-card"> - <a href="https://apps.apple.com/app/daybyday"><img class="app-icon" src="https://img.cleberg.net/apps/daybyday.png" alt="DayByDay icon"></a> - <div class="app-info"> - <span class="app-title">Day By Day</span> - <span class="app-subtitle">Learn days, months & seasons!</span> - <div class="app-links"> - <a href="https://apps.apple.com/app/daybyday">App Store</a> · - <a href="https://github.com/ccleberg/DayByDay">GitHub</a> - </div> - </div> -</div> +#+begin_quote +All 3 apps are currently in Apple's review queue and are not available on the +App Store yet. I will update the links here as soon as Apple publishes them. +#+end_quote -<div class="app-card"> - <a href="https://apps.apple.com/app/space-explorers"><img class="app-icon" src="https://img.cleberg.net/apps/spaceexplorers.png" alt="Space Explorers icon"></a> - <div class="app-info"> - <span class="app-title">Space Explorers</span> - <span class="app-subtitle">Explore the galaxy and learn!</span> - <div class="app-links"> - <a href="https://apps.apple.com/app/space-explorers">App Store</a> · - <a href="https://github.com/ccleberg/SpaceExplorers">GitHub</a> - </div> - </div> -</div> - -<div class="app-card"> - <a href="https://apps.apple.com/app/domaindig"><img class="app-icon" src="https://img.cleberg.net/apps/domaindig.png" alt="DomainDig icon"></a> - <div class="app-info"> - <span class="app-title">Domain Dig</span> - <span class="app-subtitle">DNS lookup & SSL certificate checker</span> - <div class="app-links"> - <a href="https://apps.apple.com/app/domaindig">App Store</a> · - <a href="https://github.com/ccleberg/DomainDig">GitHub</a> - </div> - </div> -</div> -#+end_export +| App | Description | GitHub | +|-----------------+--------------------------------------+--------| +| Day By Day | Learn days, months & seasons! | [[https://github.com/ccleberg/DayByDay][GitHub]] | +| Domain Dig | DNS lookup & SSL certificate checker | [[https://github.com/ccleberg/DomainDig][GitHub]] | +| Space Explorers | Explore the galaxy and learn! | [[https://github.com/ccleberg/SpaceExplorers][GitHub]] | * Web Projects |
