feat: linkedin

This commit is contained in:
ange 2024-12-21 11:13:23 +00:00
parent 186491250e
commit 08557f45db
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
11 changed files with 53 additions and 24 deletions

View file

@ -2,9 +2,9 @@
<html>
<head>
{{template "head.tmpl" .}}
<script src="static/copy.js"></script>
</head>
<body>
<script src="static/copy.js"></script>
{{template "header.tmpl" .}}
<div id="content">
<!--
@ -56,6 +56,11 @@
<td id="ssh"><a href="/static/ssh" target="_blank" rel="noreferrer noopener">ssh</a></td>
<td><button onclick="copyFile('ssh')">Copy</button></td>
</tr>
<tr>
<td>LinkedIn</td>
<td id="in"><a href="https://www.linkedin.com/in/angedhn" target="_blank" rel="noreferrer noopener">www.linkedin.com/in/angedhn</a></td>
<td><button onclick="copyElem('in')">Copy</button></td>
</tr>
</table>
</div>