Add in an profile section for Account.html, this will be used for the logged in user to view their own profile and other related statistics such like (number of chat messages and chat bots they've talked to).
Browse files- AIFurryCreationPage.html +7 -29
- AIFurrySelectPage.html +7 -27
- Account.html +381 -46
- ChatRecords.html +7 -23
- ChatbotPage.html +7 -23
- Marketplace.html +7 -29
- SearchPage.html +7 -29
- Settings.html +7 -29
- SignIn.html +6 -21
- SignUp.html +6 -35
- SignedinTemplate.html +7 -29
- Template.html +5 -22
- components/navbar.js +130 -0
- index.html +6 -21
AIFurryCreationPage.html
CHANGED
|
@@ -57,33 +57,10 @@
|
|
| 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 |
-
<
|
| 63 |
-
|
| 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 |
-
|
| 85 |
-
|
| 86 |
-
<!-- Footer -->
|
| 87 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 88 |
<div class="container mx-auto px-4">
|
| 89 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
@@ -131,11 +108,12 @@
|
|
| 131 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
-
</footer>
|
| 135 |
</div>
|
| 136 |
|
| 137 |
-
<script>
|
| 138 |
-
|
|
|
|
| 139 |
AOS.init({
|
| 140 |
duration: 800,
|
| 141 |
easing: 'ease-in-out',
|
|
|
|
| 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 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 63 |
+
<!-- Footer -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 65 |
<div class="container mx-auto px-4">
|
| 66 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
|
|
| 108 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
+
</footer>
|
| 112 |
</div>
|
| 113 |
|
| 114 |
+
<script src="components/navbar.js"></script>
|
| 115 |
+
<script>
|
| 116 |
+
// Initialize animations and icons
|
| 117 |
AOS.init({
|
| 118 |
duration: 800,
|
| 119 |
easing: 'ease-in-out',
|
AIFurrySelectPage.html
CHANGED
|
@@ -58,30 +58,9 @@
|
|
| 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 |
-
<
|
| 63 |
-
|
| 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="ChatRecords.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="AIFurryCreationPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Create</a>
|
| 71 |
-
<a href="Marketplace.html" 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">
|
|
@@ -224,10 +203,11 @@
|
|
| 224 |
</div>
|
| 225 |
</div>
|
| 226 |
</footer>
|
| 227 |
-
</div>
|
| 228 |
-
|
|
|
|
| 229 |
<script>
|
| 230 |
-
|
| 231 |
AOS.init({
|
| 232 |
duration: 800,
|
| 233 |
easing: 'ease-in-out',
|
|
|
|
| 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 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 63 |
+
<!-- Characters Section -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
<section class="py-12 px-4">
|
| 65 |
<div class="container mx-auto">
|
| 66 |
<div class="flex justify-between items-center mb-8">
|
|
|
|
| 203 |
</div>
|
| 204 |
</div>
|
| 205 |
</footer>
|
| 206 |
+
</div>
|
| 207 |
+
|
| 208 |
+
<script src="components/navbar.js"></script>
|
| 209 |
<script>
|
| 210 |
+
// Initialize animations and icons
|
| 211 |
AOS.init({
|
| 212 |
duration: 800,
|
| 213 |
easing: 'ease-in-out',
|
Account.html
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
|
|
| 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>
|
| 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">
|
|
@@ -13,43 +14,54 @@
|
|
| 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 |
-
.
|
| 17 |
transition: all 0.3s ease;
|
| 18 |
}
|
| 19 |
-
.
|
| 20 |
transform: translateY(-5px);
|
| 21 |
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
| 22 |
}
|
| 23 |
-
.
|
| 24 |
-
|
| 25 |
-
object-fit: cover;
|
| 26 |
-
object-position: top;
|
| 27 |
}
|
| 28 |
-
.
|
|
|
|
|
|
|
|
|
|
| 29 |
display: inline-flex;
|
| 30 |
align-items: center;
|
| 31 |
-
padding: 0.
|
| 32 |
border-radius: 9999px;
|
| 33 |
-
font-size: 0.
|
| 34 |
-
font-weight:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
}
|
| 36 |
-
.
|
| 37 |
-
background
|
| 38 |
-
color: white;
|
| 39 |
}
|
| 40 |
-
.
|
| 41 |
-
background
|
| 42 |
-
|
| 43 |
}
|
| 44 |
-
.
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
font-size: 0.75rem;
|
| 51 |
-
margin-right: 0.25rem;
|
| 52 |
-
margin-bottom: 0.25rem;
|
| 53 |
}
|
| 54 |
</style>
|
| 55 |
</head>
|
|
@@ -59,30 +71,329 @@
|
|
| 59 |
|
| 60 |
<div class="relative z-10">
|
| 61 |
<!-- Navigation -->
|
| 62 |
-
<
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
<
|
| 68 |
-
|
| 69 |
-
<
|
| 70 |
-
<
|
| 71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
</div>
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
<
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
</div>
|
| 81 |
-
</div>
|
| 82 |
-
</nav>
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
<!-- Footer -->
|
| 87 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 88 |
<div class="container mx-auto px-4">
|
|
@@ -134,6 +445,7 @@
|
|
| 134 |
</footer>
|
| 135 |
</div>
|
| 136 |
|
|
|
|
| 137 |
<script>
|
| 138 |
// Initialize animations and icons
|
| 139 |
AOS.init({
|
|
@@ -157,7 +469,30 @@
|
|
| 157 |
backgroundColor: 0xf8fafc,
|
| 158 |
size: 0.8
|
| 159 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
</script>
|
| 161 |
<script src="script.js"></script>
|
| 162 |
</body>
|
| 163 |
-
</html>
|
|
|
|
| 1 |
+
|
| 2 |
<!DOCTYPE html>
|
| 3 |
<html lang="en">
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
+
<title>My Profile | FurryChat.ai</title>
|
| 8 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
|
|
|
| 14 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 15 |
<link rel="stylesheet" href="style.css">
|
| 16 |
<style>
|
| 17 |
+
.stat-card {
|
| 18 |
transition: all 0.3s ease;
|
| 19 |
}
|
| 20 |
+
.stat-card:hover {
|
| 21 |
transform: translateY(-5px);
|
| 22 |
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
| 23 |
}
|
| 24 |
+
.activity-item {
|
| 25 |
+
transition: all 0.2s ease;
|
|
|
|
|
|
|
| 26 |
}
|
| 27 |
+
.activity-item:hover {
|
| 28 |
+
background-color: #f3f4f6;
|
| 29 |
+
}
|
| 30 |
+
.character-badge {
|
| 31 |
display: inline-flex;
|
| 32 |
align-items: center;
|
| 33 |
+
padding: 0.5rem 1rem;
|
| 34 |
border-radius: 9999px;
|
| 35 |
+
font-size: 0.875rem;
|
| 36 |
+
font-weight: 500;
|
| 37 |
+
margin: 0.25rem;
|
| 38 |
+
}
|
| 39 |
+
.achievement-badge {
|
| 40 |
+
width: 60px;
|
| 41 |
+
height: 60px;
|
| 42 |
+
border-radius: 50%;
|
| 43 |
+
display: flex;
|
| 44 |
+
align-items: center;
|
| 45 |
+
justify-content: center;
|
| 46 |
+
font-size: 24px;
|
| 47 |
+
transition: all 0.3s ease;
|
| 48 |
+
}
|
| 49 |
+
.achievement-badge:hover {
|
| 50 |
+
transform: scale(1.1);
|
| 51 |
}
|
| 52 |
+
.achievement-badge.unlocked {
|
| 53 |
+
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
|
|
|
|
| 54 |
}
|
| 55 |
+
.achievement-badge.locked {
|
| 56 |
+
background: #e5e7eb;
|
| 57 |
+
opacity: 0.5;
|
| 58 |
}
|
| 59 |
+
.progress-ring {
|
| 60 |
+
transform: rotate(-90deg);
|
| 61 |
+
}
|
| 62 |
+
.progress-ring-circle {
|
| 63 |
+
transition: stroke-dashoffset 0.35s;
|
| 64 |
+
transform-origin: 50% 50%;
|
|
|
|
|
|
|
|
|
|
| 65 |
}
|
| 66 |
</style>
|
| 67 |
</head>
|
|
|
|
| 71 |
|
| 72 |
<div class="relative z-10">
|
| 73 |
<!-- Navigation -->
|
| 74 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 75 |
+
|
| 76 |
+
<!-- Profile Section -->
|
| 77 |
+
<section class="py-12 px-4">
|
| 78 |
+
<div class="container mx-auto max-w-6xl">
|
| 79 |
+
<!-- Profile Header -->
|
| 80 |
+
<div class="bg-white rounded-xl shadow-lg overflow-hidden mb-8" data-aos="fade-up">
|
| 81 |
+
<div class="h-32 bg-gradient-to-r from-blue-600 to-purple-600"></div>
|
| 82 |
+
<div class="px-8 pb-8">
|
| 83 |
+
<div class="flex flex-col md:flex-row items-start md:items-end -mt-16 mb-6">
|
| 84 |
+
<div class="relative">
|
| 85 |
+
<img src="http://static.photos/people/150x150/42" alt="Profile Avatar" class="w-32 h-32 rounded-full border-4 border-white shadow-lg object-cover">
|
| 86 |
+
<button class="absolute bottom-0 right-0 bg-blue-600 text-white p-2 rounded-full hover:bg-blue-700 transition-colors">
|
| 87 |
+
<i data-feather="camera" class="w-4 h-4"></i>
|
| 88 |
+
</button>
|
| 89 |
+
</div>
|
| 90 |
+
<div class="mt-4 md:mt-0 md:ml-6 flex-1">
|
| 91 |
+
<h1 class="text-3xl font-bold text-gray-800">User123</h1>
|
| 92 |
+
<p class="text-gray-600">Member since January 2025</p>
|
| 93 |
+
<div class="flex items-center gap-2 mt-2">
|
| 94 |
+
<span class="badge-online px-3 py-1 rounded-full text-sm font-medium">Online</span>
|
| 95 |
+
<span class="text-gray-500 text-sm">Last active: Just now</span>
|
| 96 |
+
</div>
|
| 97 |
+
</div>
|
| 98 |
+
<div class="mt-4 md:mt-0 flex gap-3">
|
| 99 |
+
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg transition-colors flex items-center gap-2">
|
| 100 |
+
<i data-feather="edit-2" class="w-4 h-4"></i>
|
| 101 |
+
Edit Profile
|
| 102 |
+
</button>
|
| 103 |
+
<button class="bg-gray-100 hover:bg-gray-200 text-gray-700 px-4 py-2 rounded-lg transition-colors flex items-center gap-2">
|
| 104 |
+
<i data-feather="share-2" class="w-4 h-4"></i>
|
| 105 |
+
Share
|
| 106 |
+
</button>
|
| 107 |
+
</div>
|
| 108 |
+
</div>
|
| 109 |
+
|
| 110 |
+
<!-- Bio -->
|
| 111 |
+
<div class="border-t pt-6">
|
| 112 |
+
<p class="text-gray-600">Furry enthusiast and AI roleplay lover. Always looking for new characters to chat with! 🐾</p>
|
| 113 |
+
</div>
|
| 114 |
+
</div>
|
| 115 |
</div>
|
| 116 |
+
|
| 117 |
+
<!-- Stats Grid -->
|
| 118 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-6 mb-8">
|
| 119 |
+
<div class="stat-card bg-white rounded-xl shadow-md p-6 text-center" data-aos="fade-up" data-aos-delay="100">
|
| 120 |
+
<div class="w-16 h-16 mx-auto mb-4 bg-blue-100 rounded-full flex items-center justify-center">
|
| 121 |
+
<i data-feather="message-circle" class="w-8 h-8 text-blue-600"></i>
|
| 122 |
+
</div>
|
| 123 |
+
<h3 class="text-3xl font-bold text-gray-800" id="total-messages">12,847</h3>
|
| 124 |
+
<p class="text-gray-600">Total Messages</p>
|
| 125 |
+
<span class="text-green-500 text-sm flex items-center justify-center gap-1 mt-2">
|
| 126 |
+
<i data-feather="trending-up" class="w-4 h-4"></i>
|
| 127 |
+
+156 this week
|
| 128 |
+
</span>
|
| 129 |
+
</div>
|
| 130 |
+
|
| 131 |
+
<div class="stat-card bg-white rounded-xl shadow-md p-6 text-center" data-aos="fade-up" data-aos-delay="200">
|
| 132 |
+
<div class="w-16 h-16 mx-auto mb-4 bg-purple-100 rounded-full flex items-center justify-center">
|
| 133 |
+
<i data-feather="users" class="w-8 h-8 text-purple-600"></i>
|
| 134 |
+
</div>
|
| 135 |
+
<h3 class="text-3xl font-bold text-gray-800" id="characters-chatted">23</h3>
|
| 136 |
+
<p class="text-gray-600">Characters Chatted</p>
|
| 137 |
+
<span class="text-gray-500 text-sm mt-2">7 active this week</span>
|
| 138 |
+
</div>
|
| 139 |
+
|
| 140 |
+
<div class="stat-card bg-white rounded-xl shadow-md p-6 text-center" data-aos="fade-up" data-aos-delay="300">
|
| 141 |
+
<div class="w-16 h-16 mx-auto mb-4 bg-green-100 rounded-full flex items-center justify-center">
|
| 142 |
+
<i data-feather="clock" class="w-8 h-8 text-green-600"></i>
|
| 143 |
+
</div>
|
| 144 |
+
<h3 class="text-3xl font-bold text-gray-800">186</h3>
|
| 145 |
+
<p class="text-gray-600">Hours Spent</p>
|
| 146 |
+
<span class="text-gray-500 text-sm mt-2">~2.5 hours/day</span>
|
| 147 |
+
</div>
|
| 148 |
+
|
| 149 |
+
<div class="stat-card bg-white rounded-xl shadow-md p-6 text-center" data-aos="fade-up" data-aos-delay="400">
|
| 150 |
+
<div class="w-16 h-16 mx-auto mb-4 bg-amber-100 rounded-full flex items-center justify-center">
|
| 151 |
+
<i data-feather="award" class="w-8 h-8 text-amber-600"></i>
|
| 152 |
+
</div>
|
| 153 |
+
<h3 class="text-3xl font-bold text-gray-800">12</h3>
|
| 154 |
+
<p class="text-gray-600">Achievements</p>
|
| 155 |
+
<span class="text-gray-500 text-sm mt-2">Top 5% of users</span>
|
| 156 |
+
</div>
|
| 157 |
</div>
|
|
|
|
|
|
|
| 158 |
|
| 159 |
+
<!-- Main Content Grid -->
|
| 160 |
+
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
| 161 |
+
<!-- Left Column -->
|
| 162 |
+
<div class="lg:col-span-2 space-y-8">
|
| 163 |
+
<!-- Chat Activity -->
|
| 164 |
+
<div class="bg-white rounded-xl shadow-md p-6" data-aos="fade-up">
|
| 165 |
+
<div class="flex justify-between items-center mb-6">
|
| 166 |
+
<h2 class="text-xl font-bold text-gray-800 flex items-center gap-2">
|
| 167 |
+
<i data-feather="activity" class="w-5 h-5 text-blue-600"></i>
|
| 168 |
+
Recent Chat Activity
|
| 169 |
+
</h2>
|
| 170 |
+
<a href="ChatRecords.html" class="text-blue-600 hover:text-blue-700 text-sm font-medium">View All</a>
|
| 171 |
+
</div>
|
| 172 |
+
|
| 173 |
+
<div class="space-y-4">
|
| 174 |
+
<div class="activity-item flex items-center gap-4 p-3 rounded-lg">
|
| 175 |
+
<img src="\Images\Sancia the cat.png" alt="Sancia" class="w-12 h-12 rounded-full object-cover">
|
| 176 |
+
<div class="flex-1">
|
| 177 |
+
<h4 class="font-semibold text-gray-800">Sancia the Cat</h4>
|
| 178 |
+
<p class="text-sm text-gray-600">"That's wonderful! Tell me more about your day..."</p>
|
| 179 |
+
</div>
|
| 180 |
+
<div class="text-right">
|
| 181 |
+
<span class="text-xs text-gray-500">2 mins ago</span>
|
| 182 |
+
<span class="block text-xs font-medium text-blue-600">42 messages</span>
|
| 183 |
+
</div>
|
| 184 |
+
</div>
|
| 185 |
+
|
| 186 |
+
<div class="activity-item flex items-center gap-4 p-3 rounded-lg">
|
| 187 |
+
<img src="\Images\Nolan the penguin.png" alt="Nolan" class="w-12 h-12 rounded-full object-cover">
|
| 188 |
+
<div class="flex-1">
|
| 189 |
+
<h4 class="font-semibold text-gray-800">Nolan the Penguin</h4>
|
| 190 |
+
<p class="text-sm text-gray-600">"The Arctic is lovely this time of year!"</p>
|
| 191 |
+
</div>
|
| 192 |
+
<div class="text-right">
|
| 193 |
+
<span class="text-xs text-gray-500">1 hour ago</span>
|
| 194 |
+
<span class="block text-xs font-medium text-blue-600">128 messages</span>
|
| 195 |
+
</div>
|
| 196 |
+
</div>
|
| 197 |
+
|
| 198 |
+
<div class="activity-item flex items-center gap-4 p-3 rounded-lg">
|
| 199 |
+
<img src="http://static.photos/animals/120x120/3" alt="Zoe" class="w-12 h-12 rounded-full object-cover">
|
| 200 |
+
<div class="flex-1">
|
| 201 |
+
<h4 class="font-semibold text-gray-800">Zoe the Fox</h4>
|
| 202 |
+
<p class="text-sm text-gray-600">"Want to go on an adventure?"</p>
|
| 203 |
+
</div>
|
| 204 |
+
<div class="text-right">
|
| 205 |
+
<span class="text-xs text-gray-500">Yesterday</span>
|
| 206 |
+
<span class="block text-xs font-medium text-blue-600">256 messages</span>
|
| 207 |
+
</div>
|
| 208 |
+
</div>
|
| 209 |
+
|
| 210 |
+
<div class="activity-item flex items-center gap-4 p-3 rounded-lg">
|
| 211 |
+
<img src="http://static.photos/animals/120x120/8" alt="Bella" class="w-12 h-12 rounded-full object-cover">
|
| 212 |
+
<div class="flex-1">
|
| 213 |
+
<h4 class="font-semibold text-gray-800">Bella the Wolf</h4>
|
| 214 |
+
<p class="text-sm text-gray-600">"How's the pack doing today?"</p>
|
| 215 |
+
</div>
|
| 216 |
+
<div class="text-right">
|
| 217 |
+
<span class="text-xs text-gray-500">2 days ago</span>
|
| 218 |
+
<span class="block text-xs font-medium text-gray-500">89 messages</span>
|
| 219 |
+
</div>
|
| 220 |
+
</div>
|
| 221 |
+
</div>
|
| 222 |
+
</div>
|
| 223 |
+
|
| 224 |
+
<!-- Favorite Characters -->
|
| 225 |
+
<div class="bg-white rounded-xl shadow-md p-6" data-aos="fade-up">
|
| 226 |
+
<h2 class="text-xl font-bold text-gray-800 mb-6 flex items-center gap-2">
|
| 227 |
+
<i data-feather="heart" class="w-5 h-5 text-red-500"></i>
|
| 228 |
+
Most Chatted Characters
|
| 229 |
+
</h2>
|
| 230 |
+
|
| 231 |
+
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
|
| 232 |
+
<div class="text-center">
|
| 233 |
+
<div class="relative inline-block">
|
| 234 |
+
<img src="\Images\Sancia the cat.png" alt="Sancia" class="w-20 h-20 rounded-full object-cover mx-auto mb-2">
|
| 235 |
+
<div class="absolute -bottom-1 -right-1 w-8 h-8 bg-blue-600 rounded-full flex items-center justify-center text-white text-xs font-bold">#1</div>
|
| 236 |
+
</div>
|
| 237 |
+
<h4 class="font-semibold text-gray-800">Sancia</h4>
|
| 238 |
+
<p class="text-sm text-gray-600">3,247 msgs</p>
|
| 239 |
+
</div>
|
| 240 |
+
|
| 241 |
+
<div class="text-center">
|
| 242 |
+
<div class="relative inline-block">
|
| 243 |
+
<img src="http://static.photos/animals/120x120/3" alt="Zoe" class="w-20 h-20 rounded-full object-cover mx-auto mb-2">
|
| 244 |
+
<div class="absolute -bottom-1 -right-1 w-8 h-8 bg-gray-400 rounded-full flex items-center justify-center text-white text-xs font-bold">#2</div>
|
| 245 |
+
</div>
|
| 246 |
+
<h4 class="font-semibold text-gray-800">Zoe</h4>
|
| 247 |
+
<p class="text-sm text-gray-600">2,156 msgs</p>
|
| 248 |
+
</div>
|
| 249 |
+
|
| 250 |
+
<div class="text-center">
|
| 251 |
+
<div class="relative inline-block">
|
| 252 |
+
<img src="\Images\Nolan the penguin.png" alt="Nolan" class="w-20 h-20 rounded-full object-cover mx-auto mb-2">
|
| 253 |
+
<div class="absolute -bottom-1 -right-1 w-8 h-8 bg-gray-400 rounded-full flex items-center justify-center text-white text-xs font-bold">#3</div>
|
| 254 |
+
</div>
|
| 255 |
+
<h4 class="font-semibold text-gray-800">Nolan</h4>
|
| 256 |
+
<p class="text-sm text-gray-600">1,892 msgs</p>
|
| 257 |
+
</div>
|
| 258 |
+
|
| 259 |
+
<div class="text-center">
|
| 260 |
+
<div class="relative inline-block">
|
| 261 |
+
<img src="http://static.photos/animals/120x120/8" alt="Bella" class="w-20 h-20 rounded-full object-cover mx-auto mb-2">
|
| 262 |
+
<div class="absolute -bottom-1 -right-1 w-8 h-8 bg-gray-400 rounded-full flex items-center justify-center text-white text-xs font-bold">#4</div>
|
| 263 |
+
</div>
|
| 264 |
+
<h4 class="font-semibold text-gray-800">Bella</h4>
|
| 265 |
+
<p class="text-sm text-gray-600">1,456 msgs</p>
|
| 266 |
+
</div>
|
| 267 |
+
</div>
|
| 268 |
+
</div>
|
| 269 |
+
</div>
|
| 270 |
+
|
| 271 |
+
<!-- Right Column -->
|
| 272 |
+
<div class="space-y-8">
|
| 273 |
+
<!-- Level Progress -->
|
| 274 |
+
<div class="bg-white rounded-xl shadow-md p-6" data-aos="fade-up">
|
| 275 |
+
<h2 class="text-xl font-bold text-gray-800 mb-4 flex items-center gap-2">
|
| 276 |
+
<i data-feather="star" class="w-5 h-5 text-yellow-500"></i>
|
| 277 |
+
Level 24
|
| 278 |
+
</h2>
|
| 279 |
+
|
| 280 |
+
<div class="flex items-center justify-center mb-4">
|
| 281 |
+
<div class="relative w-32 h-32">
|
| 282 |
+
<svg class="progress-ring w-32 h-32" viewBox="0 0 120 120">
|
| 283 |
+
<circle class="text-gray-200" stroke="currentColor" stroke-width="10" fill="transparent" r="52" cx="60" cy="60"/>
|
| 284 |
+
<circle class="progress-ring-circle text-blue-600" stroke="currentColor" stroke-width="10" fill="transparent" r="52" cx="60" cy="60" stroke-dasharray="326.73" stroke-dashoffset="81.68"/>
|
| 285 |
+
</svg>
|
| 286 |
+
<div class="absolute inset-0 flex flex-col items-center justify-center">
|
| 287 |
+
<span class="text-2xl font-bold text-gray-800">75%</span>
|
| 288 |
+
<span class="text-xs text-gray-600">to Lvl 25</span>
|
| 289 |
+
</div>
|
| 290 |
+
</div>
|
| 291 |
+
</div>
|
| 292 |
+
|
| 293 |
+
<div class="text-center">
|
| 294 |
+
<p class="text-sm text-gray-600">2,450 / 3,250 XP</p>
|
| 295 |
+
<p class="text-xs text-gray-500 mt-1">Chat more to earn XP!</p>
|
| 296 |
+
</div>
|
| 297 |
+
</div>
|
| 298 |
|
| 299 |
+
<!-- Achievements -->
|
| 300 |
+
<div class="bg-white rounded-xl shadow-md p-6" data-aos="fade-up">
|
| 301 |
+
<h2 class="text-xl font-bold text-gray-800 mb-4 flex items-center gap-2">
|
| 302 |
+
<i data-feather="trophy" class="w-5 h-5 text-amber-500"></i>
|
| 303 |
+
Achievements
|
| 304 |
+
</h2>
|
| 305 |
+
|
| 306 |
+
<div class="grid grid-cols-4 gap-3">
|
| 307 |
+
<div class="flex flex-col items-center">
|
| 308 |
+
<div class="achievement-badge unlocked text-white mb-1">💬</div>
|
| 309 |
+
<span class="text-xs text-gray-600 text-center">Chatterbox</span>
|
| 310 |
+
</div>
|
| 311 |
+
<div class="flex flex-col items-center">
|
| 312 |
+
<div class="achievement-badge unlocked text-white mb-1">🎯</div>
|
| 313 |
+
<span class="text-xs text-gray-600 text-center">First Chat</span>
|
| 314 |
+
</div>
|
| 315 |
+
<div class="flex flex-col items-center">
|
| 316 |
+
<div class="achievement-badge unlocked text-white mb-1">🦊</div>
|
| 317 |
+
<span class="text-xs text-gray-600 text-center">Furry Friend</span>
|
| 318 |
+
</div>
|
| 319 |
+
<div class="flex flex-col items-center">
|
| 320 |
+
<div class="achievement-badge unlocked text-white mb-1">🔥</div>
|
| 321 |
+
<span class="text-xs text-gray-600 text-center">7 Day Streak</span>
|
| 322 |
+
</div>
|
| 323 |
+
<div class="flex flex-col items-center">
|
| 324 |
+
<div class="achievement-badge unlocked text-white mb-1">⭐</div>
|
| 325 |
+
<span class="text-xs text-gray-600 text-center">VIP</span>
|
| 326 |
+
</div>
|
| 327 |
+
<div class="flex flex-col items-center">
|
| 328 |
+
<div class="achievement-badge unlocked text-white mb-1">🎨</div>
|
| 329 |
+
<span class="text-xs text-gray-600 text-center">Creator</span>
|
| 330 |
+
</div>
|
| 331 |
+
<div class="flex flex-col items-center">
|
| 332 |
+
<div class="achievement-badge locked mb-1">🔒</div>
|
| 333 |
+
<span class="text-xs text-gray-400 text-center">Master</span>
|
| 334 |
+
</div>
|
| 335 |
+
<div class="flex flex-col items-center">
|
| 336 |
+
<div class="achievement-badge locked mb-1">🔒</div>
|
| 337 |
+
<span class="text-xs text-gray-400 text-center">Legend</span>
|
| 338 |
+
</div>
|
| 339 |
+
</div>
|
| 340 |
+
|
| 341 |
+
<a href="#" class="block text-center text-blue-600 hover:text-blue-700 text-sm font-medium mt-4">View All Achievements</a>
|
| 342 |
+
</div>
|
| 343 |
|
| 344 |
+
<!-- Quick Stats -->
|
| 345 |
+
<div class="bg-white rounded-xl shadow-md p-6" data-aos="fade-up">
|
| 346 |
+
<h2 class="text-xl font-bold text-gray-800 mb-4 flex items-center gap-2">
|
| 347 |
+
<i data-feather="bar-chart-2" class="w-5 h-5 text-green-600"></i>
|
| 348 |
+
This Week
|
| 349 |
+
</h2>
|
| 350 |
+
|
| 351 |
+
<div class="space-y-4">
|
| 352 |
+
<div>
|
| 353 |
+
<div class="flex justify-between text-sm mb-1">
|
| 354 |
+
<span class="text-gray-600">Messages</span>
|
| 355 |
+
<span class="font-medium text-gray-800">156</span>
|
| 356 |
+
</div>
|
| 357 |
+
<div class="h-2 bg-gray-200 rounded-full overflow-hidden">
|
| 358 |
+
<div class="h-full bg-blue-600 rounded-full" style="width: 78%"></div>
|
| 359 |
+
</div>
|
| 360 |
+
</div>
|
| 361 |
+
|
| 362 |
+
<div>
|
| 363 |
+
<div class="flex justify-between text-sm mb-1">
|
| 364 |
+
<span class="text-gray-600">New Characters</span>
|
| 365 |
+
<span class="font-medium text-gray-800">3</span>
|
| 366 |
+
</div>
|
| 367 |
+
<div class="h-2 bg-gray-200 rounded-full overflow-hidden">
|
| 368 |
+
<div class="h-full bg-purple-600 rounded-full" style="width: 60%"></div>
|
| 369 |
+
</div>
|
| 370 |
+
</div>
|
| 371 |
+
|
| 372 |
+
<div>
|
| 373 |
+
<div class="flex justify-between text-sm mb-1">
|
| 374 |
+
<span class="text-gray-600">Time Spent</span>
|
| 375 |
+
<span class="font-medium text-gray-800">17.5 hrs</span>
|
| 376 |
+
</div>
|
| 377 |
+
<div class="h-2 bg-gray-200 rounded-full overflow-hidden">
|
| 378 |
+
<div class="h-full bg-green-600 rounded-full" style="width: 85%"></div>
|
| 379 |
+
</div>
|
| 380 |
+
</div>
|
| 381 |
+
|
| 382 |
+
<div>
|
| 383 |
+
<div class="flex justify-between text-sm mb-1">
|
| 384 |
+
<span class="text-gray-600">Daily Streak</span>
|
| 385 |
+
<span class="font-medium text-gray-800">12 days</span>
|
| 386 |
+
</div>
|
| 387 |
+
<div class="h-2 bg-gray-200 rounded-full overflow-hidden">
|
| 388 |
+
<div class="h-full bg-amber-500 rounded-full" style="width: 92%"></div>
|
| 389 |
+
</div>
|
| 390 |
+
</div>
|
| 391 |
+
</div>
|
| 392 |
+
</div>
|
| 393 |
+
</div>
|
| 394 |
+
</div>
|
| 395 |
+
</div>
|
| 396 |
+
</section>
|
| 397 |
<!-- Footer -->
|
| 398 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 399 |
<div class="container mx-auto px-4">
|
|
|
|
| 445 |
</footer>
|
| 446 |
</div>
|
| 447 |
|
| 448 |
+
<script src="components/navbar.js"></script>
|
| 449 |
<script>
|
| 450 |
// Initialize animations and icons
|
| 451 |
AOS.init({
|
|
|
|
| 469 |
backgroundColor: 0xf8fafc,
|
| 470 |
size: 0.8
|
| 471 |
});
|
| 472 |
+
|
| 473 |
+
// Animate stats on load
|
| 474 |
+
document.addEventListener('DOMContentLoaded', function() {
|
| 475 |
+
animateValue('total-messages', 0, 12847, 2000);
|
| 476 |
+
animateValue('characters-chatted', 0, 23, 1500);
|
| 477 |
+
});
|
| 478 |
+
|
| 479 |
+
function animateValue(id, start, end, duration) {
|
| 480 |
+
const obj = document.getElementById(id);
|
| 481 |
+
const range = end - start;
|
| 482 |
+
const increment = end > start ? 1 : -1;
|
| 483 |
+
const stepTime = Math.abs(Math.floor(duration / range));
|
| 484 |
+
let current = start;
|
| 485 |
+
|
| 486 |
+
const timer = setInterval(function() {
|
| 487 |
+
current += Math.ceil(range / (duration / 16));
|
| 488 |
+
if ((increment > 0 && current >= end) || (increment < 0 && current <= end)) {
|
| 489 |
+
current = end;
|
| 490 |
+
clearInterval(timer);
|
| 491 |
+
}
|
| 492 |
+
obj.textContent = current.toLocaleString();
|
| 493 |
+
}, 16);
|
| 494 |
+
}
|
| 495 |
</script>
|
| 496 |
<script src="script.js"></script>
|
| 497 |
</body>
|
| 498 |
+
</html>
|
ChatRecords.html
CHANGED
|
@@ -226,26 +226,10 @@
|
|
| 226 |
<!-- Hero Section with Vanta.js Background -->
|
| 227 |
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
|
| 228 |
|
| 229 |
-
<div class="relative z-10">
|
| 230 |
<!-- Navigation -->
|
| 231 |
-
<
|
| 232 |
-
|
| 233 |
-
<div class="flex items-center space-x-2">
|
| 234 |
-
<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">
|
| 235 |
-
</div>
|
| 236 |
-
<div class="hidden md:flex space-x-8">
|
| 237 |
-
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
| 238 |
-
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
|
| 239 |
-
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Pricing</a>
|
| 240 |
-
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
|
| 241 |
-
</div>
|
| 242 |
-
<button class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
|
| 243 |
-
Get Started
|
| 244 |
-
</button>
|
| 245 |
-
</div>
|
| 246 |
-
</nav>
|
| 247 |
-
|
| 248 |
-
<!-- Main Content -->
|
| 249 |
<div class="container mx-auto px-4 py-8">
|
| 250 |
<!-- Combined Avatar and Chat Window -->
|
| 251 |
<div class="max-w-4xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden" data-aos="fade-up">
|
|
@@ -365,10 +349,10 @@
|
|
| 365 |
</div>
|
| 366 |
</div>
|
| 367 |
</footer>
|
| 368 |
-
</div>
|
| 369 |
-
|
| 370 |
-
<!-- Import Three.js and related libraries -->
|
| 371 |
-
|
| 372 |
{
|
| 373 |
"imports": {
|
| 374 |
"three": "https://unpkg.com/three@0.164.1/build/three.module.js",
|
|
|
|
| 226 |
<!-- Hero Section with Vanta.js Background -->
|
| 227 |
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
|
| 228 |
|
| 229 |
+
<div class="relative z-10">
|
| 230 |
<!-- Navigation -->
|
| 231 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 232 |
+
<!-- Main Content -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
<div class="container mx-auto px-4 py-8">
|
| 234 |
<!-- Combined Avatar and Chat Window -->
|
| 235 |
<div class="max-w-4xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden" data-aos="fade-up">
|
|
|
|
| 349 |
</div>
|
| 350 |
</div>
|
| 351 |
</footer>
|
| 352 |
+
</div>
|
| 353 |
+
<script src="components/navbar.js"></script>
|
| 354 |
+
<!-- Import Three.js and related libraries -->
|
| 355 |
+
<script type="importmap">
|
| 356 |
{
|
| 357 |
"imports": {
|
| 358 |
"three": "https://unpkg.com/three@0.164.1/build/three.module.js",
|
ChatbotPage.html
CHANGED
|
@@ -232,26 +232,10 @@
|
|
| 232 |
<!-- Hero Section with Vanta.js Background -->
|
| 233 |
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
|
| 234 |
|
| 235 |
-
<div class="relative z-10">
|
| 236 |
<!-- Navigation -->
|
| 237 |
-
<
|
| 238 |
-
|
| 239 |
-
<div class="flex items-center space-x-2">
|
| 240 |
-
<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">
|
| 241 |
-
</div>
|
| 242 |
-
<div class="hidden md:flex space-x-8">
|
| 243 |
-
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Home</a>
|
| 244 |
-
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Features</a>
|
| 245 |
-
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">Pricing</a>
|
| 246 |
-
<a href="#" class="text-gray-600 hover:text-blue-600 transition-colors">About</a>
|
| 247 |
-
</div>
|
| 248 |
-
<button class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
|
| 249 |
-
Get Started
|
| 250 |
-
</button>
|
| 251 |
-
</div>
|
| 252 |
-
</nav>
|
| 253 |
-
|
| 254 |
-
<!-- Main Content -->
|
| 255 |
<div class="container mx-auto px-4 py-8">
|
| 256 |
<!-- Combined Avatar and Chat Window -->
|
| 257 |
<div class="max-w-4xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden" data-aos="fade-up">
|
|
@@ -371,10 +355,10 @@
|
|
| 371 |
</div>
|
| 372 |
</div>
|
| 373 |
</footer>
|
| 374 |
-
</div>
|
| 375 |
-
|
| 376 |
-
<!-- Import Three.js and related libraries -->
|
| 377 |
-
|
| 378 |
{
|
| 379 |
"imports": {
|
| 380 |
"three": "https://unpkg.com/three@0.164.1/build/three.module.js",
|
|
|
|
| 232 |
<!-- Hero Section with Vanta.js Background -->
|
| 233 |
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
|
| 234 |
|
| 235 |
+
<div class="relative z-10">
|
| 236 |
<!-- Navigation -->
|
| 237 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 238 |
+
<!-- Main Content -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 239 |
<div class="container mx-auto px-4 py-8">
|
| 240 |
<!-- Combined Avatar and Chat Window -->
|
| 241 |
<div class="max-w-4xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden" data-aos="fade-up">
|
|
|
|
| 355 |
</div>
|
| 356 |
</div>
|
| 357 |
</footer>
|
| 358 |
+
</div>
|
| 359 |
+
<script src="components/navbar.js"></script>
|
| 360 |
+
<!-- Import Three.js and related libraries -->
|
| 361 |
+
<script type="importmap">
|
| 362 |
{
|
| 363 |
"imports": {
|
| 364 |
"three": "https://unpkg.com/three@0.164.1/build/three.module.js",
|
Marketplace.html
CHANGED
|
@@ -57,33 +57,10 @@
|
|
| 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 |
-
<
|
| 63 |
-
|
| 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="ChatRecords.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="AIFurryCreationPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Create</a>
|
| 71 |
-
<a href="Marketplace.html" 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 |
-
|
| 85 |
-
|
| 86 |
-
<!-- Footer -->
|
| 87 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 88 |
<div class="container mx-auto px-4">
|
| 89 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
@@ -131,11 +108,12 @@
|
|
| 131 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
-
</footer>
|
| 135 |
</div>
|
| 136 |
|
| 137 |
-
<script>
|
| 138 |
-
|
|
|
|
| 139 |
AOS.init({
|
| 140 |
duration: 800,
|
| 141 |
easing: 'ease-in-out',
|
|
|
|
| 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 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 63 |
+
<!-- Footer -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 65 |
<div class="container mx-auto px-4">
|
| 66 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
|
|
| 108 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
+
</footer>
|
| 112 |
</div>
|
| 113 |
|
| 114 |
+
<script src="components/navbar.js"></script>
|
| 115 |
+
<script>
|
| 116 |
+
// Initialize animations and icons
|
| 117 |
AOS.init({
|
| 118 |
duration: 800,
|
| 119 |
easing: 'ease-in-out',
|
SearchPage.html
CHANGED
|
@@ -57,33 +57,10 @@
|
|
| 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 |
-
<
|
| 63 |
-
|
| 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 |
-
|
| 85 |
-
|
| 86 |
-
<!-- Footer -->
|
| 87 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 88 |
<div class="container mx-auto px-4">
|
| 89 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
@@ -131,11 +108,12 @@
|
|
| 131 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
-
</footer>
|
| 135 |
</div>
|
| 136 |
|
| 137 |
-
<script>
|
| 138 |
-
|
|
|
|
| 139 |
AOS.init({
|
| 140 |
duration: 800,
|
| 141 |
easing: 'ease-in-out',
|
|
|
|
| 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 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 63 |
+
<!-- Footer -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 65 |
<div class="container mx-auto px-4">
|
| 66 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
|
|
| 108 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
+
</footer>
|
| 112 |
</div>
|
| 113 |
|
| 114 |
+
<script src="components/navbar.js"></script>
|
| 115 |
+
<script>
|
| 116 |
+
// Initialize animations and icons
|
| 117 |
AOS.init({
|
| 118 |
duration: 800,
|
| 119 |
easing: 'ease-in-out',
|
Settings.html
CHANGED
|
@@ -57,33 +57,10 @@
|
|
| 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 |
-
<
|
| 63 |
-
|
| 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="ChatRecords.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="AIFurryCreationPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Create</a>
|
| 71 |
-
<a href="Marketplace.html" 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 |
-
|
| 85 |
-
|
| 86 |
-
<!-- Footer -->
|
| 87 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 88 |
<div class="container mx-auto px-4">
|
| 89 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
@@ -131,11 +108,12 @@
|
|
| 131 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
-
</footer>
|
| 135 |
</div>
|
| 136 |
|
| 137 |
-
<script>
|
| 138 |
-
|
|
|
|
| 139 |
AOS.init({
|
| 140 |
duration: 800,
|
| 141 |
easing: 'ease-in-out',
|
|
|
|
| 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 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 63 |
+
<!-- Footer -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 65 |
<div class="container mx-auto px-4">
|
| 66 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
|
|
| 108 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
+
</footer>
|
| 112 |
</div>
|
| 113 |
|
| 114 |
+
<script src="components/navbar.js"></script>
|
| 115 |
+
<script>
|
| 116 |
+
// Initialize animations and icons
|
| 117 |
AOS.init({
|
| 118 |
duration: 800,
|
| 119 |
easing: 'ease-in-out',
|
SignIn.html
CHANGED
|
@@ -13,26 +13,10 @@
|
|
| 13 |
<link rel="stylesheet" href="style.css">
|
| 14 |
</head>
|
| 15 |
<body class="bg-gray-50">
|
| 16 |
-
<div class="relative z-10">
|
| 17 |
<!-- Navigation -->
|
| 18 |
-
<
|
| 19 |
-
|
| 20 |
-
<div class="flex items-center space-x-2">
|
| 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="SignIn.html" class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
|
| 30 |
-
Login
|
| 31 |
-
</a>
|
| 32 |
-
</div>
|
| 33 |
-
</nav>
|
| 34 |
-
|
| 35 |
-
<!-- Sign In Form Section -->
|
| 36 |
<section class="py-16 px-4">
|
| 37 |
<div class="container mx-auto flex justify-center">
|
| 38 |
<div class="w-full max-w-md">
|
|
@@ -142,12 +126,13 @@
|
|
| 142 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 143 |
</div>
|
| 144 |
</div>
|
| 145 |
-
</footer>
|
| 146 |
</div>
|
|
|
|
| 147 |
<script>
|
| 148 |
feather.replace();
|
| 149 |
AOS.init();
|
| 150 |
</script>
|
| 151 |
<script src="script.js"></script>
|
| 152 |
</body>
|
| 153 |
-
</html>
|
|
|
|
| 13 |
<link rel="stylesheet" href="style.css">
|
| 14 |
</head>
|
| 15 |
<body class="bg-gray-50">
|
| 16 |
+
<div class="relative z-10">
|
| 17 |
<!-- Navigation -->
|
| 18 |
+
<custom-navbar logged-in="false"></custom-navbar>
|
| 19 |
+
<!-- Sign In Form Section -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
<section class="py-16 px-4">
|
| 21 |
<div class="container mx-auto flex justify-center">
|
| 22 |
<div class="w-full max-w-md">
|
|
|
|
| 126 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 127 |
</div>
|
| 128 |
</div>
|
| 129 |
+
</footer>
|
| 130 |
</div>
|
| 131 |
+
<script src="components/navbar.js"></script>
|
| 132 |
<script>
|
| 133 |
feather.replace();
|
| 134 |
AOS.init();
|
| 135 |
</script>
|
| 136 |
<script src="script.js"></script>
|
| 137 |
</body>
|
| 138 |
+
</html>
|
SignUp.html
CHANGED
|
@@ -13,25 +13,10 @@
|
|
| 13 |
<link rel="stylesheet" href="style.css">
|
| 14 |
</head>
|
| 15 |
<body class="bg-gray-50">
|
| 16 |
-
<div class="relative z-10">
|
| 17 |
<!-- Navigation -->
|
| 18 |
-
<
|
| 19 |
-
|
| 20 |
-
<div class="flex items-center space-x-2">
|
| 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="SignIn.html" class="bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition-colors">
|
| 30 |
-
Login
|
| 31 |
-
</a>
|
| 32 |
-
</div>
|
| 33 |
-
</nav>
|
| 34 |
-
<!-- Sign Up Form Section -->
|
| 35 |
<section class="py-16 px-4">
|
| 36 |
<div class="container mx-auto flex justify-center">
|
| 37 |
<div class="w-full max-w-2xl flex">
|
|
@@ -159,27 +144,13 @@
|
|
| 159 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 160 |
</div>
|
| 161 |
</div>
|
| 162 |
-
</footer>
|
| 163 |
</div>
|
|
|
|
| 164 |
<script>
|
| 165 |
feather.replace();
|
| 166 |
AOS.init();
|
| 167 |
-
|
| 168 |
-
// Social sign up handlers
|
| 169 |
-
document.querySelector('.bg-red-600').addEventListener('click', () => {
|
| 170 |
-
// Google sign up logic
|
| 171 |
-
console.log('Google sign up clicked');
|
| 172 |
-
});
|
| 173 |
-
|
| 174 |
-
document.querySelector('.bg-blue-700').addEventListener('click', () => {
|
| 175 |
-
// Facebook sign up logic
|
| 176 |
-
console.log('Facebook sign up clicked');
|
| 177 |
-
});
|
| 178 |
-
document.querySelector('.bg-black').addEventListener('click', () => {
|
| 179 |
-
// Apple sign up logic
|
| 180 |
-
console.log('Apple sign up clicked');
|
| 181 |
-
});
|
| 182 |
</script>
|
| 183 |
<script src="script.js"></script>
|
| 184 |
</body>
|
| 185 |
-
</html>
|
|
|
|
| 13 |
<link rel="stylesheet" href="style.css">
|
| 14 |
</head>
|
| 15 |
<body class="bg-gray-50">
|
| 16 |
+
<div class="relative z-10">
|
| 17 |
<!-- Navigation -->
|
| 18 |
+
<custom-navbar logged-in="false"></custom-navbar>
|
| 19 |
+
<!-- Sign Up Form Section -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
<section class="py-16 px-4">
|
| 21 |
<div class="container mx-auto flex justify-center">
|
| 22 |
<div class="w-full max-w-2xl flex">
|
|
|
|
| 144 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 145 |
</div>
|
| 146 |
</div>
|
| 147 |
+
</footer>
|
| 148 |
</div>
|
| 149 |
+
<script src="components/navbar.js"></script>
|
| 150 |
<script>
|
| 151 |
feather.replace();
|
| 152 |
AOS.init();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 153 |
</script>
|
| 154 |
<script src="script.js"></script>
|
| 155 |
</body>
|
| 156 |
+
</html>
|
SignedinTemplate.html
CHANGED
|
@@ -57,33 +57,10 @@
|
|
| 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 |
-
<
|
| 63 |
-
|
| 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="ChatRecords.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="AIFurryCreationPage.html" class="text-gray-600 hover:text-blue-600 transition-colors">Create</a>
|
| 71 |
-
<a href="Marketplace.html" 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 |
-
|
| 85 |
-
|
| 86 |
-
<!-- Footer -->
|
| 87 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 88 |
<div class="container mx-auto px-4">
|
| 89 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
@@ -131,11 +108,12 @@
|
|
| 131 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
-
</footer>
|
| 135 |
</div>
|
| 136 |
|
| 137 |
-
<script>
|
| 138 |
-
|
|
|
|
| 139 |
AOS.init({
|
| 140 |
duration: 800,
|
| 141 |
easing: 'ease-in-out',
|
|
|
|
| 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 |
+
<custom-navbar logged-in="true"></custom-navbar>
|
| 63 |
+
<!-- Footer -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
| 65 |
<div class="container mx-auto px-4">
|
| 66 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
|
|
|
| 108 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
+
</footer>
|
| 112 |
</div>
|
| 113 |
|
| 114 |
+
<script src="components/navbar.js"></script>
|
| 115 |
+
<script>
|
| 116 |
+
// Initialize animations and icons
|
| 117 |
AOS.init({
|
| 118 |
duration: 800,
|
| 119 |
easing: 'ease-in-out',
|
Template.html
CHANGED
|
@@ -151,27 +151,9 @@
|
|
| 151 |
<!-- Hero Section with Vanta.js Background -->
|
| 152 |
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
|
| 153 |
|
| 154 |
-
<div class="relative z-10">
|
| 155 |
<!-- Navigation -->
|
| 156 |
-
<
|
| 157 |
-
<div class="container mx-auto flex justify-between items-center">
|
| 158 |
-
<div class="flex items-center space-x-2">
|
| 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>
|
| 171 |
-
</nav>
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
<!-- Footer -->
|
| 176 |
<!-- Footer -->
|
| 177 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
|
@@ -220,7 +202,8 @@
|
|
| 220 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 221 |
</div>
|
| 222 |
</div>
|
| 223 |
-
</footer>
|
| 224 |
</div>
|
|
|
|
| 225 |
</body>
|
| 226 |
-
</html>
|
|
|
|
| 151 |
<!-- Hero Section with Vanta.js Background -->
|
| 152 |
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
|
| 153 |
|
| 154 |
+
<div class="relative z-10">
|
| 155 |
<!-- Navigation -->
|
| 156 |
+
<custom-navbar logged-in="false"></custom-navbar>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
<!-- Footer -->
|
| 158 |
<!-- Footer -->
|
| 159 |
<footer class="bg-gray-800 text-white mt-16 py-8">
|
|
|
|
| 202 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 203 |
</div>
|
| 204 |
</div>
|
| 205 |
+
</footer>
|
| 206 |
</div>
|
| 207 |
+
<script src="components/navbar.js"></script>
|
| 208 |
</body>
|
| 209 |
+
</html>
|
components/navbar.js
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
class CustomNavbar extends HTMLElement {
|
| 2 |
+
connectedCallback() {
|
| 3 |
+
this.attachShadow({ mode: 'open' });
|
| 4 |
+
const isLoggedIn = this.getAttribute('logged-in') === 'true';
|
| 5 |
+
|
| 6 |
+
this.shadowRoot.innerHTML = `
|
| 7 |
+
<style>
|
| 8 |
+
nav {
|
| 9 |
+
background: rgba(255, 255, 255, 0.9);
|
| 10 |
+
backdrop-filter: blur(10px);
|
| 11 |
+
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
| 12 |
+
padding: 1rem 1.5rem;
|
| 13 |
+
}
|
| 14 |
+
.container {
|
| 15 |
+
max-width: 1200px;
|
| 16 |
+
margin: 0 auto;
|
| 17 |
+
display: flex;
|
| 18 |
+
justify-content: space-between;
|
| 19 |
+
align-items: center;
|
| 20 |
+
}
|
| 21 |
+
.logo img {
|
| 22 |
+
width: 150px;
|
| 23 |
+
height: 75px;
|
| 24 |
+
border-radius: 0.5rem;
|
| 25 |
+
}
|
| 26 |
+
.nav-links {
|
| 27 |
+
display: none;
|
| 28 |
+
}
|
| 29 |
+
@media (min-width: 768px) {
|
| 30 |
+
.nav-links {
|
| 31 |
+
display: flex;
|
| 32 |
+
gap: 2rem;
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
.nav-links a {
|
| 36 |
+
color: #4b5563;
|
| 37 |
+
text-decoration: none;
|
| 38 |
+
transition: color 0.2s;
|
| 39 |
+
}
|
| 40 |
+
.nav-links a:hover, .nav-links a.active {
|
| 41 |
+
color: #2563eb;
|
| 42 |
+
}
|
| 43 |
+
.nav-links a.active {
|
| 44 |
+
font-weight: 500;
|
| 45 |
+
}
|
| 46 |
+
.user-actions {
|
| 47 |
+
display: flex;
|
| 48 |
+
align-items: center;
|
| 49 |
+
gap: 1rem;
|
| 50 |
+
}
|
| 51 |
+
.user-actions a {
|
| 52 |
+
color: #4b5563;
|
| 53 |
+
text-decoration: none;
|
| 54 |
+
transition: color 0.2s;
|
| 55 |
+
}
|
| 56 |
+
.user-actions a:hover {
|
| 57 |
+
color: #2563eb;
|
| 58 |
+
}
|
| 59 |
+
.login-btn {
|
| 60 |
+
background: #2563eb;
|
| 61 |
+
color: white !important;
|
| 62 |
+
padding: 0.5rem 1rem;
|
| 63 |
+
border-radius: 0.5rem;
|
| 64 |
+
}
|
| 65 |
+
.login-btn:hover {
|
| 66 |
+
background: #1d4ed8;
|
| 67 |
+
}
|
| 68 |
+
.icon-btn {
|
| 69 |
+
display: flex;
|
| 70 |
+
align-items: center;
|
| 71 |
+
justify-content: center;
|
| 72 |
+
width: 40px;
|
| 73 |
+
height: 40px;
|
| 74 |
+
border-radius: 50%;
|
| 75 |
+
transition: background 0.2s;
|
| 76 |
+
}
|
| 77 |
+
.icon-btn:hover {
|
| 78 |
+
background: rgba(37, 99, 235, 0.1);
|
| 79 |
+
}
|
| 80 |
+
.user-avatar {
|
| 81 |
+
width: 40px;
|
| 82 |
+
height: 40px;
|
| 83 |
+
border-radius: 50%;
|
| 84 |
+
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
|
| 85 |
+
display: flex;
|
| 86 |
+
align-items: center;
|
| 87 |
+
justify-content: center;
|
| 88 |
+
color: white;
|
| 89 |
+
font-weight: 600;
|
| 90 |
+
font-size: 14px;
|
| 91 |
+
}
|
| 92 |
+
</style>
|
| 93 |
+
<nav>
|
| 94 |
+
<div class="container">
|
| 95 |
+
<div class="logo">
|
| 96 |
+
<a href="${isLoggedIn ? 'AIFurrySelectPage.html' : 'index.html'}">
|
| 97 |
+
<img src="https://huggingface.co/spaces/Andrewbluebird/furry-tales-digital-whiskers/resolve/main/images/FurryChatLogo complete.png" alt="FurryChat Logo">
|
| 98 |
+
</a>
|
| 99 |
+
</div>
|
| 100 |
+
<div class="nav-links">
|
| 101 |
+
${isLoggedIn ? `
|
| 102 |
+
<a href="ChatRecords.html">Chat</a>
|
| 103 |
+
<a href="AIFurrySelectPage.html">Characters</a>
|
| 104 |
+
<a href="AIFurryCreationPage.html">Create</a>
|
| 105 |
+
<a href="Marketplace.html">Marketplace</a>
|
| 106 |
+
` : `
|
| 107 |
+
<a href="index.html">Home</a>
|
| 108 |
+
<a href="#">Features</a>
|
| 109 |
+
<a href="#">Pricing</a>
|
| 110 |
+
<a href="#">About</a>
|
| 111 |
+
`}
|
| 112 |
+
</div>
|
| 113 |
+
<div class="user-actions">
|
| 114 |
+
${isLoggedIn ? `
|
| 115 |
+
<a href="Account.html" class="icon-btn active" title="Profile">
|
| 116 |
+
<span class="user-avatar">U</span>
|
| 117 |
+
</a>
|
| 118 |
+
<a href="Settings.html" class="icon-btn" title="Settings">
|
| 119 |
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"></circle><path d="M12 1v6m0 6v6m4.22-10.22l4.24-4.24M6.34 6.34L2.1 2.1m17.8 17.8l-4.24-4.24M6.34 17.66l-4.24 4.24M23 12h-6m-6 0H1m20.07-4.93l-4.24 4.24M6.34 6.34l-4.24-4.24"></path></svg>
|
| 120 |
+
</a>
|
| 121 |
+
` : `
|
| 122 |
+
<a href="SignIn.html" class="login-btn">Login</a>
|
| 123 |
+
`}
|
| 124 |
+
</div>
|
| 125 |
+
</div>
|
| 126 |
+
</nav>
|
| 127 |
+
`;
|
| 128 |
+
}
|
| 129 |
+
}
|
| 130 |
+
customElements.define('custom-navbar', CustomNavbar);
|
index.html
CHANGED
|
@@ -151,26 +151,10 @@
|
|
| 151 |
<!-- Hero Section with Vanta.js Background -->
|
| 152 |
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
|
| 153 |
|
| 154 |
-
<div class="relative z-10">
|
| 155 |
<!-- Navigation -->
|
| 156 |
-
<
|
| 157 |
-
|
| 158 |
-
<div class="flex items-center space-x-2">
|
| 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>
|
| 171 |
-
</nav>
|
| 172 |
-
|
| 173 |
-
<!-- Hero Section -->
|
| 174 |
<section class="py-20 px-4 relative">
|
| 175 |
<div class="container mx-auto text-center">
|
| 176 |
<h1 class="text-5xl md:text-6xl font-bold mb-6 text-gray-800">Where <span class="text-blue-600">Furry Friends</span> Come to Life</h1>
|
|
@@ -293,7 +277,8 @@
|
|
| 293 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 294 |
</div>
|
| 295 |
</div>
|
| 296 |
-
</footer>
|
| 297 |
</div>
|
|
|
|
| 298 |
</body>
|
| 299 |
-
</html>
|
|
|
|
| 151 |
<!-- Hero Section with Vanta.js Background -->
|
| 152 |
<div id="vanta-bg" class="absolute top-0 left-0 w-full h-screen z-0"></div>
|
| 153 |
|
| 154 |
+
<div class="relative z-10">
|
| 155 |
<!-- Navigation -->
|
| 156 |
+
<custom-navbar logged-in="false"></custom-navbar>
|
| 157 |
+
<!-- Hero Section -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
<section class="py-20 px-4 relative">
|
| 159 |
<div class="container mx-auto text-center">
|
| 160 |
<h1 class="text-5xl md:text-6xl font-bold mb-6 text-gray-800">Where <span class="text-blue-600">Furry Friends</span> Come to Life</h1>
|
|
|
|
| 277 |
<p>© 2025 MultiForce Entertainment Technologies LTD. All rights reserved.</p>
|
| 278 |
</div>
|
| 279 |
</div>
|
| 280 |
+
</footer>
|
| 281 |
</div>
|
| 282 |
+
<script src="components/navbar.js"></script>
|
| 283 |
</body>
|
| 284 |
+
</html>
|