From 8d973903ed46db9d71f42fb039660386a44714b2 Mon Sep 17 00:00:00 2001 From: Arid <118916772+AridDev@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:09:10 +0600 Subject: [PATCH] new site design --- README.md | 11 +++++- assets/logo.svg | 22 +---------- css/styles.css | 99 +++++++++++++++++++++++++++---------------------- index.html | 79 +++++++++++++++------------------------ 4 files changed, 94 insertions(+), 117 deletions(-) diff --git a/README.md b/README.md index 3d9cce4..0ea65db 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# Canary Softworks -The official landing website for Canary Softworks \ No newline at end of file +
+ +# Lumin Labs • + +The official landing website for Lumin Labs + +[![Lumin](https://github-readme-stats-git-masterorgs-github-readme-stats-team.vercel.app/api?username=rickstaa&include_orgs=true)](https://github.com/anuraghazra/github-readme-stats) + +
diff --git a/assets/logo.svg b/assets/logo.svg index dd86297..a0bf9ee 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1,21 +1,3 @@ - - - - - - - - - - - - - - - - - - - - + + diff --git a/css/styles.css b/css/styles.css index 4fbf01c..a803c9d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,68 +1,77 @@ -@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); -@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap"); body { - font-family: "Inter", sans-serif; - font-optical-sizing: auto; - font-variation-settings: - "slnt" 0; - - background-color: rgb(33, 37, 41); - color: white; -} - -img { - user-select: none; + background-color: #090a0f; } -a.social { - font-size: 1.5rem; - color: gray; - margin: 6.5px; +.navbar { + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px 25px; } -div.social-bar { - margin-right: 8px; +.logo img { + height: 24px; } -img.branding { - all: unset; - user-select: none; +.nav-buttons { + display: flex; + gap: 10px; } -.nav-item { - padding: 5px; +.nav-buttons button { + font-family: "JetBrains Mono"; + font-size: medium; + border: solid; + border-radius: 6px; + border-color: #090a0f; + background: none; + color: white; + padding: 10px 20px; + cursor: pointer; + transition: 0.3s; } -a.social:hover { - color: rgb(194, 193, 196); +.nav-buttons button:hover { + background-color: #1f2025; + border-color: #1f2025; } -main>p, main>h2 { - color: white; +.intro-text { + padding-top: 5%; + padding-left: 2%; } -main#content { - margin: 35px; +.intro-text h1 { + font-family: "JetBrains Mono"; + font-weight: 1000; + font-size: 350%; + color: whitesmoke; } -::selection { - color: black; - background-color: rgb(145, 174, 226); +.intro-text description { + font-family: "JetBrains Mono"; + font-size: 150%; + color: grey; } -::-webkit-scrollbar { - width: 0.7rem; +.intro-buttons { + padding-left: 2%; + padding-top: 5%; + display: flex; + gap: 20px; } -::-webkit-scrollbar-track { - background: rgb(47, 47, 47); +.intro-buttons button { + font-family: "JetBrains Mono"; + font-size: x-large; + background: none; + border: none; + border-radius: 10px; + color: whitesmoke; + cursor: pointer; + width: 17%; + height: 50px; + color: black; } - -::-webkit-scrollbar-thumb { - background: rgb(120, 120, 120); -} - -::-webkit-scrollbar-thumb:hover { - background: rgb(90, 90, 90); -} \ No newline at end of file diff --git a/index.html b/index.html index 99a1851..1cf9ed8 100644 --- a/index.html +++ b/index.html @@ -1,56 +1,35 @@ - - - - - Canary Softworks - - - - + + + + Lumin Labs + + + - - - -
-

Here at Canary Softworks, we are commited to giving both the developer and player the best experience possible. - Whether it be reliability, playability, or quality we have your back.

-
- - + + +
+

Lumin Labs

+ A backend gaming development industry. +
+ +
+ + +
+ \ No newline at end of file