fixing embed links
This commit is contained in:
parent
ee17ee2158
commit
ea6fad4450
1 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<p class="text-gray-900">
|
<p class="text-gray-900">
|
||||||
If you are interested in doing a button site exchange, please contact me via email at <a href="mailto:88x31@hack13.dev" class="underline">88x31@hack13.dev</a>
|
If you are interested in doing a button site exchange, please contact me via email at <a href="mailto:88x31@hack13.me" class="underline">88x31@hack13.me</a>
|
||||||
or send me a message on the Fediverse <a href="https://cyberfurz.social/@hack13" class="underline">@hack13@cyberfurz.social</a>.
|
or send me a message on the Fediverse <a href="https://cyberfurz.social/@hack13" class="underline">@hack13@cyberfurz.social</a>.
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
|
@ -47,7 +47,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
<textarea
|
<textarea
|
||||||
readonly
|
readonly
|
||||||
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
||||||
>{`<a href="https://hack13.dev"><img src="https://storj.hack13.download/cdn/buttons/hack13-pink.gif" alt="Hack13 Pink Button" width="88" height="31"></a>`}</textarea>
|
>{`<a href="https://hack13.me"><img src="https://storj.hack13.download/cdn/buttons/hack13-pink.gif" alt="Hack13 Pink Button" width="88" height="31"></a>`}</textarea>
|
||||||
<button
|
<button
|
||||||
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
||||||
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
||||||
|
@ -80,7 +80,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
<textarea
|
<textarea
|
||||||
readonly
|
readonly
|
||||||
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
||||||
>{`<a href="https://hack13.dev"><img src="https://storj.hack13.download/cdn/buttons/hack13-pink.webp" alt="Hack13 Pink Button" width="88" height="31"></a>`}</textarea>
|
>{`<a href="https://hack13.me"><img src="https://storj.hack13.download/cdn/buttons/hack13-pink.webp" alt="Hack13 Pink Button" width="88" height="31"></a>`}</textarea>
|
||||||
<button
|
<button
|
||||||
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
||||||
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
||||||
|
@ -120,7 +120,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
<textarea
|
<textarea
|
||||||
readonly
|
readonly
|
||||||
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
||||||
>{`<a href="https://hack13.dev"><img src="https://storj.hack13.download/cdn/buttons/hack13-alt.gif" alt="Hack13 Alt Button" width="88" height="31"></a>`}</textarea>
|
>{`<a href="https://hack13.me"><img src="https://storj.hack13.download/cdn/buttons/hack13-alt.gif" alt="Hack13 Alt Button" width="88" height="31"></a>`}</textarea>
|
||||||
<button
|
<button
|
||||||
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
||||||
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
||||||
|
@ -153,7 +153,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
<textarea
|
<textarea
|
||||||
readonly
|
readonly
|
||||||
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
||||||
>{`<a href="https://hack13.dev"><img src="https://storj.hack13.download/cdn/buttons/hack13-alt.webp" alt="Hack13 Alt Button" width="88" height="31"></a>`}</textarea>
|
>{`<a href="https://hack13.me"><img src="https://storj.hack13.download/cdn/buttons/hack13-alt.webp" alt="Hack13 Alt Button" width="88" height="31"></a>`}</textarea>
|
||||||
<button
|
<button
|
||||||
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
||||||
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
||||||
|
@ -193,7 +193,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
<textarea
|
<textarea
|
||||||
readonly
|
readonly
|
||||||
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
||||||
>{`<a href="https://hack13.dev"><img src="https://storj.hack13.download/cdn/buttons/two-version-btn.gif" alt="Two Version Button" width="88" height="31"></a>`}</textarea>
|
>{`<a href="https://hack13.me"><img src="https://storj.hack13.download/cdn/buttons/two-version-btn.gif" alt="Two Version Button" width="88" height="31"></a>`}</textarea>
|
||||||
<button
|
<button
|
||||||
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
||||||
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
||||||
|
@ -226,7 +226,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
<textarea
|
<textarea
|
||||||
readonly
|
readonly
|
||||||
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
class="w-full px-3 py-2 bg-pink-100 dark:bg-pink-900 rounded text-sm font-mono h-20 resize-none border-2 border-purple-400"
|
||||||
>{`<a href="https://hack13.dev"><img src="https://storj.hack13.download/cdn/buttons/two-version-btn.webp" alt="Two Version Button" width="88" height="31"></a>`}</textarea>
|
>{`<a href="https://hack13.me"><img src="https://storj.hack13.download/cdn/buttons/two-version-btn.webp" alt="Two Version Button" width="88" height="31"></a>`}</textarea>
|
||||||
<button
|
<button
|
||||||
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
onclick="navigator.clipboard.writeText(this.previousElementSibling.value)"
|
||||||
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
class="absolute right-2 top-2 px-2 py-1 bg-pink-500 text-white rounded text-sm hover:bg-pink-600 transition-colors"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue