diff options
| author | Li Zhineng <[email protected]> | 2025-10-09 11:07:37 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-09 11:07:37 +0800 |
| commit | a83800133aa717cf04c147107e24ca4b2d4b30a8 (patch) | |
| tree | 1014be7e60eb48a8711e80db753eb4aaf309846c | |
| parent | cc9e192db6f1327ca152ec3d0a217615d0bdd047 (diff) | |
| parent | 55b96be052d7c6009e401bf10bcdfe93d68ffec0 (diff) | |
| download | openairmx.org-a83800133aa717cf04c147107e24ca4b2d4b30a8.tar.gz openairmx.org-a83800133aa717cf04c147107e24ca4b2d4b30a8.zip | |
Merge pull request #2 from openairmx/wall-of-love
Add wall of love page
| -rw-r--r-- | _includes/header.html | 7 | ||||
| -rw-r--r-- | _sass/main.scss | 7 | ||||
| -rw-r--r-- | wall-of-love.markdown | 9 |
3 files changed, 23 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index 8560642..983f89a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,5 +14,12 @@ <a href="{{ p | relative_url }}" class="nav-link {% if page.url == p %}active{% endif %}"> Set up mock server </a> + + <a href="{{ '/wall-of-love' | relative_url }}" class="nav-link {% if page.url == '/wall-of-love.html' %}active{% endif %}"> + Wall of + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="nav-icon"> + <path d="m9.653 16.915-.005-.003-.019-.01a20.759 20.759 0 0 1-1.162-.682 22.045 22.045 0 0 1-2.582-1.9C4.045 12.733 2 10.352 2 7.5a4.5 4.5 0 0 1 8-2.828A4.5 4.5 0 0 1 18 7.5c0 2.852-2.044 5.233-3.885 6.82a22.049 22.049 0 0 1-3.744 2.582l-.019.01-.005.003h-.002a.739.739 0 0 1-.69.001l-.002-.001Z" /> + </svg> + </a> </nav> </header> diff --git a/_sass/main.scss b/_sass/main.scss index 69bf664..ac8d238 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -92,6 +92,13 @@ body { font-weight: 500; } +.nav-icon { + display: inline-block; + width: 1.25rem; + height: 1.25rem; + vertical-align: text-bottom; +} + .site-main { grid-area: main; padding-inline: 1.5rem; diff --git a/wall-of-love.markdown b/wall-of-love.markdown new file mode 100644 index 0000000..86ca867 --- /dev/null +++ b/wall-of-love.markdown @@ -0,0 +1,9 @@ +--- +layout: default +--- + +Big thanks to everyone keeping this project alive and breathing. You’re the +real reason the fans are still spinning. + +- **王同学。** — ¥66.00 via _Alipay_ on _October 5th, 2025_ +- **吴**** — Donated a front panel on _December 15th, 2024_ |
