Skip to content

Instantly share code, notes, and snippets.

View hkdeven's full-sized avatar
💭
☕️🍷

Deven Blackburn hkdeven

💭
☕️🍷
View GitHub Profile

Welcome to Allied. We (Allied Steel Buildings, Inc.) and/or our affiliates (“Allied”) provide website features and make available certain products and services to you when you visit or shop at Alliedbuildings.com, use Allied interactive products or services, use Allied applications for mobile, or use software provided by Allied in connection with any of the foregoing (collectively, “Allied Services”). Allied provides the Allied Services subject to the following conditions.

By using Allied Services, you agree to these conditions. Please read them carefully.

We offer a wide range of Allied Services, and sometimes additional terms may apply. When you use an Allied Service (for example, in connection with your purchase of a building) you also will be subject to the terms and conditions applicable to that Allied Service (“Unique Service Terms”). If these Website Terms and Conditions are inconsistent with the Unique Service Terms, those Unique Service Terms will control to the extent of such inconsistency

Welcome to AlliedBuildings.com. We (Allied Steel Buildings, Inc.) and/or our affiliates (“Allied”) provide website features and make available certain products and services to you when you visit or shop at AlliedBuildings.com, use Allied interactive products or services, use Allied applications for mobile, or use software provided by Allied in connection with any of the foregoing (collectively, “Allied Services”). Allied provides the Allied Services subject to the following conditions.

By using Allied Services, you agree to these conditions. Please read them carefully.

We offer a wide range of Allied Services, and sometimes additional terms may apply. When you use an Allied Service (for example, in connection with your purchase of a building) you also will be subject to the terms and conditions applicable to that Allied Service (“Unique Service Terms”). If these Website Terms and Conditions are inconsistent with the Unique Service Terms, those Unique Service Terms will control to the extent of such inco

/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
### Keybase proof
I hereby claim:
* I am hkdeven on github.
* I am hkdeven (https://keybase.io/hkdeven) on keybase.
* I have a public key ASDgSmIZokq6_hWl-Lt70xlOR-ipvPu0b4n8U-fOcgS7pQo
To claim this, I am signing this object:
@hkdeven
hkdeven / resume.md
Created May 29, 2018 13:48
Last Updated: May 2018

DEVEN BLACKBURN CV

Fort Lauderdale, FL | deven@makecodenotwar.co | +1.954.348.7293 | [Linkedin][1] | [GitHub][2] :octocat:


CORE DEVELOPER COMPENTENCIES


Front End Development: CSS, CSS3, SCSS, SASS, BEM, ReactJS, PreactJS, JSX, jQuery, HTML, HTML5, Bootstrap, Bourbon, Codepen

@hkdeven
hkdeven / county-state-geocode-lookup.html
Last active April 4, 2018 17:10
County and State lookup using Zipcode with the help of the Google Maps Geocoding API.
<!DOCTYPE html>
<html lang="en">
<head>
<title>County and State Lookup w/ Google Maps Geocoding API</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<script language="javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>
<body>
/* Consider this your server-side file but without the server */
/**
* Special function that handles HTTP GET requests to the published web app.
* @return {HtmlOutput} The HTML page to be served.
***/
function doGet(e) {
var requestedId = e.parameter.zoho_id;
var templ = HtmlService.createTemplateFromFile('webpage');
templ.data = requestRecordFromCRM(requestedId);
include Clockwork
every(20.seconds, 'Pulling Dribbble Rake Task'){
`rake dribbble:get_recent`
}
on(:after_tick) do
puts "tick, tock..."
true
end
// Parse URL string
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split("-");
if (pair[0] == variable) {
return pair[1];
}
}
@hkdeven
hkdeven / fig1-3.css
Created December 12, 2016 03:03
BOURBON IS GOOD FOR YOU article fig 1-3
.news { @include outer-container; }
.hot-news,
.latest-news {@include span(6); }