A Pen by Afnan Ahmad on CodePen.
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
//<script type="text/x-emblem"> | |
// h1 Welcome to my App | |
// = outlet | |
//</script> | |
.container | |
.page-header | |
%h2 | |
Modules | |
.pull-right <small> local storage module </small> | |
%pre.language-coffeescript |
A Pen by Dirk Luberth Dijkman on CodePen.
A Pen by Dirk Luberth Dijkman on CodePen.
A Pen by Dirk Luberth Dijkman on CodePen.
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
<body> | |
<nav class="navbar"> | |
<span class="logo"><img src="Logo/copy.png" alt=""></span> | |
<span class="nav content">JavaScript CheatSheet</span> | |
</nav> | |
<div class="container"> | |
<ol> | |
<li>JavaScript Basics <br><br> | |
Set of JavaScript basic syntax to add, execute and write basic programming paradigms in JavaScript. <br><br> |
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
<nav class="flex bg-blue-900 p-3"> | |
<div class="flex items-center justify-between flex-wrap container mx-auto"> | |
<div class="flex items-center flex-shrink-0 text-white mr-6"> | |
<img src="https://merchantwest.co.za/sites/default/files/logo.png" class="fill-current h-8 mr-2"> | |
</div> | |
<div class="block lg:hidden"> | |
<button class="flex items-center px-3 py-2 border rounded text-teal-200 border-teal-400 hover:text-white hover:border-white"> | |
<svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"/></svg> | |
</button> | |
</div> |
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
//<script type="text/x-emblem"> | |
// h1 Welcome to my App | |
// = outlet | |
//</script> | |
.container | |
.page-header | |
%h2 | |
Modules | |
.pull-right <small> local storage module </small> | |
%pre.language-coffeescript |
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
<h1>[prismjs] syntax highlighter (advenced)</h1> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/prism.min.js'></script> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/line-highlight/prism-line-highlight.min.js'></script> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/line-numbers/prism-line-numbers.min.js'></script> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/toolbar/prism-toolbar.min.js'></script> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js'></script> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js'></script> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/autoloader/prism-autoloader.min.js'></script> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/unescaped-markup/prism-unescaped-markup.min.js'></script> |
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
<body> | |
<nav class="navbar"> | |
<span class="logo"><img src="Logo/copy.png" alt=""></span> | |
<span class="nav content">JavaScript CheatSheet</span> | |
</nav> | |
<div class="container"> | |
<ol> | |
<li>JavaScript Basics <br><br> | |
Set of JavaScript basic syntax to add, execute and write basic programming paradigms in JavaScript. <br><br> |