Add branding info to colophon page
This commit is contained in:
parent
c8036930c3
commit
aa458f0520
|
@ -5,8 +5,6 @@
|
||||||
<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">
|
<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>
|
</div>
|
||||||
|
|
||||||
<p>(I created my site button with Adobe Photoshop CS5)</p>
|
|
||||||
|
|
||||||
{%- css %}
|
{%- css %}
|
||||||
.my-btn {
|
.my-btn {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Colophon
|
title: Colophon
|
||||||
keyword: colophon page
|
keyword: colophon page
|
||||||
updated: 2024-12-19T14:13:29+0800
|
updated: 2024-12-29T17:52:49+0800
|
||||||
toc: true
|
toc: true
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 14
|
order: 14
|
||||||
|
@ -59,6 +59,10 @@ Eleventy has the Markdown parser [markdown-it](https://www.npmjs.com/package/mar
|
||||||
* [Lexend](https://www.lexend.com/) font family — used as the default font of this site. CSS stylesheet and WOFF2 font format generated by [google-webfonts-helper](https://gwfh.mranftl.com/fonts).
|
* [Lexend](https://www.lexend.com/) font family — used as the default font of this site. CSS stylesheet and WOFF2 font format generated by [google-webfonts-helper](https://gwfh.mranftl.com/fonts).
|
||||||
* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface — used as the monospaced font of this site.
|
* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface — used as the monospaced font of this site.
|
||||||
|
|
||||||
|
## Branding
|
||||||
|
|
||||||
|
I drew the Leilukin bee illustration and made my website's button in Adobe Photoshop CS5.
|
||||||
|
|
||||||
## JavaScript
|
## JavaScript
|
||||||
|
|
||||||
Due to this website being a static site, JavaScript is used to create dynamic and interactive components of this site. Here is a list of how JavaScript is used on this site:
|
Due to this website being a static site, JavaScript is used to create dynamic and interactive components of this site. Here is a list of how JavaScript is used on this site:
|
||||||
|
|
Loading…
Reference in New Issue