Skip to content

Commit

Permalink
hiding title on resume
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteadman committed Jan 31, 2014
1 parent 2319349 commit 78754a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions sass/custom/_styles.scss
Expand Up @@ -21,3 +21,8 @@
.squat { .squat {
line-height:1.25; line-height:1.25;
} }

.document-header {
margin-top:30px;
}

4 changes: 2 additions & 2 deletions source/_layouts/page.html
Expand Up @@ -3,8 +3,8 @@
--- ---


<article role="article" class="{{ page.title }}"> <article role="article" class="{{ page.title }}">
{% if page.title %} {% if page.title and page.displaytitle %}
<header> <header class="document-header">
<div class="jumbotron"> <div class="jumbotron">
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %} {% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
</div> </div>
Expand Down
3 changes: 3 additions & 0 deletions source/resume/index.markdown
Expand Up @@ -5,12 +5,15 @@ date: 2014-01-29 16:37
comments: true comments: true
sharing: true sharing: true
displaydate: false displaydate: false
displaytitle: false
footer: true footer: true
--- ---


### About Me ### About Me


<p class="squat">I am a self-taught web developer with nearly four years of agency and freelance experience. I prefer working in Ruby on Rails, however I also have extensive experience with Drupal, Wordpress and some experience with Django.</p> <p class="squat">I am a self-taught web developer with nearly four years of agency and freelance experience. I prefer working in Ruby on Rails, however I also have extensive experience with Drupal, Wordpress and some experience with Django.</p>
### Where I'm Headed
<p class="squat">I'm interested primarily in Rails as an API and moving front-end to the client with frameworks such as Angular, Ember and Meteor</p>


## Technology ## Technology
* **Servers:** Nginx, Apache, Thin * **Servers:** Nginx, Apache, Thin
Expand Down

0 comments on commit 78754a5

Please sign in to comment.