Move text and credit to the site button template
This commit is contained in:
parent
c812bd87b5
commit
2c24ed0441
|
@ -1,3 +1,5 @@
|
|||
<p>You can link to my website with this button:</p>
|
||||
|
||||
<div class="site-btn__container">
|
||||
<div>
|
||||
<a href="https://leilukin.neocities.org/" target="_blank"><img src="/assets/leilukin/Leilukins-Hub-button.png" alt="Button of Leilukin's Hub" title="Leilukin's Hub"></a>
|
||||
|
@ -6,6 +8,8 @@
|
|||
<button class="copy-txt-btn">Copy HTML</button>
|
||||
</div>
|
||||
|
||||
<p>Credit to <a href="https://github.com/hekate2" target="_blank">hekate2</a> for their <a href="https://hekate2.github.io/buttonmaker/" target="_blank">88x31 Web Button Maker</a>!</p>
|
||||
|
||||
<style>
|
||||
.site-btn__container {
|
||||
display: flex;
|
||||
|
|
|
@ -19,10 +19,7 @@ isContentDivided: true
|
|||
<section class="content__section">
|
||||
<h2>Link to My Website</h2>
|
||||
|
||||
<p>You can link to my website with this button:</p>
|
||||
{% include "main/site-btn.njk" %}
|
||||
|
||||
<p>Credit to <a href="https://github.com/hekate2" target="_blank">hekate2</a> for their <a href="https://hekate2.github.io/buttonmaker/" target="_blank">88x31 Web Button Maker</a>!</p>
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
|
|
Loading…
Reference in New Issue