generated from nhcarrigan/template
feat: add donate badge
This commit is contained in:
parent
b179cc469b
commit
49dd426ed9
@ -10,7 +10,12 @@ import Pagination from "@astrojs/starlight/components/Pagination.astro";
|
|||||||
<LastUpdated {...Astro.props} />
|
<LastUpdated {...Astro.props} />
|
||||||
</div>
|
</div>
|
||||||
<Pagination {...Astro.props} />
|
<Pagination {...Astro.props} />
|
||||||
|
<div id="extra-footer-content">
|
||||||
<div id="tree-nation-offset-website"></div>
|
<div id="tree-nation-offset-website"></div>
|
||||||
|
<a href="https://buy.stripe.com/cN24iTfqu1j6b3afZ2" target="_blank" rel="noreferrer">
|
||||||
|
<img src="https://cdn.nhcarrigan.com/donate.png" alt="Donate" style="width: 70px; height: 70px;">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<script>
|
<script>
|
||||||
TreeNationOffsetWebsite({
|
TreeNationOffsetWebsite({
|
||||||
code: "a17464e0cd351220",
|
code: "a17464e0cd351220",
|
||||||
@ -18,16 +23,6 @@ import Pagination from "@astrojs/starlight/components/Pagination.astro";
|
|||||||
theme: "dark",
|
theme: "dark",
|
||||||
}).render("#tree-nation-offset-website");
|
}).render("#tree-nation-offset-website");
|
||||||
</script>
|
</script>
|
||||||
<div id="blinkies">
|
|
||||||
<img src="https://cdn.nhcarrigan.com/blinkies/bigots.gif" alt="no bigots allowed"/>
|
|
||||||
<img src="https://cdn.nhcarrigan.com/blinkies/blm.gif" alt="black lives matter"/>
|
|
||||||
<img src="https://cdn.nhcarrigan.com/blinkies/miku.gif" alt="miku fan!!!"/>
|
|
||||||
<img src="https://cdn.nhcarrigan.com/blinkies/neuro.gif" alt="neurodivergent pride"/>
|
|
||||||
<img src="https://cdn.nhcarrigan.com/blinkies/palestine.gif" alt="free palestine"/>
|
|
||||||
<img src="https://cdn.nhcarrigan.com/blinkies/technomancer.gif" alt="technomancer"/>
|
|
||||||
<img src="https://cdn.nhcarrigan.com/blinkies/trans.gif" alt="trans rights!!!"/>
|
|
||||||
<img src="https://cdn.nhcarrigan.com/blinkies/ukraine.gif" alt="glory to ukraine"/>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -102,3 +102,15 @@ starlight-theme-select, starlight-theme-select > label {
|
|||||||
color: var(--background-color) !important;
|
color: var(--background-color) !important;
|
||||||
background-color: var(--primary-color) !important;
|
background-color: var(--primary-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#extra-footer-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tree-nation-offset-website {
|
||||||
|
display: inline;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user