Recreate site button template
This commit is contained in:
parent
8cd05e8d8b
commit
1acf6f63f0
|
@ -0,0 +1,5 @@
|
|||
<p>You can link to my website with the following button. I would recommend you to host my site button in your own website instead of hotlinking it.</p>
|
||||
|
||||
<img src="/assets/leilukin/Leilukins-Hub-button.png" alt="Button of Leilukin's Hub">
|
||||
|
||||
<p>(Credit to <a href="https://github.com/hekate2">hekate2</a> for their <a href="https://hekate2.github.io/buttonmaker/">88x31 Web Button Maker</a>!)</p>
|
|
@ -17,14 +17,14 @@ On this site, you can find various stuff I have created or curated, as well as a
|
|||
|
||||
Feel free to drop a message and say hi on [my guestbook](/guestbook)!
|
||||
|
||||
You can link to my website with the following button. I would recommend you to host my site button in your own website instead of hotlinking it.
|
||||
|
||||
![Button of Leilukin's Hub](/assets/leilukin/Leilukins-Hub-button.png)
|
||||
|
||||
If you also have a Neocities account, you can follow this site through its [Neocities profile](https://neocities.org/site/leilukin).
|
||||
|
||||
![A website button with Penelope the cat, the mascot of Neocities, and the text 'hosted by neocities'](/assets/banners/hosted-by-neocities.png "Hosted by Neocities")
|
||||
|
||||
### Link to This Site
|
||||
|
||||
{% include "main/site-btn.njk" %}
|
||||
|
||||
### Accessibility Information
|
||||
|
||||
While this website is primarily meant to be my own space of self-expression, I also strive to make my website accessible to provide the best possible user experience. You can read my [accessibility statement](/acessibility/) for more info.
|
||||
|
|
|
@ -10,9 +10,7 @@ eleventyNavigation:
|
|||
<section class="content__section">
|
||||
<h2>Link to My Website</h2>
|
||||
|
||||
<p>You can link to my website with the following button. I would recommend you to host my site button in your own website instead of hotlinking it.</p>
|
||||
|
||||
<img src="/assets/leilukin/Leilukins-Hub-button.png" alt="Button of Leilukin's Hub">
|
||||
{% include "main/site-btn.njk" %}
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
|
|
Loading…
Reference in New Issue