1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 04:45:22 -04:00

switch pdf embed from scribd to google docs

This commit is contained in:
Jake Jarvis 2017-05-26 10:53:14 -04:00
parent 29f1c7d0b1
commit b361a9c2da
2 changed files with 8 additions and 3 deletions

View File

@ -81,9 +81,8 @@
<p>...but feel free to also <a href="https://www.google.com/recaptcha/mailhide/d?k=019XhGW1KCQXDGO7lUqIKuCw==&amp;c=OiyVW5mQZFd798klr6gQtqbHANNjlCuYBO7mrjInIZY=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=019XhGW1KCQXDGO7lUqIKuCw==&amp;c=OiyVW5mQZFd798klr6gQtqbHANNjlCuYBO7mrjInIZY=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;">inquire</a> about anything not on this list!</p>
<h2 id="resume">Full R&eacute;sum&eacute;</h2>
<p><a href="/resume.pdf">Download PDF</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/resume.docx">Download Word</a></p>
<!--<iframe src="https://www.scribd.com/embeds/88400404/content?start_page=1&amp;view_mode=list&amp;access_key=key-2esxfbzp7perzqyhc99o&amp;show_recommendations=false" style="background-color:#fff;border:0px;"></iframe>-->
<iframe src="https://drive.google.com/file/d/0B0VTe_b5fqnSUVlKZk8weUE2SVU/preview" width="640" height="480"></iframe>
<div style="font-size:10px;text-align:center;width:100%;margin-bottom:12px;"><a href="https://drive.google.com/file/d/0B0VTe_b5fqnSUVlKZk8weUE2SVU/view?usp=sharing" target="_blank">View this document on Google Docs</a></div>
<iframe src="https://drive.google.com/file/d/0B0VTe_b5fqnSUVlKZk8weUE2SVU/preview"></iframe>
<div class="resume_link"><a href="https://drive.google.com/file/d/0B0VTe_b5fqnSUVlKZk8weUE2SVU/view?usp=sharing" target="_blank">View this document on Google Docs</a></div>
</div>
<script>
var _gaq = [['_setAccount', 'UA-1563964-4'], ['_trackPageview']];

View File

@ -132,3 +132,9 @@ iframe {
overflow: hidden;
background-color: #fff;
}
div.resume_link {
font-size: 10px;
text-align: center;
margin-bottom: 10px;
width: 100%;
}