Skip to content

Instantly share code, notes, and snippets.

@mclanecreative
Created September 3, 2013 20:53
Show Gist options
  • Save mclanecreative/6429419 to your computer and use it in GitHub Desktop.
Save mclanecreative/6429419 to your computer and use it in GitHub Desktop.
<?php /*
Template Name: Home
*/ ?>
<?php get_header(); ?>
<div id="content" class="full">
<?php get_template_part( 'part-projects-home'); ?>
<div id="progress_report"><span class="home-progress-signup"><a href="#">SIGN UP</a></span><br /><p><span class="home-progress-learnmore"><a href="#">OR LEARN MORE</a></span></p>
<h1>Progress Report</h1><br /><h4>Vivamus condimentum eleifend vehicula. Maecenas pulvinar tellus velit, sed consectetur lorem porttitor eget. Nam sagittis tempor tristique.</h4>
<p><h6>OUR PROJECT GOAL = <strong>$300,000</strong></h6></p></div>
<div id="fundraise_report"><div id="progress_table">
<div class="progress_row">
<span class="progress_cell"><h1>Funds Raised to Date:</h1><br /><h6>Spread the word <a class="progress-facebook"><a href="http://facebook.com/childhoodlost"></a> <a class="progress-twitter" href="https://twitter.com/childhoodlost"></a> Get email updates <a class="progress-email" href="/contact/"></a></h6></span>
<span class="progress_cell_total"><?php echo olimometer_progress(1,'align_right');?></span>
</div>
</div></div>
<div id="fundraise_toraise"><strong><?php echo olimometer_remaining(1,'align_right');?> needed</strong> to unlock our next project</div>
<?php get_template_part( 'part-featured-pages'); ?>
<?php get_template_part( 'part-posts-home'); ?>
<?php get_template_part( 'part-testimonials-home'); ?>
</div>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment