|
@@ -7,12 +7,12 @@ get_header(); ?>
|
|
<?php get_template_part( 'underscore' ); ?>
|
|
<?php get_template_part( 'underscore' ); ?>
|
|
<div class="container leader">
|
|
<div class="container leader">
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="col-sm-12">
|
|
|
|
|
|
+ <div class="col-md-12">
|
|
<h1 id="desk" class="cm-sans wow fadeInLeft">Desk</h1>
|
|
<h1 id="desk" class="cm-sans wow fadeInLeft">Desk</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row desk">
|
|
<div class="row desk">
|
|
- <div class="col-sm-5">
|
|
|
|
|
|
+ <div class="col-md-5">
|
|
<div class="entry-content">
|
|
<div class="entry-content">
|
|
<h4 class="georgia spread"><em><span class="firstcharacter">T</span>he internet is ok if you look in the right places. It's also awash with nonsense</em>. I'm just hoping not to contribute to the nonsense. I publish little essays, notes, ideas, images, or pretty much anything else I want to share here. This site started with mostly computer related ramblings, but I went elsewhere with it after I quit the social networks. I wrote a <a href="/my-personal-website/">post about this website</a>. The easiest way to quickly scan everything on it is through the <a href="/archive/">archive</a> or <a href="/sitemap/">sitemap</a> pages.
|
|
<h4 class="georgia spread"><em><span class="firstcharacter">T</span>he internet is ok if you look in the right places. It's also awash with nonsense</em>. I'm just hoping not to contribute to the nonsense. I publish little essays, notes, ideas, images, or pretty much anything else I want to share here. This site started with mostly computer related ramblings, but I went elsewhere with it after I quit the social networks. I wrote a <a href="/my-personal-website/">post about this website</a>. The easiest way to quickly scan everything on it is through the <a href="/archive/">archive</a> or <a href="/sitemap/">sitemap</a> pages.
|
|
<br /><br />Feel free to <a href="/contact/">contact me</a> if you have any feedback, questions, or just want to say hello. <br /><br />Thanks for the visit,</h4>
|
|
<br /><br />Feel free to <a href="/contact/">contact me</a> if you have any feedback, questions, or just want to say hello. <br /><br />Thanks for the visit,</h4>
|
|
@@ -20,7 +20,7 @@ get_header(); ?>
|
|
<img src="<?php echo get_template_directory_uri() . '/img/desk.png'; ?>" alt="Who Needs a Computer Anyway?" width="90%" style="margin:100px 10px;border:3px solid #cecece"/>
|
|
<img src="<?php echo get_template_directory_uri() . '/img/desk.png'; ?>" alt="Who Needs a Computer Anyway?" width="90%" style="margin:100px 10px;border:3px solid #cecece"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="col-sm-4 studio-tools">
|
|
|
|
|
|
+ <div class="col-md-4 studio-tools">
|
|
<ul>
|
|
<ul>
|
|
<li>Recent Posts</li>
|
|
<li>Recent Posts</li>
|
|
<?php $recentposts = get_posts('numberposts=50'); foreach ($recentposts as $post) : setup_postdata($post); ?>
|
|
<?php $recentposts = get_posts('numberposts=50'); foreach ($recentposts as $post) : setup_postdata($post); ?>
|
|
@@ -29,12 +29,12 @@ get_header(); ?>
|
|
<li class="pull-right"><a href="<?php echo site_url(); ?>/archive/"><b>All Posts -></b></a></li>
|
|
<li class="pull-right"><a href="<?php echo site_url(); ?>/archive/"><b>All Posts -></b></a></li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
- <div class="col-sm-3">
|
|
|
|
|
|
+ <div class="col-md-3">
|
|
<div class="row"style="padding:20px 0 0 0;">
|
|
<div class="row"style="padding:20px 0 0 0;">
|
|
<?php get_search_form(); ?>
|
|
<?php get_search_form(); ?>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="col-xs-6 studio-tools">
|
|
|
|
|
|
+ <div class="col-md-6 studio-tools">
|
|
<ul>
|
|
<ul>
|
|
<?php wp_list_categories('orderby=name&exclude=1,7,44&title_li=Topics'); ?>
|
|
<?php wp_list_categories('orderby=name&exclude=1,7,44&title_li=Topics'); ?>
|
|
</ul>
|
|
</ul>
|
|
@@ -48,7 +48,7 @@ get_header(); ?>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-xs-12 studio-tools">
|
|
<div class="col-xs-12 studio-tools">
|
|
- <ul>
|
|
|
|
|
|
+ <ul class="tags">
|
|
<li>Tags</li>
|
|
<li>Tags</li>
|
|
<?php $tags = get_tags(); if ( $tags ) : foreach ( $tags as $tag ) : ?>
|
|
<?php $tags = get_tags(); if ( $tags ) : foreach ( $tags as $tag ) : ?>
|
|
<a href="<?php echo esc_url( get_tag_link( $tag->term_id ) ); ?>" title="<?php echo esc_attr( $tag->name ); ?>"><?php echo esc_html( $tag->name ); ?></a>,
|
|
<a href="<?php echo esc_url( get_tag_link( $tag->term_id ) ); ?>" title="<?php echo esc_attr( $tag->name ); ?>"><?php echo esc_html( $tag->name ); ?></a>,
|
|
@@ -57,7 +57,7 @@ get_header(); ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="col-xs-12 studio-tools">
|
|
|
|
|
|
+ <div class="col-md-12 studio-tools">
|
|
<h5>Today I Learned</h5>
|
|
<h5>Today I Learned</h5>
|
|
<ul>
|
|
<ul>
|
|
<?php pull_til(); ?>
|
|
<?php pull_til(); ?>
|