fix button alt
This commit is contained in:
parent
997b5ceacc
commit
ee6ff7c29e
3 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@
|
||||||
<div data-template-field="content">
|
<div data-template-field="content">
|
||||||
<div><b class="green">trinkey@website</b>:<b class="blue">~/buttons</b>$ cat 88x31.html</div>
|
<div><b class="green">trinkey@website</b>:<b class="blue">~/buttons</b>$ cat 88x31.html</div>
|
||||||
<div><b>my button:</b> (click to copy html)</div>
|
<div><b>my button:</b> (click to copy html)</div>
|
||||||
<div><img style="cursor: pointer;" src="img/88x31.png" alt="trinkey's 88x31. image of my cat on the right with the word trinkey name taking up the rest of the button." title="trinkey's 88x31. image of my cat on the right with the word trinkey name taking up the rest of the button." onclick="copyButton()"></div>
|
<div><img style="cursor: pointer;" src="img/88x31.png" alt="trinkey's 88x31. image of my cat on the right with the word trinkey taking up the rest of the button." title="trinkey's 88x31. image of my cat on the right with the word trinkey taking up the rest of the button." onclick="copyButton()"></div>
|
||||||
<div>--------------------</div>
|
<div>--------------------</div>
|
||||||
<div><b>cool people:</b></div>
|
<div><b>cool people:</b></div>
|
||||||
<div class="buttons-88x31">
|
<div class="buttons-88x31">
|
||||||
|
|
|
@ -187,5 +187,5 @@ function windowPreset(template) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function copyButton() {
|
function copyButton() {
|
||||||
navigator.clipboard.writeText("<a href=\"https://trinkey.com/\" target=\"_blank\"><img src=\"https://trinkey.com/img/88x31.png\" alt=\"trinkey's 88x31. image of her cat on the right with the word trinkey name taking up the rest of the button.\" title=\"trinkey's 88x31. image of her cat on the right with the word trinkey name taking up the rest of the button.\"></a>");
|
navigator.clipboard.writeText("<a href=\"https://trinkey.com/\" target=\"_blank\"><img src=\"https://trinkey.com/img/88x31.png\" alt=\"trinkey's 88x31. image of her cat on the right with the word trinkey taking up the rest of the button.\" title=\"trinkey's 88x31. image of her cat on the right with the word trinkey taking up the rest of the button.\"></a>");
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
<div>- <a href="https://oomfie.city/@cornfields74">corn fields seventy four</a></div>
|
<div>- <a href="https://oomfie.city/@cornfields74">corn fields seventy four</a></div>
|
||||||
<h2>buttons</h2>
|
<h2>buttons</h2>
|
||||||
<div><b>my button:</b></div>
|
<div><b>my button:</b></div>
|
||||||
<div><img style="cursor: pointer;" src="img/88x31.png" alt="trinkey's 88x31. image of my cat on the right with the word trinkey name taking up the rest of the button." title="trinkey's 88x31. image of my cat on the right with the word trinkey name taking up the rest of the button."></div>
|
<div><img style="cursor: pointer;" src="img/88x31.png" alt="trinkey's 88x31. image of my cat on the right with the word trinkey taking up the rest of the button." title="trinkey's 88x31. image of my cat on the right with the word trinkey taking up the rest of the button."></div>
|
||||||
<div>html:</div>
|
<div>html:</div>
|
||||||
<code style="display: inline-block; background-color: var(--mantle); padding: 5px 8px; border-radius: 5px;"><a href="https://trinkey.com/" target="_blank"><img src="https://trinkey.com/img/88x31.png" alt="trinkey's 88x31. image of her cat on the right with the word trinkey name taking up the rest of the button." title="trinkey's 88x31. image of her cat on the right with the word trinkey name taking up the rest of the button."></a></code>
|
<code style="display: inline-block; background-color: var(--mantle); padding: 5px 8px; border-radius: 5px;"><a href="https://trinkey.com/" target="_blank"><img src="https://trinkey.com/img/88x31.png" alt="trinkey's 88x31. image of her cat on the right with the word trinkey name taking up the rest of the button." title="trinkey's 88x31. image of her cat on the right with the word trinkey name taking up the rest of the button."></a></code>
|
||||||
<div>--------------------</div>
|
<div>--------------------</div>
|
||||||
|
|
Loading…
Reference in a new issue