Like index.html, they just redirect to the PDFs, since decent HTML output is not really feasible.
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Ryan C. Thompson, Ph. D.</title>
+ <meta http-equiv="Refresh" content="0; url=ryan_thompson_cv.pdf">
+ </head>
+ <body>
+ <div id="parent">
+ <div id="wrapper" style="position:relative">
+ <iframe style="position:absolute;top:0px;width:100%;height:100vh;" frameborder="0" src="ryan_thompson_cv.pdf">
+ </iframe>
+ </div>
+ </body>
+</html>
+ <meta http-equiv="Refresh" content="0; url=ryan_thompson_resume.pdf">
+ <iframe style="position:absolute;top:0px;width:100%;height:100vh;" frameborder="0" src="ryan_thompson_resume.pdf">