From 0a933be60394aca66265bee1c3cfd9cc944ca5bb Mon Sep 17 00:00:00 2001 From: opyale Date: Fri, 19 Jun 2020 03:20:37 +0200 Subject: [PATCH] Initial commit. --- var/www/pages/default-page.html | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/var/www/pages/default-page.html b/var/www/pages/default-page.html index e8f98c9..5c6755e 100644 --- a/var/www/pages/default-page.html +++ b/var/www/pages/default-page.html @@ -21,17 +21,22 @@ code { display: inline-block; - margin: 5px 0 5px 0; - padding: 2px 8px 2px 8px; + margin: 5px; + padding: 2px 6px 2px 6px; font-size: 14px; border-radius: 3px; background: #393e46; - word-break: break-all; color: white; + box-shadow: 0px 4px 10px -2px rgb(0, 0, 0, 0.3); + } + + code:hover { + box-shadow: 0px 4px 10px 1px rgb(0, 0, 0, 0.3); + transition: box-shadow 0.2s ease-in-out; } .container { - margin-top: 50px; + margin: 50px 0 50px 0; font-family: 'Tajawal', sans-serif; font-weight: 300; color: #404040; @@ -43,13 +48,10 @@ mix-blend-mode: multiply; } - .container .header { - margin-bottom: 60px; - } - .container .header .name { font-size: 50px; font-weight: 900; + line-height: 1; color: #2185d0; } @@ -89,11 +91,13 @@ } .card .card-description { + margin-top: 2px; font-size: 16px; } .elevated { display: block; + margin-top: 60px; padding: 50px 5px 50px 5px; background: #fafafa; box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.10); @@ -108,6 +112,7 @@
Codeberg Pages.
Static pages for your projects.
+ https://<your_username>.codeberg.eu/
@@ -115,7 +120,7 @@
add
Create a repository.
-
Create a repo named 'pages' in your user account or organisation.
+
Create a repo named 'pages' in your user account or organization.
@@ -127,7 +132,7 @@
emoji_flags
You're done!
-
Access your content via https://<username>/codeberg.eu/
+
You should now be able to access your content using the link shown above.