Skip to content

Commit

Permalink
fixes errors in years and removes extraneous content (too many words …
Browse files Browse the repository at this point in the history
…says christian)
  • Loading branch information
jmontross committed Aug 14, 2012
1 parent 9f65cd2 commit e27d2c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
21 changes: 13 additions & 8 deletions app.rb
Expand Up @@ -44,6 +44,7 @@
kit.stylesheets << './public/stylesheets/bootstrap.min.css'
# kit.to_pdf
# above works but looks crappy..
# TODO : Only geneate a new resume if something changed.
kit.to_file '/tmp/Joshua_Montross_Resume.pdf'
send_file '/tmp/Joshua_Montross_Resume.pdf', :filename => "Joshua_Montross_Resume.pdf"

Expand Down Expand Up @@ -81,7 +82,9 @@
<br style='clear:both' />
<a href="/resume.pdf" target="new"> Resume as pdf </a>
<br style='clear:both' />
<small> I get to the point. You can count on me in a pinch. <br style='clear:both' /> ~j </small>
<% if @awesome_instance_variables[:tagline] %>
<small> <%= @awesome_instance_variables[:tagline] %> <br style='clear:both' /> ~j </small>
<% end %>
<% if @awesome_instance_variables[:working_with_rails] %>
<a href='http://workingwithrails.com/person/<%= @awesome_instance_variables[:working_with_rails] %>'>
<img alt='Recommend Me' src='http://workingwithrails.com/images/tools/compact-small.jpg' />
Expand Down Expand Up @@ -219,8 +222,7 @@
Conferences
<small>They are more than fun.</small>
</h1>
</div>
<p>I've attended the following conferences:</p>
</div>
<ul>
<li>RubyConf 2009</li>
<li>RubyConf 2010</li>
Expand Down Expand Up @@ -258,19 +260,22 @@
</p>
<span class='label'>#jquery</span>
<span class='label'>#mongo</span>
<span class='label'>#sinatra</span>
<span class='label'>#nginx</span>
<span class='label'>#unicorn</span>
</div>
<div class='project'>
<h3><a href="#"> pointmanj.com </a> </h3>
<h4>Sinatra app with webkit and pdf generation from html content on the fly </h4>
<p>
Built in an afternoon for the purpose of having an online resume presence. The resume pdf is generated from this html.
It is open source and available for fork and customization on <a href="http://www.github.com/jmontross/pointmanj"> my github page.</a>
The resume pdf is generated from this html (and admittedly could use some work).
<a href="http://www.github.com/jmontross/pointmanj">The source is available here.</a>
</p>

<span class='label'>#jquery</span>
<span class='label'>#mongo</span>
<span class='label'>#nginx</span>
<span class='label'>#sinatra</span>
<span class='label'>#heroku</span>
<span class='label'>#pdfkit</span>

</div>
<!-- <div class='project'>
<h3>Open Source Contributions</h3>
Expand Down
3 changes: 2 additions & 1 deletion config/personal_settings.yml
Expand Up @@ -7,4 +7,5 @@ working_with_rails :
personal_image : /images/josh_up_redwoods.jpg
personal_site : http://www.joshuamontross.com
job_title: Ruby / Rails Engineer
hire_availability : unavailable
hire_availability : unavailable
tagline: I get to the point. You can count on me in a pinch.

0 comments on commit e27d2c6

Please sign in to comment.