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
How to use the header, main and footer elements correctly?
Every time I use these elements the w3c don’t recognize them as proper tags. Please help. First time here by the way. Go easy on me.
@scoaband
scoaband / index.html
Created December 13, 2018 17:28
Very Simple Slider
<h1>Incredibly Basic Slider</h1>
<div id="slider">
<a href="#" class="control_next">></a>
<a href="#" class="control_prev"><</a>
<ul>
<li>SLIDE 1</li>
<li style="background: #aaa;">SLIDE 2</li>
<li>SLIDE 3</li>
<li style="background: #aaa;">SLIDE 4</li>
</ul>
@scoaband
scoaband / index.html
Created December 13, 2018 17:31
jQuery. Fly to cart effect.
<!-- wrapper -->
<div class="wrapper">
<h1>Bike Stock</h1>
<span><i class="shopping-cart"></i></span>
<div class="clear"></div>
<!-- items -->
<div class="items">
<!-- single item -->
<div class="item">
@scoaband
scoaband / fixed-table-header.markdown
Created December 13, 2018 17:35
Fixed table header
@scoaband
scoaband / index.html
Created December 13, 2018 17:45
Jquery & CSS3 background
<link href='https://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
<h1>Jquery & CSS3 background</h1>
<h2><span>by</span> Enrico Toniato <a href="http://enricotoniato.com" target="_blank">enricotoniato.com</a></h2>
@scoaband
scoaband / css-3d-solar-system.markdown
Created December 13, 2018 17:47
CSS 3D Solar System
@scoaband
scoaband / index.html
Created December 13, 2018 17:48
jQuery UI Dialog Extended
<button id="dButton">Responsive Dialog</button>
<article class="markdown-body entry-content" itemprop="mainContentOfPage">
<h1></a>jQuery UI Dialog Options v1.0</h1>
<p>Additional options/functionality for jQuery UI Dialog.</p>
<p>New Options:</p>
<ul>
<li> clickOut: true // closes dialog when clicked outside</li>
@scoaband
scoaband / index.html
Created December 13, 2018 17:50
jQuery Accordion
<div class="accordion-container">
<h2>jQuery Accordion</h2>
<div class="set">
<a href="#">
Vestibulum
<i class="fa fa-plus"></i>
</a>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>
</div>
@scoaband
scoaband / css3-checkbox-styles.markdown
Created December 13, 2018 17:52
CSS3 Checkbox Styles
@scoaband
scoaband / index.html
Created December 13, 2018 17:58
Material Design - Responsive Table
<div id="demo">
<h1>Material Design Responsive Table</h1>
<h2>Table of my other Material Design works (list was updated 08.2015)</h2>
<!-- Responsive table starts here -->
<!-- For correct display on small screens you must add 'data-title' to each 'td' in your table -->
<div class="table-responsive-vertical shadow-z-1">
<!-- Table starts here -->
<table id="table" class="table table-hover table-mc-light-blue">
<thead>