Skip to content

Instantly share code, notes, and snippets.

View chrisjimallen's full-sized avatar

Chris Allen chrisjimallen

View GitHub Profile
@chrisjimallen
chrisjimallen / gist:5710324
Created June 4, 2013 22:54
Aweber Script to Retrieve Correct Credentials
<?php
require_once('aweber_api/aweber_api.php');
// Step 1: assign these values from https://labs.aweber.com/apps
$consumerKey = 'XXX';
$consumerSecret = 'XXX';
// Step 2: load this PHP file in a web browser, and follow the instructions to set
// the following variables:
@chrisjimallen
chrisjimallen / droidsansimport
Created March 12, 2013 21:05
droid sans import
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body {
font-family: 'Droid Sans', sans-serif;
font-size:medium;
font-size:medium;
color: #000;
}
@chrisjimallen
chrisjimallen / gist:4975787
Created February 18, 2013 08:03
Country Imports
<?php
class CountryImportsController extends AppController {
var $name = 'CountryImports';
/**
* displays the import link
*
<?php
class LandingPagesController extends AppController {
var $uses = array();
var $name = 'LandingPages';
var $helpers = array('Html', 'Form');
var $layout = 'landingpage';
@chrisjimallen
chrisjimallen / gist:4959278
Last active December 13, 2015 18:58
color scheme
/* -----------------------------------------
Color Scheme
----------------------------------------- */
/* ============= COLOR 1 =================*/
/*
- Main Headline
*/
h1 {
#container {
position:relative;
width: 750px;
height:600px;
margin: 0 auto;
background-repeat: no-repeat;
border: solid 1px #ccc;
background-image: url('../img/bg.png');
background-position: center bottom;
background-repeat: no-repeat;
form {
position: relative;
}
#email {
position: absolute;
left: 128px;
}
#sub {
@chrisjimallen
chrisjimallen / Campaign_SCR.mis
Created February 11, 2013 13:37
Campaign_SCR file
This file has been truncated, but you can view the full file.
[Mission]
Title=
MissionType=0
MissionDataType=1
Year=1938
Month=1
Day=1
Hour=12
Minute=0
Fog=0
@chrisjimallen
chrisjimallen / gist:4721975
Created February 6, 2013 11:17
Check This Shit Out Brother!
<div class="row">
<div class="twelve columns">
<h3>Orbit</h3>
<div id="featured">
<img src="holder.js/1200x250/text:Slide_1" alt="slide image">
<img src="holder.js/1200x250/text:Slide_2" alt="slide image">
<img src="holder.js/1200x250/text:Slide_3" alt="slide image">
</div>
</div>
</div>