This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Mission] | |
Title= | |
MissionType=0 | |
MissionDataType=1 | |
Year=1938 | |
Month=1 | |
Day=1 | |
Hour=12 | |
Minute=0 | |
Fog=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form { | |
position: relative; | |
} | |
#email { | |
position: absolute; | |
left: 128px; | |
} | |
#sub { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ----------------------------------------- | |
Color Scheme | |
----------------------------------------- */ | |
/* ============= COLOR 1 =================*/ | |
/* | |
- Main Headline | |
*/ | |
h1 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class LandingPagesController extends AppController { | |
var $uses = array(); | |
var $name = 'LandingPages'; | |
var $helpers = array('Html', 'Form'); | |
var $layout = 'landingpage'; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class CountryImportsController extends AppController { | |
var $name = 'CountryImports'; | |
/** | |
* displays the import link | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*jslint unparam: true, browser: true, indent: 2 */ | |
;(function ($, window, document, undefined) { | |
'use strict'; | |
Foundation.libs.section = { | |
name: 'section', | |
version : '4.2.2', |
OlderNewer