Skip to content

Commit

Permalink
add download link (#138)
Browse files Browse the repository at this point in the history
* add download link

* remove missing img from index bg
  • Loading branch information
devsecfranklin authored Jan 6, 2022
1 parent 099eeb5 commit 8cb484b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/static/css/new-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
body {
font: 16px Helvetica, Sans-Serif;
line-height: 24px;
background: url(images/noise.jpg);
}

.clear {
Expand Down
3 changes: 2 additions & 1 deletion src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://franklin-resume.herokuapp.com/" />
<meta name="twitter:title" content="Franklin Diaz Resume" />
<meta name="twitter:description" content=Resume of Franklin Diaz" />
<meta name="twitter:description" content="Resume of Franklin Diaz" />
<meta name="twitter:image" content="{{ url_for('static', filename='headshot.jpg') }}" />
</head>

Expand All @@ -46,6 +46,7 @@ <h1 class="fn">Franklin Diaz</h1>
Email: <a href="mailto:[email protected]" target="_blank">[email protected]</a><br />
Web: <a href="https://g.dev/franklin">GDev Page</a><br />
LinkedIn: <a href="https://www.linkedin.com/in/franklin-diaz/">LinkedIn</a><br />
Latest Version of this Resume: <a href="https://franklin-resume.herokuapp.com/">click here</a>
</p>
</div>

Expand Down

0 comments on commit 8cb484b

Please sign in to comment.