James Peret's blog. Built with Jekyll and the Mikey theme.

subscribe.html 372B

12345678910
  1. <section class="section--subscribe">
  2. <div class="container container--content">
  3. <h3 class="u-alignCenter">About me</h3>
  4. <p>
  5. Hi, my name is <a href="{{ site.baseurl }}about/">{{ site.author.name }}</a>. I'm a freelance designer, programmer and filmmaker from São Paulo, Brazil. This is my blog about technical stuff.
  6. </p>
  7. <hr/>
  8. </div>
  9. </section>