123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <%- //partial('_partial/about-author') %>
- <div class="container bottom-spacer">
- <div class="row up-spacer bottom-spacer">
- <div class="col-12 text-center">
- <h1 class="display-3" style="margin-bottom: 0px;">
- About
- </h1>
- </div>
- </div>
- <div class="row hide-if-sm">
- <div class="col-3">
- <img class="img-fluid rounded" src="/images/james-peret-drawing.png">
- </div>
- <div class="col-9">
- <p class="lead">
- My name is James Peret, and I'm a designer, programmer and filmmaker from from São Paulo, Brazil.
- </p>
- <p>
- 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.
- </p>
- <p>
- 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.
- </p>
- <p>
- 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.
- </p>
- </div>
- </div>
- <div class="row hide-if-lg">
- <div class="col-4">
- <img class="img-fluid rounded" src="/images/james-peret-drawing.png">
- </div>
- <div class="col-8">
- <p class="lead">
- My name is James Peret, and I'm a designer, programmer and filmmaker from from São Paulo, Brazil.
- </p>
- </div>
- </div>
- <div class="row hide-if-lg">
- <div class="col-12">
- <p>
- 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.
- </p>
- <p>
- 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.
- </p>
- <p>
- 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.
- </p>
- </div>
- </div>
- </div>
- <%- partial('_partial/social-links') %>
- <%- partial('_partial/contact-form') %>
|