-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6d25ec
commit 7dd3618
Showing
1 changed file
with
43 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,43 @@ | ||
Deployement : https://thibaultmesmin.github.io/brief_2-Marie-Thibault/ | ||
# PokeGraph Manga | ||
|
||
## Description | ||
|
||
Ce projet web en collaboration avec Marie Tranchant présente différentes sections sur les Pokémons, incluant un Pokédex, une collection de mangas, et l'histoire des Pokémon. Il utilise HTML, CSS, et JavaScript pour créer une expérience utilisateur interactive et engageante. | ||
|
||
## Structure du Projet | ||
|
||
### HTML | ||
|
||
Le projet est structuré en plusieurs fichiers HTML, chacun correspondant à une section différente du site : | ||
|
||
- `index.html` : Page d'accueil | ||
- `histoire.html` : Histoire des Pokémon | ||
- `pokedex.html` : Pokédex de la première génération | ||
- `collections.html` : Collection de mangas Pokémon | ||
- `contact.html` : Page de contact | ||
|
||
### CSS | ||
|
||
Les styles sont gérés par plusieurs fichiers CSS : | ||
|
||
- `style.css` : Styles généraux pour le site | ||
- `histoire.css` : Styles spécifiques à la page histoire | ||
- `collections.css` : Styles spécifiques à la page collections | ||
- `contact.css` : Styles spécifiques à la page contact | ||
|
||
### JavaScript | ||
|
||
Le comportement interactif est géré par plusieurs fichiers JavaScript : | ||
|
||
- `index.js` : Script principal pour les fonctionnalités communes | ||
- `pokedex.js` : Script spécifique à la page Pokédex | ||
- `contact.js` : Script spécifique à la page contact | ||
|
||
### Installation | ||
Clonez le dépôt : | ||
`git clone https://github.com/votre-utilisateur/pokegraph-manga.git` | ||
|
||
Ouvrez le fichier index.html dans votre navigateur. | ||
Ou utiliser l'extention `Live Server` | ||
### Déployement | ||
lien : https://thibaultmesmin.github.io/brief_2-Marie-Thibault/ |