From: Ben Beltran Date: Mon, 3 Jun 2019 21:57:51 +0000 (+0200) Subject: Add temporary improvements X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/a13e3f352670f257091618723ec47c9645c2caec?hp=c94a0e75dabb96e6afbc15b1297eba7d84b3c24c Add temporary improvements --- diff --git a/jekyll/_layouts/default.html b/jekyll/_layouts/default.html index 55eff9c..93a352d 100644 --- a/jekyll/_layouts/default.html +++ b/jekyll/_layouts/default.html @@ -28,9 +28,11 @@ --> -

- -

+
+

+ Unlimited 🍕 Pizza +

+
{{ content }} diff --git a/jekyll/css/application.css b/jekyll/css/application.css index ccd55b6..5084deb 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -1,20 +1,17 @@ +html { + font-size: 10px; +} + body { margin: 0; background-color: white; font-family: times, 'Times New Roman', serif; - font-smooth: never; - -webkit-font-smoothing: none; } -h1 a, h1 a:visited { +header a, header a:visited { color: black; } -.main-container { - margin: 20px 0; -} - -h1, h2, h3 { margin-left: 10px; @@ -22,11 +19,14 @@ h3 { } h1 { - font-size: 3.33em; + margin: -0.3em 0 0 -0.1em; + font-size: 9.6em; + font-style: italic; + text-transform: uppercase; } h2 { - font-size: 1.61em; + font-size: 4.8em; } a { @@ -38,7 +38,11 @@ a:visited { } ul, p { - margin-left: 10px; + font-size: 1.8em; + line-height: 1.28em; + margin-left: 1em; + max-width: 50em; + font-family: 'Helvetica Neue', Arial, sans-serif; } ul { @@ -49,6 +53,11 @@ li { line-height: 1.82em; } +aside { + display: inline; + color: grey; +} + img, video { max-width: 100vw; @@ -72,4 +81,12 @@ video { a:visited { color: #FF55FF; } + + a[href^="telnet"] { + color: #55FF55; + } + + aside { + color: #FFEC27; + } } diff --git a/jekyll/index.html b/jekyll/index.html index affec20..96377ef 100644 --- a/jekyll/index.html +++ b/jekyll/index.html @@ -3,69 +3,129 @@ layout: default title: /index.html description: "unlimited.pizza - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza" --- -
+

Projects

  • - Serpentity: - An entity framework for JavaScript. +
  • - Nginx Office Hours: - A victory for the server's labor rights: An nginx module that allows you to serve your content only during office hours. +
    + Serpentity + : + An entity framework for JavaScript. +
  • -
  • - [SPANISH] Generador de Insultos: - Un generador de insultos multi-usos que te da un insulto nuevo cada vez - que la cargas. Generalmente apropiado para toda la familia, a veces no. +
  • +
  • - API Notation for vim, - atom, & - sublime text: - A syntax for notation component APIs in a simple way that's easy to embed in text documents. +
    + Nginx Office Hours + : + A victory for the server's labor rights: An nginx module that allows you to serve your content only during office hours. +
  • - telnet unlimited.pizza 7777: - a random work of ansi art. Better with 24-bit enabled terminals. Powered by - Tomato Sauce. +
    + Flower + : + 🌹🌸🌺💐🌼🌻🌷 draw a flower rotating a cube 🌷🌻🌼💐🌺🌸🌹 +
  • - Dasein: - Ephemeral posts experiment. - See the source. +
    + Sorting Hat + & Renderer + : + Reads your brain and places you in a category based on your mental activity +
  • - LGTM: - Looks Good To Me! 👍 - See the source. +
    + Dasein + : + Ephemeral posts experiment: the posts stay alive as the conversation + continues, but disappear shortly after activity stops. +
  • - Flower: - 🌹🌸🌺💐🌼🌻🌷 draw a flower rotating a cube 🌷🌻🌼💐🌺🌸🌹 +
    + Frames + : + 🆒 +
    +
  • +
  • +
    + Dead Drop + : + Marca un número de 📞 y deja un mensaje secreto, o escucha algo al azar.
  • - Heart: - ❤️💜💙💛💚 +
  • - Frames: - 🆒 +
  • - blog: - My blog. Only 3 posts at a time. - See the source. +
    + Heart + : + ❤️💜💙💛💚 +
  • - [SPANISH] Dead Drop: - Marca al 📞 (33) 4160-0915 y deja un mensaje, o escucha un mensaje al azar. - Ve el código. +
    + Generador de Insultos + : + Un generador de insultos multi-usos que te da un insulto nuevo cada vez + que lo cargas. +
    +
  • +
  • +
    + Grita + : + Comparte texto anónimamente y distribuyelo con QR codes y URLs cortas. +
    +
  • +
  • +
    + Polarity + : + Top-down arena shooter game with magnetism. +
  • - Polarity: - A game I did a long time ago +
    + Pico Engine + : + Platform game engine with lua scripting. +
@@ -83,12 +143,14 @@ description: "unlimited.pizza - ruben beltran del río surfs the internet: progr music at soundcloud and bandcamp, and code at gitlab. I sometimes post - pretty things in ello. + gifs in ello and + pictures in youpic You can write me an e-mail if you - find a cool artifact you want to show me, if you need to remember a word, if - you want a cyber high five, if robots are starting an uprising and you want us + find a cool rock you want to show me, if you want to tell a story, if + you need a cyber high five, if robots are starting an uprising and you want us to join, or if you want to get together to practice your latest dance moves. But twitter works better.

-

🐝

+ +

🦌.🛠.🐝

diff --git a/jekyll/service_worker.js b/jekyll/service_worker.js index 8237198..c439ea8 100644 --- a/jekyll/service_worker.js +++ b/jekyll/service_worker.js @@ -1,10 +1,10 @@ 'use strict'; const internals = { - version: '1', + version: '4.2.0', offlineEssentials: [ - '/', - '/css/application.css' + '/', + '/css/application.css' ], // Response for when network is not available