]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Add new styles + patterns
authorRuben Beltran del Rio <redacted>
Wed, 26 Apr 2023 17:13:13 +0000 (19:13 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 26 Apr 2023 17:13:13 +0000 (19:13 +0200)
_layout.html
css/style.css [moved from css/application.css with 57% similarity]
index.gmi

index 2b870926932d76f616dd0497860ebdfc95bf3555..c1514ac2a210966dca4f92ffc7d898ca4d1d959f 100644 (file)
@@ -10,7 +10,7 @@
     <title>Unlimited &#127829; {{ title }}</title>
 
     <link rel="manifest" href="/manifest.webmanifest">
-    <link rel="stylesheet" type="text/css" href="/css/application.css">
+    <link rel="stylesheet" type="text/css" href="/css/style.css">
 
     <script type="module" src="/js/animation.js"></script>
 
similarity index 57%
rename from css/application.css
rename to css/style.css
index bd50233bc98fa4b59a816301f54dbcfd52e91291..8e3f212a77775c0e7a30ad965cabff6c05b463be 100644 (file)
@@ -1,3 +1,12 @@
+body {
+  font-family: "Hiragino Mincho ProN", sans-serif;
+}
+
+pre {
+  font-family: Monaco, monospace;
+  background-color: #222;
+}
+
 canvas {
   width: 64px;
   height: 64px;
@@ -5,14 +14,10 @@ canvas {
   background-color: gainsboro;
 }
 
-ul {
-  list-style: square;
-}
-
 @media (prefers-color-scheme: dark) {
   body {
-    color: white;
-    background-color: black;
+    color: #fff;
+    background: #000;
   }
 
   a {
index 0f12d218a781d8eca69bb7d2a31ff13aab0a9d54..dd9afc0c8770e7a25cf36c5ca7bcb403db79f17f 100644 (file)
--- a/index.gmi
+++ b/index.gmi
@@ -1,9 +1,12 @@
 --- title: /index.html
 --- description: unlimited.pizza - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza
 ```Unlimited Pizza
-|   ||\  ||  ~|~|\  /|~|~~~|~~|~~|~~\   |~~\~|~~~/~~/  /\
-|   || \ ||   | | \/ | |   |  |--|   |  |__/ |  /  /  /__\
- \_/ |  \||___|_|    |_|_  |  |__|__/   |   _|_/__/__/    \
+             _                                             
+            //o         o _/_      /         o             
+ , , _ _   //,  _ _ _  ,  /  _  __/     ,_  ,  __, __, __, 
+(_/_/ / /_(/_(_/ / / /_(_(__(/_(_/_   _/|_)_(_/_/_/_/_(_/(_
+                                       /|     (/  (/       
+                                      (/
 ```
 
 The personal capsule of Rubén Beltrán del Río
@@ -41,6 +44,7 @@ A command line lyrics fetcher.
 => https://sr.ht/~rbdr/serpentity Serpentity, an entity-component-system framework for JavaScript.
 => https://git.sr.ht/~rbdr/grafn Grafn, flow based programming library for javascript.
 => https://git.sr.ht/~rbdr/cologne Cologne, log multiplexer for javascript with no dependencies.
+=> https://git.sr.ht/~rbdr/patterns Patterns, MacPaint style pattern views for SwiftUI
 
 ## Plugins
 
@@ -126,7 +130,7 @@ To listen online, you can also find it in the world wide web.
 
 => https://git.sr.ht/~rbdr/grita Grita (2010, Spanish): Comparte texto anónimamente y distribuyelo con QR codes y URLs cortas.
 
-=> https://www.unlimited.pizza/files/polarity.zip Polarity (2009): Top-down arena shooter game with magnetism.
+=> ./files/polarity.zip Polarity (2009): Top-down arena shooter game with magnetism.
 
 => https://git.sr.ht/~rbdr/pico-engine Pico Engine (2009): Platform game engine with lua scripting.