Andrewbluebird commited on
Commit
53fe820
·
verified ·
1 Parent(s): fb1545c

Create an ai chatbot selection page for logged in users that has the same header and footer from the index.html

Browse files
Files changed (5) hide show
  1. IntroPage.html +3 -3
  2. SignIn.html +4 -4
  3. SignUp.html +4 -4
  4. characters.html +330 -0
  5. index.html +5 -5
IntroPage.html CHANGED
@@ -159,12 +159,12 @@
159
  <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
160
  </div>
161
  <div class="hidden md:flex space-x-8">
162
- <a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
 
163
  <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
164
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Pricing</a>
165
  <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
166
  </div>
167
- <a href="SignIn.html" class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
168
  Login
169
  </a>
170
  </div>
 
159
  <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
160
  </div>
161
  <div class="hidden md:flex space-x-8">
162
+ <a href="IntroPage.html" class="text-blue-600 font-medium transition-colors">Home</a>
163
+ <a href="characters.html" class="text-gray-600 hover:text-blue-600 transition-colors">Characters</a>
164
  <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
 
165
  <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
166
  </div>
167
+ <a href="SignIn.html" class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
168
  Login
169
  </a>
170
  </div>
SignIn.html CHANGED
@@ -21,12 +21,12 @@
21
  <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
22
  </div>
23
  <div class="hidden md:flex space-x-8">
24
- <a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
25
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
26
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Pricing</a>
27
  <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
28
  </div>
29
- <a href="SignUp.html" class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
30
  Sign Up
31
  </a>
32
  </div>
 
21
  <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
22
  </div>
23
  <div class="hidden md:flex space-x-8">
24
+ <a href="IntroPage.html" class="text-blue-600 font-medium transition-colors">Home</a>
25
+ <a href="characters.html" class="text-gray-600 hover:text-blue-600 transition-colors">Characters</a>
26
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
27
  <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
28
  </div>
29
+ <a href="SignUp.html" class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
30
  Sign Up
31
  </a>
32
  </div>
SignUp.html CHANGED
@@ -21,12 +21,12 @@
21
  <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
22
  </div>
23
  <div class="hidden md:flex space-x-8">
24
- <a href="IntroPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
25
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
26
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Pricing</a>
27
  <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
28
  </div>
29
- <a href="#" class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
30
  Login
31
  </a>
32
  </div>
 
21
  <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
22
  </div>
23
  <div class="hidden md:flex space-x-8">
24
+ <a href="IntroPage.html" class="text-blue-600 font-medium transition-colors">Home</a>
25
+ <a href="characters.html" class="text-gray-600 hover:text-blue-600 transition-colors">Characters</a>
26
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
27
  <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
28
  </div>
29
+ <a href="#" class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
30
  Login
31
  </a>
32
  </div>
characters.html ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Meet Our Characters | FurryChat.ai</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
10
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://unpkg.com/feather-icons"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
14
+ <link rel="stylesheet" href="style.css">
15
+ <style>
16
+ .character-card {
17
+ transition: all 0.3s ease;
18
+ }
19
+ .character-card:hover {
20
+ transform: translateY(-5px);
21
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
22
+ }
23
+ .character-image {
24
+ height: 300px;
25
+ object-fit: cover;
26
+ object-position: top;
27
+ }
28
+ .badge {
29
+ display: inline-flex;
30
+ align-items: center;
31
+ padding: 0.25rem 0.5rem;
32
+ border-radius: 9999px;
33
+ font-size: 0.75rem;
34
+ font-weight: 600;
35
+ }
36
+ .badge-online {
37
+ background-color: #10b981;
38
+ color: white;
39
+ }
40
+ .badge-offline {
41
+ background-color: #6b7280;
42
+ color: white;
43
+ }
44
+ .tag {
45
+ display: inline-block;
46
+ padding: 0.25rem 0.5rem;
47
+ border-radius: 0.25rem;
48
+ background-color: #e5e7eb;
49
+ color: #4b5563;
50
+ font-size: 0.75rem;
51
+ margin-right: 0.25rem;
52
+ margin-bottom: 0.25rem;
53
+ }
54
+ </style>
55
+ </head>
56
+ <body class="bg-gray-50">
57
+ <!-- Hero Section with Vanta.js Background -->
58
+ <div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
59
+
60
+ <div class="relative z-10">
61
+ <!-- Navigation -->
62
+ <nav class="bg-white bg-opacity-90 backdrop-blur-sm shadow-sm py-4 px-6">
63
+ <div class="container mx-auto flex justify-between items-center">
64
+ <div class="flex items-center space-x-2">
65
+ <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
66
+ </div>
67
+ <div class="hidden md:flex space-x-8">
68
+ <a href="index.html" class="text-gray-600 hover:text-blue-600 transition-colors">Chat</a>
69
+ <a href="characters.html" class="text-blue-600 font-medium transition-colors">Characters</a>
70
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Create</a>
71
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Marketplace</a>
72
+ </div>
73
+ <div class="flex items-center space-x-4">
74
+ <a href="#" class="text-gray-600 hover:text-blue-600">
75
+ <i data-feather="user"></i>
76
+ </a>
77
+ <a href="#" class="text-gray-600 hover:text-blue-600">
78
+ <i data-feather="settings"></i>
79
+ </a>
80
+ </div>
81
+ </div>
82
+ </nav>
83
+
84
+ <!-- Characters Section -->
85
+ <section class="py-12 px-4">
86
+ <div class="container mx-auto">
87
+ <div class="flex justify-between items-center mb-8">
88
+ <h1 class="text-3xl font-bold text-gray-800">Meet Our AI Characters</h1>
89
+ <div class="relative">
90
+ <input type="text" placeholder="Search characters..." class="pl-10 pr-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
91
+ <i data-feather="search" class="absolute left-3 top-2.5 text-gray-400"></i>
92
+ </div>
93
+ </div>
94
+
95
+ <!-- Filter Bar -->
96
+ <div class="bg-white rounded-lg shadow-sm p-4 mb-8">
97
+ <div class="flex flex-wrap items-center gap-4">
98
+ <div>
99
+ <label class="block text-sm font-medium text-gray-700 mb-1">Species</label>
100
+ <select class="border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500">
101
+ <option>All</option>
102
+ <option>Wolf</option>
103
+ <option>Fox</option>
104
+ <option>Dragon</option>
105
+ <option>Cat</option>
106
+ <option>Other</option>
107
+ </select>
108
+ </div>
109
+ <div>
110
+ <label class="block text-sm font-medium text-gray-700 mb-1">Gender</label>
111
+ <select class="border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500">
112
+ <option>All</option>
113
+ <option>Male</option>
114
+ <option>Female</option>
115
+ <option>Non-binary</option>
116
+ </select>
117
+ </div>
118
+ <div>
119
+ <label class="block text-sm font-medium text-gray-700 mb-1">Personality</label>
120
+ <select class="border border-gray-300 rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500">
121
+ <option>All</option>
122
+ <option>Friendly</option>
123
+ <option>Shy</option>
124
+ <option>Playful</option>
125
+ <option>Serious</option>
126
+ <option>Mysterious</option>
127
+ </select>
128
+ </div>
129
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg transition-colors mt-6">
130
+ Apply Filters
131
+ </button>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Characters Grid -->
136
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
137
+ <!-- Character 1 -->
138
+ <div class="bg-white rounded-xl shadow-md overflow-hidden character-card">
139
+ <img src="http://static.photos/animals/640x360/1" alt="Luna the Wolf" class="w-full character-image">
140
+ <div class="p-6">
141
+ <div class="flex justify-between items-start mb-2">
142
+ <h3 class="text-xl font-bold text-gray-800">Luna the Wolf</h3>
143
+ <span class="badge badge-online">
144
+ <i data-feather="circle" class="w-3 h-3 mr-1"></i>
145
+ Online
146
+ </span>
147
+ </div>
148
+ <p class="text-gray-600 mb-4">Mystical and wise, Luna guides with ancestral knowledge.</p>
149
+ <div class="mb-4">
150
+ <span class="tag">Wolf</span>
151
+ <span class="tag">Female</span>
152
+ <span class="tag">Mysterious</span>
153
+ </div>
154
+ <a href="index.html?character=luna" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-colors block text-center">
155
+ Chat Now
156
+ </a>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Character 2 -->
161
+ <div class="bg-white rounded-xl shadow-md overflow-hidden character-card">
162
+ <img src="http://static.photos/animals/640x360/2" alt="Rex the Fox" class="w-full character-image">
163
+ <div class="p-6">
164
+ <div class="flex justify-between items-start mb-2">
165
+ <h3 class="text-xl font-bold text-gray-800">Rex the Fox</h3>
166
+ <span class="badge badge-online">
167
+ <i data-feather="circle" class="w-3 h-3 mr-1"></i>
168
+ Online
169
+ </span>
170
+ </div>
171
+ <p class="text-gray-600 mb-4">Clever and playful, Rex always has a trick up his sleeve.</p>
172
+ <div class="mb-4">
173
+ <span class="tag">Fox</span>
174
+ <span class="tag">Male</span>
175
+ <span class="tag">Playful</span>
176
+ </div>
177
+ <a href="index.html?character=rex" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-colors block text-center">
178
+ Chat Now
179
+ </a>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Character 3 -->
184
+ <div class="bg-white rounded-xl shadow-md overflow-hidden character-card">
185
+ <img src="http://static.photos/animals/640x360/3" alt="Sancia the Dragon" class="w-full character-image">
186
+ <div class="p-6">
187
+ <div class="flex justify-between items-start mb-2">
188
+ <h3 class="text-xl font-bold text-gray-800">Sancia the Dragon</h3>
189
+ <span class="badge badge-online">
190
+ <i data-feather="circle" class="w-3 h-3 mr-1"></i>
191
+ Online
192
+ </span>
193
+ </div>
194
+ <p class="text-gray-600 mb-4">Ancient and powerful, yet surprisingly gentle and wise.</p>
195
+ <div class="mb-4">
196
+ <span class="tag">Dragon</span>
197
+ <span class="tag">Female</span>
198
+ <span class="tag">Wise</span>
199
+ </div>
200
+ <a href="index.html?character=sancia" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-colors block text-center">
201
+ Chat Now
202
+ </a>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Character 4 -->
207
+ <div class="bg-white rounded-xl shadow-md overflow-hidden character-card">
208
+ <img src="http://static.photos/animals/640x360/4" alt="Leo the Lion" class="w-full character-image">
209
+ <div class="p-6">
210
+ <div class="flex justify-between items-start mb-2">
211
+ <h3 class="text-xl font-bold text-gray-800">Leo the Lion</h3>
212
+ <span class="badge badge-offline">
213
+ <i data-feather="circle" class="w-3 h-3 mr-1"></i>
214
+ Offline
215
+ </span>
216
+ </div>
217
+ <p class="text-gray-600 mb-4">Bold and confident, a natural leader with a big heart.</p>
218
+ <div class="mb-4">
219
+ <span class="tag">Lion</span>
220
+ <span class="tag">Male</span>
221
+ <span class="tag">Confident</span>
222
+ </div>
223
+ <a href="index.html?character=leo" class="w-full bg-gray-200 hover:bg-gray-300 text-gray-800 font-medium py-2 px-4 rounded-lg transition-colors block text-center">
224
+ Coming Soon
225
+ </a>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Pagination -->
231
+ <div class="flex justify-center mt-10">
232
+ <nav class="inline-flex rounded-md shadow">
233
+ <a href="#" class="px-3 py-2 rounded-l-md border border-gray-300 bg-white text-gray-500 hover:bg-gray-50">
234
+ Previous
235
+ </a>
236
+ <a href="#" class="px-3 py-2 border-t border-b border-gray-300 bg-white text-blue-600 font-medium">
237
+ 1
238
+ </a>
239
+ <a href="#" class="px-3 py-2 border-t border-b border-gray-300 bg-white text-gray-500 hover:bg-gray-50">
240
+ 2
241
+ </a>
242
+ <a href="#" class="px-3 py-2 border-t border-b border-gray-300 bg-white text-gray-500 hover:bg-gray-50">
243
+ 3
244
+ </a>
245
+ <a href="#" class="px-3 py-2 rounded-r-md border border-gray-300 bg-white text-gray-500 hover:bg-gray-50">
246
+ Next
247
+ </a>
248
+ </nav>
249
+ </div>
250
+ </div>
251
+ </section>
252
+
253
+ <!-- Footer -->
254
+ <footer class="bg-gray-800 text-white mt-16 py-8">
255
+ <div class="container mx-auto px-4">
256
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
257
+ <div>
258
+ <div class="flex items-center space-x-2">
259
+ <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
260
+ </div>
261
+ <p class="text-gray-400">Perfect AI Furry roleplay haven powered by advanced artificial intelligence.</p>
262
+ </div>
263
+ <div>
264
+ <h4 class="font-semibold mb-4">Product</h4>
265
+ <ul class="space-y-2 text-gray-400">
266
+ <li><a href="#" class="hover:text-white transition-colors">Features</a></li>
267
+ <li><a href="#" class="hover:text-white transition-colors">Pricing</a></li>
268
+ <li><a href="#" class="hover:text-white transition-colors">API</a></li>
269
+ <li><a href="/animations" class="hover:text-white transition-colors">Animations</a></li>
270
+ </ul>
271
+ </div>
272
+ <div>
273
+ <h4 class="font-semibold mb-4">Community</h4>
274
+ <ul class="space-y-2 text-gray-400">
275
+ <li><a href="#" class="hover:text-white transition-colors">Furry AI Gallery</a></li>
276
+ <li><a href="#" class="hover:text-white transition-colors">Furry AI Avatar Marketplace</a></li>
277
+ <li><a href="https://discord.gg/NKaAqn5q" class="hover:text-white transition-colors">Discord server</a></li>
278
+ </ul>
279
+ </div>
280
+ <div>
281
+ <h4 class="font-semibold mb-4">Company</h4>
282
+ <ul class="space-y-2 text-gray-400">
283
+ <li><a href="#" class="hover:text-white transition-colors">About</a></li>
284
+ <li><a href="#" class="hover:text-white transition-colors">Blog</a></li>
285
+ <li><a href="#" class="hover:text-white transition-colors">Careers</a></li>
286
+ </ul>
287
+ </div>
288
+ <div>
289
+ <h4 class="font-semibold mb-4">Support</h4>
290
+ <ul class="space-y-2 text-gray-400">
291
+ <li><a href="#" class="hover:text-white transition-colors">Help Center</a></li>
292
+ <li><a href="#" class="hover:text-white transition-colors">Contact</a></li>
293
+ <li><a href="#" class="hover:text-white transition-colors">Privacy Policy</a></li>
294
+ </ul>
295
+ </div>
296
+ </div>
297
+ <div class="border-t border-gray-700 mt-8 pt-6 text-center text-gray-400">
298
+ <p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
299
+ </div>
300
+ </div>
301
+ </footer>
302
+ </div>
303
+
304
+ <script>
305
+ // Initialize animations and icons
306
+ AOS.init({
307
+ duration: 800,
308
+ easing: 'ease-in-out',
309
+ once: true
310
+ });
311
+ feather.replace();
312
+
313
+ // Initialize Vanta.js background with blue color
314
+ VANTA.GLOBE({
315
+ el: "#vanta-bg",
316
+ mouseControls: true,
317
+ touchControls: true,
318
+ gyroControls: false,
319
+ minHeight: 200.00,
320
+ minWidth: 200.00,
321
+ scale: 1.00,
322
+ scaleMobile: 1.00,
323
+ color: 0x3b82f6,
324
+ backgroundColor: 0xf8fafc,
325
+ size: 0.8
326
+ });
327
+ </script>
328
+ <script src="script.js"></script>
329
+ </body>
330
+ </html>
index.html CHANGED
@@ -291,13 +291,13 @@
291
  <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
292
  </div>
293
  <div class="hidden md:flex space-x-8">
294
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
295
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
296
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Pricing</a>
297
- <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
298
  <a href="/animations" class="text-gray-600 hover:text-purple-600 transition-colors">Animations</a>
299
  </div>
300
- <button class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
301
  Get Started
302
  </button>
303
  </div>
 
291
  <img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo" class="w-[150px] h-[75px] rounded-lg">
292
  </div>
293
  <div class="hidden md:flex space-x-8">
294
+ <a href="index.html" class="text-blue-600 font-medium transition-colors">Chat</a>
295
+ <a href="characters.html" class="text-gray-600 hover:text-blue-600 transition-colors">Characters</a>
296
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Create</a>
297
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Marketplace</a>
298
  <a href="/animations" class="text-gray-600 hover:text-purple-600 transition-colors">Animations</a>
299
  </div>
300
+ <button class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
301
  Get Started
302
  </button>
303
  </div>