|
@@ -8,15 +8,24 @@ get_header(); ?>
|
|
|
<div class="container leader">
|
|
|
<div class="row">
|
|
|
<div class="col-sm-12">
|
|
|
- <h1 class="super-duper cm-sans wow fadeInLeft">Desk</h1>
|
|
|
+ <h1 class="cm-sans wow fadeInLeft">Desk</h1>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
- <div class="col-sm-8">
|
|
|
+ <div class="col-sm-5">
|
|
|
<div class="entry-content">
|
|
|
<h4 class="georgia spread"><em><span class="firstcharacter">T</span>he internet is awash with nonsense and people that really want to be heard</em>. That's not exactly the case for me and I'm not planning on adding to the nonsense. I've spent too much time working on websites for other folks to really concern myself with my own. However, I've grown really tired of communicating using third party websites and I wanted to use this as a way to archive any notes, ideas, or anything I want to share. Right now, this site is clogged up with lots of old posts about mostly computer related ramblings, but I'll clean that up over time.</h4>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="col-sm-3 studio-tools">
|
|
|
+ <ul>
|
|
|
+ <li>Recent Posts</li>
|
|
|
+ <?php $recentposts = get_posts('numberposts=13'); foreach ($recentposts as $post) : setup_postdata($post); ?>
|
|
|
+ <li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
|
|
|
+ <?php endforeach; ?>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
<div class="col-sm-4">
|
|
|
<div class="col-xs-6 studio-tools">
|
|
|
<ul>
|