Skip to content

Commit

Permalink
added username copy to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRedacted committed Aug 27, 2024
1 parent 560e3fa commit 71443fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Socials.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#link {
padding: auto 15pt;
}
#name,
.button {
cursor: pointer;
}
Expand Down Expand Up @@ -107,8 +108,8 @@
<body>
<div id="header">
<div id="name">
<p style="font-size:18pt;"><b>Daniel</b> <b class="redacted" onclick="copyToClipboard('████')"> Redacted</b></p>
<p style="font-size:12pt;">@DanielRedacted</p>
<p style="font-size:18pt;"><b onclick="copyToClipboard('@DanielRedacted')">Daniel</b> <b class="redacted" onclick="copyToClipboard('████')"> Redacted</b></p>
<p style="font-size:12pt;" onclick="copyToClipboard('@DanielRedacted')">@DanielRedacted</p>
</div>
<span style="flex:1;"></span>
<div id="top-socials" class="socials">
Expand Down

0 comments on commit 71443fd

Please sign in to comment.