Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit c0c82ea4cd30c899265105e843f5e85c9ed40cee
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:14:05 2013 +1100

    Updated translation file

commit 90749a82138f29c20febd0d6985471d7c53f6db8
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:13:43 2013 +1100

    Updated ReadMe

commit bc703b41d5672f62ed70a0ae10b7c36f86890d37
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:13:15 2013 +1100

    Updated fonts, theme comments and moved media queries into this file

commit 225690daed7c35ce0170e5ec2d8fa0a5bf9387bc
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:11:57 2013 +1100

    Updated fonts

commit 7842ca25487ad84be1a395dc60c61d82570a1e92
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:09:14 2013 +1100

    Updated icons

commit 7f10cafe48a667a8c9a25e14c6c702d75bfde093
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:08:46 2013 +1100

    Added GitHub social icon

commit 327e2c420d38914c8a5cb47df2a5876eaec72674
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:07:29 2013 +1100

    Updated images

commit 73e35b1f5f40a073946d928f0207881798389de2
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:05:46 2013 +1100

    Update grid, icons and background images

commit dc984c0d097a520aafe3f024248ce1b514dead49
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:04:01 2013 +1100

    Replace Grid

commit b63065aabe50d6a4783b42e189d71b9c1626f776
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:03:43 2013 +1100

    Add Arvo font and Font Awesome icon font

commit fb611fff4ad8c939f18672c66fefec059cd008d7
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:02:53 2013 +1100

    Remove Museo font and IconMoon icon font

commit 3efeff1f64afa971ded3a242588fa63bcd5823ee
Author: Anthony Hortin <anthony@maddisondesigns.com>
Date:   Tue Mar 12 14:01:38 2013 +1100

    Update Grid and Icons
  • Loading branch information
maddisondesigns committed Mar 12, 2013
1 parent b063426 commit 28d2386
Show file tree
Hide file tree
Showing 89 changed files with 2,272 additions and 3,712 deletions.
6 changes: 3 additions & 3 deletions 404.php
Expand Up @@ -10,19 +10,19 @@

<div id="primary" class="site-content row clearfix" role="main">

<div class="col span_12_of_12">
<div class="col grid_12_of_12">

<article id="post-0" class="post error404 no-results not-found">
<header class="entry-header">
<h1 class="entry-title"><i class="icon-shocked icon-xlarge" aria-hidden="true"></i> <?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'quark' ); ?></h1>
<h1 class="entry-title"><i class="icon-thumbs-down icon-large"></i> <?php _e( 'Uh Oh! This is somewhat embarrassing!', 'quark' ); ?></h1>
</header>
<div class="entry-content clearfix">
<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'quark' ); ?></p>
<?php get_search_form(); ?>
</div><!-- /.entry-content -->
</article><!-- /#post -->

</div> <!-- /.col.span_12_of_12 -->
</div> <!-- /.col.grid_12_of_12 -->

</div> <!-- /#primary.site-content.row -->

Expand Down
12 changes: 6 additions & 6 deletions author.php
Expand Up @@ -10,7 +10,7 @@

<div id="primary" class="site-content row clearfix" role="main">

<div class="col span_8_of_12">
<div class="col grid_8_of_12">

<?php if ( have_posts() ) : ?>

Expand All @@ -36,16 +36,16 @@
<p><?php the_author_meta( 'description' ); ?></p>
<p class="social-meta">
<?php if ( get_the_author_meta( 'url' ) ) { ?>
<a href="<?php the_author_meta( 'url' ) ?>" title="Website"><i class="icon-link-3" aria-hidden="true"></i></a>
<a href="<?php the_author_meta( 'url' ) ?>" title="Website"><i class="icon-link"></i></a>
<?php } ?>
<?php if ( get_the_author_meta( 'twitter' ) ) { ?>
<a href="<?php the_author_meta( 'twitter' ) ?>" title="Twitter"><i class="icon-twitter" aria-hidden="true"></i></a>
<a href="<?php the_author_meta( 'twitter' ) ?>" title="Twitter"><i class="icon-twitter"></i></a>
<?php } ?>
<?php if ( get_the_author_meta( 'facebook' ) ) { ?>
<a href="<?php the_author_meta( 'facebook' ) ?>" title="Facebook"><i class="icon-facebook-2" aria-hidden="true"></i></a>
<a href="<?php the_author_meta( 'facebook' ) ?>" title="Facebook"><i class="icon-facebook-sign"></i></a>
<?php } ?>
<?php if ( get_the_author_meta( 'googleplus' ) ) { ?>
<a href="<?php the_author_meta( 'googleplus' ) ?>" title="Google+"><i class="icon-google-plus" aria-hidden="true"></i></a>
<a href="<?php the_author_meta( 'googleplus' ) ?>" title="Google+"><i class="icon-google-plus"></i></a>
<?php } ?>
</p>

Expand All @@ -72,7 +72,7 @@

<?php endif; // end have_posts() check ?>

</div> <!-- /.col.span_8_of_12 -->
</div> <!-- /.col.grid_8_of_12 -->
<?php get_sidebar(); ?>

</div> <!-- /#primary.site-content.row -->
Expand Down
4 changes: 2 additions & 2 deletions category.php
Expand Up @@ -10,7 +10,7 @@

<div id="primary" class="site-content row clearfix" role="main">

<div class="col span_8_of_12">
<div class="col grid_8_of_12">

<?php if ( have_posts() ) : ?>

Expand All @@ -35,7 +35,7 @@

<?php endif; // end have_posts() check ?>

</div> <!-- /.col.span_8_of_12 -->
</div> <!-- /.col.grid_8_of_12 -->
<?php get_sidebar(); ?>

</div> <!-- /#primary.site-content.row -->
Expand Down
2 changes: 1 addition & 1 deletion content-aside.php
Expand Up @@ -20,6 +20,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
2 changes: 1 addition & 1 deletion content-audio.php
Expand Up @@ -37,6 +37,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
2 changes: 1 addition & 1 deletion content-chat.php
Expand Up @@ -20,6 +20,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
2 changes: 1 addition & 1 deletion content-gallery.php
Expand Up @@ -28,6 +28,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
2 changes: 1 addition & 1 deletion content-image.php
Expand Up @@ -20,6 +20,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
2 changes: 1 addition & 1 deletion content-link.php
Expand Up @@ -20,6 +20,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
2 changes: 1 addition & 1 deletion content-page.php
Expand Up @@ -18,6 +18,6 @@
<?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'quark' ), 'after' => '</div>' ) ); ?>
</div><!-- /.entry-content -->
<footer class="entry-meta">
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer><!-- /.entry-meta -->
</article><!-- /#post -->
2 changes: 1 addition & 1 deletion content-postarchives.php
Expand Up @@ -33,6 +33,6 @@
<?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'quark' ), 'after' => '</div>' ) ); ?>
</div><!-- /.entry-content -->
<footer class="entry-meta">
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer><!-- /.entry-meta -->
</article><!-- /#post -->
2 changes: 1 addition & 1 deletion content-quote.php
Expand Up @@ -23,6 +23,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
2 changes: 1 addition & 1 deletion content-status.php
Expand Up @@ -20,6 +20,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
2 changes: 1 addition & 1 deletion content-video.php
Expand Up @@ -28,6 +28,6 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
</footer> <!-- /.entry-meta -->
</article> <!-- /#post -->
10 changes: 5 additions & 5 deletions content.php
Expand Up @@ -52,7 +52,7 @@
// Only show the tags on the Single Post page
quark_entry_meta();
} ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-arrow-right icon-small" aria-hidden="true"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php edit_post_link( __( 'Edit', 'quark' ) . ' <i class="icon-angle-right"></i>', '<div class="edit-link">', '</div>' ); ?>
<?php if ( is_singular() && get_the_author_meta( 'description' ) && is_multi_author() ) { // If a user has filled out their description and this is a multi-author blog, show a bio on their entries. ?>
<div class="author-info clearfix">
<div class="author-avatar">
Expand All @@ -63,16 +63,16 @@
<p><?php the_author_meta( 'description' ); ?></p>
<p class="social-meta">
<?php if ( get_the_author_meta( 'url' ) ) { ?>
<a href="<?php the_author_meta( 'url' ) ?>" title="Website"><i class="icon-link-3" aria-hidden="true"></i></a>
<a href="<?php the_author_meta( 'url' ) ?>" title="Website"><i class="icon-link"></i></a>
<?php } ?>
<?php if ( get_the_author_meta( 'twitter' ) ) { ?>
<a href="<?php the_author_meta( 'twitter' ) ?>" title="Twitter"><i class="icon-twitter" aria-hidden="true"></i></a>
<a href="<?php the_author_meta( 'twitter' ) ?>" title="Twitter"><i class="icon-twitter"></i></a>
<?php } ?>
<?php if ( get_the_author_meta( 'facebook' ) ) { ?>
<a href="<?php the_author_meta( 'facebook' ) ?>" title="Facebook"><i class="icon-facebook-2" aria-hidden="true"></i></a>
<a href="<?php the_author_meta( 'facebook' ) ?>" title="Facebook"><i class="icon-facebook-sign"></i></a>
<?php } ?>
<?php if ( get_the_author_meta( 'googleplus' ) ) { ?>
<a href="<?php the_author_meta( 'googleplus' ) ?>" title="Google+"><i class="icon-google-plus" aria-hidden="true"></i></a>
<a href="<?php the_author_meta( 'googleplus' ) ?>" title="Google+"><i class="icon-google-plus"></i></a>
<?php } ?>
</p>
<div class="author-link">
Expand Down

0 comments on commit 28d2386

Please sign in to comment.