X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/034f0eabcada4ab14aad469f7a15e6deac1f592c..43377c40946845a44dc56f2859db9bcca4ef70bc:/jekyll/index.html diff --git a/jekyll/index.html b/jekyll/index.html index 4bdf239..d094806 100644 --- a/jekyll/index.html +++ b/jekyll/index.html @@ -1,47 +1,53 @@ --- 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="span4"> - <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 %} + <h1> Projects</h1> + + <ul> + <li> + <a href="https://github.com/rbdr/serpentity" class="javascript">Serpentity</a>: + An entity framework for JavaScript + </li> + <li> + <a href="/files/polarity.zip" class="javascript">Polarity</a>: + A game I did a while ago + </li> + <li> + [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. + </li> + <li> + <a href="https://github.com/rbdr/api-notation.vim" class="etc">API Notation for vim</a>, + <a href="https://github.com/rbdr/api-notation-atom" class="etc">atom</a>, & + <a href="https://github.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 cameras. + </li> + </ul> + + <h1>Even more stuff.</h1> + + <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 (español e inglés) on + <a href="https://medium.com/@expertosenbing">medium</a>, + music at <a href="https://soundcloud.com/benbeltran">soundcloud</a>, + and code at <a href="https://github.com/rbdr">github</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>Even better, sign my <a href="/guestbook.html">audio guestbook</a> and + leave your voice on the internet.</p> + <h1>ð°</h1> </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>