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

Kalow26 patch 2 #12

Open
wants to merge 6 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
50 changes: 49 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,49 @@
# booki-starter-pack
![Booki](/images/logo/[email protected])
# Project for openClassRoom #3

## Presentation

Booki is a french start-up. As a Junior dveloper, i have in charge to develop a website who allows user to find accomodations or discover activities in the city of their choice !
I was responsible for integrating the interface of the website using HTML & CSS. To achieve this i worked in collaboration with Sarah the CTO and Loïc, the UI Designer.

Vous êtes chargé d'intégrer l'interface du site avec du code HTML et CSS. Pour cela, vous travaillez en étroite collaboration avec Sarah, la CTO, et Loïc, l’UI designer.

## Process.

I first started by studying all the mock-up Loîc provided me.

![Capture d'écran 2023-06-30 213126](https://github.com/Kalow26/booki/assets/21316407/96389a8b-0e27-4ed8-9035-390ff90dbe07)

I had to develop the *Mobile*, *Tablet* and *Desktop* version of the site 👍

### The Website is Divided in 3 sections

1. the Navbar
2. Hero Section
3. The accomodations and Popular Section
4. The activities available in the city section
5. The footer

The main objective of the project was to improve my HTML semantic, and work with basic CSS.

<mark>I first started with the desktop version</mark>
![Capture d'écran 2023-06-30 214614](https://github.com/Kalow26/booki/assets/21316407/6504eecd-daec-49f6-81b2-b39de9ca1148)

<mark>the tablet version</mark>
![Capture d'écran 2023-06-30 215401](https://github.com/Kalow26/booki/assets/21316407/eccd6248-ed2d-4b3d-8308-8ce60c5ee8a7)

<mark>the mobile version</mark>.
![Capture d'écran 2023-06-30 215510](https://github.com/Kalow26/booki/assets/21316407/f097bafb-89d3-45e0-81c4-0646027dca6c)

### Code

I tried my best to use the best HTML tags and comment the most my code. My goal was to have the cleanest code and start working with good practicies.

I use the BEM methodology for the CSS
![Capture d'écran 2023-06-30 215840](https://github.com/Kalow26/booki/assets/21316407/eeb680eb-a1fb-4371-ba1f-59203a8ad8a6)

This is a great way to organise your CSS properly, but i think this method is better in use with SCSS.
By the way it was a good project to develop, i'm pretty happy with the result.
And the final version is completely responsive and match perfectly all the mockups !

Hope your enjoy, and see you for my next Project 👌
Loading