Skip to content

tomnific/Applenav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Applenav

A near perfect (and customizable) replica of Apple's navigation bar for Bootstrap.

Installation

  1. Install Bootstrap and set up your navigation bar
  2. Set up your navbar as navbar-inverse Note: it MUST be navbar-inverse
  3. Clone this repository
  4. Put the applnav folder into the folder where your site's resources are
  5. Add this line After the Bootstrap CSS import, but Before your custom CSS import in the <head> section:
<link href="YourResourcesPath/applenav/applenav.css" rel="stylesheet">
  1. Then, add this line After the Bootstrap JavaScript import, but Before your custom JavaScript import in the <body> section:
<script src="YourResourcesPath/applenav/applenav.js"></script>

Customization

Create your own CSS file, and edit the navbar just like you would the stock Bootstrap navbar.
If you need to know what properties of what class to edit, you can look at the applenav.css and applenav.js files.
NOTE: Do NOT directly edit the applenav.css and applenav.js files. You can do all the customization you need from your own CSS files.

Known Issues / Differences From The Orginal

  • On mobile, the dropdown animation is too fast.
    • This is an issue with Bootstrap. Changing animation speeds results in a choppy animation.

License

Applenav is licensed with the MIT License, which is reproduced in the LICENSE file. Attribution is technically required, and very much appreciated.

Contact

I enjoy seeing how others use my code! If your site uses Applenav, I'd love to check it out - you can send me a link at these places:

Twitter:
@TheTomMetzger

Email:
Tom@Southernerd.us

About

A near perfect replica of Apple.com's navigation bar for Bootstrap

Resources

License

Stars

Watchers

Forks

Packages

No packages published