1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 17:48:30 -04:00

switch pdf embed from scribd to google docs

This commit is contained in:
Jake Jarvis 2017-05-24 13:56:39 -04:00
parent e82ef90e23
commit a5db10590b
2 changed files with 3 additions and 1 deletions

View File

@ -81,7 +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> <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> <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> <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://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://www.scribd.com/doc/88400404" target="_blank">View this document on Scribd</a></div> <div style="font-size:10px;text-align:center;width:100%;margin-bottom:12px;"><a href="https://www.scribd.com/doc/88400404" target="_blank">View this document on Scribd</a></div>
</div> </div>
<script> <script>

View File

@ -130,4 +130,5 @@ iframe {
height: 600px; height: 600px;
border: 0px; border: 0px;
overflow: hidden; overflow: hidden;
background-color: #fff;
} }