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="gravity-wrapper request-analysis-wrapper"> | |
<div class="gf_browser_chrome gform_wrapper" id="gform_wrapper_4"><a id="gf_4" name="gf_4" class="gform_anchor"></a><form method="post" enctype="multipart/form-data" target="gform_ajax_frame_4" id="gform_4" action="/#gf_4"> | |
<div class="gform_heading"> | |
<h3 class="gform_title">Please Analyze My Website</h3> | |
<span class="gform_description">We would love to hear from you! Please fill out this form and we will get in touch with you shortly.</span> | |
</div> | |
<div class="gform_body"> | |
<ul id="gform_fields_4" class="gform_fields top_label description_below"><li id="field_4_1" class="gfield gfield_contains_required"><label class="gfield_label" for="input_4_1">Company<span class="gfield_required">*</span></label><div class="ginput_container"><input name="input_1" id="input_4_1" type="te |
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="gravity-wrapper request-analysis-wrapper"> | |
<div class="gf_browser_chrome gform_wrapper" id="gform_wrapper_4"><a id="gf_4" name="gf_4" class="gform_anchor"></a><form method="post" enctype="multipart/form-data" target="gform_ajax_frame_4" id="gform_4" action="/#gf_4"> | |
<div class="gform_heading"> | |
<h3 class="gform_title">Please Analyze My Website</h3> | |
<span class="gform_description">We would love to hear from you! Please fill out this form and we will get in touch with you shortly.</span> | |
</div> | |
<div class="gform_body"> | |
<ul id="gform_fields_4" class="gform_fields top_label description_below"><li id="field_4_1" class="gfield gfield_contains_required"><label class="gfield_label" for="input_4_1">Company<span class="gfield_required">*</span></label><div class="ginput_container"><input name="input_1" id="input_4_1" type="te |
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
<ul> | |
<li class="thumbnail"> | |
<div class="centered"><img src="http://placekitten.com/200/400" alt="" class="portrait" /></div> | |
</li> | |
<li class="thumbnail"> | |
<div class="centered"><img src="http://placekitten.com/400/201" alt="" class="landscape" /></div> | |
</li> | |
<li class="thumbnail"> | |
<div class="centered"><img src="http://placekitten.com/200/300" alt="" class="portrait" /></div> | |
</li> |
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
<ul> | |
<li class="thumbnail"> | |
<div class="centered"><img src="http://placekitten.com/200/400" alt="" class="portrait" /></div> | |
</li> | |
<li class="thumbnail"> | |
<div class="centered"><img src="http://placekitten.com/400/201" alt="" class="landscape" /></div> | |
</li> | |
<li class="thumbnail"> | |
<div class="centered"><img src="http://placekitten.com/200/300" alt="" class="portrait" /></div> | |
</li> |
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
$my-icons-spacing: 10px; // give some space to avoid little pixel size issues on resize | |
@import "my-icons/*.png"; | |
$my-icons-sprite-dimensions: true; | |
@include all-my-icons-sprites; | |
// the fun part |
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 kirbytextExtended extends kirbytext { | |
function __construct($text, $markdown=true) { | |
parent::__construct($text, $markdown); | |
$this->addTags('figure'); |
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
/* awesome card */ | |
@list-color: #000000; | |
@front-card-back: #156AEA; | |
@front-p: #ffffff; | |
@back-p: #000000; | |
container { | |
-webkit-perspective: 1000; | |
} |
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
body { | |
background:url(http://i.imgur.com/qKsVr.png); | |
} | |
.box { | |
width:400px; | |
background: white; | |
position: relative; | |
} |
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 | |
function lang_support() { | |
return array('en','fr'); // Add your support lang-code (1st place is a default) | |
} | |
function rewrite_lang(){ | |
$langs = lang_support(); | |
foreach($langs as $lang) { | |
add_rewrite_endpoint($lang,EP_PERMALINK|EP_PAGES|EP_ROOT|EP_CATEGORIES); | |
} |
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
#!bash | |
# | |
# bash completion support for core Git. | |
# | |
# Copyright (C) 2006,2007 Shawn O. Pearce <[email protected]> | |
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/). | |
# Distributed under the GNU General Public License, version 2.0. | |
# | |
# The contained completion routines provide support for completing: | |
# |
OlderNewer