Erikartificial commited on
Commit
9f1b7fb
·
verified ·
1 Parent(s): 371c897

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +652 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Erikgpt
3
- emoji: 🐠
4
- colorFrom: yellow
5
  colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: erikgpt
3
+ emoji: 🐳
4
+ colorFrom: blue
5
  colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,652 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>ErikGPT - Your Intelligent AI Assistant</title>
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
+ <style>
11
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
12
+
13
+ body {
14
+ font-family: 'Poppins', sans-serif;
15
+ background-color: #f5f7fa;
16
+ transition: all 0.3s ease;
17
+ }
18
+
19
+ .gradient-bg {
20
+ background: linear-gradient(135deg, #6e8efb, #a777e3);
21
+ }
22
+
23
+ .chat-bubble {
24
+ border-radius: 20px;
25
+ position: relative;
26
+ max-width: 80%;
27
+ }
28
+
29
+ .user-bubble {
30
+ background-color: #6e8efb;
31
+ color: white;
32
+ align-self: flex-end;
33
+ }
34
+
35
+ .ai-bubble {
36
+ background-color: #f1f1f1;
37
+ color: #333;
38
+ align-self: flex-start;
39
+ }
40
+
41
+ .typing-indicator {
42
+ display: inline-flex;
43
+ }
44
+
45
+ .typing-dot {
46
+ width: 8px;
47
+ height: 8px;
48
+ border-radius: 50%;
49
+ background-color: #888;
50
+ margin: 0 2px;
51
+ animation: typing 1.4s infinite ease-in-out;
52
+ }
53
+
54
+ .typing-dot:nth-child(1) {
55
+ animation-delay: 0s;
56
+ }
57
+
58
+ .typing-dot:nth-child(2) {
59
+ animation-delay: 0.2s;
60
+ }
61
+
62
+ .typing-dot:nth-child(3) {
63
+ animation-delay: 0.4s;
64
+ }
65
+
66
+ @keyframes typing {
67
+
68
+ 0%,
69
+ 60%,
70
+ 100% {
71
+ transform: translateY(0);
72
+ }
73
+
74
+ 30% {
75
+ transform: translateY(-5px);
76
+ }
77
+ }
78
+
79
+ .feature-card:hover {
80
+ transform: translateY(-5px);
81
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
82
+ }
83
+
84
+ .access-level {
85
+ transition: all 0.3s ease;
86
+ }
87
+
88
+ .access-level:hover {
89
+ transform: scale(1.05);
90
+ }
91
+
92
+ .pulse {
93
+ animation: pulse 2s infinite;
94
+ }
95
+
96
+ @keyframes pulse {
97
+ 0% {
98
+ box-shadow: 0 0 0 0 rgba(167, 119, 227, 0.7);
99
+ }
100
+
101
+ 70% {
102
+ box-shadow: 0 0 0 10px rgba(167, 119, 227, 0);
103
+ }
104
+
105
+ 100% {
106
+ box-shadow: 0 0 0 0 rgba(167, 119, 227, 0);
107
+ }
108
+ }
109
+ </style>
110
+ </head>
111
+
112
+ <body class="min-h-screen flex flex-col">
113
+ <!-- Header with Navigation -->
114
+ <header class="gradient-bg text-white shadow-lg">
115
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
116
+ <div class="flex items-center space-x-2">
117
+ <i class="fas fa-robot text-2xl"></i>
118
+ <h1 class="text-2xl font-bold">ErikGPT</h1>
119
+ </div>
120
+ <nav class="hidden md:flex space-x-6">
121
+ <a href="#features" class="hover:text-gray-200 transition">Features</a>
122
+ <a href="#access" class="hover:text-gray-200 transition">Access Levels</a>
123
+ <a href="#chat" class="hover:text-gray-200 transition">Try It</a>
124
+ <a href="#about" class="hover:text-gray-200 transition">About</a>
125
+ </nav>
126
+ <div class="flex items-center space-x-4">
127
+ <button id="theme-toggle" class="p-2 rounded-full hover:bg-white hover:bg-opacity-20 transition">
128
+ <i class="fas fa-moon"></i>
129
+ </button>
130
+ <button class="bg-white text-purple-600 px-4 py-2 rounded-full font-medium hover:bg-opacity-90 transition">
131
+ Sign In
132
+ </button>
133
+ </div>
134
+ <button id="mobile-menu-button" class="md:hidden p-2">
135
+ <i class="fas fa-bars text-xl"></i>
136
+ </button>
137
+ </div>
138
+
139
+ <!-- Mobile Menu -->
140
+ <div id="mobile-menu" class="hidden md:hidden bg-purple-700 px-4 py-2">
141
+ <div class="flex flex-col space-y-3">
142
+ <a href="#features" class="hover:text-gray-200 transition">Features</a>
143
+ <a href="#access" class="hover:text-gray-200 transition">Access Levels</a>
144
+ <a href="#chat" class="hover:text-gray-200 transition">Try It</a>
145
+ <a href="#about" class="hover:text-gray-200 transition">About</a>
146
+ </div>
147
+ </div>
148
+ </header>
149
+
150
+ <!-- Hero Section -->
151
+ <section class="gradient-bg text-white py-16">
152
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
153
+ <div class="md:w-1/2 mb-10 md:mb-0">
154
+ <h2 class="text-4xl md:text-5xl font-bold mb-4">Meet ErikGPT</h2>
155
+ <p class="text-xl mb-6">Your next-generation AI assistant with multi-level access, personalized
156
+ responses, and unique capabilities.</p>
157
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
158
+ <button class="bg-white text-purple-600 px-6 py-3 rounded-full font-medium hover:bg-opacity-90 transition flex items-center justify-center">
159
+ <i class="fas fa-play mr-2"></i> Watch Demo
160
+ </button>
161
+ <button class="border-2 border-white text-white px-6 py-3 rounded-full font-medium hover:bg-white hover:bg-opacity-20 transition flex items-center justify-center">
162
+ <i class="fas fa-rocket mr-2"></i> Get Started
163
+ </button>
164
+ </div>
165
+ </div>
166
+ <div class="md:w-1/2 flex justify-center">
167
+ <div class="relative">
168
+ <div
169
+ class="w-64 h-64 md:w-80 md:h-80 bg-white bg-opacity-20 rounded-full flex items-center justify-center pulse">
170
+ <i class="fas fa-robot text-6xl md:text-8xl"></i>
171
+ </div>
172
+ <div
173
+ class="absolute -bottom-5 -left-5 w-24 h-24 bg-yellow-400 rounded-full flex items-center justify-center shadow-lg">
174
+ <i class="fas fa-bolt text-3xl text-purple-700"></i>
175
+ </div>
176
+ <div
177
+ class="absolute -top-5 -right-5 w-20 h-20 bg-green-400 rounded-full flex items-center justify-center shadow-lg">
178
+ <i class="fas fa-lock-open text-2xl text-purple-700"></i>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ </div>
183
+ </section>
184
+
185
+ <!-- Features Section -->
186
+ <section id="features" class="py-16 bg-white">
187
+ <div class="container mx-auto px-4">
188
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Unique Features</h2>
189
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
190
+ <!-- Feature 1 -->
191
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition cursor-pointer">
192
+ <div class="w-14 h-14 bg-purple-100 rounded-full flex items-center justify-center mb-4">
193
+ <i class="fas fa-user-shield text-purple-600 text-2xl"></i>
194
+ </div>
195
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Multi-Level Access</h3>
196
+ <p class="text-gray-600">Different access levels for different users with customizable permissions
197
+ and capabilities.</p>
198
+ </div>
199
+
200
+ <!-- Feature 2 -->
201
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition cursor-pointer">
202
+ <div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4">
203
+ <i class="fas fa-brain text-blue-600 text-2xl"></i>
204
+ </div>
205
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Context Memory</h3>
206
+ <p class="text-gray-600">ErikGPT remembers your previous conversations and builds context over time.
207
+ </p>
208
+ </div>
209
+
210
+ <!-- Feature 3 -->
211
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition cursor-pointer">
212
+ <div class="w-14 h-14 bg-green-100 rounded-full flex items-center justify-center mb-4">
213
+ <i class="fas fa-code text-green-600 text-2xl"></i>
214
+ </div>
215
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Code Generation</h3>
216
+ <p class="text-gray-600">Generate, debug, and explain code in multiple programming languages with
217
+ examples.</p>
218
+ </div>
219
+
220
+ <!-- Feature 4 -->
221
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition cursor-pointer">
222
+ <div class="w-14 h-14 bg-yellow-100 rounded-full flex items-center justify-center mb-4">
223
+ <i class="fas fa-chart-line text-yellow-600 text-2xl"></i>
224
+ </div>
225
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Data Analysis</h3>
226
+ <p class="text-gray-600">Upload datasets and get insights, visualizations, and statistical analysis
227
+ automatically.</p>
228
+ </div>
229
+
230
+ <!-- Feature 5 -->
231
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition cursor-pointer">
232
+ <div class="w-14 h-14 bg-red-100 rounded-full flex items-center justify-center mb-4">
233
+ <i class="fas fa-language text-red-600 text-2xl"></i>
234
+ </div>
235
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Multi-Lingual</h3>
236
+ <p class="text-gray-600">Communicate in over 50 languages with accurate translations and cultural
237
+ context.</p>
238
+ </div>
239
+
240
+ <!-- Feature 6 -->
241
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition cursor-pointer">
242
+ <div class="w-14 h-14 bg-indigo-100 rounded-full flex items-center justify-center mb-4">
243
+ <i class="fas fa-magic text-indigo-600 text-2xl"></i>
244
+ </div>
245
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Creative Mode</h3>
246
+ <p class="text-gray-600">Generate stories, poems, lyrics, and creative content with adjustable
247
+ creativity levels.</p>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </section>
252
+
253
+ <!-- Access Levels Section -->
254
+ <section id="access" class="py-16 bg-gray-50">
255
+ <div class="container mx-auto px-4">
256
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Access Levels</h2>
257
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
258
+ <!-- Free Tier -->
259
+ <div class="access-level bg-white p-8 rounded-xl shadow-md text-center border-t-4 border-blue-500">
260
+ <h3 class="text-2xl font-bold mb-4 text-gray-800">Free Tier</h3>
261
+ <div class="text-4xl font-bold mb-6 text-blue-600">
262
+ $0<span class="text-lg font-normal text-gray-500">/month</span></div>
263
+ <ul class="space-y-3 mb-8 text-left">
264
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Basic chat
265
+ functionality</li>
266
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> 20 messages per
267
+ day</li>
268
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Standard response
269
+ speed</li>
270
+ <li class="flex items-center"><i class="fas fa-times text-red-500 mr-2"></i> No code generation
271
+ </li>
272
+ <li class="flex items-center"><i class="fas fa-times text-red-500 mr-2"></i> No data analysis
273
+ </li>
274
+ </ul>
275
+ <button class="w-full bg-blue-500 hover:bg-blue-600 text-white py-3 rounded-lg font-medium transition">
276
+ Start Free
277
+ </button>
278
+ </div>
279
+
280
+ <!-- Pro Tier -->
281
+ <div
282
+ class="access-level bg-white p-8 rounded-xl shadow-lg text-center border-t-4 border-purple-500 transform scale-105">
283
+ <div
284
+ class="absolute top-0 right-0 bg-purple-500 text-white text-xs font-bold px-3 py-1 rounded-bl-lg rounded-tr-lg">
285
+ POPULAR</div>
286
+ <h3 class="text-2xl font-bold mb-4 text-gray-800">Pro Tier</h3>
287
+ <div class="text-4xl font-bold mb-6 text-purple-600">
288
+ $20<span class="text-lg font-normal text-gray-500">/month</span></div>
289
+ <ul class="space-y-3 mb-8 text-left">
290
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Unlimited
291
+ messages</li>
292
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Faster response
293
+ speed</li>
294
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Code generation
295
+ </li>
296
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Basic data
297
+ analysis</li>
298
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Context memory
299
+ </li>
300
+ </ul>
301
+ <button class="w-full gradient-bg hover:opacity-90 text-white py-3 rounded-lg font-medium transition">
302
+ Upgrade Now
303
+ </button>
304
+ </div>
305
+
306
+ <!-- Enterprise Tier -->
307
+ <div class="access-level bg-white p-8 rounded-xl shadow-md text-center border-t-4 border-green-500">
308
+ <h3 class="text-2xl font-bold mb-4 text-gray-800">Enterprise</h3>
309
+ <div class="text-4xl font-bold mb-6 text-green-600">Custom</div>
310
+ <ul class="space-y-3 mb-8 text-left">
311
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> All Pro features
312
+ </li>
313
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Advanced data
314
+ analysis</li>
315
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> API access</li>
316
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Custom model
317
+ training</li>
318
+ <li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Dedicated support
319
+ </li>
320
+ </ul>
321
+ <button class="w-full bg-green-500 hover:bg-green-600 text-white py-3 rounded-lg font-medium transition">
322
+ Contact Sales
323
+ </button>
324
+ </div>
325
+ </div>
326
+ </div>
327
+ </section>
328
+
329
+ <!-- Chat Demo Section -->
330
+ <section id="chat" class="py-16 bg-white">
331
+ <div class="container mx-auto px-4">
332
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Try ErikGPT</h2>
333
+ <div class="max-w-4xl mx-auto bg-gray-50 rounded-xl shadow-md overflow-hidden">
334
+ <div class="p-4 bg-gray-100 border-b flex justify-between items-center">
335
+ <div class="flex items-center space-x-2">
336
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
337
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
338
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
339
+ </div>
340
+ <div class="text-sm font-medium text-gray-600">ErikGPT Demo</div>
341
+ <div class="flex space-x-2">
342
+ <button class="p-1 rounded hover:bg-gray-200">
343
+ <i class="fas fa-cog text-gray-500"></i>
344
+ </button>
345
+ <button class="p-1 rounded hover:bg-gray-200">
346
+ <i class="fas fa-ellipsis-h text-gray-500"></i>
347
+ </button>
348
+ </div>
349
+ </div>
350
+
351
+ <div id="chat-container" class="h-96 overflow-y-auto p-4 space-y-4 flex flex-col">
352
+ <!-- AI Welcome Message -->
353
+ <div class="chat-bubble ai-bubble p-4">
354
+ <div class="flex items-center mb-2">
355
+ <div
356
+ class="w-8 h-8 rounded-full bg-purple-500 flex items-center justify-center text-white mr-2">
357
+ <i class="fas fa-robot"></i>
358
+ </div>
359
+ <span class="font-medium">ErikGPT</span>
360
+ </div>
361
+ <p>Hello! I'm ErikGPT, your AI assistant. How can I help you today? Here are some things I can
362
+ do:</p>
363
+ <div class="mt-3 grid grid-cols-2 gap-2">
364
+ <button class="suggestion-btn bg-purple-100 hover:bg-purple-200 text-purple-700 px-3 py-2 rounded-lg text-sm transition">
365
+ Explain quantum computing
366
+ </button>
367
+ <button class="suggestion-btn bg-purple-100 hover:bg-purple-200 text-purple-700 px-3 py-2 rounded-lg text-sm transition">
368
+ Write a poem about AI
369
+ </button>
370
+ <button class="suggestion-btn bg-purple-100 hover:bg-purple-200 text-purple-700 px-3 py-2 rounded-lg text-sm transition">
371
+ Generate Python code
372
+ </button>
373
+ <button class="suggestion-btn bg-purple-100 hover:bg-purple-200 text-purple-700 px-3 py-2 rounded-lg text-sm transition">
374
+ Help with math homework
375
+ </button>
376
+ </div>
377
+ </div>
378
+ </div>
379
+
380
+ <div class="p-4 border-t bg-white">
381
+ <div class="flex items-center">
382
+ <input id="user-input" type="text" placeholder="Message ErikGPT..." class="flex-1 border border-gray-300 rounded-l-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-purple-500">
383
+ <button id="send-btn" class="bg-purple-600 hover:bg-purple-700 text-white px-6 py-3 rounded-r-lg transition">
384
+ <i class="fas fa-paper-plane"></i>
385
+ </button>
386
+ </div>
387
+ <div class="mt-2 flex justify-between text-xs text-gray-500">
388
+ <div>
389
+ <button class="hover:text-purple-600 transition mr-3">
390
+ <i class="fas fa-microphone mr-1"></i> Voice
391
+ </button>
392
+ <button class="hover:text-purple-600 transition">
393
+ <i class="fas fa-image mr-1"></i> Image
394
+ </button>
395
+ </div>
396
+ <div>
397
+ <button class="hover:text-purple-600 transition">
398
+ <i class="fas fa-magic mr-1"></i> Creative Mode
399
+ </button>
400
+ </div>
401
+ </div>
402
+ </div>
403
+ </div>
404
+ </div>
405
+ </section>
406
+
407
+ <!-- About Section -->
408
+ <section id="about" class="py-16 bg-gray-50">
409
+ <div class="container mx-auto px-4">
410
+ <div class="flex flex-col md:flex-row items-center">
411
+ <div class="md:w-1/2 mb-10 md:mb-0">
412
+ <h2 class="text-3xl font-bold mb-6 text-gray-800">About ErikGPT</h2>
413
+ <p class="text-gray-600 mb-4">
414
+ ErikGPT is a next-generation AI assistant designed to provide intelligent, context-aware
415
+ responses across a wide range of topics and tasks.
416
+ Unlike standard chatbots, ErikGPT offers multi-level access controls, allowing different users
417
+ to access different capabilities based on their needs.
418
+ </p>
419
+ <p class="text-gray-600 mb-6">
420
+ Our mission is to make AI assistance more accessible, customizable, and powerful for everyone -
421
+ from students to enterprise teams.
422
+ </p>
423
+ <div class="flex space-x-4">
424
+ <button class="flex items-center space-x-2 bg-gray-800 hover:bg-gray-700 text-white px-4 py-2 rounded-lg transition">
425
+ <i class="fab fa-github"></i>
426
+ <span>GitHub</span>
427
+ </button>
428
+ <button class="flex items-center space-x-2 bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-lg transition">
429
+ <i class="fab fa-twitter"></i>
430
+ <span>Twitter</span>
431
+ </button>
432
+ </div>
433
+ </div>
434
+ <div class="md:w-1/2 flex justify-center">
435
+ <div class="relative">
436
+ <div
437
+ class="w-64 h-64 md:w-80 md:h-80 bg-purple-100 rounded-2xl flex items-center justify-center shadow-lg">
438
+ <i class="fas fa-question-circle text-purple-500 text-6xl md:text-8xl"></i>
439
+ </div>
440
+ <div
441
+ class="absolute -bottom-5 -left-5 w-20 h-20 bg-white rounded-full flex items-center justify-center shadow-lg">
442
+ <i class="fas fa-code-branch text-purple-600 text-2xl"></i>
443
+ </div>
444
+ <div
445
+ class="absolute -top-5 -right-5 w-16 h-16 bg-white rounded-full flex items-center justify-center shadow-lg">
446
+ <i class="fas fa-heart text-red-500 text-xl"></i>
447
+ </div>
448
+ </div>
449
+ </div>
450
+ </div>
451
+ </div>
452
+ </section>
453
+
454
+ <!-- Footer -->
455
+ <footer class="bg-gray-800 text-white py-12">
456
+ <div class="container mx-auto px-4">
457
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
458
+ <div>
459
+ <h3 class="text-xl font-bold mb-4 flex items-center">
460
+ <i class="fas fa-robot mr-2"></i> ErikGPT
461
+ </h3>
462
+ <p class="text-gray-400">
463
+ Your intelligent AI assistant for work, creativity, and learning.
464
+ </p>
465
+ </div>
466
+ <div>
467
+ <h4 class="font-semibold mb-4">Product</h4>
468
+ <ul class="space-y-2">
469
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
470
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
471
+ <li><a href="#" class="text-gray-400 hover:text-white transition">API</a></li>
472
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Integrations</a></li>
473
+ </ul>
474
+ </div>
475
+ <div>
476
+ <h4 class="font-semibold mb-4">Resources</h4>
477
+ <ul class="space-y-2">
478
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Documentation</a></li>
479
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
480
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Community</a></li>
481
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Status</a></li>
482
+ </ul>
483
+ </div>
484
+ <div>
485
+ <h4 class="font-semibold mb-4">Company</h4>
486
+ <ul class="space-y-2">
487
+ <li><a href="#" class="text-gray-400 hover:text-white transition">About</a></li>
488
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
489
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy</a></li>
490
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Terms</a></li>
491
+ </ul>
492
+ </div>
493
+ </div>
494
+ <div class="border-t border-gray-700 mt-10 pt-6 flex flex-col md:flex-row justify-between items-center">
495
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 ErikGPT. All rights reserved.</p>
496
+ <div class="flex space-x-6">
497
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook-f"></i></a>
498
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
499
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin-in"></i></a>
500
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-github"></i></a>
501
+ </div>
502
+ </div>
503
+ </div>
504
+ </footer>
505
+
506
+ <script>
507
+ // Mobile menu toggle
508
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
509
+ const menu = document.getElementById('mobile-menu');
510
+ menu.classList.toggle('hidden');
511
+ });
512
+
513
+ // Theme toggle
514
+ document.getElementById('theme-toggle').addEventListener('click', function() {
515
+ document.body.classList.toggle('bg-gray-900');
516
+ document.body.classList.toggle('text-white');
517
+
518
+ // Change icon
519
+ const icon = this.querySelector('i');
520
+ if (icon.classList.contains('fa-moon')) {
521
+ icon.classList.remove('fa-moon');
522
+ icon.classList.add('fa-sun');
523
+ } else {
524
+ icon.classList.remove('fa-sun');
525
+ icon.classList.add('fa-moon');
526
+ }
527
+ });
528
+
529
+ // Chat functionality
530
+ const chatContainer = document.getElementById('chat-container');
531
+ const userInput = document.getElementById('user-input');
532
+ const sendBtn = document.getElementById('send-btn');
533
+ const suggestionBtns = document.querySelectorAll('.suggestion-btn');
534
+
535
+ function addUserMessage(message) {
536
+ const bubble = document.createElement('div');
537
+ bubble.className = 'chat-bubble user-bubble p-4';
538
+ bubble.innerHTML = `
539
+ <div class="flex items-center mb-2">
540
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white mr-2">
541
+ <i class="fas fa-user"></i>
542
+ </div>
543
+ <span class="font-medium">You</span>
544
+ </div>
545
+ <p>${message}</p>
546
+ `;
547
+ chatContainer.appendChild(bubble);
548
+ userInput.value = '';
549
+
550
+ // Show typing indicator
551
+ const typingIndicator = document.createElement('div');
552
+ typingIndicator.className = 'chat-bubble ai-bubble p-4';
553
+ typingIndicator.innerHTML = `
554
+ <div class="flex items-center mb-2">
555
+ <div class="w-8 h-8 rounded-full bg-purple-500 flex items-center justify-center text-white mr-2">
556
+ <i class="fas fa-robot"></i>
557
+ </div>
558
+ <span class="font-medium">ErikGPT</span>
559
+ </div>
560
+ <div class="typing-indicator">
561
+ <span class="typing-dot"></span>
562
+ <span class="typing-dot"></span>
563
+ <span class="typing-dot"></span>
564
+ </div>
565
+ `;
566
+ chatContainer.appendChild(typingIndicator);
567
+ chatContainer.scrollTop = chatContainer.scrollHeight;
568
+
569
+ // Simulate AI response after delay
570
+ setTimeout(() => {
571
+ typingIndicator.remove();
572
+ addAiResponse(message);
573
+ }, 1500);
574
+ }
575
+
576
+ function addAiResponse(userMessage) {
577
+ const responses = [
578
+ "I'm ErikGPT, an AI assistant. I can help with a wide range of topics from coding to creative writing!",
579
+ "That's an interesting question! Here's what I know about that topic...",
580
+ "I'd be happy to help with that. Let me provide some information that might be useful.",
581
+ "Great question! The answer depends on several factors. Here's a detailed explanation...",
582
+ "I can certainly assist with that. Would you like me to provide examples or just a general overview?"
583
+ ];
584
+
585
+ const randomResponse = responses[Math.floor(Math.random() * responses.length)];
586
+
587
+ const bubble = document.createElement('div');
588
+ bubble.className = 'chat-bubble ai-bubble p-4';
589
+ bubble.innerHTML = `
590
+ <div class="flex items-center mb-2">
591
+ <div class="w-8 h-8 rounded-full bg-purple-500 flex items-center justify-center text-white mr-2">
592
+ <i class="fas fa-robot"></i>
593
+ </div>
594
+ <span class="font-medium">ErikGPT</span>
595
+ </div>
596
+ <p>${randomResponse}</p>
597
+ `;
598
+ chatContainer.appendChild(bubble);
599
+ chatContainer.scrollTop = chatContainer.scrollHeight;
600
+ }
601
+
602
+ // Send message on button click
603
+ sendBtn.addEventListener('click', function() {
604
+ const message = userInput.value.trim();
605
+ if (message) {
606
+ addUserMessage(message);
607
+ }
608
+ });
609
+
610
+ // Send message on Enter key
611
+ userInput.addEventListener('keypress', function(e) {
612
+ if (e.key === 'Enter') {
613
+ const message = userInput.value.trim();
614
+ if (message) {
615
+ addUserMessage(message);
616
+ }
617
+ }
618
+ });
619
+
620
+ // Handle suggestion buttons
621
+ suggestionBtns.forEach(btn => {
622
+ btn.addEventListener('click', function() {
623
+ addUserMessage(this.textContent.trim());
624
+ });
625
+ });
626
+
627
+ // Smooth scrolling for anchor links
628
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
629
+ anchor.addEventListener('click', function (e) {
630
+ e.preventDefault();
631
+
632
+ const targetId = this.getAttribute('href');
633
+ if (targetId === '#') return;
634
+
635
+ const targetElement = document.querySelector(targetId);
636
+ if (targetElement) {
637
+ targetElement.scrollIntoView({
638
+ behavior: 'smooth'
639
+ });
640
+
641
+ // Close mobile menu if open
642
+ const mobileMenu = document.getElementById('mobile-menu');
643
+ if (!mobileMenu.classList.contains('hidden')) {
644
+ mobileMenu.classList.add('hidden');
645
+ }
646
+ }
647
+ });
648
+ });
649
+ </script>
650
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Erikartificial/erikgpt" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
651
+
652
+ </html>