mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
resume reroute
This commit is contained in:
@@ -47,8 +47,9 @@ for i in pages:
|
|||||||
|
|
||||||
@app.route("/resume")
|
@app.route("/resume")
|
||||||
@app.route("/Resume.pdf")
|
@app.route("/Resume.pdf")
|
||||||
|
@app.route("/Resume_Simonson_Andrew.pdf")
|
||||||
def resume():
|
def resume():
|
||||||
return flask.send_file("./static/Resume.pdf")
|
return flask.send_file("./static/Resume_Simonson_Andrew.pdf")
|
||||||
|
|
||||||
@app.errorhandler(Exception)
|
@app.errorhandler(Exception)
|
||||||
def page404(e):
|
def page404(e):
|
||||||
|
|||||||
Binary file not shown.
@@ -85,7 +85,7 @@
|
|||||||
<div onClick="goto('home')" class="navElement">
|
<div onClick="goto('home')" class="navElement">
|
||||||
<p>Home</p>
|
<p>Home</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="Resume.pdf" target="_blank" class="navElement">
|
<a href="Resume_Simonson_Andrew.pdf" target="_blank" class="navElement">
|
||||||
<span>Resume</span>
|
<span>Resume</span>
|
||||||
</a>
|
</a>
|
||||||
<div onclick="goto('projects')" class="navElement">
|
<div onclick="goto('projects')" class="navElement">
|
||||||
|
|||||||
Reference in New Issue
Block a user