Skip to content

Instantly share code, notes, and snippets.

View nhumphrey2's full-sized avatar

Neil Kristian nhumphrey2

View GitHub Profile
@nhumphrey2
nhumphrey2 / meta-tags.md
Created February 21, 2019 13:18 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@nhumphrey2
nhumphrey2 / speedkills.html
Last active November 29, 2018 06:23
Speed Kills
<!-- Created By Neil Humphrey | MIT License-->
<link rel="preload" href="https://res.cloudinary.com/ux-ui-technologies/raw/upload/v1543467854/omahacode.min.css" as="style" />
<!-- Via JavaScript -->
<script>
var res = document.createElement("link");
res.rel = "preload";
res.as = "style";
res.href = "https://res.cloudinary.com/ux-ui-technologies/raw/upload/v1543467854/omahacode.min.css";
document.head.appendChild(res);
</script>
@nhumphrey2
nhumphrey2 / material form wizard
Last active October 4, 2018 06:38
form wizard material moodys
We couldn’t find that file to show.
@nhumphrey2
nhumphrey2 / overlay text
Last active May 19, 2017 15:12
overlay text
==========SPECIAL OFFERS=================
h3.special-offers-text {
position: absolute;
color: white;
display: block;
top: 100px;
text-transform: uppercase;
z-index: 999;
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=755137933a7ded1edb21e8f245d2c2b7)
* Config saved to config.json and https://gist.github.com/755137933a7ded1edb21e8f245d2c2b7
*/
@nhumphrey2
nhumphrey2 / gist:edd3edf98ee26caa15cdb371ed34327f
Created May 12, 2016 21:04
Complete uncompressed Animated Skills Bar
<!DOCTYPE html>
<html><h3>My Skills Bar</h3><div class="skillbar clearfix " data-percent="99%"><div class="skillbar-title" style="background: #00BFFF;"><span>Wordpress</span></div><div class="skillbar-bar" style="background: #00e600;"></div><div class="skill-bar-percent">90%</div></div><div class="skillbar clearfix " data-percent="99%"><div class="skillbar-title" style="background: #FFD700;"><span>Google Analytics</span></div><div class="skillbar-bar" style="background: #00e600;"></div><div class="skill-bar-percent">99%</div></div><style>.skillbar{position:relative;display:block;margin-bottom:15px;width:100%;background:#eee;height:35px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-transition:0.4s linear;-moz-transition:0.4s linear;-ms-transition:0.4s linear;-o-transition:0.4s linear;transition:0.4s linear;-webkit-transition-property:width, background-color;-moz-transition-property:width, background-color;-ms-transition-property:width, background-color;-o-transition-property:width,