This project is a solution for Module 3 Assignment of the HTML, CSS, and Javascript for Web Developers course.
- Responsive single-page layout
- Bootstrap 3 framework implementation
- Navigation bar with company name: "Food, LLC"
- Mobile navigation menu with hamburger button
- Dropdown menu items:
- Chicken
- Beef
- Sushi
- Centered page heading: "Our Menu"
- Full-width content section
- Scrollable page layout
- HTML5
- CSS3
- Bootstrap 3.3.7
- jQuery 2.1.4
module3-solution/
│
├── index.html
│
├── css/
│ ├── bootstrap.min.css
│ └── styles.css
│
└── js/
├── jquery-2.1.4.min.js
└── bootstrap.min.js