Skip to content

Commit 042a804

Browse files
Update logo and favicon in HTML files
1 parent a77c683 commit 042a804

5 files changed

Lines changed: 6 additions & 9 deletions

File tree

about.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>About - Steering ETS2 Controller</title>
7+
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
78
<script src="https://cdn.tailwindcss.com"></script>
89
<script>
910
tailwind.config = {
@@ -40,9 +41,7 @@
4041
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
4142
<div class="flex justify-between items-center h-20">
4243
<div class="flex items-center gap-3 cursor-pointer" onclick="window.location.href='index.html'">
43-
<div class="w-10 h-10 rounded-xl bg-gradient-to-tr from-brand-600 to-brand-500 flex items-center justify-center shadow-lg shadow-brand-500/30">
44-
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
45-
</div>
44+
<img src="assets/images/logo.png" alt="V-Joy Logo" class="w-10 h-10 object-contain drop-shadow-[0_0_10px_rgba(16,185,129,0.5)]">
4645
<span class="font-outfit text-2xl font-bold tracking-wide">V-JOY<span class="text-brand-500">.</span></span>
4746
</div>
4847
<div class="hidden md:flex space-x-8">

assets/images/favicon.ico

146 KB
Binary file not shown.

assets/images/logo.png

3.58 MB
Loading

download.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Download - Steering ETS2 Controller</title>
7+
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
78
<script src="https://cdn.tailwindcss.com"></script>
89
<script>
910
tailwind.config = {
@@ -49,9 +50,7 @@
4950
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
5051
<div class="flex justify-between items-center h-20">
5152
<div class="flex items-center gap-3 cursor-pointer" onclick="window.location.href='index.html'">
52-
<div class="w-10 h-10 rounded-xl bg-gradient-to-tr from-brand-600 to-brand-500 flex items-center justify-center shadow-lg shadow-brand-500/30">
53-
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
54-
</div>
53+
<img src="assets/images/logo.png" alt="V-Joy Logo" class="w-10 h-10 object-contain drop-shadow-[0_0_10px_rgba(16,185,129,0.5)]">
5554
<span class="font-outfit text-2xl font-bold tracking-wide">V-JOY<span class="text-brand-500">.</span></span>
5655
</div>
5756
<div class="hidden md:flex space-x-8">

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Steering ETS2 Controller</title>
7+
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
78
<script src="https://cdn.tailwindcss.com"></script>
89
<script>
910
tailwind.config = {
@@ -54,9 +55,7 @@
5455
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
5556
<div class="flex justify-between items-center h-20">
5657
<div class="flex items-center gap-3 cursor-pointer" onclick="window.location.href='index.html'">
57-
<div class="w-10 h-10 rounded-xl bg-gradient-to-tr from-brand-600 to-brand-500 flex items-center justify-center shadow-lg shadow-brand-500/30">
58-
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
59-
</div>
58+
<img src="assets/images/logo.png" alt="V-Joy Logo" class="w-10 h-10 object-contain drop-shadow-[0_0_10px_rgba(16,185,129,0.5)]">
6059
<span class="font-outfit text-2xl font-bold tracking-wide">V-JOY<span class="text-brand-500">.</span></span>
6160
</div>
6261
<div class="hidden md:flex space-x-8">

0 commit comments

Comments
 (0)