Skip to content

Instantly share code, notes, and snippets.

View silverliebt's full-sized avatar

Daniel L Potter silverliebt

View GitHub Profile
@silverliebt
silverliebt / gutenberg-columns.markdown
Created February 19, 2019 07:13
Gutenberg Columns
@silverliebt
silverliebt / _helpers.scss
Created March 20, 2017 05:16 — forked from addisonhall/_helpers.scss
Simple SASS starter files
// Social media fontawesome colors
a .fa-square { color: #fff; }
a .fa-twitter-square, a .fa-twitter { color: #00aced; }
a .fa-facebook-square, a .fa-facebook { color: #3b5998; }
a .fa-youtube-square, a .fa-youtube { color: #bb0000; }
a .fa-google-plus-square, a .fa-google-plus { color: #dd4b39; }
a .fa-linkedin-square, a .fa-linkedin { color: #007bb6; }
a .fa-pinterest-square, a .fa-pinterest { color: #cb2027; }
a .fa-vimeo-square, a .fa-vimeo { color: #aad450; }
a .fa-instagram { color: #517fa4; }

Pure CSS Material Design form

A web form including material design inspired animations and UX improvements.

Includes transitions, pseudo icons on validation and awesome colours.

A Pen by James Thomas Almond on CodePen.

License.

@silverliebt
silverliebt / SassMeister-input-HTML.html
Created December 29, 2015 21:42
Generated by SassMeister.com.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<h1>Welcome to My SassMeister</h1>
<p>This is scss compiled from Foundation 5, so it will be a good playground</p>
</body>
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#chart_js {
width: 490px;
height: 380px;
left: 380px;
@silverliebt
silverliebt / phpmailer example.php
Last active May 5, 2023 08:31
Example setup of phpmailer using vars (from session vars) on conversion page.
<?php
/**
* PHPMailer
* @package phpmailer
* @version $Id$
*/
require 'phpmailer/class.phpmailer.php';
try {