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

index.html 1.4KB

123456789101112131415161718192021222324252627282930313233343536
  1. ---
  2. layout: default
  3. title: About James Peret
  4. ---
  5. <article class="postWrapper">
  6. <section class="section--first section--about is-darkBackgrounded u-table">
  7. <div class="section-backgroundImage">
  8. <img class="post-featuredImage" src="{{site.baseurl}}assets/images/hero/vincent.jpg" style="" alt="">
  9. </div>
  10. <div class="section-gradient"></div>
  11. <div class="section-title is-darkBackgrounded u-tableCell u-verticalAlignMiddle">
  12. <div class="container">
  13. <h2>James Peret</h2>
  14. <div class="postMeta-wrapper">
  15. <ul class="postMeta">
  16. <li class="postMeta-author">
  17. Designer, programmer and photographer
  18. </li>
  19. </ul>
  20. </div>
  21. </div>
  22. </div>
  23. </section>
  24. <section class="section--last">
  25. <div class="container container--content">
  26. <div class="content-body">
  27. <h4>About</h4>
  28. <p>I'm is a developer, filmmaker and entrepreneur from São Paulo, Brazil, currently living in Berlin. I have co-founded several startups, worked on many software projects, created more than a hundred videos and developed two video game titles. I have a passion for creating new products and ideias that is my main driver for working hard on each project. I have an enphasis in understanding bussiness requirements and comming up with great solutions for each problem.</p>
  29. </div>
  30. </div>
  31. </section>
  32. </article>
  33. <hr/>
  34. {% include subscribe.html %}
  35. {% include footer.html %}