Skip to content

Instantly share code, notes, and snippets.

View jasonmelgoza's full-sized avatar
🏠
Working from home

Jason Melgoza jasonmelgoza

🏠
Working from home
View GitHub Profile
@jasonmelgoza
jasonmelgoza / input.scss
Created September 30, 2020 15:57
Generated by SassMeister.com.
/// Flex sass mixin
///
/// // Example
/// .element {
/// @include flex($align-items: center, $justify-content: center);
/// }
///
/// // CSS Output
/// .element {
/// background-color: #664a20;
@jasonmelgoza
jasonmelgoza / input.scss
Created September 29, 2020 04:46
Generated by SassMeister.com.
//
// Spacing Utilities
//
// Spacing System
//
$space-unit: 4px;
$space-xxs: $space-unit; // 4px
@jasonmelgoza
jasonmelgoza / bauhausian.json
Created May 25, 2016 00:24
CSScomb with sort order from @mdo's Code Guide
{
"config": {
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
@jasonmelgoza
jasonmelgoza / fadein.html
Created April 19, 2010 17:45
Images fade in onload
<!DOCTYPE HTML>
<html>
<head>
<title>FadingIN</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
window.onload = function() {$('.fade_img').hide().fadeIn(1000);};
});
<Box
p="0"
w="100%"
h="100%"
bg="white"
d="flex"
flexDirection="column"
flex="0 0 auto"
>
<Box w="100%" h="50px" p="20px" bg="#333943" d="flex" flex="0 0 auto" />
@jasonmelgoza
jasonmelgoza / popovers.scss
Created September 6, 2012 17:34
Popover style sample
// Popover
// Override of Bootstrap popovers
// Colors used
$blue: #002a5c;
.popover {
position: absolute;
top: 0;
left: 0;
@jasonmelgoza
jasonmelgoza / SpryAccordion.css
Created March 10, 2011 00:59
style for SOE menus
.acc {
overflow: hidden;
font-size: 16px;
}
.acc .accPanelTab {
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
height: 20px;
border-bottom: solid 1px #fff;
closeIcon={!this.state.helpOpen}
@jasonmelgoza
jasonmelgoza / Contract Killer 3.md
Created January 11, 2019 21:22 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

@jasonmelgoza
jasonmelgoza / README.md
Last active January 9, 2019 17:45
New Icons
  • gears, automation
  • bot, ai
  • file gear, working doc
  • outline, toc
  • snippets, notes
  • store, data
  • brain, ai

=== Old icons