feat: remove js-naked-day; restore scripts
This commit is contained in:
parent
fd452dbfb3
commit
5e3380232d
5 changed files with 33 additions and 46 deletions
|
@ -73,7 +73,6 @@
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- JS Naked Day 2024
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import {
|
import {
|
||||||
getMentions,
|
getMentions,
|
||||||
|
@ -102,5 +101,4 @@
|
||||||
.catch((err) => console.log("err", err));
|
.catch((err) => console.log("err", err));
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
-->
|
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -45,8 +45,3 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="banner" style="padding-top:30px">
|
|
||||||
<p style="text-align:center; font-weight:bold; font-size:xx-large">
|
|
||||||
<a href="https://js-naked-day.org">JS Naked Day </a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
|
@ -24,13 +24,11 @@
|
||||||
</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,6 +18,4 @@ 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>
|
||||||
|
|
||||||
<!-- 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>
|
|
||||||
-->
|
|
||||||
|
|
|
@ -24,9 +24,7 @@ So when the December holidays came, I spent some time and resources to set up [m
|
||||||
|
|
||||||
<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