forked from marcgg/marcgg.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 1.76 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: page
title: Marc G Gauthier - About
category: about
description: "Personnal website and blog talking about Ruby on Rails, project management, JavaScript, startups, Git, Elixir, teaching and more."
---
<h1>Hello!</h1>
<div class="published">
<span>I build useful software and help others do the same</span>
</div>
<div id="container" class="homepage">
<div id="content">
<p>
My main focus is on my job of Director of Engineering, leading the technical team at
<a href="https://www.drivy.com/" class="drivy" target="_blank">Drivy</a>,
the largest european peer to peer car rental company.
Aside from this, I provide dedicated coaching for various early stage startups,
including YC alumni companies.
Finally, I'm also teaching online (OpenClassrooms) or in front of students (HETIC, HEC...)
</p>
<p>
I've also been blogging for the past 5 years. If you'd like to get a feel of
what I've had my mind on, you can take a look at a few of my most successful articles:
</p>
<ul>
{% for post in site.posts %}
{%if post.featured%}
<li>
<a href="{{ BASE_PATH }}{{ post.url }}">{{post.title}}</a>
({{ post.date | date: "%Y" }})
</li>
{%endif%}
{%endfor%}
</ul>
<p>
You can reach me via
<a href="https://twitter.com/marcgg" class="twitter" target="_blank">@marcgg</a>
on Twitter, my
<a href="https://www.linkedin.com/in/marcggauthier" class="linkedin" target="_blank">LinkedIn</a>
account or my email "marcg.gauthier-at-gmail-dot-com". If you want
to hire me, please check out <a href="/hire/">this page</a>
before contacting me.
</p>
<div class="footnote">
Marc-
</div>
</div>
</div>