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 | |
/* | |
* reCaptcha spam filter is 3rd party code was provided | |
* by Google and downloaded at http://www.google.com/recaptcha/ | |
* | |
* Copyright (c) 2007 reCAPTCHA -- http://recaptcha.net | |
* AUTHORS: | |
* Mike Crawford | |
* Ben Maurer | |
* |
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 | |
$action = (isset($_POST['__action'])) ? $_POST['__action'] : null; // is the action we have to take | |
$err = array(); // empty array to hold any processing errors | |
if($action){ // there is an action | |
if($action == 'Send'){ | |
// we must process the email form | |
require_once('confirmation.php'); // require the file needed to process email form |
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
a img { | |
border: none; | |
} | |
article.content-article p img { | |
float: left; | |
height: 250px; | |
width: 350px; | |
margin-right: 20px; | |
} | |
article#ben-info p img { |
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
a img { | |
border: none; | |
} | |
article.content-article p img { | |
float: left; | |
height: 250px; | |
width: 350px; | |
margin-right: 20px; | |
} | |
article#ben-info p img { |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Come Alive Chiropractic - Home</title> | |
<style type="text/css" media="screen"> | |
@import "css/comealive_style.css"; | |
</style> | |
<!--[if gte IE 9]> | |
<style type="text/css"> |
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
a img { | |
border: none !important; | |
} | |
body { | |
font-family: "Helvetica Neue" , sans-serif; | |
margin: 0 auto; | |
} | |
footer { | |
color: #FFFFFF; | |
height: 50px; |
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
<!DOCTYPE html> | |
<!-- saved from url=(0032)http://www.nicbrunson.com/#stats --> | |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
<meta http-equiv="Content-Type" content=""> | |
<meta name="viewport" content="width=device-width; initial-scale=0.5; maximum-scale=1.0; user-scalable=0;"> | |
<link rel="icon" href="favicon.ico"> | |
<link rel="shortcut icon" href="favicon.ico"> | |
<title>Nic Brunson</title> | |
<link href="css/manifest.css" rel="stylesheet" type="text/css"> |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content="Spundies"> | |
<meta name="author" content="Jason Breitigan"> | |
<link rel="shortcut icon" href="images/favicon.ico"> |
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 BaseController extends Controller { | |
/** |
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="billboard"> | |
<div class="carousel"> | |
<div class="container"> | |
</div><!-- .container --> | |
</div><!-- .carousel --> | |
</div><!-- .billboard --> | |
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> | |
<div class="container"> |
OlderNewer