about.ejs 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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 hide-if-sm">
  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 class="row hide-if-lg">
  30. <div class="col-4">
  31. <img class="img-fluid rounded" src="/images/james-peret-drawing.png">
  32. </div>
  33. <div class="col-8">
  34. <p class="lead">
  35. My name is James Peret, and I'm a designer, programmer and filmmaker from from São Paulo, Brazil.
  36. </p>
  37. </div>
  38. </div>
  39. <div class="row hide-if-lg">
  40. <div class="col-12">
  41. <p>
  42. 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.
  43. </p>
  44. <p>
  45. 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.
  46. </p>
  47. <p>
  48. 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.
  49. </p>
  50. </div>
  51. </div>
  52. </div>
  53. <%- partial('_partial/social-links') %>
  54. <%- partial('_partial/contact-form') %>