Skip to content

Instantly share code, notes, and snippets.

View dylanburkey's full-sized avatar

Dylan Burkey dylanburkey

View GitHub Profile
@dylanburkey
dylanburkey / .gitconfig
Created May 29, 2019 21:46
Base gitconfig file
[alias]
# Show verbose output about tags, branches or remotes
tags = tag -l
branches = branch -a
remotes = remote -v
# Pretty log output
hist = log --graph --pretty=format:'%Cred%h%Creset %s%C(yellow)%d%Creset %Cgreen(%cr)%Creset [%an]' --abbrev-commit --date=relative
[color]
# Use colors in Git commands that are capable of colored output when
@dylanburkey
dylanburkey / index.html
Created January 31, 2019 21:57
Lincoln Electric Web Assets
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet">
<div class="container">
<div class="base-section">
<h1 class="primary-header header">Web Assets</h1>
<h2 class="subheader header">image sizes, naming conventions and optimization settings.</h2>
<div class="asset-updates">
<ul class="no-bullets">
<li class="list-item--heading header">document updates</li>
@dylanburkey
dylanburkey / gtm.html
Created December 10, 2018 21:39
GTM container for powerwave.lincolnelectric.com.
<!--
Google Tag Manager
Paste this code as high in the <head> of the page as possible:
-->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
@dylanburkey
dylanburkey / index.html
Created November 1, 2018 06:53
porfolio v1
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sturmol / web development</title>
<meta name="description" content="Miguel Guelbenzu web development and web design in Berlin: back end, front end, Meteor, Rails, JavaScript, Ruby, HTML5, CSS3, SCSS, jQuery, Bootstrap.">
<meta name="author" content="Miguel Guelbenzu">
<link rel="canonical" href="http://sturmol.com">
@dylanburkey
dylanburkey / index.html
Created August 6, 2018 16:31
LE Product Cards with Search
<section class="container">
<section class="row search-module">
<input class="search" id="text-search" placeholder="Search" type="text" name="text-search">
</section>
<div class="row">
<div class="cardContainer inactive">
<div class="card">
<div class="side front">
var pagePath = location.href.split('/').pop();
console.log('Current Path is' + pagePath);
@dylanburkey
dylanburkey / Lincoln-Electric-Color-Module.markdown
Created March 17, 2015 13:26
Lincoln Electric Color Module

Lincoln Electric Color Module

Updated Lincoln Electric bran color palette. Updated March 6, 2015 at 4:48 PM

A Pen by Dylan Burkey on CodePen.

License.

@dylanburkey
dylanburkey / _2015_mixins.scss
Created March 2, 2015 22:34
Mixins to use in 2015.
base-font-size: 16px !default;
$base-line-height: 24px !default;
$lincoln-red: #be1e2d;
$black: rgb(0,0,0);
$white: rgb(255,255,255);
$red: rgb(190,30,45);
$tan: rgb(228,227,207);
$dark-red: rgb(139,14,26);
@dylanburkey
dylanburkey / Video-with-Object-Backup.markdown
Last active August 29, 2015 14:06
A Pen by Dylan Burkey.
@dylanburkey
dylanburkey / Swipe-SCSS.markdown
Created September 5, 2014 19:41
A Pen by Dylan Burkey.