From 0176af1c6047c540cf19dd1fee3a8ad5873961f3 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 22 Jan 2025 21:45:34 +0800 Subject: feat(www): enhance words. --- docker/nginx/sites/www/index.html | 39 +++++++++++++++++++++++------------- docker/nginx/sites/www/src/style.css | 13 +++++++++++- 2 files changed, 37 insertions(+), 15 deletions(-) (limited to 'docker/nginx') diff --git a/docker/nginx/sites/www/index.html b/docker/nginx/sites/www/index.html index 714bb2e..5ff04a0 100644 --- a/docker/nginx/sites/www/index.html +++ b/docker/nginx/sites/www/index.html @@ -21,15 +21,16 @@

Hello! This is crupest !

+
-

Welcome to my home page! Nice to meet you here!

+

Welcome to my home page! Nice to meet you here! 🥰

If you have something interesting to share with me, feel free to email me at crupest@crupest.life.

-

You can also file an issue in any of my repos on GitHub, +

You can also create an issue in any of my repos on GitHub to talk anything to me, https://github.com/crupest.

-

My Friends

+

My Friends (more links are being collected ...)

Other Links

+
diff --git a/docker/nginx/sites/www/src/style.css b/docker/nginx/sites/www/src/style.css index f2d4ccc..501c262 100644 --- a/docker/nginx/sites/www/src/style.css +++ b/docker/nginx/sites/www/src/style.css @@ -114,6 +114,17 @@ body[data-emotion="angry"] .slogan.angry { text-align: center; } -footer img { +#license a { + font-family: initial; + text-decoration: none; +} + +#license-text { + font-family: monospace; + text-decoration: initial; +} + +#license-img-container img { + height: 1em; vertical-align: middle; } -- cgit v1.2.3