Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Commit

Permalink
Importing the current content of http://mikewest.org/is/. Oh God does…
Browse files Browse the repository at this point in the history
… it need a rethink.
  • Loading branch information
mikewest committed Oct 31, 2008
1 parent 0f9d533 commit cf2115b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
14 changes: 11 additions & 3 deletions data/adhoc/is/index.markdown
@@ -1,4 +1,12 @@
This is an adhoc page.
----------------------
Mike West is…
--------------------

This is a markdown document to test my ability to create adhoc pages. I'm not quite sure how I'll determine whether or not a page is adhoc. I suppose the simplest is to use the adhoc handler as a pre-404 default page. Let's see how that works for me, shall we?
<p><img src="http://mikewest.org/images/mike_big.jpg" alt="Mike West" class="sidebar"> I graduated from the University of Texas: Austin in May 2003, majoring in Philosophy with minors in Computer Science and German. In December, 2005, I moved to Germany to turn a long-distance relationship into just a relationship. After almost a year of building up my language skills, I settled down in Munich to begin work as a web developer with the great people at Yahoo! Deutschland in November, 2006.</p>

I debated in high school, and have become very interested in Philosophy because of that experience. It’s the single most educational thing I’ve done in my entire life, and I’m grateful that I had that opportunity. I’m enthralled with discussions of ethics and political science, but never got too involved in more ethereal, metaphysical discourse. I like concrete applications, and I like to think that my heady philosophical discussions could be seen in terms of real world implications.

I’ve been playing around on the web since 1995, and I’ve taught myself just about everything I’ve needed to know about programming for that medium. My Computer Science courses have given me a firm foundation in the theories that underlie coding of any sort, and PHP, Perl, Java and etc. have provided me with creative outlets to put those theories into concrete practice.

I enjoy the process of working out solutions to complex problems. I spend hours planning projects, piecing together disparate needs and requirements into coherent wholes that attack the problem at hand. The process of planning out solutions, and formulating database structures, data structures, function relationships and everything else that goes into a system’s design is my favourite part of programming.

I even enjoy running into ‘issues’. There’s a sort of sublime contentment that can be found in running into some messy bug that I completely overlooked in the planning phases (and these always come up. Always.) and then scrambling for a solution. That sort of ‘thinking on your feet’ is what makes me keep coming back to programming.
18 changes: 16 additions & 2 deletions data/static/common.css
Expand Up @@ -73,7 +73,7 @@ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pr
text-align: justify;
border-bottom: 0.077em solid #666;
}
.bio img {
.bio img, .sidebar {
border: 0.077em solid #AAA;
background: #FFF;
padding: 0.2308em;
Expand Down Expand Up @@ -155,7 +155,7 @@ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pr
.recent-posts .meta span {
display: block;
}
p {
.recent-posts p {
clear: both;
}
/*************************************************************************
Expand Down Expand Up @@ -289,6 +289,20 @@ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pr
width: auto;
margin: 1em 11em;
}

/*****************************************************************************
* Images in articles
*/
.article .sidebar {
float: right;
width: 17.1538em;
margin: 0 0 0 0.7692em;
}
/*****************************************************************************
* AdHoc
*/
/* Nothing yet, but I'm sure I'll need this at some point. */

/*****************************************************************************
* Archive/Tag Pages
*/
Expand Down

0 comments on commit cf2115b

Please sign in to comment.