Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View dumaurier's full-sized avatar
🍉

Josh Vogt dumaurier

🍉
View GitHub Profile
@dumaurier
dumaurier / gist:8e3c56487685e7195853b5d82c230698
Created February 5, 2018 03:27
PWA + Jekyll + IndieWeb Lighthouse Score
{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36",
"lighthouseVersion": "2.8.0",
"generatedTime": "2018-02-05T03:25:22.386Z",
"initialUrl": "https://pwa-jekyll-starter.netlify.com/",
"url": "https://pwa-jekyll-starter.netlify.com/",
"runWarnings": [],
"audits": {
"is-on-https": {
"score": true,
@dumaurier
dumaurier / dabblet.css
Created August 10, 2012 02:38
Untitled
#sprite {
width: 200px;
height: 170px;
animation-duration:4000ms;
animation-iteration-count:infinite;
animation-timing-function:step-start;
animation-name:animate01;
animation-direction:forward;
}
@dumaurier
dumaurier / dabblet.css
Created May 29, 2012 13:48
CSS Filters!
/**
* CSS Filters!
*/
figure:nth-of-type(1) img{
-webkit-filter:grayscale(1);
-webkit-transition:-webkit-filter 1s ease-in-out;
}
figure:nth-of-type(1) img:hover{
.filter{
display: -webkit-box;
display: -moz-box;
display: -o-box;
display: -ms-box;
display: box;
-webkit-box-orient:horizontal;
@dumaurier
dumaurier / dabblet.css
Created April 19, 2012 14:59
Adding New Flexbox to Old Flexbox
/**
* Adding New Flexbox to Old Flexbox
*/
a{text-decoration:none;
font-family:Helvetica;
font-size:18px;}
.filter{
display: -webkit-box;
/**
*....*
*/
*{
font-family:Arial,sans-serif;
font-size:12px;
}
/**
* MEOW? *
*/
*{
margin:0;
padding:0;
}
section{
@dumaurier
dumaurier / dabblet.css
Created February 17, 2012 21:25
BUTTONS
/**
* BUTTONS
*/
.dashButton{
display:inline-block;
height:55px;
width:210px;
text-align:center;
background: linear-gradient(top, #64e0d8 0%,#03b3a9 42%,#03b3a9 100%);
@dumaurier
dumaurier / dabblet.css
Created February 8, 2012 12:15
Search Filter Toggle
/**
@dumaurier
dumaurier / dabblet.css
Created February 7, 2012 21:08
FUN WITH RADIO BUTTONS v3
/**
* FUN WITH RADIO BUTTONS v3
*/
body{
margin-top:100px;
}
h3{
font-family:sans-serif;
color:#007ac9;