Skip to content

This is lading page with dropdown menu. I've found some difficult to implement some features. In some months I'll try this challenge again and apply the changes using JS and CSS.

Notifications You must be signed in to change notification settings

davidchaves/landpage-dropdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome !👋

Thanks for checking out this Frontend Mentor coding. This is my solution to the Intro section with dropdown navigation. I have to build this application using only the preview images and the especifications.

Landing page with dropdown nav and Simple TODO list

Contents

About

This is a simple responsive dropdown navigation menu with some effects using pure HTML, CSS and JS. I added and created modal login form, a simple TODO list app and social media login form.

Your 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

Icons8 flat todo list

Todo: A simple To-Do List Management App that helps you get things done. It can help you keep track of your daily plans. If you happen to have the habit of writing a mission plan, then it must be perfect for you.

A simple TO-DO app to store your todos. This also have a localStorage saving feature.

We all write out to-dos some where and then just forget them. At the end, nothing is done. But you can use this online to-do list app to store all your to-dos. Now if you just re-open the site you will have all your to-dos saved there waiting for you to check them.

  • Add task

  • Remove task

  • List completed task

  • List not completed task

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

Layout

Tech

  • Semantic HTML5 markup
  • CSS custom properties
  • CSS Grid
  • CSS FLEXBOX
  • Mobile-first workflow

Style Guide

Colors:

:root {
    --almost-white: hsl(0, 0%, 98%);
    --medium-gray: hsl(0, 0%, 41%);
    --almost-black: hsl(0, 0%, 8%);
}

Typography:

Body

  • Font size: 1.6rem;

Font

  • font-family:'Epilogue', sans-serif; <br>
  • font-weight: 300; 500 <br> (you can find the font in Google Font)

Features

  • 🎨 Focus on menu-list using the general sibling selector.
  • 👨‍🔬 Navigation menu dropdown with pure CSS and Custom hover effect and opacity on menu list!
  • 📱 Mobile-first design workflow
  • 😎 I added and created modal Login form, TODO list app and social media login form

Author

David Willian Chaves

About

This is lading page with dropdown menu. I've found some difficult to implement some features. In some months I'll try this challenge again and apply the changes using JS and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published