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

Projet 2 - Git et GitHub #2230

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/julie91/Forker.jpg
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/julie91/Git clone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/julie91/julie91.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions content/students/julie91.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---

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

# First name or full name
name: Ratus
date: 2016-10-28 17:20

# One line.
# If you need more space, go to the next line and add 4 spaces on the left, as in 'description'.
objective: Effectuer une totale reconversion professionnelle.
short_description: J'aime coder, dessiner et surtout voyager pour découvrir de nouvelles choses.

# don't touch that
template: students
description:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

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

# Change this to True when you do you pull request.
public: False

# You need to keep the exact same structure for each new project.
projects:
- title: Good mornin y'all !
description: Passionnée par l'informatique j'ai décider de faire une totale reconversion pro, pour devenir dev iOS.
# Create a new repository for your images. Name it the same as your nickname and profile picture.
# Image must be here: content/students/yourrepo/project1.png
image: ratus/projet_1.png
link: http://www.ricochet-jeunes.org/auteurs/recherche/10146-olivier-vogel
# '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
---