-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
25 lines (21 loc) · 2.16 KB
/
Copy pathabout.html
File metadata and controls
25 lines (21 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: page
title: About Me
permalink: /about/
---
<div class="py2">
<div class="round-img pp-img"></div>
<p>Hi! My name is Laurent Victorino, and this is my personnal blog.</p>
<p>Natural born curious, gamer, and dreamer, I always loved to smash my keyboard randomely waiting for cool things to happen. Even if I made a lot of different stuff back then, I decided very early that my professional life would be full of video games. I worked several years on AAA console games for big publishers and now I'm making my way as an independant with my own company <a href="http://www.monkeymoon.net">Monkey Moon</a>.</p>
<p>Even if I'm fluent in C, C++ and C#, I like to write scripts in various languages, such as Python, Ruby, PHP or LUA. Now expert in Unity3D I gave several conferences and classes about this engine for big companies like Nokia or Microsoft. As I try to be a bit more than a code monkey I love talking about video game development in places people don't expect to see it. With that in mind, I taught Game Design to a 20 art student class during a year and a half, and I often teach what's behind video games to group of teenagers in several museums. Because I love helping others I even sometimes do <a href="{{ site.baseurl }}/hire">freelance missions</a>.</p>
<p>Since I started Monkey Moon I met a lot of people in need of advice, help or details about what it is to be an independant game developer. This blog is here to help. I will share what I learnt along the way about various aspects of the indie game dev life. I sincerely hope my experience will help someone.</p>
<div class="bottom-status">
Find more about me
<p>
<a href="http://www.twitter.com/on_code" style="padding-right: 20px;"><i class="fa fa-twitter-square fa-3x"></i></a>
<a href="http://plus.google.com/+LaurentVictorino" style="padding-right: 20px;"><i class="fa fa-google-plus-square fa-3x"></i></a>
<a href="http://gamedev.stackexchange.com/users/2504/lvictorino" style="padding-right: 20px;"><i class="fa fa-stack-exchange fa-3x"></i></a>
<a href="https://www.linkedin.com/in/lvictorino"><i class="fa fa-linkedin-square fa-3x"></i></a>
</p>
</div>
</div>