Skip to content

Commit

Permalink
Copy edits and updated resume.
Browse files Browse the repository at this point in the history
  • Loading branch information
parisminton committed May 30, 2014
1 parent 53eca46 commit feebbea
Show file tree
Hide file tree
Showing 16 changed files with 15,124 additions and 65 deletions.
Binary file added a/go.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added a/nytlogo153x23.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added a/pv_headline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>About James</h2>
<p id="photocredit">Photo by <a href="http://www.amberhuntphotography.com" target="_new">Amber Hunt</a></p>
</div>
<p>For 14 years, I've built and managed digital content in a career path that began as a newsroom apprentice at the <a href="http://www.freep.com" target="_new">Detroit Free Press</a> and traced the stark border between journalism and technology.</p>
<p><a href="http://www.linkedin.com/in/jamesthomaswebguy" target="_new">My LinkedIn profile</a> and <a href="pdf/jamesthomas_resume061311.pdf">resume</a> give a glimpse of this odd, interesting space: ("Here, edit this election story. ... Now turn this Illustrator file into code. ... Now parse this XML feed.")</p>
<p><a href="http://www.linkedin.com/in/jamesthomaswebguy" target="_new">My LinkedIn profile</a> and <a href="pdf/jamesthomas_resume042614.pdf">resume</a> give a glimpse of this odd, interesting space: ("Here, edit this election story. ... Now turn this Illustrator file into code. ... Now parse this XML feed.")</p>
<p>I've increasingly spent more time on the tech side, and I'd like to focus my career on it.</p>
<p>I've got a solid understanding of Web standards and the core principles of object-oriented programming. Lately I've been learning some compiled languages and practicing mobile development.</p>
<p>But I started as a writer and still love the written word. I strive for a well-turned phrase, and news that's accurate, engaging and incisive. Much of my Freep.com work has been making concise Web text read well.</p>
Expand All @@ -64,9 +64,9 @@ <h2>About James</h2>
<img src="a/conday_logo_8bit.png" alt="This site rolls with ConDay." title="This site rolls with ConDay." />
<a href="http://www.dreamhost.com" target="_new"><img src="a/dreamhost_logo_8bit.png" alt="This site rests at Dreamhost." title="This site rests at Dreamhost." /></a>
</div>
<p id="copyright">All content and design &copy; 2005-2011 James Thomas (parisminton) unless noted otherwise. All rights reserved.</p>
<p id="copyright">All content and design &copy; 2005-2014 James Thomas (parisminton) unless noted otherwise. All rights reserved.</p>
</div>
</div>
</body>
<script type="text/javascript" src="j/about.js"></script>
</html>
</html>
2 changes: 2 additions & 0 deletions c/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ body { background: url(../a/bg_8bit.png) left top repeat-x; }

#shade { display: none; position: fixed; background-color: #000; z-index: 20; opacity: 0.0; }

.ghost { display: block; position: absolute; }

#lightbox { display: none; position: absolute; width: 920px; margin: 60px auto; background: url('../a/lightbox_top_8bit.png') 48px top no-repeat; z-index: 30; }
#lightbox-top { width: 920px; height: 52px; margin: 0; background: url('../a/lightbox_top_8bit.png') 48px top no-repeat; }
#lightbox-body { background: url('../a/shelf_bg_8bit.png') 48px top repeat-y; }
Expand Down
Loading

0 comments on commit feebbea

Please sign in to comment.