Compare commits
2 Commits
20eb153fa0
...
720b3d3f48
Author | SHA1 | Date |
---|---|---|
Helen Chong | 720b3d3f48 | |
Helen Chong | 7e3dd36cb9 |
|
@ -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 |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
@ -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.
|
Loading…
Reference in New Issue