This file contains hidden or 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
/** | |
* placefill.js - A polyfill for the placeholder attribute. | |
* @author Daniel Golden <[email protected]> | |
*/ | |
var $place_holder_inputs = $('input[placeholder]'); | |
var place_holder_text = $('input').attr('placeholder'); | |
// make value attribute of all inputs with placeholder attribute equal to | |
// value of placeholder attribute |
This file contains hidden or 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
<aside class="featured_aside"> | |
[caption id="attachment_80262" align="alignleft" width="175"] | |
<img class="wp-image-80262 featured_aside_img" alt="SHORT IMAGE DESCRIPTION HERE" src="LINK TO IMAGE HERE" width="175" /> | |
<br /><br /> | |
<p class="featured_aside_caption">Caroline's joy is evident as she comforts Johanser after surgery.</p> | |
[/caption] | |
</aside> |
This file contains hidden or 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
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ | |
html { | |
font-family: sans-serif; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100% | |
} | |
body { | |
margin: 0 | |
} |
This file contains hidden or 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="community-homepage-stats-container"> | |
<ul class="community-homepage-stats"> | |
<li class="community-homepage-stat">Members: <strong>2,185</strong></li> | |
<li class="community-homepage-stat">Get Wells: <strong>66</strong></li> | |
<li class="community-homepage-stat">Kids Impacted: <strong>578</strong></li> | |
</ul> | |
</div> |
This file contains hidden or 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="giving-mini-profile-alt-container"> | |
<hr> | |
<div class="giving-mini-profile-alt"> | |
<div class="giving-mini-profile-photo-container"> | |
<img src="https://0515f2af61d5e3d37aec-a1d11e7882f6a6aa49a62729309b6434.ssl.cf2.rackcdn.com/curekids/img/10/10714/Malawi_TiloneGilbert_624.13-3.jpg" alt="Tilone's Cover photo" class="giving-mini-profile-photo"> | |
</div> | |
<h4 class="giving-mini-profile-name">Tilone</h4> | |
<span class="giving-mini-profile-country">From Malawi</span> | |
</div> | |
</div> |
This file contains hidden or 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 | |
/* | |
* Template Name: Brand Guidelines | |
*/ | |
function brand_guidelines_scripts () { | |
wp_dequeue_style('main-css'); | |
wp_enqueue_style('brand', '/css/brand.min.css'); | |
wp_enqueue_script('bootstrap-js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js', array('jquery'), '3.3.1', $in_footer = true); | |
} |
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> | |
<head> | |
<meta charset="utf-8"> <!-- utf-8 works for most cases --> | |
<meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine --> | |
<meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely --> | |
<title>Epiphany - Welcome!</title> <!-- The title tag shows in email notifications, like Android 4.4. --> | |
<!-- Web Font / @font-face : BEGIN --> |
OlderNewer