Skip to content

Instantly share code, notes, and snippets.

View mardianto's full-sized avatar

mardianto mardianto

  • indonesia
View GitHub Profile
@mardianto
mardianto / toolbox.md
Created December 17, 2019 02:54 — forked from viridiano/designtoolbox.md
A curated list of tools for designers and front-end developers.
Design/Webdesign Tools
  • 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
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
@mardianto
mardianto / hide&show.txt
Last active October 26, 2018 06:31
hide and show
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 () {
https://codepen.io/mardianto-the-sasster/pen/NLxpGg?editors=1000
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">
@mardianto
mardianto / README.md
Created December 8, 2016 19:59 — forked from hofmannsven/README.md
My simply Git Cheatsheet