@@ -83,7 +83,6 @@ <h1 class="text-2xl font-bold neon-text">War Thunder Camouflage Installer</h1>
83
83
< a href ="#features " class ="text-lg hover:text-blue-300 "> Features</ a >
84
84
< a href ="#download " class ="text-lg hover:text-blue-300 "> Download</ a >
85
85
< a href ="#about " class ="text-lg hover:text-blue-300 "> About</ a >
86
- < a href ="registration.html " class ="text-lg hover:text-blue-300 "> Register</ a >
87
86
</ nav >
88
87
</ div >
89
88
</ header >
@@ -97,7 +96,6 @@ <h2 class="text-6xl md:text-7xl lg:text-8xl font-extrabold neon-text mb-6">War T
97
96
< div class ="highlight-box ">
98
97
< h3 class ="text-2xl md:text-3xl text-yellow-300 font-bold mb-4 "> 🚀 Open Source Project 🚀</ h3 >
99
98
< p class ="text-lg md:text-xl text-white mb-4 "> Join our community and contribute to this exciting project!</ p >
100
- < a href ="registration.html " class ="inline-block bg-yellow-600 hover:bg-yellow-700 text-white font-semibold py-4 px-8 rounded-lg shadow-lg text-xl transition duration-300 ease-in-out transform hover:scale-105 mt-6 "> Learn More and Register</ a >
101
99
</ div >
102
100
103
101
< p class ="text-xl md:text-2xl text-gray-400 max-w-3xl mx-auto my-8 "> Transform your vehicles with ease. Browse, manage, and apply custom skins in just a few clicks.</ p >
@@ -106,55 +104,100 @@ <h3 class="text-2xl md:text-3xl text-yellow-300 font-bold mb-4">🚀 Open Source
106
104
</ div >
107
105
</ section >
108
106
109
- <!-- Features Section -->
110
- < section id ="features " class ="bg-black bg-opacity-75 py-16 ">
111
- < div class ="container mx-auto px-4 ">
112
- < h3 class ="text-3xl md:text-4xl font-bold mb-8 neon-text text-center "> Key Features</ h3 >
113
- < div class ="grid grid-cols-1 md:grid-cols-3 gap-8 ">
114
- < div class ="bg-gray-800 p-6 rounded shadow-md transform transition duration-500 hover:scale-105 ">
115
- < h4 class ="text-2xl font-bold mb-4 "> Extensive Database</ h4 >
116
- < ul class ="list-disc list-inside text-gray-400 ">
117
- < li > Browse through a vast collection of custom camouflages</ li >
118
- < li > Supports various War Thunder vehicles</ li >
119
- < li > Regularly updated with new skins</ li >
120
- </ ul >
121
- </ div >
122
- < div class ="bg-gray-800 p-6 rounded shadow-md transform transition duration-500 hover:scale-105 ">
123
- < h4 class ="text-2xl font-bold mb-4 "> Advanced Search</ h4 >
124
- < ul class ="list-disc list-inside text-gray-400 ">
125
- < li > Powerful search functionality</ li >
126
- < li > Filter by tags and custom tags</ li >
127
- < li > Sort and organize camouflages easily</ li >
128
- </ ul >
129
- </ div >
130
- < div class ="bg-gray-800 p-6 rounded shadow-md transform transition duration-500 hover:scale-105 ">
131
- < h4 class ="text-2xl font-bold mb-4 "> Easy Installation</ h4 >
132
- < ul class ="list-disc list-inside text-gray-400 ">
133
- < li > One-click installation process</ li >
134
- < li > Customizable directory structure</ li >
135
- < li > Import local skins with ease</ li >
136
- </ ul >
137
- </ div >
107
+ <!-- Features Section -->
108
+ < section id ="features " class ="bg-black bg-opacity-75 py-16 ">
109
+ < div class ="container mx-auto px-4 ">
110
+ < h3 class ="text-3xl md:text-4xl font-bold mb-8 neon-text text-center "> Key Features</ h3 >
111
+
112
+ < div class ="grid grid-cols-1 md:grid-cols-2 gap-8 ">
113
+ <!-- Card 1: Camouflage Database Management -->
114
+ < div class ="bg-gray-800 p-6 rounded shadow-md ">
115
+ < h4 class ="text-2xl font-bold mb-4 "> Camouflage Database Management</ h4 >
116
+ < ul class ="list-disc list-inside text-gray-400 ">
117
+ < li > Browse and search through a database of War Thunder camouflages</ li >
118
+ < li > View detailed information about each camouflage, including descriptions, and file size</ li >
119
+ < li > Display camouflage images in a grid layout</ li >
120
+ </ ul >
121
+ </ div >
122
+
123
+ <!-- Card 2: Advanced Search & Filtering -->
124
+ < div class ="bg-gray-800 p-6 rounded shadow-md ">
125
+ < h4 class ="text-2xl font-bold mb-4 "> Advanced Search & Filtering</ h4 >
126
+ < ul class ="list-disc list-inside text-gray-400 ">
127
+ < li > Search camouflages by name or description</ li >
128
+ < li > Filter camouflages using tags and hashtags</ li >
129
+ < li > Customizable tag system with the ability to add custom tags</ li >
130
+ </ ul >
131
+ </ div >
132
+
133
+ <!-- Card 3: User-Friendly Interface -->
134
+ < div class ="bg-gray-800 p-6 rounded shadow-md ">
135
+ < h4 class ="text-2xl font-bold mb-4 "> User-Friendly Interface</ h4 >
136
+ < ul class ="list-disc list-inside text-gray-400 ">
137
+ < li > Intuitive navigation between camouflages</ li >
138
+ < li > Detailed view and main view options for browsing camouflages</ li >
139
+ < li > Pagination for easy navigation through large sets of results</ li >
140
+ </ ul >
141
+ </ div >
142
+
143
+ <!-- Card 4: Skin Installation & Management -->
144
+ < div class ="bg-gray-800 p-6 rounded shadow-md ">
145
+ < h4 class ="text-2xl font-bold mb-4 "> Skin Installation & Management</ h4 >
146
+ < ul class ="list-disc list-inside text-gray-400 ">
147
+ < li > One-click installation of selected camouflages</ li >
148
+ < li > Custom directory structure support for organized skin management</ li >
149
+ < li > Option to import local skin files</ li >
150
+ </ ul >
151
+ </ div >
152
+
153
+ <!-- Card 5: Performance & Customization Options -->
154
+ < div class ="bg-gray-800 p-6 rounded shadow-md ">
155
+ < h4 class ="text-2xl font-bold mb-4 "> Performance & Customization Options</ h4 >
156
+ < ul class ="list-disc list-inside text-gray-400 ">
157
+ < li > Multithreaded image loading for smooth performance</ li >
158
+ < li > Ability to set and change the War Thunder skins directory</ li >
159
+ < li > Customizable file structure for installed skins</ li >
160
+ </ ul >
161
+ </ div >
162
+
163
+ <!-- Card 6: Error Handling & Utilities -->
164
+ < div class ="bg-gray-800 p-6 rounded shadow-md ">
165
+ < h4 class ="text-2xl font-bold mb-4 "> Error Handling & Utilities</ h4 >
166
+ < ul class ="list-disc list-inside text-gray-400 ">
167
+ < li > Clear error messages and status updates</ li >
168
+ < li > Export and import tag collections for backup or sharing</ li >
169
+ < li > About section with version information</ li >
170
+ </ ul >
138
171
</ div >
139
172
</ div >
140
- </ section >
173
+ </ div >
174
+ </ section >
141
175
142
- <!-- Screenshots Section -->
143
- < section class ="py-16 bg-black bg-opacity-75 ">
144
- < div class ="container mx-auto px-4 text-center ">
145
- < h3 class ="text-3xl md:text-4xl font-bold mb-8 neon-text "> User Interface</ h3 >
146
- < div class ="grid-container ">
147
- < div class ="grid-item ">
148
- < img src ="../screenshots/screenshot1-main.png " alt ="Main Interface " class ="rounded shadow-lg ">
149
- < p class ="mt-2 text-gray-400 "> Main application interface</ p >
150
- </ div >
151
- < div class ="grid-item ">
152
- < img src ="../screenshots/screenshot2-about.png " alt ="About Section " class ="rounded shadow-lg ">
153
- < p class ="mt-2 text-gray-400 "> About section with developer information</ p >
154
- </ div >
176
+ <!-- Screenshots Section -->
177
+ < section class ="py-16 bg-black bg-opacity-75 ">
178
+ < div class ="container mx-auto text-center ">
179
+ < h3 class ="text-3xl md:text-4xl font-bold mb-8 neon-text "> User Interface</ h3 >
180
+ < div class ="grid grid-cols-1 md:grid-cols-3 gap-8 justify-center items-center ">
181
+ <!-- Image 1: The window on initial load -->
182
+ < div class ="grid-item ">
183
+ < img src ="../assets/optimized/main-window-0.png " alt ="Window on initial load " class ="rounded shadow-lg mx-auto ">
184
+ < p class ="mt-4 text-lg md:text-xl text-gray-400 "> The window on initial load</ p >
185
+ </ div >
186
+
187
+ <!-- Image 2: Main Window -->
188
+ < div class ="grid-item ">
189
+ < img src ="../assets/optimized/main-window-1.png " alt ="Main Window " class ="rounded shadow-lg mx-auto ">
190
+ < p class ="mt-4 text-lg md:text-xl text-gray-400 "> Main window</ p >
191
+ </ div >
192
+
193
+ <!-- Image 3: Detailed View -->
194
+ < div class ="grid-item ">
195
+ < img src ="../assets/optimized/main-window-2.png " alt ="Detailed View " class ="rounded shadow-lg mx-auto ">
196
+ < p class ="mt-4 text-lg md:text-xl text-gray-400 "> Detailed view with sidebar, tagging, and search</ p >
155
197
</ div >
156
198
</ div >
157
- </ section >
199
+ </ div >
200
+ </ section >
158
201
159
202
<!-- Download Section -->
160
203
< section id ="download " class ="py-16 ">
@@ -167,6 +210,22 @@ <h3 class="text-3xl md:text-4xl font-bold mb-8 neon-text">Get Started</h3>
167
210
</ div >
168
211
</ section >
169
212
213
+ <!-- Installation Instructions Section -->
214
+ < section id ="installation " class ="bg-black bg-opacity-75 py-16 ">
215
+ < div class ="container mx-auto px-4 text-center ">
216
+ < h3 class ="text-3xl md:text-4xl font-bold mb-8 neon-text "> How to Install</ h3 >
217
+ < p class ="text-xl mb-4 text-gray-400 "> To install the War Thunder Camouflage Installer, follow these steps:</ p >
218
+ < div class ="highlight-box bg-gray-800 p-6 rounded shadow-md mx-auto text-left ">
219
+ < ul class ="list-disc list-inside text-gray-300 ">
220
+ < li > Download the latest < strong > .exe</ strong > and < strong > .db</ strong > files from the < a href ="#download " class ="text-blue-400 underline hover:text-blue-600 "> Download</ a > section.</ li >
221
+ < li > Ensure both files are in the **same directory**.</ li >
222
+ < li > Navigate to the folder and run the < strong > .exe</ strong > file to start the application.</ li >
223
+ < li > If you're using the source code, you'll need to < strong > compile the project</ strong > manually. Instructions are provided on the < a href ="https://github.com/hasnocool/war_thunder_camouflage_installer " class ="text-blue-400 underline hover:text-blue-600 "> GitHub page</ a > .</ li >
224
+ </ ul >
225
+ </ div >
226
+ </ div >
227
+ </ section >
228
+
170
229
<!-- About Section -->
171
230
< section id ="about " class ="bg-black bg-opacity-75 py-16 ">
172
231
< div class ="container mx-auto px-4 text-center ">
0 commit comments