about.ejs 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. <%- //partial('_partial/about-author') %>
  2. <div class="container bottom-spacer">
  3. <div class="row up-spacer bottom-spacer">
  4. <div class="col-12 text-center">
  5. <h1 class="display-3" style="margin-bottom: 0px;">
  6. About
  7. </h1>
  8. </div>
  9. </div>
  10. <div class="row">
  11. <div class="col-3">
  12. <img class="img-fluid rounded" src="/images/james-peret-drawing.png">
  13. </div>
  14. <div class="col-9">
  15. <p class="lead">
  16. My name is James Peret, and I'm a designer, programmer and filmmaker from from São Paulo, Brazil.
  17. </p>
  18. <p>
  19. I live in a remote place near the big city and I like to spend my time creating things. In the past few years I have been working with programming systems using node.js and designing games with Unity3d.
  20. </p>
  21. <p>
  22. During the last 20 years I have worked in many different types of projects. I have worked with video editing, filmaking, webdesign, software development, game design and industrial design.
  23. </p>
  24. <p>
  25. When I'm not coding, I'm playing video games, watching movies and 3d printing stuff. I like to play strategy, survival and FPS games. I have watched thousands of movies. Before working with games I was working with video and I wanted to be a movie director. I have directed lots of short movies and wrote some movie scripts.
  26. </p>
  27. </div>
  28. </div>
  29. </div>
  30. <%- partial('_partial/social-links') %>
  31. <%- partial('_partial/contact-form') %>