Skip to content

Instantly share code, notes, and snippets.

@A973C
A973C / index.html
Created March 12, 2018 06:03 — forked from CodeMyUI/index.html
YGC V2 Timeline
<section id="cd-timeline" class="cd-container">
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
</div>
<div class="cd-timeline-content">
<h2>Penta Consulting</h2>
<div class="timeline-content-info">
<span class="timeline-content-info-title">
<i class="fa fa-certificate" aria-hidden="true"></i>

Bitcoin timeline with fixed header using flexbox

A timeline with fixed header using flexbox. Data is not correct or complete. Only for demo.

A Pen by Matys on CodePen.

License.

@A973C
A973C / index.html
Created February 10, 2018 05:47 — forked from CodeMyUI/index.html
Switch Style Loading Screen With CSS Variables.
<div class="loader">
<div class="loader__bar"></div>
<div class="loader__bar loader__bar--delay-1"></div>
<div class="loader__bar loader__bar--delay-2"></div>
<div class="loader__bar loader__bar--delay-3"></div>
<div class="loader__bar loader__bar--delay-4"></div>
<div class="loader__bar loader__bar--delay-5"></div>
<div>
</div>

CSS3 animation spinners and preloaders

CSS3 animations spinners and preloaders, no JS, no images

A Pen by fox_hover on CodePen.

License.

@A973C
A973C / index.html
Created January 11, 2018 06:02 — forked from CodeMyUI/index.html
Messenger
<div id="messenger"></div>
@A973C
A973C / external call
Created January 8, 2018 05:50 — forked from CodeMyUI/external call
Ink Blot Modal Using Video & Blend Modes
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js
@A973C
A973C / wunderground-lambda.js
Created November 25, 2017 09:27 — forked from krcummings1/wunderground-lambda.js
AWS Lambda function to stream Wunderground data to Initial State
'use strict';
let https = require('https'),
http = require('http');
const ISBucketKey = 'YOUR-BUCKET-KEY',
WundergroundApiKey = 'WUNDERGROUND-API-KEY',
WundergroundCity = 'Nashville',
WundergroundState = 'TN';
const ISAccessKey = 'YOUR-ACCESS-KEY';
@A973C
A973C / index.html
Created November 24, 2017 07:06 — forked from CodeMyUI/index.html
Material Design - Transformation
<div class="wrapper">
<div class="content">
<div class="img"></div>
<div class="text">
<div class="line title"></div>
<div class="line subtitle"></div>
</div>
</div>
</div>