Skip to content

Commit

Permalink
feat(welcome): added homepage stats / credit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnx committed Nov 7, 2023
1 parent 8aa3b20 commit 10bd086
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions public/css/app.css
Expand Up @@ -1446,6 +1446,10 @@ select {
--tw-text-opacity: 1;
color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-green-500 {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
Expand Down
8 changes: 4 additions & 4 deletions resources/views/welcome.blade.php
Expand Up @@ -19,7 +19,7 @@

<div class="col-span-1">
<div class="rounded-lg">
<div class="rounded-lg text-right p-6" style="background: linear-gradient(-20deg, #391971, #24183c, #0f0f10);">
<div class="rounded-lg text-right p-6" style="background: linear-gradient(0deg, #0f0f10, #131314);">
<h1 class="text-3xl lg:text-5xl font-bold">
250,000
</h1>
Expand All @@ -32,7 +32,7 @@

<div class="col-span-1">
<div class="rounded-lg">
<div class="rounded-lg text-right p-6" style="background: linear-gradient(-20deg, #391971, #24183c, #0f0f10);">
<div class="rounded-lg text-right p-6" style="background: linear-gradient(0deg, #0f0f10, #131314);">
<h1 class="text-3xl lg:text-5xl font-bold">
2,840,000
</h1>
Expand All @@ -45,9 +45,9 @@

<div class="col-span-2 md:col-span-1 lg:xl-span-1 xl:col-span-1">
<div class="rounded-lg">
<div class="rounded-lg text-right p-6" style="background: linear-gradient(-20deg, #391971, #24183c, #0f0f10);">
<div class="rounded-lg text-right p-6"style="background: linear-gradient(0deg, #0f0f10, #131314);">
<h1 class="text-3xl lg:text-5xl font-bold">
40ms
<span class="text-green-500">40 ms</span>
</h1>
<p class="text-sm mt-2">
Average latency for markers
Expand Down

0 comments on commit 10bd086

Please sign in to comment.