I hereby claim:
- I am kaelifa on github.
- I am kaelifa (https://keybase.io/kaelifa) on keybase.
- I have a public key whose fingerprint is 3037 8521 E512 FBB3 2FCB 8174 D6DB 7257 7CAB E6D3
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 1D9nCKm5UmGnLLHScHeBUareLpqx5qoryb https://explorer.blockstack.org/address/1D9nCKm5UmGnLLHScHeBUareLpqx5qoryb |
I hereby claim:
To claim this, I am signing this object:
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
@mixin fadeIn($direction: none) { | |
$type:''; | |
@if $direction == 'right' { | |
$type: fadeInRight; |
= partial(:button, :locals => { :button_text => "portfolio" }) |
<!DOCTYPE html> | |
<html> | |
<head> | |
<style media="screen"> | |
body { | |
margin: 0; | |
padding: 0; | |
} |
{ | |
"debug": false, | |
"domain": null, | |
"lintScripts": false, | |
"modelSource": null, | |
"preprocessorLocations": "css-src", | |
"preprocessorScriptOutput": "scripts", | |
"preprocessorStyleOutput": "../static/css", | |
"projectDescription": "Project Description", | |
"projectName": "Project Name", |
// ---- | |
// Sass (v3.3.3) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
.flash { | |
border: 3px solid green; | |
padding: 1em; | |
&--red { |
name: Project name | |
markdown: redcarpet | |
pygments: true | |
# Exclude the following from the build | |
# exclude css-src as this is the sass and not required for output | |
# exclude .sass-cache as not required for output | |
# exclude config.rb as these are the configuration settings for compass | |
# core files/folders to exclude |
# Require any additional compass plugins here. | |
require "susy" | |
# require "modular-scale" | |
# require "sassy-buttons" | |
# require "animation" | |
# Set this to the root of your project when deployed: | |
http_path = "/" | |
css_dir = "css" | |
sass_dir = "css-src" |
/** | |
* @description Class for developer specific information | |
* | |
* @author Kristina Auckland | |
* @version 0.1 | |
* @date 2013-05-14 09:57 | |
* | |
* | |
* @example | |
* <div class="globalHeader"> |