Created
December 24, 2011 18:51
-
-
Save parkr/1518072 to your computer and use it in GitHub Desktop.
ParkerMoore.de Redesign
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ParkerMoore.de Redesign | |
*/ | |
@import url("http://www.parkermoore.de/dump/new_home.css"); | |
body { | |
background-color: rgba(185, 250, 195, 0.15623); | |
} | |
#wrapper { | |
background-color: #fff; | |
width: 640px; | |
margin: 0 auto; | |
border: none; | |
} | |
nav { | |
border: none; | |
padding: 10px 0px !important; | |
} | |
nav a.current { | |
color: #fff; | |
background-color: #ACD7B3; | |
} | |
header, header * { | |
color: #b31b1b !important; | |
} | |
header a {} | |
nav a { | |
padding: 10px; | |
} | |
nav a:hover { | |
} | |
.page a, nav a { | |
font-weight: normal; | |
color: #94362F; | |
} | |
.page a:hover, nav a:hover { | |
color: #fff; | |
background-color: #ACD7B3; | |
text-decoration: none; | |
} | |
a:visited { | |
color: #94362F; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="wrapper"> | |
<header> | |
<a href="#"> | |
Parker J. Moore | |
</a> | |
</header> | |
<nav> | |
<p> | |
<a href="#" class="current">Home</a> | |
<a href="#portfolio.php">Portfolio</a> | |
<a href="#resume">Resume</a> | |
</p> | |
</nav> | |
<section id="welcome" class="page"> | |
<p>Hey! It's so great to see you. My name is Parker J. Moore and I would like to welcome you to my humble abode on this internet of ours. I am a web developer from Rochester, NY, and currently reside in Ithaca, NY, where I study <a href="http://www.infosci.cornell.edu/">Information Science</a> at <a href="http://www.cornell.edu/">Cornell University</a>.</p> | |
<p>I specialize in <strong>Front-End Web Development</strong> (HTML, CSS, Javascript), but have become quite comfortable with frameworks such as <a href="http://rubyonrails.org/">Ruby on Rails</a> and <a href="http://cakephp.org/">CakePHP</a>, and am fluent in the aforementioned programming languages and PHP. I am currently learning Ruby, but it's a tool that I use <em>all the time</em>, so I'd say that I have acquired at least knowledge of Ruby to at least an intermediate level.</p> | |
<p>Connect with me on <a href="http://www.twitter.com/parkr">Twitter</a>, <a href="http://forrst.com/people/parkermoore">Forrst</a>, <a href="http://www.github.com/parkr">Github</a>, and <a href="https://bitbucket.org/parkermoore">Bitbucket</a> if you're interested in that sort of thing. Otherwise, shoot me an email at <a href="mailto:pjm336@cornell.edu">pjm336@cornell.edu</a></p> | |
<p>Please feel free to poke around for a few minutes and learn more about me and what I do.</p> | |
</section> | |
<div id="bottom">Last updated on December 24, 2011.</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","prefixfree":"","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment