Compare commits

...

2 Commits

Author SHA1 Message Date
Helen Chong 720b3d3f48 Add changelog about creating 200×40 pixel size site button 2024-09-06 23:16:47 +08:00
Helen Chong 7e3dd36cb9 Add 200×40 version of my site button 2024-09-06 22:51:54 +08:00
4 changed files with 16 additions and 5 deletions

View File

@ -1,5 +1,15 @@
<p>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.</p>
<p>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.</p>
<img src="/assets/leilukin/Leilukins-Hub-button.png" alt="Leilukin's Hub website button" width="88" height="31" loading="lazy">
<div class="web-graphics my-btn">
<img src="/assets/leilukin/Leilukins-Hub-button-88x31.png" alt="Leilukin's Hub website button with 88×31 pixel size" width="88" height="31" loading="lazy">
<img src="/assets/leilukin/Leilukins-Hub-button-200x40.png" alt="Leilukin's Hub website button with 200×40 pixel size" width="200" height="40" loading="lazy">
</div>
<p>(I created this site button myself with Adobe Photoshop CS5)</p>
<p>(I created my site button with Adobe Photoshop CS5)</p>
{%- css %}
.my-btn {
align-items: center;
margin-top: 1em;
}
{% endcss %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,5 +1,6 @@
---
date: 2024-09-06T00:11:29+0800
date: 2024-09-06T23:16:00+0800
---
* Replace the estimated reading time of articles and blog posts with word count, by using the [eleventy-plugin-wordcount-extended](https://www.npmjs.com/package/eleventy-plugin-wordcount-extended) plugin.
* Replace the estimated reading time of articles and blog posts with word count, by using the [eleventy-plugin-wordcount-extended](https://www.npmjs.com/package/eleventy-plugin-wordcount-extended) plugin.
* Created 200×40 pixel size version of Leilukin's Hub site button.