Skip to content

Instantly share code, notes, and snippets.

View scoaband's full-sized avatar
💭
Project day with Python

Scoaband - JGB scoaband

💭
Project day with Python
View GitHub Profile
@scoaband
scoaband / index.html
Created December 13, 2018 18:08
Rating Stars with simple jQuery
<header class='header text-center'>
<h2>Rating Widget</h2>
<p>A simple star rating widget with <b>jQuery</b> and <b>FontAwesome</b> icons.</p>
</header>
<section class='rating-widget'>
<!-- Rating Stars Box -->
<div class='rating-stars text-center'>
@scoaband
scoaband / index.html
Created December 13, 2018 18:10
SVG Doughnut chart with animation and tooltip
<div id="doughnutChart" class="chart"></div>
@scoaband
scoaband / custom-jquery-slider-2.markdown
Created December 13, 2018 18:19
Custom jQuery Slider 2

Custom jQuery Slider 2

A great easy little script to create a great looking jQuery slider without the weight! Easy to modify and very easy to implement!

Happy Coding!

A Pen by Justin Batzel on CodePen.

License.

@scoaband
scoaband / formbuilder.markdown
Created December 13, 2018 18:23
formBuilder
@scoaband
scoaband / 3d-particles-to-a-2d-canvas.markdown
Created December 13, 2018 18:26
3D particles to a 2D canvas

3D particles to a 2D canvas

HTML5 Canvas - Projecting 3D particles to a 2D canvas. from rectangleworld.com

added JQuery slider to resize

A Pen by borian on CodePen.

License.

@scoaband
scoaband / index.html
Created December 13, 2018 18:28
jQuery drawers
<div class="alignment">
<h1><i class="jQuery">jQuery</i> drawers</h1>
<p><i class="jQuery">jQuery</i> reusable drawers, opens on click/tap!</p>
<div class="drawer-btn-cont cf">
<div class="login sidebar-btn grid-4 col">
<a href="#" class="drawer-btn drawer-btn-ready">
<i class="fa fa-user"></i>
</a>
<section class="login-drawer drawer">
<h1 class="drawer-heading">
@scoaband
scoaband / index.slim
Created December 13, 2018 18:32
Jquery Tab Plugin
.container
.tab-group
section#tab1(title="Long Tab Name")
h3 Content 1
p Aliquam eleifend magna mauris, id egestas eros dictum ac. Vivamus ac turpis at nisi mattis aliquam. In hac habitasse platea dictumst.
section#tab2(title="Another Tab")
h3 Content 2
p Donec congue ligula non risus dictum, eget vehicula diam mattis. Pellentesque at ante ipsum. Suspendisse rutrum elementum dolor, non congue risus sagittis id.
section#tab3(title="Tab 3")
h3 Content 3
@scoaband
scoaband / index.html
Created December 13, 2018 18:34
Responsive jQuery tabs
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.css"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<div id="wrapper">
<section id="generic-tabs">
<h1 class="callout">Reponsive jQuery tabs</h1>
<ul id="tabs">
<li>
<a title="Home" href="#first-tab"><i class="fa fa-home"></i> Home</a>
</li>
@scoaband
scoaband / 3d-cube-for-tabbed-content.markdown
Created December 20, 2018 05:46
3D Cube for tabbed content

3D Cube for tabbed content

Fun way to display tabbed content with a 3d cube: Uses CSS perspective, transitions and radio checked. No javascript.

A Pen by Kara Olthof on CodePen.

License.

@scoaband
scoaband / index.html
Created December 20, 2018 05:50
Load more content with jQuery
<div>Content</div>
<div>Content</div>
<div>Content</div>
<div>Content</div>
<div>Content</div>
<div>Content</div>
<div>Content</div>
<div>Content</div>
<div>Content</div>
<div>Content</div>