- Cool Backgrounds – A collection of tools to create compelling, colorful images for blogs, social media, and websites
- unDraw Illustrations – Browse to find the images that fit your needs and click to download
- Streamline – World's largest icon library
- Icons8 – All icons are done by a single designer, so your work will look consistent
- Simple Icon – Free SVG icons for popular brands
- SVGRepo – 170.000+ Free SVG Vectors and Icons
- Noun Project – Over a million curated icons
- Icon Finder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://design-process.netguru.co/ | |
path | |
https://bennettfeely.com/clippy/ | |
waves | |
https://codepen.io/supah/pen/prVVOx | |
https://codepen.io/rstacruz/pen/oxJqNv | |
https://themeforest.net/item/applandy-app-landing-page/21723897?s_rank=11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Brambles.com | |
$(".link-dropdown").on("click", function () { | |
$(this).parents("li").find(".dropdown-nav").slideToggle("slow"); | |
$(this).find('i').toggleClass('fa-angle-down fa-angle-up'); | |
}); | |
$("body").on("click", ".icon-showhide", function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://codepen.io/mardianto-the-sasster/pen/NLxpGg?editors=1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
combine navbar | |
https://stackoverflow.com/questions/41678751/smooth-scroll-header-with-fixed-position | |
and | |
http://enroutedigitallab.com/html/consultis/index.html | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
<header class="mobile-menu"> |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/