forked from OpenClassrooms-Student-Center/alumnis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jeanfi
57 lines (49 loc) · 2.42 KB
/
jeanfi
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
---
# 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: jeanfi
# First name or full name
name: Jeanfi
date: 2018-11-21 17:10
# One line.
# If you need more space, go to the next line and add 4 spaces on the left, as in 'description'.
objective: Code pour le plaisir et pour un nouveau futur.
short_description: Changer, profiter et avancer avec les gens que l'on aime et des personnes a decouvrir.
# 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: Jeanfi.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/students/yourrepo/project1.png
image: jeanfimh/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: false
- title: Intégrez la communauté !
description: Modifier un projet Open Source pour comprendre le fonctionnement de Git, de Github et des pull requests.
image: jeanfimh/projet_2.png
link: https://openclassrooms-student-center.github.io/presentation/students/ratus.html
finished: false
- title: Aidez MacGyver à sortir !
description: Création d’un jeu développé en Python et utilisant PyGame.
image: jeanfimh/projet_3.png
link: https://www.github.com
finished: false
---