{"id":25995424,"url":"https://github.com/rabbitmaid/intro-section-with-dropdown-navigation-main","last_synced_at":"2026-05-15T23:13:29.990Z","repository":{"id":81969034,"uuid":"525076750","full_name":"rabbitmaid/intro-section-with-dropdown-navigation-main","owner":"rabbitmaid","description":"The challenge is to build out an intro section with dropdown navigation and get it looking as close to the provided design as possible.","archived":false,"fork":false,"pushed_at":"2022-08-16T20:39:43.000Z","size":515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T03:43:46.478Z","etag":null,"topics":["animate-css","challenge","css","html","javascript","no-bootstrap"],"latest_commit_sha":null,"homepage":"https://rabbitmaid.github.io/intro-section-with-dropdown-navigation-main/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabbitmaid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-15T17:25:50.000Z","updated_at":"2025-04-20T22:35:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"17472b9a-ab87-4f02-88e2-3d2c47b85023","html_url":"https://github.com/rabbitmaid/intro-section-with-dropdown-navigation-main","commit_stats":null,"previous_names":["rabbitmaid/intro-section-with-dropdown-navigation-main","agbortoko/intro-section-with-dropdown-navigation-main"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rabbitmaid/intro-section-with-dropdown-navigation-main","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fintro-section-with-dropdown-navigation-main","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fintro-section-with-dropdown-navigation-main/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fintro-section-with-dropdown-navigation-main/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fintro-section-with-dropdown-navigation-main/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabbitmaid","download_url":"https://codeload.github.com/rabbitmaid/intro-section-with-dropdown-navigation-main/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmaid%2Fintro-section-with-dropdown-navigation-main/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animate-css","challenge","css","html","javascript","no-bootstrap"],"created_at":"2025-03-05T15:47:08.246Z","updated_at":"2026-05-15T23:13:29.975Z","avatar_url":"https://github.com/rabbitmaid.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Intro section with dropdown navigation solution\n\nThis 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. \n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Continued development](#continued-development)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the relevant dropdown menus on desktop and mobile when interacting with the navigation links\n- View the optimal layout for the content depending on their device's screen size\n- See hover states for all interactive elements on the page\n\n### Screenshot\n\n![](./screenshot.png)\n\n\n### Links\n\n- Challenge URL: [Challenge URL](https://www.frontendmentor.io/challenges/intro-section-with-dropdown-navigation-ryaPetHE5)\n- Live Site URL: [Live site url](https://agbortoko.github.io/intro-section-with-dropdown-navigation-main/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- Mobile-first workflow\n- Bootstrap icons for some icons\n- Animate.css for simple animation\n\n\n### What I learned\n\nFor this exercise, i learned how to handle image changes for different devices! Thought i faced quite a lot of \ndifficulties with the navigation, both mobile and desktop\n\nAs you see below, at the header section of my website i have some classes that control the display of images depending on the user screen size\n\n```html\n  \u003cdiv class=\"header_image\"\u003e\n            \u003cimg class=\"d-sm-none d-block mobile\" src=\"./assets/images/image-hero-mobile.png\"\u003e\n            \u003cimg class=\"d-none d-sm-block desktop\" src=\"./assets/images/image-hero-desktop.png\"\u003e\n  \u003c/div\u003e\n```\n\n### Useful resources\n\n- [W3schools how to section](https://www.w3schools.com/howto/default.asp) - I used the how to section to get ideas on how to arrange my navigation menu both on mobile and desktop\n\n- [Bootstrap icons](https://icons.getbootstrap.com/) - I made use of the bootstrap icons for some icons, mainly the chevron in the mobile and desktop navigations\n\n- [Animate css](https://animate.style/) - I used animate css to setup the simple slide animation on clicking the mobile menu\n\n\n## Author\n\n- Website - [Agbortoko Arreychuck](https://easythingz.net)\n- Frontend Mentor - [@agbortoko](https://www.frontendmentor.io/profile/agbortoko)\n- Twitter - [@agbortoko_arrey](https://www.twitter.com/agbortoko_arrey)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitmaid%2Fintro-section-with-dropdown-navigation-main","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabbitmaid%2Fintro-section-with-dropdown-navigation-main","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitmaid%2Fintro-section-with-dropdown-navigation-main/lists"}