Rid of some javascript, yucky, yucky javascript
This commit is contained in:
parent
a50d07b368
commit
f39d101dca
5 changed files with 13 additions and 40 deletions
14
about.html
14
about.html
|
@ -140,7 +140,9 @@
|
|||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -182,16 +184,6 @@
|
|||
<br>
|
||||
<a href="https://modrinth.com/user/limepotato">Modrinth</a>
|
||||
<br><br>
|
||||
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('limepot', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#00bfa5',
|
||||
'floating-chat.donateButton.text-color': '#fff'
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
BIN
assets/other-branding/ko-fi-button-red.png
Normal file
BIN
assets/other-branding/ko-fi-button-red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
13
blog.html
13
blog.html
|
@ -78,7 +78,9 @@
|
|||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -97,15 +99,6 @@
|
|||
|
||||
|
||||
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('limepot', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#00bfa5',
|
||||
'floating-chat.donateButton.text-color': '#fff'
|
||||
});
|
||||
</script>
|
||||
<br><br><br>
|
||||
<a href="https://bulma.io">
|
||||
<img
|
||||
|
|
12
index.html
12
index.html
|
@ -73,6 +73,9 @@
|
|||
|
||||
</div>
|
||||
<div class="navbar-end">
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -123,15 +126,6 @@
|
|||
<p class="subtitle">And Years - exhale in Years ..."</p>
|
||||
<p class="subtitle"></p><strong>- Emily Dickinson</strong></p>
|
||||
<br>
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('limepot', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#00bfa5',
|
||||
'floating-chat.donateButton.text-color': '#fff'
|
||||
});
|
||||
</script>
|
||||
<br><br>
|
||||
<a href="https://bulma.io">
|
||||
<img
|
||||
|
|
|
@ -73,7 +73,9 @@
|
|||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
|
||||
<a class="navbar-item" href="https://ko-fi.com/limepot">
|
||||
<img src="assets/other-branding/ko-fi-button-red.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -87,15 +89,7 @@
|
|||
<div class="content">
|
||||
|
||||
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('limepot', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#00bfa5',
|
||||
'floating-chat.donateButton.text-color': '#fff'
|
||||
});
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue