Speedofmastery commited on
Commit
38d75e2
Β·
verified Β·
1 Parent(s): 2d75764

What Our Partners Say Ahmed Al-Farsi Ahmed Al-Farsi CTO, TechSolutions KSA "ORYNX AI LABS has transformed how we approach automation. Their platform is intuitive yet powerful, allowing us to deploy complex workflows in minutes." Dr. Sarah Al-Mansour Dr. Sarah Al-Mansour Professor, King Saud University "As an educator, I'm amazed by how ORYNX makes AI accessible. My students can now build real applications without needing to code." Khalid Al-Rashid Khalid Al-Rashid Director, National Bank "The Saudi-made aspect was important for our compliance needs. ORYNX delivered where international platforms couldn't." remove - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +410 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Or
3
- emoji: πŸ“ˆ
4
- colorFrom: purple
5
  colorTo: pink
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: or
3
+ emoji: 🐳
4
+ colorFrom: pink
5
  colorTo: pink
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,410 @@
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
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>ORYNX AI LABS - We Build the Future</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-text {
11
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6);
12
+ -webkit-background-clip: text;
13
+ background-clip: text;
14
+ color: transparent;
15
+ }
16
+ .hero-gradient {
17
+ background: linear-gradient(135deg, #1e3a8a 0%, #4c1d95 100%);
18
+ }
19
+ .feature-card:hover {
20
+ transform: translateY(-5px);
21
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
22
+ }
23
+ .testimonial-card {
24
+ transition: all 0.3s ease;
25
+ }
26
+ .testimonial-card:hover {
27
+ transform: scale(1.02);
28
+ }
29
+ </style>
30
+ </head>
31
+ <body class="font-sans antialiased text-gray-800">
32
+ <!-- Navigation -->
33
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
34
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
35
+ <div class="flex justify-between h-16">
36
+ <div class="flex items-center">
37
+ <div class="flex-shrink-0 flex items-center">
38
+ <img class="h-10 w-auto" src="https://cdn.hero.page/i/08a7f-e36d-2ffd-0a1f-555c23027e3-1000057064.png" alt="ORYNX AI LABS">
39
+ <span class="ml-2 text-xl font-bold gradient-text">ORYNX AI LABS</span>
40
+ </div>
41
+ </div>
42
+ <div class="hidden md:flex items-center space-x-8">
43
+ <a href="#about" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a>
44
+ <a href="#products" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Products</a>
45
+ <a href="#contact" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Contact</a>
46
+ <button class="bg-gradient-to-r from-blue-600 to-purple-600 text-white px-6 py-2 rounded-full font-medium hover:opacity-90 transition duration-300">
47
+ Join Early Access
48
+ </button>
49
+ </div>
50
+ <div class="md:hidden flex items-center">
51
+ <button id="menu-btn" class="text-gray-700 hover:text-blue-600">
52
+ <i class="fas fa-bars text-xl"></i>
53
+ </button>
54
+ </div>
55
+ </div>
56
+ </div>
57
+ <!-- Mobile menu -->
58
+ <div id="mobile-menu" class="hidden md:hidden bg-white pb-3 px-4">
59
+ <a href="#about" class="block px-3 py-2 text-gray-700 hover:text-blue-600">About</a>
60
+ <a href="#products" class="block px-3 py-2 text-gray-700 hover:text-blue-600">Products</a>
61
+ <a href="#contact" class="block px-3 py-2 text-gray-700 hover:text-blue-600">Contact</a>
62
+ <button class="w-full mt-2 bg-gradient-to-r from-blue-600 to-purple-600 text-white px-6 py-2 rounded-full font-medium hover:opacity-90 transition duration-300">
63
+ Join Early Access
64
+ </button>
65
+ </div>
66
+ </nav>
67
+
68
+ <!-- Hero Section -->
69
+ <section class="hero-gradient text-white">
70
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32">
71
+ <div class="flex flex-col md:flex-row items-center">
72
+ <div class="md:w-1/2 mb-10 md:mb-0">
73
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
74
+ We Build <span class="gradient-text">The Future</span>
75
+ </h1>
76
+ <p class="text-xl md:text-2xl mb-8 text-blue-100">
77
+ Pioneering the First Fully Developed AI Platform from Saudi Arabia
78
+ </p>
79
+ <p class="text-lg mb-10 text-blue-100">
80
+ We're not just joining the AI race. We're redefining it β€” from the heart of the Kingdom.
81
+ </p>
82
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
83
+ <button class="bg-white text-blue-700 px-8 py-3 rounded-full font-bold hover:bg-gray-100 transition duration-300">
84
+ Explore Our Platform
85
+ </button>
86
+ <button class="border-2 border-white text-white px-8 py-3 rounded-full font-bold hover:bg-white hover:text-blue-700 transition duration-300">
87
+ Watch Demo
88
+ </button>
89
+ </div>
90
+ </div>
91
+ <div class="md:w-1/2 flex justify-center">
92
+ <img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80"
93
+ alt="AI Research"
94
+ class="rounded-xl shadow-2xl max-w-full h-auto">
95
+ </div>
96
+ </div>
97
+ </div>
98
+ </section>
99
+
100
+ <!-- About Section -->
101
+ <section id="about" class="py-20 bg-white">
102
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
103
+ <div class="text-center mb-16">
104
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">🧠 Who We Are</h2>
105
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
106
+ ORYNX AI LABS is the first fully developed AI platform in the world built in Saudi Arabia.
107
+ </p>
108
+ </div>
109
+
110
+ <div class="grid md:grid-cols-3 gap-8 mb-16">
111
+ <div class="bg-gray-50 p-8 rounded-xl shadow-sm">
112
+ <div class="text-blue-600 mb-4">
113
+ <i class="fas fa-flask text-3xl"></i>
114
+ </div>
115
+ <h3 class="text-xl font-bold mb-3">Research-Driven Innovation</h3>
116
+ <p class="text-gray-600">
117
+ Our team combines cutting-edge research with practical applications to create truly innovative solutions.
118
+ </p>
119
+ </div>
120
+ <div class="bg-gray-50 p-8 rounded-xl shadow-sm">
121
+ <div class="text-green-600 mb-4">
122
+ <i class="fas fa-flag text-3xl"></i>
123
+ </div>
124
+ <h3 class="text-xl font-bold mb-3">Saudi-Made Excellence</h3>
125
+ <p class="text-gray-600">
126
+ Proudly developed in Saudi Arabia, our platform meets global standards while addressing regional needs.
127
+ </p>
128
+ </div>
129
+ <div class="bg-gray-50 p-8 rounded-xl shadow-sm">
130
+ <div class="text-purple-600 mb-4">
131
+ <i class="fas fa-users text-3xl"></i>
132
+ </div>
133
+ <h3 class="text-xl font-bold mb-3">Community Focused</h3>
134
+ <p class="text-gray-600">
135
+ We believe in empowering individuals and businesses with accessible, powerful AI tools.
136
+ </p>
137
+ </div>
138
+ </div>
139
+
140
+ <div class="text-center">
141
+ <h3 class="text-2xl font-bold mb-6">We don't just sell AI tools. We build intelligence that builds your future.</h3>
142
+ <img src="https://cdn.hero.page/i/08a7f-e36d-2ffd-0a1f-555c23027e3-1000057064.png"
143
+ alt="ORYNX AI LABS Logo"
144
+ class="mx-auto h-24 mb-8">
145
+ </div>
146
+ </div>
147
+ </section>
148
+
149
+ <!-- Products Section -->
150
+ <section id="products" class="py-20 bg-gray-50">
151
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
152
+ <div class="text-center mb-16">
153
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">πŸ›  What We Build</h2>
154
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
155
+ Our platform offers comprehensive AI solutions designed to transform how you work, create, and innovate.
156
+ </p>
157
+ </div>
158
+
159
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
160
+ <!-- Product Card 1 -->
161
+ <div class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300">
162
+ <div class="text-blue-600 mb-4">
163
+ <i class="fas fa-robot text-4xl"></i>
164
+ </div>
165
+ <h3 class="text-xl font-bold mb-3">AI Agent Ecosystem</h3>
166
+ <p class="text-gray-600 mb-4">
167
+ Multi-agent collaboration with memory, communication, and planning β€” powered by world-class LLMs and hosted in the cloud.
168
+ </p>
169
+ <span class="inline-block bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full uppercase font-semibold tracking-wide">Intelligent Automation</span>
170
+ </div>
171
+
172
+ <!-- Product Card 2 -->
173
+ <div class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300">
174
+ <div class="text-purple-600 mb-4">
175
+ <i class="fas fa-code text-4xl"></i>
176
+ </div>
177
+ <h3 class="text-xl font-bold mb-3">No-Code App Builder</h3>
178
+ <p class="text-gray-600 mb-4">
179
+ Turn ideas into working apps using natural language. Design, deploy, and refine β€” all within a single platform.
180
+ </p>
181
+ <span class="inline-block bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded-full uppercase font-semibold tracking-wide">Chat-to-App</span>
182
+ </div>
183
+
184
+ <!-- Product Card 3 -->
185
+ <div class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300">
186
+ <div class="text-green-600 mb-4">
187
+ <i class="fas fa-cogs text-4xl"></i>
188
+ </div>
189
+ <h3 class="text-xl font-bold mb-3">Automation Layer</h3>
190
+ <p class="text-gray-600 mb-4">
191
+ Fully integrated white-labeled n8n, allowing seamless workflow creation β€” no API keys, no limits.
192
+ </p>
193
+ <span class="inline-block bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full uppercase font-semibold tracking-wide">Workflow Automation</span>
194
+ </div>
195
+
196
+ <!-- Product Card 4 -->
197
+ <div class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300">
198
+ <div class="text-red-600 mb-4">
199
+ <i class="fas fa-photo-video text-4xl"></i>
200
+ </div>
201
+ <h3 class="text-xl font-bold mb-3">Intelligent Media Tools</h3>
202
+ <p class="text-gray-600 mb-4">
203
+ Video, voice, and image generation powered by open-source models and integrations like HeyGen, Qwen, and Mozilla TTS.
204
+ </p>
205
+ <span class="inline-block bg-red-100 text-red-800 text-xs px-2 py-1 rounded-full uppercase font-semibold tracking-wide">Media Generation</span>
206
+ </div>
207
+
208
+ <!-- Product Card 5 -->
209
+ <div class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300">
210
+ <div class="text-yellow-600 mb-4">
211
+ <i class="fas fa-rocket text-4xl"></i>
212
+ </div>
213
+ <h3 class="text-xl font-bold mb-3">Deployment Made Simple</h3>
214
+ <p class="text-gray-600 mb-4">
215
+ Instantly push your ideas to production with smart versioning, mirror mode, and live debugging agents.
216
+ </p>
217
+ <span class="inline-block bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full uppercase font-semibold tracking-wide">One-Click Deployment</span>
218
+ </div>
219
+
220
+ <!-- Product Card 6 -->
221
+ <div class="bg-white p-8 rounded-xl shadow-md feature-card transition duration-300">
222
+ <div class="text-indigo-600 mb-4">
223
+ <i class="fas fa-shield-alt text-4xl"></i>
224
+ </div>
225
+ <h3 class="text-xl font-bold mb-3">Enterprise Security</h3>
226
+ <p class="text-gray-600 mb-4">
227
+ Built with enterprise-grade security and compliance to protect your data and intellectual property.
228
+ </p>
229
+ <span class="inline-block bg-indigo-100 text-indigo-800 text-xs px-2 py-1 rounded-full uppercase font-semibold tracking-wide">Data Protection</span>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </section>
234
+
235
+ <!-- Vision Section -->
236
+ <section class="py-20 bg-gradient-to-r from-blue-800 to-purple-800 text-white">
237
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
238
+ <div class="text-center mb-16">
239
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">🌍 Built for Visionaries</h2>
240
+ <p class="text-xl max-w-3xl mx-auto">
241
+ Whether you're a creator, educator, enterprise, or startup β€” ORYNX gives you the tools to transform your vision into reality.
242
+ </p>
243
+ </div>
244
+
245
+ <div class="grid md:grid-cols-4 gap-6 mb-16">
246
+ <div class="bg-white bg-opacity-10 p-6 rounded-xl backdrop-blur-sm">
247
+ <i class="fas fa-bolt text-3xl mb-4 text-blue-300"></i>
248
+ <h3 class="text-xl font-bold mb-2">Build Faster</h3>
249
+ <p class="text-blue-100">Rapidly prototype and deploy AI solutions</p>
250
+ </div>
251
+ <div class="bg-white bg-opacity-10 p-6 rounded-xl backdrop-blur-sm">
252
+ <i class="fas fa-brain text-3xl mb-4 text-purple-300"></i>
253
+ <h3 class="text-xl font-bold mb-2">Automate Smarter</h3>
254
+ <p class="text-blue-100">Streamline workflows with intelligent automation</p>
255
+ </div>
256
+ <div class="bg-white bg-opacity-10 p-6 rounded-xl backdrop-blur-sm">
257
+ <i class="fas fa-globe text-3xl mb-4 text-green-300"></i>
258
+ <h3 class="text-xl font-bold mb-2">Scale Globally</h3>
259
+ <p class="text-blue-100">Deploy solutions that grow with your needs</p>
260
+ </div>
261
+ <div class="bg-white bg-opacity-10 p-6 rounded-xl backdrop-blur-sm">
262
+ <i class="fas fa-sliders-h text-3xl mb-4 text-yellow-300"></i>
263
+ <h3 class="text-xl font-bold mb-2">Customize Deeply</h3>
264
+ <p class="text-blue-100">Tailor AI to your specific requirements</p>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="text-center">
269
+ <h3 class="text-2xl font-bold mb-6">πŸ‡ΈπŸ‡¦ Saudi-Made. Globally Ready.</h3>
270
+ <p class="text-xl mb-8 max-w-3xl mx-auto">
271
+ We are proud to lead the future of AI β€” from Saudi Arabia to the world. This is not just a lab. It's a movement.
272
+ </p>
273
+ <button class="bg-white text-blue-700 px-8 py-3 rounded-full font-bold hover:bg-gray-100 transition duration-300">
274
+ πŸ“² Be First to Build the Future
275
+ </button>
276
+ </div>
277
+ </div>
278
+ </section>
279
+
280
+ <!-- CTA Section -->
281
+ <section class="py-16 bg-gray-900 text-white">
282
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
283
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Build the Future with AI?</h2>
284
+ <p class="text-xl mb-8 max-w-3xl mx-auto">
285
+ Join the movement of innovators transforming industries with Saudi Arabia's premier AI platform.
286
+ </p>
287
+ <button class="bg-gradient-to-r from-blue-600 to-purple-600 text-white px-8 py-3 rounded-full font-bold hover:opacity-90 transition duration-300">
288
+ Get Started Today
289
+ </button>
290
+ </div>
291
+ </section>
292
+
293
+ <!-- Contact Section -->
294
+ <section id="contact" class="py-20 bg-gray-50">
295
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
296
+ <div class="grid md:grid-cols-2 gap-12">
297
+ <div>
298
+ <h2 class="text-3xl font-bold mb-6">Connect With Us</h2>
299
+ <p class="text-gray-600 mb-8">
300
+ Have questions or want to learn more? Reach out to our team.
301
+ </p>
302
+
303
+ <div class="mb-8">
304
+ <h3 class="text-xl font-bold mb-4">Our Offices</h3>
305
+ <div class="flex items-start mb-4">
306
+ <i class="fas fa-building text-blue-600 mt-1 mr-3"></i>
307
+ <div>
308
+ <h4 class="font-bold">Headquarters</h4>
309
+ <p class="text-gray-600">Riyadh Front, Riyadh<br>Saudi Arabia</p>
310
+ </div>
311
+ </div>
312
+ </div>
313
+
314
+ <div class="mb-8">
315
+ <h3 class="text-xl font-bold mb-4">Email Us</h3>
316
+ <div class="flex items-center">
317
+ <i class="fas fa-envelope text-blue-600 mr-3"></i>
318
+ <a href="mailto:hello@orynxailabs.com" class="text-gray-600 hover:text-blue-600">hello@orynxailabs.com</a>
319
+ </div>
320
+ </div>
321
+
322
+ <div>
323
+ <h3 class="text-xl font-bold mb-4">Call Us</h3>
324
+ <div class="flex items-center">
325
+ <i class="fas fa-phone text-blue-600 mr-3"></i>
326
+ <a href="tel:+966564968056" class="text-gray-600 hover:text-blue-600">+966 56 496 8056</a>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <div>
332
+ <form class="bg-white p-8 rounded-xl shadow-md">
333
+ <h3 class="text-xl font-bold mb-6">Send us a message</h3>
334
+ <div class="mb-4">
335
+ <label for="name" class="block text-gray-700 mb-2">Name</label>
336
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
337
+ </div>
338
+ <div class="mb-4">
339
+ <label for="email" class="block text-gray-700 mb-2">Email</label>
340
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
341
+ </div>
342
+ <div class="mb-4">
343
+ <label for="subject" class="block text-gray-700 mb-2">Subject</label>
344
+ <input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
345
+ </div>
346
+ <div class="mb-6">
347
+ <label for="message" class="block text-gray-700 mb-2">Message</label>
348
+ <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"></textarea>
349
+ </div>
350
+ <button type="submit" class="w-full bg-gradient-to-r from-blue-600 to-purple-600 text-white px-6 py-3 rounded-lg font-bold hover:opacity-90 transition duration-300">
351
+ Send Message
352
+ </button>
353
+ </form>
354
+ </div>
355
+ </div>
356
+ </div>
357
+ </section>
358
+
359
+ <!-- Footer -->
360
+ <footer class="bg-gray-900 text-white py-12">
361
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
362
+ <div class="flex flex-col md:flex-row justify-between items-center">
363
+ <div class="mb-6 md:mb-0">
364
+ <div class="flex items-center">
365
+ <img class="h-8 w-auto" src="https://cdn.hero.page/i/08a7f-e36d-2ffd-0a1f-555c23027e3-1000057064.png" alt="ORYNX AI LABS">
366
+ <span class="ml-2 text-xl font-bold gradient-text">ORYNX AI LABS</span>
367
+ </div>
368
+ <p class="mt-2 text-gray-400">We Build the Future</p>
369
+ </div>
370
+ <div class="flex space-x-6">
371
+ <a href="#" class="text-gray-400 hover:text-white">
372
+ <i class="fab fa-twitter text-xl"></i>
373
+ </a>
374
+ <a href="#" class="text-gray-400 hover:text-white">
375
+ <i class="fab fa-linkedin text-xl"></i>
376
+ </a>
377
+ <a href="#" class="text-gray-400 hover:text-white">
378
+ <i class="fab fa-github text-xl"></i>
379
+ </a>
380
+ <a href="#" class="text-gray-400 hover:text-white">
381
+ <i class="fab fa-youtube text-xl"></i>
382
+ </a>
383
+ </div>
384
+ </div>
385
+ <div class="mt-8 pt-8 border-t border-gray-800">
386
+ <p class="text-gray-400 text-sm text-center">
387
+ &copy; 2023 ORYNX AI LABS. All rights reserved.
388
+ </p>
389
+ </div>
390
+ </div>
391
+ </footer>
392
+
393
+ <script>
394
+ // Mobile menu toggle
395
+ document.getElementById('menu-btn').addEventListener('click', function() {
396
+ document.getElementById('mobile-menu').classList.toggle('hidden');
397
+ });
398
+
399
+ // Smooth scrolling for anchor links
400
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
401
+ anchor.addEventListener('click', function (e) {
402
+ e.preventDefault();
403
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
404
+ behavior: 'smooth'
405
+ });
406
+ });
407
+ });
408
+ </script>
409
+ <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=Speedofmastery/or" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
410
+ </html>