-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
95 lines (86 loc) · 4.64 KB
/
about.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
title: About wo0dyn
permalink: about.html
archives:
- datetime: 2018-08-27T15:44:13Z
website: https://nicolasdubois.com/
- datetime: 2016-10-21T15:02:07Z
website: https://nicolasdubois.com/
- datetime: 2009-11-28T14:52:21Z
website: http://nico.dubs-family.com:80/home
- datetime: 2006-11-23T02:25:22Z
website: http://duboisnicolas.free.fr/cv/personal.php
- datetime: 2002-02-14T11:54:46Z
website: http://duboisnicolas.free.fr:80/
---
{% assign my = site.data.me %}
<section>
<h2>About Me</h2>
<p>I'm {{ my.fullname }}, <abbr title="also known as">aka</abbr> {{ my.nickname }}.<br>
I'm a <strong>{{ my.title }}</strong>, <strong>Guitarist</strong> and
<strong>Father</strong> of two.<br>
I live in {{ my.location }}.
<p>I work for a company called <a href="https://almapay.com">Alma</a>.<br>
I previously worked for a few companies such as
<a href="https://www.people-doc.com">PeopleDoc</a>/<a href="https://www.ukg.com"><abbr title="Ultimate Kronos Group">UKG</abbr></a>,
<a href="https://www.oscaro.com">Oscaro</a>,
<a href="https://www.villatech.fr" title="Formerly Discounteo.com">Villatech</a>/<a href="http://www.pulsat.fr/">Pulsat</a>.<br>
I have also worked in the following science labs: <a href="http://www.loria.fr">Loria</a>,
<a href="https://www.irisa.fr" title="Formerly Valoria">IRISA</a> and
<a href="http://www.liglab.fr" title="Formely Leibniz IMAG">LIG</a>.
<p>→ You can find
<a href="https://github.com/wo0dyn/resume" title="resume repository">my résumé on my GitHub account</a>
<h2>Colophon</h2>
<p>This website is powered by <a href="https://jekyllrb.com">Jekyll</a> and
<a href="https://pages.github.com">GitHub pages</a>.<br>
It was last generated on
<time datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: "%A, %B %e, %Y at %l:%M %P" }}</time> and
was developed using a <a href="https://support.apple.com/kb/sp670">MacBook Air</a>
(13-inch, Mid 2012), with the <a href="https://www.sublimetext.com/3">Sublime Text 3</a> editor.
<p>The <a href="https://html.spec.whatwg.org">HTML</a> markup on this website is
<em>intentionally</em> lax.<br>
I also used <a href="http://sass-lang.com">Sass</a> to style this website.
<p>Thanks <a href="https://ojh.github.io/">@ojh</a> for the
language tweaks.
<p>→ You can find the
<a href="https://github.com/wo0dyn/homepage" title="Homepage repository">source code on my GitHub account</a>.
<h2>Archives</h2>
<p>Thanks to <a href="http://web.archive.org">Wayback Machine</a> from
the <a href="http://archive.org">Internet Archive</a>, here are some
snapshots of my homepage over the last decade:
<ul>
{%- for archive in page.archives -%}
{% assign ts = archive['datetime'] | date: "%Y%m%d%H%M%S" %}
<li>
<a href="http://web.archive.org/web/{{ ts }}/{{ archive['website'] }}">
<time datetime="{{ archive['datetime'] | date_to_xmlschema }}">
{{- archive['datetime'] | date_to_long_string: "ordinal", "US" -}}
</time>
</a>
{%- endfor %}
</ul>
</section>
<aside>
<h3>🌍 Social links</h3>
<p>You can follow me on social media:
<ul>
{%- for medium in my.social %}
<li><a rel="me" href="{{ medium[1].url }}" data-social-medium={{ medium[0] }}>{{ medium[1].name }}</a>
{%- endfor %}
</ul>
<h3>📬 Contact</h3>
<p>You can send me an email to
<a href="mailto:{{ my.email }}">{{ my.email }}</a>.
<h3>📝 License</h3>
<p>This work by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="{{ my.website }}">{{ my.fullname }}</a> is licensed under
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="license noopener noreferrer"> Attribution-NonCommercial-ShareAlike 4.0 International
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC">
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY">
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="NC">
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="SA">
</a>
</aside>