photo
This commit is contained in:
parent
6b3b978b61
commit
20c1a00ddd
1 changed files with 1 additions and 2 deletions
3
build.py
3
build.py
|
@ -385,7 +385,6 @@ function swap() {{
|
|||
tabs = {
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'bio': f'''\
|
||||
<img src="img/marc.jpeg" />
|
||||
<ul class="cards">
|
||||
<li class="card"><a href="https://linkedin.com/in/marc-beninca">
|
||||
<img src="img/LinkedIn.png" /><br />LinkedIn</a></li>
|
||||
|
@ -498,7 +497,7 @@ tabs = {
|
|||
'id': f'''\
|
||||
<table>
|
||||
|
||||
<tr><th colspan="2">OpenPGP</th></tr>
|
||||
<tr><th colspan="2">OpenPGP</th><td colspan="3" rowspan="4"><img src="img/marc.jpeg" /></td></tr>
|
||||
<tr><td colspan="2"><a href="https://marc.beninca.link/pgp.asc">marc.beninca.link</a></td></tr>
|
||||
<tr><td colspan="2"><a href="https://meta.sr.ht/~marc_beninca.pgp">meta.sr.ht</a></td></tr>
|
||||
<tr><td colspan="2"><a href="https://keys.openpgp.org/search?q=marc@beninca.link">keys.openpgp.org</a></td></tr>
|
||||
|
|
Loading…
Reference in a new issue