From 9ccfbf95538d67f692cca918993b8181fe12c95c Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 15 Feb 2023 21:20:44 +0800 Subject: Update www page. --- docker/crupest-nginx/sites/www/index.html | 15 ++++++++++++--- docker/crupest-nginx/sites/www/src/style.css | 27 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 3 deletions(-) (limited to 'docker/crupest-nginx') diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index 9e15080..977b5f1 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -11,10 +11,11 @@
+
The world is full of pain, but we can fix it with love!
-

This is crupest.

+

This is crupest.

Welcome To crupest Home!🏠

I'm very glad to meet you in this page. This is my new home.

Feel free to contact by email at crupest@outlook.com or, of course I@crupest.life . You can also file an issue in @@ -51,7 +52,15 @@ you build from start. I don't fully test it because I never migrate my data into other server so it might be kind of buggy. However, it always takes some time to make it your own sites. But don't worry and feel free to contact me if you run into any issue and I would be glad to help you out.

-

TODOs of me:

+

Friends of me:

+ +

TODOs of me:

Fetching...

@@ -69,4 +78,4 @@ - \ No newline at end of file + diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css index 518f44a..528260e 100644 --- a/docker/crupest-nginx/sites/www/src/style.css +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -42,3 +42,30 @@ body { text-align: center; color: white; } + +#slogan { + height: 36px; + line-height: 36px; + text-align: center; + background-color: dodgerblue; + font-size: 1.2em; + color: white; +} + +.friend-link { + display: inline-block; +} + +.friend-img { + display: block; + width: 80px; + height: 80px; + object-fit: cover; + border-radius: 50%; +} + +.friend-name { + display: block; + text-align: center; + font-size: 1.2em; +} -- cgit v1.2.3