favicon.ico generated

This commit is contained in:
marijo 2026-06-10 09:54:01 +00:00
parent be3652fbb1
commit eb14ee71b1
2 changed files with 40 additions and 0 deletions

38
favicon.svg Normal file
View file

@ -0,0 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Beach vacation favicon">
<defs>
<linearGradient id="sky" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#6dd5ff"/>
<stop offset="0.58" stop-color="#b7efff"/>
<stop offset="1" stop-color="#fff0b8"/>
</linearGradient>
<linearGradient id="sea" x1="0" x2="1" y1="0" y2="0">
<stop offset="0" stop-color="#0077be"/>
<stop offset="1" stop-color="#20c7d9"/>
</linearGradient>
<filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="2" stdDeviation="1.2" flood-color="#075466" flood-opacity="0.28"/>
</filter>
</defs>
<rect width="64" height="64" rx="14" fill="url(#sky)"/>
<g opacity="0.98">
<circle cx="48" cy="16" r="8" fill="#ffd34d"/>
<circle cx="48" cy="16" r="11" fill="#ffd34d" opacity="0.25"/>
</g>
<path d="M0 38c7-4 12 4 20 0s13-4 21 0 15 3 23-1v17H0z" fill="url(#sea)"/>
<path d="M0 44c8-4 14 4 23 0s14-4 24 0 12 3 17 0v5c-8 4-15-3-24 0s-15 4-24 0S7 47 0 51z" fill="#e9fbff" opacity="0.72"/>
<path d="M0 50c11-3 20 2 31 0s21-2 33 2v12H0z" fill="#f5c56b"/>
<path d="M7 56c13-3 27-3 50 1" fill="none" stroke="#d49a45" stroke-width="2" stroke-linecap="round" opacity="0.45"/>
<g filter="url(#softShadow)" stroke-linecap="round" stroke-linejoin="round">
<path d="M31 31l5 24" fill="none" stroke="#8b5a2b" stroke-width="3.5"/>
<path d="M17 34c5-12 19-17 31-9-11 1-21 5-31 9z" fill="#ff6f3c"/>
<path d="M17 34c7-7 15-10 25-10-4 4-8 8-11 14-4-3-8-4-14-4z" fill="#ffe066"/>
<path d="M31 38c3-6 7-10 11-14 3 0 5 .4 6 1-5 3-9 7-12 13-1.5-1-3-1.2-5 0z" fill="#ff3d68" opacity="0.96"/>
<path d="M17 34c5-12 19-17 31-9-11 1-21 5-31 9z" fill="none" stroke="#fff7cf" stroke-width="1.4" opacity="0.85"/>
</g>
<path d="M39 54c2 2 5 2 7 0" fill="none" stroke="#8b5a2b" stroke-width="2.4" stroke-linecap="round" opacity="0.65"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -4,6 +4,8 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>GO Vacation Planner</title> <title>GO Vacation Planner</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<meta name="theme-color" content="#20c7d9">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>