Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olgatenison authored Nov 6, 2023
1 parent 29f4d7c commit 5aefd81
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,28 @@ The project consists of the following blocks:

_____________________________________________________________

## Technologies
* HTML5, CSS3
* BEM
* responsive design
* JavaScript
## Technologies Used

Discover Japan is built using a variety of modern web technologies to create a fully responsive and visually appealing landing page. Here are the key technologies employed in this project:

- **HTML5:** The structure of the web page is created using the latest HTML standard, ensuring a semantically correct and well-organized layout.

- **CSS3:** Cascading Style Sheets (CSS3) are used to style the page, providing a visually appealing and consistent design across different devices and screen sizes. Techniques like Flexbox and Grid are utilized for responsive layouts.

- **BEM (Block-Element-Modifier):** The BEM methodology is employed to maintain a clean and maintainable CSS codebase. It promotes modular and reusable styles, making it easier to manage and scale the project.

- **Responsive Design:** The page is designed with a responsive approach, ensuring that it looks and functions well on a variety of devices, including web browsers, tablets, and mobile phones. Media queries and flexible layouts are used to achieve responsiveness.

- **JavaScript:** JavaScript is used to enhance the user experience and add interactivity to the website. For smaller screens, a burger menu is implemented to improve navigation on mobile devices.

This combination of HTML5, CSS3, BEM, responsive design, and JavaScript ensures that Discover Japan provides an engaging and accessible user experience across different platforms and screen sizes.

_____________________________________________________________

The project is available for viewing in any browser,
it has a web, tablet and mobile version (screen width ≥ 320px).
Also I made burger menu for a smaller scrins.

![preview]([https://github.com/olgatenison/DiscoverJapan/blob/main/img/121212%20(1).jpg])


0 comments on commit 5aefd81

Please sign in to comment.