Skip to content

Instantly share code, notes, and snippets.

View Dev-Dipesh's full-sized avatar

Dipesh Bhardwaj Dev-Dipesh

  • The Contentment Foundation
  • San Francisco, California
View GitHub Profile
@Dev-Dipesh
Dev-Dipesh / Navbar Example
Created July 25, 2013 02:16
Navbar example with multiple dropdown menus in navigation built with foundation framework from ZURB.
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="#">Top Bar Title </a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
paginate: 10
@Dev-Dipesh
Dev-Dipesh / South-Downs.markdown
Created September 3, 2013 01:53
A Pen by Dev-Dipesh.
@Dev-Dipesh
Dev-Dipesh / Little-Sunrise.markdown
Created September 3, 2013 02:32
A Pen by Oliver Knoblich.
@Dev-Dipesh
Dev-Dipesh / Gravity-Points.markdown
Created September 3, 2013 02:32
A Pen by AKM2.
@Dev-Dipesh
Dev-Dipesh / index.html
Created September 3, 2013 02:50
A Pen by Tim Pietrusky.
<div class="loading"></div>
@Dev-Dipesh
Dev-Dipesh / Search-Bar-Animation.markdown
Created September 3, 2013 02:51
A Pen by Marco Biedermann.
@Dev-Dipesh
Dev-Dipesh / deploy.php
Created September 4, 2013 19:53
Automatically deploy site from GIT
<?php
/**
* Simple PHP GIT deploy script
*
* Automatically deploy the code using php and git.
*/
// =========================================[ Configuration start ]===
/**
body {
margin:0; padding: 50px;
font: normal 14px/20px "DroidSansRegular",Arial,Helvetica,sans-serif;
color: #444;
background: #FAFAFA;
background: url("https://dl.dropboxusercontent.com/s/ckdneitoe3op63x/page_gradient_radial.svg") 50% -300px no-repeat, url("https://dl.dropboxusercontent.com/s/elu76zr7fn8xank/page_gradient_linear.svg") 50% 0 repeat-x, #FAFAFA;
background-size: 1600px 600px, 100% 500px,auto;
}
article {
@Dev-Dipesh
Dev-Dipesh / uikit.docs.min.css
Created September 22, 2013 14:47
This is an another css file for UIKIT
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:Consolas,monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:0;margin:0;padding:0}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-b