X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/27cf755c15d22c842382893ce66542b973c118cc..81003de3d5db449a97b4718f50d998f2f036ad6b:/jekyll/index.html diff --git a/jekyll/index.html b/jekyll/index.html index b56530b..524550f 100644 --- a/jekyll/index.html +++ b/jekyll/index.html @@ -1,47 +1,83 @@ --- layout: default -title: Cosas de Ben Beltran -description: "N, S o Vocal. El lote abandonado de Ben Beltran. Juegos, Web y ñonerÃas. Siempre." +title: /index.html +description: "unlimited.pizza - ruben beltran del rÃo surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza" --- <div class="content"> - {% for post in paginator.posts %} - <div class="postcontainer"> - <h1>{{ post.title }}</h1> - <div class="posttags row"> - <div class="span3"> - <i class="icon-tags"></i> - {% for tag in post.tags %} - <a href="/tags/{{tag}}">{{tag}}</a> - {% endfor %} - </div> - <div class="span2"><i class="icon-folder-close"></i> <a href="/categories/{{ post.category }}">{{ post.category }}</a></div> - <div class="span1"><i class="icon-calendar"></i> <a href="{{ post.url }}">{{ post.date | date: "%m/%e/%Y"}}</a></div> - </div> - <div class="postcontent"> - {{ post.content }} - </div> - </div> - <hr/> - {% endfor %} + <h2> Projects</h2> + + <ul> + <li> + <a href="https://gitlab.com/serpentity" class="javascript">Serpentity</a>: + An entity framework for JavaScript. + </li> + <li lang="es-MX"> + [SPANISH] <a href="http://insultos.unlimited.pizza" class="javascript">Generador de Insultos</a>: + 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. + </li> + <li> + <a href="https://gitlab.com/rbdr/api-notation.vim" class="etc">API Notation for vim</a>, + <a href="https://gitlab.com/rbdr/api-notation-atom" class="etc">atom</a>, & + <a href="https://gitlab.com/rbdr/api-notation.tmLanguage" class="etc">sublime text</a>: + A syntax for notation component APIs in a simple way that's easy to embed in text documents. + </li> + <li> + <a href="telnet:unlimited.pizza:7777" class="etc">telnet unlimited.pizza 7777</a>: + a random work of ansi art. Better with 24-bit enabled terminals. Powered by + <a href="https://gitlab.com/rbdr/tomato-sauce">Tomato Sauce</a>. + </li> + <li> + <a href="https://dasein.unlimited.pizza" class="etc">Dasein</a>: + Ephemeral posts experiment. + <a href="https://gitlab.com/rbdr/dasein">See the source</a>. + </li> + <li> + <a href="https://lgtm.unlimited.pizza" class="etc">LGTM</a>: + Looks Good To Me! ð + <a href="https://gitlab.com/rbdr/lgtm">See the source</a>. + </li> + <li> + <a href="https://heart.unlimited.pizza" class="etc">Heart</a>: + â¤ï¸ðððð + </li> + <li> + <a href="https://frames.unlimited.pizza" class="etc">Frames</a>: + ð + </li> + <li> + <a href="http://blog.unlimited.pizza" class="javascript">blog</a>: + My blog. Only 3 posts at a time. + <a href="https://gitlab.com/rbdr/blog">See the source</a>. + </li> + <li lang="es-MX"> + [SPANISH] <a href="https://rbdr.gitlab.io/dead-drop/" class="etc">Dead Drop</a>: + Marca al ð (33) 4160-0915 y deja un mensaje, o escucha un mensaje al azar. + <a href="https://gitlab.com/rbdr/dead-drop">Ve el código</a>. + </li> + <li> + <a href="/files/polarity.zip" class="javascript">Polarity</a>: + A game I did a long time ago + </li> + </ul> + + <h2>Even more stuff.</h2> + + <p><img src="/img/selfie.gif" alt="An image of @pigeonfolk."/></p> + + <p>ð Unlimited pizza ð is brought to you by blood magic, ancient rituals and + me, Rubén Beltrán del RÃo. I have words written <span lang="es-mx">(español e inglés)</span> on + <a href="https://medium.com/@expertosenbing">medium</a>, + spoken in <a href="https://www.youtube.com/playlist?list=PLYxitPB3WXb1B4zPAsj92l9ay5pBOyynt">a handy playlist</a>, + music at <a href="https://soundcloud.com/benbeltran">soundcloud</a> + and <a href="https://myspace.bandcamp.com">bandcamp</a>, + and code at <a href="https://gitlab.com/rbdr">gitlab</a>. I sometimes post + pretty things in <a href="https://ello.co/ososol">ello</a>. + You can <a href="mailto:ruben+up@unlimited.pizza">write me an e-mail</a> 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 + to join, or if you want to get together to practice your latest dance moves. + But <a href="https://twitter.com/pigeonfolk">twitter</a> works better. + </p> + <p>ð</p> </div> - <div class="row"> - <div class="span2"> - {% if paginator.previous_page %} - {% if paginator.previous_page == 1 %} - <a href="/">← Previous - Page</a> - {% else %} - <a href="/page{{ paginator.previous_page }}">← Previous - Page</a> - {% endif %} - {% else %} - - {% endif %} - </div> - <div class="span2 offset3"> - {% if paginator.next_page %} - <a href="/page{{ paginator.next_page }}">Next Page →</a> - {% else %} - - {% endif %} - </div>