diff --git a/src/_includes/main/my-button.njk b/src/_includes/main/my-button.njk index 59dff95e..3a853a06 100644 --- a/src/_includes/main/my-button.njk +++ b/src/_includes/main/my-button.njk @@ -1,5 +1,15 @@ -

You can link to my website with the following button. I strongly recommend you to upload my site button to your own website instead of hotlinking the button.

+

You can link to my website using my site button. I strongly recommend you to upload my site button to your own website instead of hotlinking the button.

-Leilukin's Hub website button +
+ Leilukin's Hub website button with 88×31 pixel size + Leilukin's Hub website button with 200×40 pixel size +
-

(I created this site button myself with Adobe Photoshop CS5)

\ No newline at end of file +

(I created my site button with Adobe Photoshop CS5)

+ +{%- css %} +.my-btn { + align-items: center; + margin-top: 1em; +} +{% endcss %} \ No newline at end of file diff --git a/src/assets/leilukin/Leilukins-Hub-button-200x40.png b/src/assets/leilukin/Leilukins-Hub-button-200x40.png new file mode 100644 index 00000000..dff60bd1 Binary files /dev/null and b/src/assets/leilukin/Leilukins-Hub-button-200x40.png differ diff --git a/src/assets/leilukin/Leilukins-Hub-button.png b/src/assets/leilukin/Leilukins-Hub-button-88x31.png similarity index 100% rename from src/assets/leilukin/Leilukins-Hub-button.png rename to src/assets/leilukin/Leilukins-Hub-button-88x31.png