Compare commits

...

6 commits

Author SHA1 Message Date
rottenwheel
4e5979ff54
robots: create text file 2024-10-20 18:10:15 -05:00
rottenwheel
4a474429c3
Merge pull request #10 from kumitterer/rottenwheel
style(css): make text more cecece
2024-10-20 19:30:12 +00:00
Kumi
7a2df0fc4d
style(css): make text more cecece
Adjusted the text color from pure white to a light gray (#cecece) to enhance readability against the black background.
2024-10-20 21:29:15 +02:00
rottenwheel
b8981dbb18
Merge pull request #9 from kumitterer/rottenwheel
refactor: replace favicon
2024-10-20 19:27:23 +00:00
Kumi
c1a0da1fa0
feat: add multi-resolution favicons
Added various favicon sizes to enhance cross-platform support, improve visual quality on different devices, and align with Open Graph and Apple touch icon requirements. Updated the index file to reference new icons and ensure tile images and OG image use higher resolution favicons for better appearance. This update may affect how icons are displayed across different platforms.
2024-10-20 21:24:15 +02:00
Kumi
9172d19d94
refactor: replace favicon 2024-10-20 19:49:46 +02:00
31 changed files with 34 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

BIN
img/favicon-114x114.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
img/favicon-120x120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

BIN
img/favicon-128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
img/favicon-144x144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
img/favicon-152x152.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 589 B

BIN
img/favicon-57x57.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/favicon-60x60.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/favicon-72x72.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/favicon-76x76.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

2
robots.txt Normal file
View file

@ -0,0 +1,2 @@
User-agent: *
Allow: /

View file

@ -1,6 +1,6 @@
html {
background-color: black;
color: #fff;
color: #cecece;
font-style: normal;
font-family: Arial, sans-serif;
}
@ -15,7 +15,7 @@ p.fiat-info {
p.fiat-info span,
a.fiat-tooltip {
color: white;
color: #cecece;
}
.btn {
@ -75,7 +75,7 @@ input.form-control {
}
.btn-equals:hover {
color: white;
color: #cecece;
}
.equals-text {
@ -83,7 +83,7 @@ input.form-control {
}
p {
color: white;
color: #cecece;
}
.gold {

View file

@ -13,30 +13,43 @@
<meta property="og:title" content="<?php echo $page_title; ?>" />
<meta property="og:description" content="<?php echo $meta_description; ?>" />
<meta property="og:image" content="<?php echo $parentUrl; ?>/img/mstile-310x150.png" />
<meta property="og:image" content="<?php echo $parentUrl; ?>/img/favicon-196x196.png" />
<meta property="og:type" content="website" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="img/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="img/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="img/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon-precomposed" sizes="196x196" href="img/favicon-196x196.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/favicon-152x152.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/favicon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="img/favicon-128x128.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/favicon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/favicon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="96x96" href="img/favicon-96x96.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="img/favicon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/favicon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="64x64" href="img/favicon-64x64.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="img/favicon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="img/favicon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="32x32" href="img/favicon-32x32.png" />
<link rel="apple-touch-icon-precomposed" sizes="16x16" href="img/favicon-16x16.png" />
<link rel="apple-touch-startup-image" href="img/favicon-196x196.png" />
<link rel="icon" type="image/png" href="img/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="img/favicon-152x152.png" sizes="152x152" />
<link rel="icon" type="image/png" href="img/favicon-144x144.png" sizes="144x144" />
<link rel="icon" type="image/png" href="img/favicon-128x128.png" sizes="128x128" />
<link rel="icon" type="image/png" href="img/favicon-120x120.png" sizes="120x120" />
<link rel="icon" type="image/png" href="img/favicon-114x114.png" sizes="114x114" />
<link rel="icon" type="image/png" href="img/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="img/favicon-76x76.png" sizes="76x76" />
<link rel="icon" type="image/png" href="img/favicon-72x72.png" sizes="72x72" />
<link rel="icon" type="image/png" href="img/favicon-64x64.png" sizes="64x64" />
<link rel="icon" type="image/png" href="img/favicon-60x60.png" sizes="60x60" />
<link rel="icon" type="image/png" href="img/favicon-57x57.png" sizes="57x57" />
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="img/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="Moner.ooo" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="img/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="img/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="img/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="img/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="img/mstile-310x310.png" />
<meta name="msapplication-TileImage" content="img/favicon-196x196.png" />
<meta name="theme-color" content="#193e4c" />
<meta name="apple-mobile-web-app-title" content="Moner.ooo" />
<meta name="apple-mobile-web-app-status-bar-style" content="#193e4c" />