This commit is contained in:
parent
30d7acb8fb
commit
766ea35e2c
9 changed files with 138 additions and 21 deletions
14
_includes/scripts/button.js
Normal file
14
_includes/scripts/button.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// snippet that copies the html for my button(s)
|
||||
function copyButtonSneexy() {
|
||||
navigator.clipboard.writeText(
|
||||
'<a href="https://synth.download"><img src="https://synth.download/assets/buttons/sneexy.svg" alt="Sneexy"></a>'
|
||||
);
|
||||
alert("button html copied!");
|
||||
}
|
||||
|
||||
function copyButtonSynthDownload() {
|
||||
navigator.clipboard.writeText(
|
||||
'<a href="https://synth.download"><img src="https://synth.download/assets/buttons/synth.download.svg" alt="Synth.Download!"></a>'
|
||||
);
|
||||
alert("button html copied!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue