mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
open resume in new tab, add rel to fedi link
This commit is contained in:
parent
c20d155ce8
commit
b8a55d9269
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "tiny_personal_website"
|
name = "tiny_personal_website"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
description = "basic resume site written with flask and bootstrap and configurable with a YAML file"
|
description = "basic resume site written with flask and bootstrap and configurable with a YAML file"
|
||||||
authors = ["jessebot <jessebot@linux.com>"]
|
authors = ["jessebot <jessebot@linux.com>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
|
@ -44,7 +44,9 @@
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<a target="_blank"
|
<a target="_blank"
|
||||||
href="{{ social_links[lnk]['URL'] }}"
|
href="{{ social_links[lnk]['URL'] }}"
|
||||||
data-toggle="tooltip" data-placement="left"
|
rel="me"
|
||||||
|
data-toggle="tooltip"
|
||||||
|
data-placement="left"
|
||||||
title="{{ lnk }}">
|
title="{{ lnk }}">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024" width="64px" height="64px">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1034 1024" width="64px" height="64px">
|
||||||
<path fill="cornflowerblue"
|
<path fill="cornflowerblue"
|
||||||
|
@ -71,6 +73,7 @@
|
||||||
<div class='c-footer-link'>
|
<div class='c-footer-link'>
|
||||||
<a href="{{ config_vars['resume_pdf_URL'] }}"
|
<a href="{{ config_vars['resume_pdf_URL'] }}"
|
||||||
data-toggle="tooltip" data-placement="bottom"
|
data-toggle="tooltip" data-placement="bottom"
|
||||||
|
target="_blank"
|
||||||
title="View or Download Resume">
|
title="View or Download Resume">
|
||||||
View or Download Resume
|
View or Download Resume
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue