Browse Source

desk update

windhamdavid 6 years ago
parent
commit
49a447f806
3 changed files with 17 additions and 8 deletions
  1. 12 6
      page-desk.php
  2. 5 2
      style.css
  3. 0 0
      style.min.css

+ 12 - 6
page-desk.php

@@ -15,19 +15,19 @@ get_header(); ?>
 			<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>
-					<h4 class="georgia spread">I mostly leave commenting off, but please feel free to contact me if you have any feedback on a post. And if you're looking for something in particular:</h4>
-					<?php get_search_form(); ?>
+					<h4 class="georgia spread">I mostly leave commenting off, but please feel free to contact me if you have any feedback on a post. </h4>
+					<img src="<?php echo get_template_directory_uri() . '/img/desk.png'; ?>" alt="Who Needs a Computer Anyway?" width="90%" style="margin:30px 10px;border:3px solid #cecece"/>
 				</div>
 			</div>
-			<div class="col-sm-3 studio-tools">
+			<div class="col-sm-4 studio-tools">
 				<ul>
 					<li>Recent Posts</li>
-					<?php $recentposts = get_posts('numberposts=31'); foreach ($recentposts as $post) : setup_postdata($post); ?>
-					       <li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a> - <?php the_date('n/y'); ?></li>
+					<?php $recentposts = get_posts('numberposts=41'); foreach ($recentposts as $post) : setup_postdata($post); ?>
+					       <li style="color:#777"><?php echo get_the_date('m/d/y'); ?> - <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
 					<?php endforeach; ?>
 				</ul>
 			</div>	
-			<div class="col-sm-4">
+			<div class="col-sm-3">
 				<div class="row">
 					<div class="col-xs-6 studio-tools">		
 						<ul>
@@ -51,6 +51,12 @@ get_header(); ?>
 						</ul>
 					</div>
 				</div>
+				<div class="row">
+					<div class="col-xs-12 studio-tools">
+						<h5>Search:</h5>
+						<?php get_search_form(); ?>
+					</div>
+				</div>
 			</div>
 		</div>	
 	</div>

+ 5 - 2
style.css

@@ -52,9 +52,12 @@ body.desk {
 	background-color: #f2f2f2;
 }
 body.single {
-	background: rgba(242,242,242,.7);
-	background-color: #a19993;
+	background: rgba(85,94,104,0.68);
+	background-color: #5f6577;
 }
+	body.single .site-title a {
+		color:#fff;
+	}
 body.archive {
 	background: rgba(85,94,104,0.68);
 	background-color: #5f6577;

File diff suppressed because it is too large
+ 0 - 0
style.min.css


Some files were not shown because too many files changed in this diff