Skip to content

Instantly share code, notes, and snippets.

@bryanwillis
bryanwillis / fox-valley.html
Last active March 7, 2019 11:27
HTML 5 upgrade for Fox Valley Containers with SEO SERP metadata added to head
<!doctype html>
<head>
<html class="no-js" lang="en">
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Length between 50-60 characters -->
<title itemprop='name'>Distributor of metal &nbsp; plastic containers | Fox Valley Containers</title>
<!-- Shorten length between 155-165 character -->
<meta name="description" content="Premier distributors of metal and plastic containers for reliable packaging of paint, chemicals, adhesives, food, coatings, inks and pharmaceuticals located in the upper midwest with locations in Illinois, Michigan, and Minnesota. Suppliers of paint cans, glass bottles and plastic bottles, pails, closures, drums and overpacks.">
<meta name="viewport" content="width=device-width, initial-scale=1">
[DEBUG]
sd_write_log=no
wifi_gecko=no
[DML]
always_show_button=yes
cheat=no
current_item=GOME01
default_loader=2
http://blog.petrockblock.com/wp-content/uploads/2015/02/Setup-RPI.txt
dtparam=sd_overclock=100
https://github.com/RetroPie/RetroPie-Manager
http://xpadder.com/?lang=english&country=US
http://www.multibootpi.com/
http://forums.launchbox-app.com/topic/30078-exiting-emulators-with-xbox-360-controller/
https://en.wikipedia.org/wiki/List_of_video_game_emulators#Nintendo_64
~/Retropie/BIOS/dc
https://dolphin-emu.org/download/
https://buildbot.libretro.com/stable/1.3.6/
http://www.lakka.tv/doc/Nintendo-64/
http://m64py.sourceforge.net/
http://www.lakka.tv/doc/BIOSes/
https://github.com/mupen64plus/mupen64plus-core/releases/tag/2.5
https://code.google.com/archive/p/mupen64plus/wikis/ThirdPartyPlugins.wiki
https://github.com/OpenEmu/OpenEmu
[class*="grid"] {
box-sizing: border-box;
display: flex;
flex-flow: row wrap;
margin: 0 -15px;
}
.grid > .cell,
[class*="grid"] > [class*="cell-"],
.grid.cell,
//************************
// VARIABLES
//************************
$gl-gridName: grid !default;
$gl-colName: cell !default;
$gl-gutter: 30px !default; // Total
$gl-col-bottom: $gl-gutter !default;
$breakpoints: (
xs: 0,
@bryanwillis
bryanwillis / gravity-forms.scss
Created October 19, 2016 06:29
Gravity Forms SASS / SCSS
//--------------------------------------------------------------
// Gravity Forms
// Visit this link for CSS Targeting Examples - Very Helpful
// https://www.gravityhelp.com/documentation/article/css-targeting-examples/
//
// BASE STYLES
// FORM HEADER
// FORM FOOTER
// CONFIRMATION MESSAGE
// SELECTS
.title-font {
color: #ffffff;
}
a#title,
#title-container td {
background: #0f679c !important;
}
#title-container #close-chat .icon-close, #title-container #minimize .icon-minimize {
color: #ffffff;
}
[class*="grid"] {
box-sizing: border-box;
display: flex;
flex-flow: row wrap;
margin: 0 -15px;
}
.cell,
[class*="cell-"] {
box-sizing: border-box;
[class*="col-"]:not([class*="col-0"]) {
display: block;
}
[class*="grid"][class*="col-"]:not([class*="col-0"]) {
display: flex;
}
[class*="col-0"] {
display: none;