40 lines
769 B
YAML
40 lines
769 B
YAML
|
email: mail@matthieubessat.fr
|
||
|
firstName: Matthieu
|
||
|
secondName: Bessat
|
||
|
bornDate: '2002-10-17'
|
||
|
location:
|
||
|
region:
|
||
|
fr: Normandie, France
|
||
|
en: Normandy, France
|
||
|
timezone: UTC+2
|
||
|
languages:
|
||
|
- french
|
||
|
- english
|
||
|
transport: bike
|
||
|
interests:
|
||
|
# opensource, free software, robots, données colaboratives (opendata)
|
||
|
- id: opensource
|
||
|
name: Open Source
|
||
|
icon: opensource.svg
|
||
|
- id: freesoftware
|
||
|
name:
|
||
|
fr: Logiciel libre
|
||
|
en: Free Sofware
|
||
|
icon: copyleft.svg
|
||
|
- id: robots
|
||
|
name:
|
||
|
fr: Robotique
|
||
|
en: Robots
|
||
|
icon: robot.svg
|
||
|
- id: opendata
|
||
|
name:
|
||
|
fr: Données ouvertes
|
||
|
en: Open Data
|
||
|
icon: database.svg
|
||
|
- id: geodata
|
||
|
name:
|
||
|
fr: Données géographiques
|
||
|
en: Geographical data
|
||
|
icon: map.svg
|
||
|
|