-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
|
||
# FILENAME : please use your OpenClassrooms's name, available in your url. | ||
# Example: https://openclassrooms.com/membres/celinemartinet | ||
# must be the name of your file. If file name is celinemartinet.md, title is celinemartinet. | ||
# lowercase, no blank space, Capital case or special character. | ||
title: Thomas G | ||
|
||
# First name or full name | ||
name: Thomas G | ||
date: 2023-05-11 12:20 | ||
|
||
# One line. | ||
# If you need more space, go to the next line and add 4 spaces on the left, as in 'description'. | ||
objective: Coder depuis bali ou en faisant le tour du monde ! | ||
short_description: Geek amateur de voyages et de gastronomie | ||
|
||
# Ne modifiez pas le paramètre 'template', seulement la description | ||
template: students | ||
description: | ||
J'aime les jeux vidéos, la tech, les mangas, le sport, la nourriture et les voyages :) Je code par passion pour l'informatique et pour la liberté professionnelle et créative que cela m'apporte ! | ||
|
||
# image must be located in content/images/students | ||
# name should be the same as this file. Eg: celinemartinet.png | ||
image: ThomasG.jpg | ||
|
||
# Change this to True when you do you pull request. | ||
public: True | ||
|
||
# You need to keep the exact same structure for each new project. | ||
projects: | ||
- title: Présentez-vous ! | ||
description: Une présentation de moi-même et un lien vers mon LinkedIn. | ||
# Create a new repository for your images. Name it the same as your nickname and profile picture. | ||
# Image must be here: content/images/students/yourrepo/project1.png | ||
image: thomasg/linkedin.png | ||
link: https://www.linkedin.com/in/thomas-gataly-71553337/ | ||
# 'true' makes it fully available. | ||
# 'false' will add a black layer on the picture. IT WILL BE PUBLIC! | ||
finished: true | ||
- title: Intégrez la communauté ! | ||
description: Modifier un projet Open Source pour comprendre le fonctionnement de Git, de Github et des pull requests. | ||
image: thomasg/projet_2.png | ||
link: https://openclassrooms-student-center.github.io/presentation/students/thomasg.html | ||
finished: true | ||
--- |