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

switch pdf embed from scribd to google docs

This commit is contained in:
Jake Jarvis 2017-05-26 10:47:12 -04:00
parent a5db10590b
commit 29f1c7d0b1
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
<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://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://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

@ -131,4 +131,4 @@ iframe {
border: 0px;
overflow: hidden;
background-color: #fff;
}
}