Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add profil nicolas67 #1072

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/images/students/nicolas67.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/students/nicolas67/projet_1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/students/nicolas67/projet_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions content/students/Nicolas67.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---

# 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: Nicolas67

# First name or full name
name: Nicolas
date: 2023-03-07 13:00

# One line.
# If you need more space, go to the next line and add 4 spaces on the left, as in 'description'.
objective: M'apporcher un peu plus de mon rêve, travailler en tant que dév chez Apple.
short_description: J'aime la musique, elle m'accompagne partout, je fait deux handisport, le torball et le showdown

# Ne modifiez pas le paramètre 'template', seulement la description
template: students
description:
Comme dis dans la short description j'aime la musique, j'écoute facilement 10h de musique par jour.
Ensuite je fait deux handisports, dans l'ordre de préférence, le showdown, un mélange de tennis de table et de air hockey, et le torball, on le compare régulièrement au handball, ce sont des sport pour déficient visuel.
Je fait également de l'impression 3D

# image must be located in content/images/students
# name should be the same as this file. Eg: celinemartinet.png
image: nicolas67/nicolas67.jpeg

# 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: nicolas67/projet_1
link: https://www.linkedin.com/in/nicolas-hecker/
# '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: ratus/projet_2.png
link: https://openclassrooms-student-center.github.io/presentation/students/ratus.html
finished: true
- title: Aidez MacGyver à sortir !
description: Création d’un jeu développé en Python et utilisant PyGame.
image: ratus/projet_3.png
link: https://www.github.com
finished: false
---