An open API service indexing awesome lists of open source software.

https://github.com/rafaelhdsv/intro-section-with-dropdown-navigation

This challenge will test your ability to create dropdown navigation menus, a common pattern on larger sites. It will also provide some nice basic layout challenges.
https://github.com/rafaelhdsv/intro-section-with-dropdown-navigation

Last synced: 3 months ago
JSON representation

This challenge will test your ability to create dropdown navigation menus, a common pattern on larger sites. It will also provide some nice basic layout challenges.

Awesome Lists containing this project

README

        

# Frontend Mentor - Intro section with dropdown navigation solution

![GitHub repo size](https://img.shields.io/github/repo-size/RafaelHDSV/Intro-section-with-dropdown-navigation?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/RafaelHDSV/Intro-section-with-dropdown-navigation?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/RafaelHDSV/Intro-section-with-dropdown-navigation?style=for-the-badge)

desktop.png

> This is a solution to the [Intro section with dropdown navigation challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/intro-section-with-dropdown-navigation-ryaPetHE5). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [Screenshot](#screenshot)
- [My process](#my-process)
- [Built with](#built-with)

## Overview

### The challenge

Users should be able to:

- View the relevant dropdown menus on desktop and mobile when interacting with the navigation links
- View the optimal layout for the content depending on their device's screen size
- See hover states for all interactive elements on the page

### Links

- Solution URL: https://www.frontendmentor.io/solutions/intro-section-with-dropdown-navigation-ZAl2jXkza1
- Live Site URL: https://intro-section-with-dropdown-navigati.netlify.app

### Screenshot

- Desktop

![](images/desktop.png)

- Mobile

mobile.png

## My process

### Built with

- HTML
- CSS
- JAVASCRIPT

[⬆ Back to the top](#frontend-mentor---intro-section-with-dropdown-navigation-solution)