JS Naked Day 2024
This commit is contained in:
parent
765b495dd6
commit
1be187bed4
5 changed files with 59 additions and 47 deletions
|
@ -73,6 +73,7 @@
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!-- JS Naked Day 2024
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import {
|
import {
|
||||||
getMentions,
|
getMentions,
|
||||||
|
@ -101,4 +102,5 @@
|
||||||
.catch((err) => console.log("err", err));
|
.catch((err) => console.log("err", err));
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -47,6 +47,8 @@
|
||||||
>
|
>
|
||||||
Read the full message »
|
Read the full message »
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<!-- JS Naked Day 2024
|
||||||
<script>
|
<script>
|
||||||
var hiddenMessage = document.getElementById("hidden-message-wrapper");
|
var hiddenMessage = document.getElementById("hidden-message-wrapper");
|
||||||
var showButton = document.getElementById("show-btn");
|
var showButton = document.getElementById("show-btn");
|
||||||
|
@ -63,4 +65,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -24,11 +24,13 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="side-panel side-panel-bottom" id="donate-form">
|
<div class="side-panel side-panel-bottom" id="donate-form">
|
||||||
<div class="tip-jar">
|
<div class="tip-jar">
|
||||||
|
<!-- JS Naked Day 2024
|
||||||
<script src='https://ko-fi.com/widgets/widget_2.js'></script>
|
<script src='https://ko-fi.com/widgets/widget_2.js'></script>
|
||||||
<script>
|
<script>
|
||||||
kofiwidget2.init('Buy me a coffee', '#ee4a03', 'ayoayco');
|
kofiwidget2.init('Buy me a coffee', '#ee4a03', 'ayoayco');
|
||||||
kofiwidget2.draw();
|
kofiwidget2.draw();
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -18,4 +18,6 @@ I keep a thread open on [Mastodon](https://social.ayco.io/@ayo/11063972899041691
|
||||||
|
|
||||||
<iframe src="https://social.ayco.io/@ayo/110685362953465106/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe>
|
<iframe src="https://social.ayco.io/@ayo/110685362953465106/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe>
|
||||||
|
|
||||||
<script src="https://social.ayco.io/embed.js" async="async"></script>
|
<!-- JS Naked Day 2024
|
||||||
|
<script src="https://social.ayco.io/embed.js" async="async"></script>
|
||||||
|
-->
|
||||||
|
|
|
@ -23,7 +23,10 @@ But maybe the biggest thing that made me want to stay and invest in this is the
|
||||||
So when the December holidays came, I spent some time and resources to set up [my own Mastodon instance](https://social.ayco.io).
|
So when the December holidays came, I spent some time and resources to set up [my own Mastodon instance](https://social.ayco.io).
|
||||||
|
|
||||||
<iframe src="https://fosstodon.org/@ayo/109545132022543467/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe>
|
<iframe src="https://fosstodon.org/@ayo/109545132022543467/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe>
|
||||||
|
|
||||||
|
<!-- JS Naked Day 2024
|
||||||
<script src="https://social.ayco.io/embed.js" async="async"></script>
|
<script src="https://social.ayco.io/embed.js" async="async"></script>
|
||||||
|
-->
|
||||||
|
|
||||||
## It Didn't Stop There
|
## It Didn't Stop There
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue