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

Main #299

Open
wants to merge 74 commits into
base: main
Choose a base branch
from
Open

Main #299

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
ae61b11
Update README.md
HOTP0T Mar 21, 2024
dcc58e9
added readme media in ./assets
HOTP0T Mar 21, 2024
5edf442
tweak in readme
HOTP0T Mar 21, 2024
8b8f145
added async function to fetch photographers data form json
HOTP0T Apr 1, 2024
9d1d590
new branch with use of json server as trial
HOTP0T Apr 1, 2024
af111d7
fixed fetch function to retrieve photographer profile pics, a bit of …
HOTP0T Apr 1, 2024
e655eb3
added todos in comments
HOTP0T Apr 1, 2024
1ca9806
comverted all jpg to webp and created new folders, still need change …
HOTP0T Apr 4, 2024
d95d9c0
repush?
HOTP0T Apr 4, 2024
f2732d7
repush after git branch --unset-upstream and other crap
HOTP0T Apr 4, 2024
88574c9
changed jpg to webp
HOTP0T Apr 4, 2024
57f504b
added json files depending on how fetch
HOTP0T Apr 4, 2024
ad422d5
fixed local json's pathing
HOTP0T Apr 4, 2024
3a49f59
added reset.css
HOTP0T Apr 4, 2024
3515d38
started css
HOTP0T Apr 4, 2024
71d87f9
changes on contact form
HOTP0T Apr 4, 2024
323f362
removed useless test files
HOTP0T Apr 4, 2024
8ec8c1d
started css, base js done
HOTP0T Apr 4, 2024
fa60379
css work on photographer pages
HOTP0T Apr 6, 2024
72addad
css almost done - cleaned up js files and functions for clarity
HOTP0T Apr 6, 2024
2f4cf5a
sorting option added
HOTP0T Apr 6, 2024
6605366
fixed form and main content opacity switch when modalDisplay // impro…
HOTP0T Apr 6, 2024
3d82317
lightbox trial in comment, work in progress
HOTP0T Apr 6, 2024
9e1d466
added lightbox to photographer pages
HOTP0T Apr 7, 2024
a303d2e
added jsdoc comments
HOTP0T Apr 7, 2024
b695b5f
changed location element to h3 for accessibility improvement
HOTP0T Apr 7, 2024
1adfb12
changed lightbox svgs to figma ones
HOTP0T Apr 7, 2024
b9bb66d
changed lightbox svgs to figma ones
HOTP0T Apr 7, 2024
d21f2bc
changed lightbox svgs to figma ones
HOTP0T Apr 7, 2024
bef73af
fixed local directory name
HOTP0T Apr 7, 2024
d1087d4
added jsdoc and comments
HOTP0T Apr 15, 2024
0046c17
fixed eslint config
HOTP0T Apr 28, 2024
a389968
added comments in lint config file
HOTP0T Apr 28, 2024
f2f0a84
centered form
HOTP0T Apr 29, 2024
9a10ca1
fixed last tweaks from last mentorat's notes
HOTP0T Apr 29, 2024
88f8968
removed some useless console.log for testing phase
HOTP0T May 5, 2024
a12761d
fixed closemodal to an eventlistener rather then directly onclick in …
HOTP0T May 5, 2024
078eabb
fixed css details
HOTP0T May 5, 2024
c027770
added aria-label to open contact modal button
HOTP0T May 9, 2024
47b0f44
added aria label to contact modal submit button
HOTP0T May 9, 2024
e445ce9
trying to deploy
HOTP0T May 9, 2024
775d3ab
trying to deploy
HOTP0T May 9, 2024
b4621e9
changed i to em in html italic
HOTP0T May 9, 2024
83c3008
removed textarea tag and replaced with input for Achcker validation
HOTP0T May 9, 2024
8751b78
added label tag to filtering selects
HOTP0T May 9, 2024
fad9a65
fixed the submit button labels/input
HOTP0T May 9, 2024
379eedc
trying to redeploy with changed main branch
HOTP0T May 9, 2024
21480be
test
HOTP0T May 9, 2024
6b399a6
paired an input tag with first label from filter button
HOTP0T May 10, 2024
98faff7
added input for first label and made it dispNone
HOTP0T May 10, 2024
85442a2
removed previously added input as it was the wrong one to add
HOTP0T May 10, 2024
7d94454
cannot have empty label, trying to add space to bypass this Acheck pr…
HOTP0T May 10, 2024
4a0a1b0
fixed send button according to figma design
HOTP0T May 10, 2024
925963c
added input type for all inputs
HOTP0T May 10, 2024
44784f3
fixed all ACheck known pbs
HOTP0T May 10, 2024
c343c1f
removed photogrpaher name from contact form, was the same for everyon…
HOTP0T May 10, 2024
b680cca
making sure all is pushed out of fear of losing my code
HOTP0T May 10, 2024
1847d5f
changed contact form send button according to figma ref
HOTP0T May 11, 2024
472c239
added escape key on light box
HOTP0T May 21, 2024
e1e5599
added esc key on form modal
HOTP0T May 21, 2024
c6a677b
removed useless .json
HOTP0T May 21, 2024
ed822ff
added correct display on contact form so photographer name appears ac…
HOTP0T May 21, 2024
9e5fedf
fixed mistakes i missed earlier
HOTP0T May 21, 2024
0036ca1
Merge branch 'temp-branch' into Main
HOTP0T May 21, 2024
c83667f
Merge branch 'Main' into temp-branch
HOTP0T May 21, 2024
f682c71
gestions des likes avec les filtres et le total en bas de page
HOTP0T May 21, 2024
9f17ea9
enhanced keyboard accessibility on medias to open lightbox
HOTP0T May 21, 2024
96a2be1
made all page focusable with keyboard with tabindex use throught all …
HOTP0T May 21, 2024
730a8b9
fixed inner form photographer name css
HOTP0T May 21, 2024
6494a5d
fixed eslint
HOTP0T May 23, 2024
fe139af
removed all data folder containing unused json files
HOTP0T May 23, 2024
c1dea0e
added possibility to add ilkes with enter key to improve accessiblity
HOTP0T May 23, 2024
164331e
fixed eslint after changes
HOTP0T May 23, 2024
95578a9
generated new jsdoc with updated functions
HOTP0T May 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Base de code du projet P6 - Parcours Front-end
# Projet FishEye

## Démarrer le projet
<img src="./assets/FishEye_OCR.png" />

Rien à installer ici, il suffit d'ouvrir le fichier `index.html`.
Projet n°5 du parcours javascript-React chez OpenClassrooms. L'objectif est de poursuivre un projet de création d'un site accessible pour une plateforme de photographes (voir les [maquettes Figma](https://www.figma.com/file/Q3yNeD7WTK9QHDldg9vaRl/UI-Design-FishEye-FR?node-id=0%3A1) ).

<img src="./assets/ScreenshotMaquette.png" width="250px" height="380px" />

### Spécifications techniques du projet

- Langages utilisés : HTML, CSS et Javascript

- Validation au W3C

- Compatible avec Chrome et Firefox

- Desktop first puis s’adapte au format responsive
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/FishEye_OCR.png
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 assets/ScreenshotMaquette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/icons/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions assets/icons/close-24px 1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/icons/down-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/expand_more-24px 4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/expand_more-24px 5.svg
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 assets/icons/svgtopng/close-24px 1.png
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 assets/icons/svgtopng/close.png
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 assets/icons/svgtopng/down-arrow.png
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 assets/icons/svgtopng/expand_more-24px 4.png
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 assets/icons/svgtopng/expand_more-24px 5.png
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 assets/images/.DS_Store
Binary file not shown.
Binary file added assets/images/jpg/.DS_Store
Binary file not shown.
Binary file added assets/images/jpg/Ellie Rose/.DS_Store
Binary file not shown.
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.
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 assets/images/jpg/Marcel/.DS_Store
Binary file not shown.
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 assets/images/jpg/Marcel/Images/Travel_Tower.jpg
Binary file not shown.
Binary file added assets/images/jpg/Mimi/.DS_Store
Binary file not shown.
Binary file added assets/images/jpg/Mimi/Images/Animals_Rainbow.jpg
Binary file added assets/images/jpg/Mimi/Images/Portrait_Nora.jpg
Binary file added assets/images/jpg/Mimi/Profile/MimiKeel.jpg
Binary file not shown.
Binary file added assets/images/jpg/Nabeel/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file added assets/images/jpg/Rhode/.DS_Store
Binary file not shown.
Binary file added assets/images/jpg/Rhode/Images/Event_Emcee.jpg
Binary file added assets/images/jpg/Rhode/Images/Fashion_Wings.jpg
Binary file added assets/images/jpg/Rhode/Profile/RhodeDubois.jpg
Binary file not shown.
Binary file added assets/images/jpg/Tracy/.DS_Store
Binary file not shown.
Binary file added assets/images/jpg/Tracy/Images/Art_Mine.jpg
Binary file added assets/images/jpg/Tracy/TracyGalindo.jpg
Binary file not shown.
Binary file added assets/images/webp/.DS_Store
Binary file not shown.
Binary file added assets/images/webp/Ellie Rose/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Marcel/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Mimi/.DS_Store
Binary file not shown.
Binary file added assets/images/webp/Mimi/images/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Mimi/profile/MimiKeel.webp
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Nabeel/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Nabeel/profile/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Rhode/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Rhode/images/Event_Emcee.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Rhode/profile/RhodeDubois.webp
Binary file not shown.
Binary file added assets/images/webp/Rhode/videos/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file added assets/images/webp/Tracy/.DS_Store
Binary file not shown.
Binary file added assets/images/webp/Tracy/images/Art_Mine.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes
Loading