feat: logo
|
|
@ -1,11 +1,15 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
||||||
<link rel="apple-touch-icon" href="%sveltekit.assets%/placeholder_logo.png" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
|
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
|
||||||
|
<link rel="icon" type="image/png" sizes="48x48" href="%sveltekit.assets%/favicon-48x48.png" />
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="%sveltekit.assets%/android-chrome-192x192.png" />
|
||||||
|
|
||||||
<title>Rugplay</title>
|
<title>Rugplay</title>
|
||||||
<!-- Global Meta Tags -->
|
<!-- Global Meta Tags -->
|
||||||
<meta name="application-name" content="Rugplay" />
|
<meta name="application-name" content="Rugplay" />
|
||||||
|
|
@ -21,7 +25,9 @@
|
||||||
|
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
<div style="display: contents">%sveltekit.body%</div>
|
<div style="display: contents">%sveltekit.body%</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -131,8 +131,8 @@
|
||||||
<PromoCodeDialog bind:open={showPromoCode} />
|
<PromoCodeDialog bind:open={showPromoCode} />
|
||||||
<Sidebar.Root collapsible="offcanvas">
|
<Sidebar.Root collapsible="offcanvas">
|
||||||
<Sidebar.Header>
|
<Sidebar.Header>
|
||||||
<div class="flex items-center gap-1 px-2 py-2">
|
<div class="flex items-center gap-2 px-2 py-2">
|
||||||
<img src="/placeholder_logo.png" class="h-5 w-5" alt="twoblade" />
|
<img src="/rugplay.svg" class="h-5 w-5" alt="twoblade" />
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<span class="text-base font-semibold">Rugplay</span>
|
<span class="text-base font-semibold">Rugplay</span>
|
||||||
{#if $USER_DATA?.isAdmin}
|
{#if $USER_DATA?.isAdmin}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
title = 'Rugplay',
|
title = 'Rugplay',
|
||||||
description = 'Experience realistic cryptocurrency trading simulation game with AI-powered markets, rug pull mechanics, and virtual currencies. Learn crypto trading without financial risk in this educational game.',
|
description = 'Experience realistic cryptocurrency trading simulation game with AI-powered markets, rug pull mechanics, and virtual currencies. Learn crypto trading without financial risk in this educational game.',
|
||||||
type = 'website',
|
type = 'website',
|
||||||
image = '/placeholder_logo.png',
|
image = '/rugplay.svg',
|
||||||
imageAlt = 'Rugplay Logo',
|
imageAlt = 'Rugplay Logo',
|
||||||
keywords = '',
|
keywords = '',
|
||||||
author = 'Outpoot',
|
author = 'Outpoot',
|
||||||
|
|
|
||||||
|
|
@ -340,7 +340,7 @@
|
||||||
keywords={coin
|
keywords={coin
|
||||||
? `${coin.name} cryptocurrency game, *${coin.symbol} virtual trading, ${coin.symbol} price simulation, cryptocurrency trading game, virtual coin ${coin.symbol}`
|
? `${coin.name} cryptocurrency game, *${coin.symbol} virtual trading, ${coin.symbol} price simulation, cryptocurrency trading game, virtual coin ${coin.symbol}`
|
||||||
: `${coinSymbol} virtual cryptocurrency, crypto trading simulation, virtual coin trading`}
|
: `${coinSymbol} virtual cryptocurrency, crypto trading simulation, virtual coin trading`}
|
||||||
image={coin?.icon ? getPublicUrl(coin.icon) : '/placeholder_logo.png'}
|
image={coin?.icon ? getPublicUrl(coin.icon) : '/rugplay.svg'}
|
||||||
imageAlt={coin ? `${coin.name} (${coin.symbol}) logo` : `${coinSymbol} cryptocurrency logo`}
|
imageAlt={coin ? `${coin.name} (${coin.symbol}) logo` : `${coinSymbol} cryptocurrency logo`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,7 @@
|
||||||
type="profile"
|
type="profile"
|
||||||
image={profileData?.profile?.image
|
image={profileData?.profile?.image
|
||||||
? getPublicUrl(profileData.profile.image)
|
? getPublicUrl(profileData.profile.image)
|
||||||
: '/placeholder_logo.png'}
|
: '/rugplay.svg'}
|
||||||
imageAlt={profileData?.profile?.name
|
imageAlt={profileData?.profile?.name
|
||||||
? `${profileData.profile.name}'s profile picture`
|
? `${profileData.profile.name}'s profile picture`
|
||||||
: `@${username}'s profile`}
|
: `@${username}'s profile`}
|
||||||
|
|
|
||||||
BIN
website/static/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
website/static/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
website/static/favicon-48x48.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
1
website/static/favicon.svg
Normal file
|
After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 20 KiB |
1
website/static/rugplay.svg
Normal file
|
After Width: | Height: | Size: 60 KiB |