Adds missing classes

Adds missing classes to front-page.php & footer.php
This commit is contained in:
Petya Raykovska 2014-10-09 15:47:59 +03:00
parent 63db1dc73d
commit 82abfee07a
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<div class="clear"></div> <div class="clear"></div>
<footer class="clear"> <footer class="clear">
<div class="content grid"> <div class="content grid footer">
<div class="col4"> <div class="col4">
<h3>OpenFest</h3> <h3>OpenFest</h3>
<p> <p>

View File

@ -1,10 +1,10 @@
<?php get_header(); ?> <?php get_header(); ?>
<section class="content grid"> <section class="content grid">
<div class="col2"> <div class="col2 tagline">
<h1><?php echo get_bloginfo('name'); ?> </h1> <h1><?php echo get_bloginfo('name'); ?> </h1>
<p><?php echo get_bloginfo('description'); ?></p> <p><?php echo get_bloginfo('description'); ?></p>
</div> </div>
<div class="col2"> <div class="col2 sponsors">
<?php echo do_shortcode( '[sponsors]' ); ?> <?php echo do_shortcode( '[sponsors]' ); ?>
</div> </div>
</section> </section>