tongxiaojun commited on
Commit
ab618c6
·
verified ·
1 Parent(s): a27804a

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +577 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Genelang Com
3
- emoji: 🐠
4
- colorFrom: indigo
5
- colorTo: blue
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: genelang-com
3
+ emoji: 🐳
4
+ colorFrom: yellow
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,577 @@
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>Genelang | Gene Language Technology</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-bg {
11
+ background: linear-gradient(135deg, #6B73FF 0%, #000DFF 50%, #00D4FF 100%);
12
+ }
13
+ .dna-animation {
14
+ position: relative;
15
+ height: 100px;
16
+ overflow: hidden;
17
+ }
18
+ .dna-strand {
19
+ position: absolute;
20
+ width: 100%;
21
+ height: 100%;
22
+ background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="3" fill="white"/><circle cx="30" cy="30" r="3" fill="white"/><circle cx="50" cy="10" r="3" fill="white"/><circle cx="70" cy="30" r="3" fill="white"/><circle cx="90" cy="10" r="3" fill="white"/><circle cx="10" cy="50" r="3" fill="white"/><circle cx="30" cy="70" r="3" fill="white"/><circle cx="50" cy="50" r="3" fill="white"/><circle cx="70" cy="70" r="3" fill="white"/><circle cx="90" cy="50" r="3" fill="white"/><circle cx="10" cy="90" r="3" fill="white"/><circle cx="30" cy="70" r="3" fill="white"/><circle cx="50" cy="90" r="3" fill="white"/><circle cx="70" cy="70" r="3" fill="white"/><circle cx="90" cy="90" r="3" fill="white"/><path d="M10,10 L30,30 L50,10 L70,30 L90,10" stroke="white" stroke-width="1" fill="none"/><path d="M10,50 L30,70 L50,50 L70,70 L90,50" stroke="white" stroke-width="1" fill="none"/><path d="M10,90 L30,70 L50,90 L70,70 L90,90" stroke="white" stroke-width="1" fill="none"/></svg>') repeat;
23
+ animation: dnaMove 20s linear infinite;
24
+ }
25
+ @keyframes dnaMove {
26
+ 0% { background-position: 0 0; }
27
+ 100% { background-position: 100px 100px; }
28
+ }
29
+ .feature-card:hover {
30
+ transform: translateY(-10px);
31
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
32
+ }
33
+ .typewriter {
34
+ overflow: hidden;
35
+ border-right: .15em solid #3B82F6;
36
+ white-space: nowrap;
37
+ margin: 0 auto;
38
+ letter-spacing: .15em;
39
+ animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
40
+ }
41
+ @keyframes typing {
42
+ from { width: 0 }
43
+ to { width: 100% }
44
+ }
45
+ @keyframes blink-caret {
46
+ from, to { border-color: transparent }
47
+ 50% { border-color: #3B82F6; }
48
+ }
49
+ </style>
50
+ </head>
51
+ <body class="font-sans antialiased text-gray-800">
52
+ <!-- Header -->
53
+ <header class="gradient-bg text-white">
54
+ <div class="container mx-auto px-4 py-6">
55
+ <nav class="flex items-center justify-between">
56
+ <div class="flex items-center space-x-2">
57
+ <i class="fas fa-dna text-2xl"></i>
58
+ <span class="text-2xl font-bold">Genelang</span>
59
+ </div>
60
+ <div class="hidden md:flex space-x-8">
61
+ <a href="#home" class="hover:text-blue-200 transition">Home</a>
62
+ <a href="#features" class="hover:text-blue-200 transition">Features</a>
63
+ <a href="#technology" class="hover:text-blue-200 transition">Technology</a>
64
+ <a href="#pricing" class="hover:text-blue-200 transition">Pricing</a>
65
+ <a href="#contact" class="hover:text-blue-200 transition">Contact</a>
66
+ </div>
67
+ <div class="md:hidden">
68
+ <button id="mobile-menu-button" class="text-white focus:outline-none">
69
+ <i class="fas fa-bars text-2xl"></i>
70
+ </button>
71
+ </div>
72
+ </nav>
73
+
74
+ <!-- Mobile Menu -->
75
+ <div id="mobile-menu" class="hidden md:hidden mt-4 pb-4">
76
+ <a href="#home" class="block py-2 hover:text-blue-200 transition">Home</a>
77
+ <a href="#features" class="block py-2 hover:text-blue-200 transition">Features</a>
78
+ <a href="#technology" class="block py-2 hover:text-blue-200 transition">Technology</a>
79
+ <a href="#pricing" class="block py-2 hover:text-blue-200 transition">Pricing</a>
80
+ <a href="#contact" class="block py-2 hover:text-blue-200 transition">Contact</a>
81
+ </div>
82
+ </div>
83
+ </header>
84
+
85
+ <!-- Hero Section -->
86
+ <section id="home" class="gradient-bg text-white py-20">
87
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
88
+ <div class="md:w-1/2 mb-10 md:mb-0">
89
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Decoding the <span class="typewriter">Language of Genes</span></h1>
90
+ <p class="text-xl mb-8">Revolutionary technology that translates genetic information into actionable insights for healthcare, research, and biotechnology.</p>
91
+ <div class="flex space-x-4">
92
+ <button class="bg-white text-blue-600 px-6 py-3 rounded-full font-semibold hover:bg-blue-50 transition">Get Started</button>
93
+ <button class="border border-white text-white px-6 py-3 rounded-full font-semibold hover:bg-white hover:text-blue-600 transition">Learn More</button>
94
+ </div>
95
+ </div>
96
+ <div class="md:w-1/2 relative">
97
+ <div class="dna-animation">
98
+ <div class="dna-strand"></div>
99
+ </div>
100
+ <img src="https://via.placeholder.com/600x400/6B73FF/FFFFFF?text=DNA+Visualization" alt="DNA Visualization" class="rounded-lg shadow-2xl mx-auto">
101
+ </div>
102
+ </div>
103
+ </section>
104
+
105
+ <!-- Features Section -->
106
+ <section id="features" class="py-20 bg-gray-50">
107
+ <div class="container mx-auto px-4">
108
+ <div class="text-center mb-16">
109
+ <h2 class="text-3xl font-bold mb-4">Powerful Features</h2>
110
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Our platform offers cutting-edge capabilities to unlock the potential of genetic data</p>
111
+ </div>
112
+
113
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
114
+ <!-- Feature 1 -->
115
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
116
+ <div class="text-blue-500 mb-4">
117
+ <i class="fas fa-code text-4xl"></i>
118
+ </div>
119
+ <h3 class="text-xl font-semibold mb-3">Gene Sequence Analysis</h3>
120
+ <p class="text-gray-600">Advanced algorithms to interpret and analyze genetic sequences with unprecedented accuracy.</p>
121
+ </div>
122
+
123
+ <!-- Feature 2 -->
124
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
125
+ <div class="text-blue-500 mb-4">
126
+ <i class="fas fa-chart-line text-4xl"></i>
127
+ </div>
128
+ <h3 class="text-xl font-semibold mb-3">Predictive Modeling</h3>
129
+ <p class="text-gray-600">Machine learning models that predict phenotypic outcomes from genotypic data.</p>
130
+ </div>
131
+
132
+ <!-- Feature 3 -->
133
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
134
+ <div class="text-blue-500 mb-4">
135
+ <i class="fas fa-database text-4xl"></i>
136
+ </div>
137
+ <h3 class="text-xl font-semibold mb-3">Comprehensive Database</h3>
138
+ <p class="text-gray-600">Access to the largest curated repository of genetic information and research findings.</p>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ </section>
143
+
144
+ <!-- Technology Section -->
145
+ <section id="technology" class="py-20 bg-white">
146
+ <div class="container mx-auto px-4">
147
+ <div class="flex flex-col md:flex-row items-center">
148
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
149
+ <h2 class="text-3xl font-bold mb-6">Our Proprietary Technology</h2>
150
+ <p class="text-gray-600 mb-6">Genelang's platform combines artificial intelligence, bioinformatics, and computational biology to create a revolutionary approach to genetic analysis.</p>
151
+
152
+ <div class="space-y-4">
153
+ <div class="flex items-start">
154
+ <div class="bg-blue-100 p-2 rounded-full mr-4">
155
+ <i class="fas fa-brain text-blue-600"></i>
156
+ </div>
157
+ <div>
158
+ <h4 class="font-semibold">Deep Learning Algorithms</h4>
159
+ <p class="text-gray-600">Neural networks trained on millions of genetic samples for precise pattern recognition.</p>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="flex items-start">
164
+ <div class="bg-blue-100 p-2 rounded-full mr-4">
165
+ <i class="fas fa-project-diagram text-blue-600"></i>
166
+ </div>
167
+ <div>
168
+ <h4 class="font-semibold">Network Analysis</h4>
169
+ <p class="text-gray-600">Mapping gene-gene interactions and pathway analysis for comprehensive understanding.</p>
170
+ </div>
171
+ </div>
172
+
173
+ <div class="flex items-start">
174
+ <div class="bg-blue-100 p-2 rounded-full mr-4">
175
+ <i class="fas fa-shield-alt text-blue-600"></i>
176
+ </div>
177
+ <div>
178
+ <h4 class="font-semibold">Secure Infrastructure</h4>
179
+ <p class="text-gray-600">Enterprise-grade security and compliance for sensitive genetic data.</p>
180
+ </div>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="md:w-1/2">
186
+ <div class="bg-gray-100 p-6 rounded-xl">
187
+ <div class="relative h-64 mb-4">
188
+ <div class="absolute inset-0 bg-gradient-to-r from-blue-400 to-blue-600 rounded-lg opacity-75"></div>
189
+ <div class="absolute inset-0 flex items-center justify-center">
190
+ <i class="fas fa-dna text-white text-8xl opacity-50"></i>
191
+ </div>
192
+ </div>
193
+ <div class="text-center">
194
+ <h3 class="text-xl font-semibold mb-2">Interactive Gene Explorer</h3>
195
+ <p class="text-gray-600">Visualize and explore genetic relationships with our intuitive interface.</p>
196
+ </div>
197
+ </div>
198
+ </div>
199
+ </div>
200
+ </div>
201
+ </section>
202
+
203
+ <!-- Pricing Section -->
204
+ <section id="pricing" class="py-20 bg-gray-50">
205
+ <div class="container mx-auto px-4">
206
+ <div class="text-center mb-16">
207
+ <h2 class="text-3xl font-bold mb-4">Simple, Transparent Pricing</h2>
208
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Choose the plan that fits your research needs</p>
209
+ </div>
210
+
211
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
212
+ <!-- Basic Plan -->
213
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
214
+ <div class="p-8">
215
+ <h3 class="text-2xl font-semibold mb-2">Basic</h3>
216
+ <p class="text-gray-600 mb-6">For individual researchers and small labs</p>
217
+ <div class="mb-6">
218
+ <span class="text-4xl font-bold">$99</span>
219
+ <span class="text-gray-500">/month</span>
220
+ </div>
221
+ <ul class="space-y-3 mb-8">
222
+ <li class="flex items-center">
223
+ <i class="fas fa-check text-green-500 mr-2"></i>
224
+ <span>Up to 10 samples/month</span>
225
+ </li>
226
+ <li class="flex items-center">
227
+ <i class="fas fa-check text-green-500 mr-2"></i>
228
+ <span>Basic gene analysis</span>
229
+ </li>
230
+ <li class="flex items-center">
231
+ <i class="fas fa-check text-green-500 mr-2"></i>
232
+ <span>Email support</span>
233
+ </li>
234
+ </ul>
235
+ <button class="w-full bg-gray-200 text-gray-800 py-3 rounded-lg font-semibold hover:bg-gray-300 transition">Get Started</button>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Pro Plan -->
240
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden transform scale-105">
241
+ <div class="bg-blue-600 text-white py-2 text-center font-semibold">
242
+ Most Popular
243
+ </div>
244
+ <div class="p-8">
245
+ <h3 class="text-2xl font-semibold mb-2">Professional</h3>
246
+ <p class="text-gray-600 mb-6">For research teams and medium-sized labs</p>
247
+ <div class="mb-6">
248
+ <span class="text-4xl font-bold">$499</span>
249
+ <span class="text-gray-500">/month</span>
250
+ </div>
251
+ <ul class="space-y-3 mb-8">
252
+ <li class="flex items-center">
253
+ <i class="fas fa-check text-green-500 mr-2"></i>
254
+ <span>Up to 100 samples/month</span>
255
+ </li>
256
+ <li class="flex items-center">
257
+ <i class="fas fa-check text-green-500 mr-2"></i>
258
+ <span>Advanced analysis tools</span>
259
+ </li>
260
+ <li class="flex items-center">
261
+ <i class="fas fa-check text-green-500 mr-2"></i>
262
+ <span>Priority support</span>
263
+ </li>
264
+ <li class="flex items-center">
265
+ <i class="fas fa-check text-green-500 mr-2"></i>
266
+ <span>API access</span>
267
+ </li>
268
+ </ul>
269
+ <button class="w-full bg-blue-600 text-white py-3 rounded-lg font-semibold hover:bg-blue-700 transition">Get Started</button>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Enterprise Plan -->
274
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
275
+ <div class="p-8">
276
+ <h3 class="text-2xl font-semibold mb-2">Enterprise</h3>
277
+ <p class="text-gray-600 mb-6">For large institutions and biotech companies</p>
278
+ <div class="mb-6">
279
+ <span class="text-4xl font-bold">Custom</span>
280
+ </div>
281
+ <ul class="space-y-3 mb-8">
282
+ <li class="flex items-center">
283
+ <i class="fas fa-check text-green-500 mr-2"></i>
284
+ <span>Unlimited samples</span>
285
+ </li>
286
+ <li class="flex items-center">
287
+ <i class="fas fa-check text-green-500 mr-2"></i>
288
+ <span>All advanced features</span>
289
+ </li>
290
+ <li class="flex items-center">
291
+ <i class="fas fa-check text-green-500 mr-2"></i>
292
+ <span>Dedicated account manager</span>
293
+ </li>
294
+ <li class="flex items-center">
295
+ <i class="fas fa-check text-green-500 mr-2"></i>
296
+ <span>On-premise deployment</span>
297
+ </li>
298
+ </ul>
299
+ <button class="w-full bg-gray-800 text-white py-3 rounded-lg font-semibold hover:bg-gray-900 transition">Contact Sales</button>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </section>
305
+
306
+ <!-- Testimonials -->
307
+ <section class="py-20 bg-white">
308
+ <div class="container mx-auto px-4">
309
+ <div class="text-center mb-16">
310
+ <h2 class="text-3xl font-bold mb-4">Trusted by Leading Researchers</h2>
311
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">What our users say about Genelang technology</p>
312
+ </div>
313
+
314
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
315
+ <div class="bg-gray-50 p-8 rounded-xl">
316
+ <div class="flex items-center mb-4">
317
+ <div class="text-yellow-400 mr-2">
318
+ <i class="fas fa-star"></i>
319
+ <i class="fas fa-star"></i>
320
+ <i class="fas fa-star"></i>
321
+ <i class="fas fa-star"></i>
322
+ <i class="fas fa-star"></i>
323
+ </div>
324
+ </div>
325
+ <p class="text-gray-600 mb-6">"Genelang's platform helped us identify novel genetic markers for our research in record time. The analysis tools are unparalleled."</p>
326
+ <div class="flex items-center">
327
+ <div class="w-12 h-12 rounded-full bg-gray-300 mr-4 overflow-hidden">
328
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Dr. Sarah Chen" class="w-full h-full object-cover">
329
+ </div>
330
+ <div>
331
+ <h4 class="font-semibold">Dr. Sarah Chen</h4>
332
+ <p class="text-gray-500 text-sm">Geneticist, Stanford University</p>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <div class="bg-gray-50 p-8 rounded-xl">
338
+ <div class="flex items-center mb-4">
339
+ <div class="text-yellow-400 mr-2">
340
+ <i class="fas fa-star"></i>
341
+ <i class="fas fa-star"></i>
342
+ <i class="fas fa-star"></i>
343
+ <i class="fas fa-star"></i>
344
+ <i class="fas fa-star"></i>
345
+ </div>
346
+ </div>
347
+ <p class="text-gray-600 mb-6">"The predictive modeling capabilities have transformed our approach to personalized medicine. We're seeing results we never thought possible."</p>
348
+ <div class="flex items-center">
349
+ <div class="w-12 h-12 rounded-full bg-gray-300 mr-4 overflow-hidden">
350
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Dr. James Wilson" class="w-full h-full object-cover">
351
+ </div>
352
+ <div>
353
+ <h4 class="font-semibold">Dr. James Wilson</h4>
354
+ <p class="text-gray-500 text-sm">Director, MIT Genomics Lab</p>
355
+ </div>
356
+ </div>
357
+ </div>
358
+
359
+ <div class="bg-gray-50 p-8 rounded-xl">
360
+ <div class="flex items-center mb-4">
361
+ <div class="text-yellow-400 mr-2">
362
+ <i class="fas fa-star"></i>
363
+ <i class="fas fa-star"></i>
364
+ <i class="fas fa-star"></i>
365
+ <i class="fas fa-star"></i>
366
+ <i class="fas fa-star-half-alt"></i>
367
+ </div>
368
+ </div>
369
+ <p class="text-gray-600 mb-6">"As a biotech startup, Genelang gave us access to enterprise-level genetic analysis without the enterprise-level costs. Game changer."</p>
370
+ <div class="flex items-center">
371
+ <div class="w-12 h-12 rounded-full bg-gray-300 mr-4 overflow-hidden">
372
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Dr. Lisa Park" class="w-full h-full object-cover">
373
+ </div>
374
+ <div>
375
+ <h4 class="font-semibold">Dr. Lisa Park</h4>
376
+ <p class="text-gray-500 text-sm">CEO, GeneTech Solutions</p>
377
+ </div>
378
+ </div>
379
+ </div>
380
+ </div>
381
+ </div>
382
+ </section>
383
+
384
+ <!-- Contact Section -->
385
+ <section id="contact" class="py-20 bg-gray-900 text-white">
386
+ <div class="container mx-auto px-4">
387
+ <div class="flex flex-col md:flex-row">
388
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
389
+ <h2 class="text-3xl font-bold mb-6">Get In Touch</h2>
390
+ <p class="text-gray-300 mb-8">Have questions about our technology or interested in a demo? Our team is ready to help.</p>
391
+
392
+ <div class="space-y-6">
393
+ <div class="flex items-start">
394
+ <div class="bg-blue-600 p-3 rounded-full mr-4">
395
+ <i class="fas fa-envelope"></i>
396
+ </div>
397
+ <div>
398
+ <h4 class="font-semibold">Email Us</h4>
399
+ <p class="text-gray-300">[email protected]</p>
400
+ </div>
401
+ </div>
402
+
403
+ <div class="flex items-start">
404
+ <div class="bg-blue-600 p-3 rounded-full mr-4">
405
+ <i class="fas fa-phone"></i>
406
+ </div>
407
+ <div>
408
+ <h4 class="font-semibold">Call Us</h4>
409
+ <p class="text-gray-300">+1 (555) 123-4567</p>
410
+ </div>
411
+ </div>
412
+
413
+ <div class="flex items-start">
414
+ <div class="bg-blue-600 p-3 rounded-full mr-4">
415
+ <i class="fas fa-map-marker-alt"></i>
416
+ </div>
417
+ <div>
418
+ <h4 class="font-semibold">Visit Us</h4>
419
+ <p class="text-gray-300">123 Genome Way, San Francisco, CA 94107</p>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ </div>
424
+
425
+ <div class="md:w-1/2">
426
+ <form class="bg-gray-800 p-8 rounded-xl">
427
+ <div class="mb-6">
428
+ <label for="name" class="block text-gray-300 mb-2">Name</label>
429
+ <input type="text" id="name" class="w-full bg-gray-700 rounded-lg px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-blue-500">
430
+ </div>
431
+
432
+ <div class="mb-6">
433
+ <label for="email" class="block text-gray-300 mb-2">Email</label>
434
+ <input type="email" id="email" class="w-full bg-gray-700 rounded-lg px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-blue-500">
435
+ </div>
436
+
437
+ <div class="mb-6">
438
+ <label for="subject" class="block text-gray-300 mb-2">Subject</label>
439
+ <select id="subject" class="w-full bg-gray-700 rounded-lg px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-blue-500">
440
+ <option>General Inquiry</option>
441
+ <option>Sales</option>
442
+ <option>Technical Support</option>
443
+ <option>Partnership</option>
444
+ </select>
445
+ </div>
446
+
447
+ <div class="mb-6">
448
+ <label for="message" class="block text-gray-300 mb-2">Message</label>
449
+ <textarea id="message" rows="4" class="w-full bg-gray-700 rounded-lg px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
450
+ </div>
451
+
452
+ <button type="submit" class="w-full bg-blue-600 text-white py-3 rounded-lg font-semibold hover:bg-blue-700 transition">Send Message</button>
453
+ </form>
454
+ </div>
455
+ </div>
456
+ </div>
457
+ </section>
458
+
459
+ <!-- Newsletter -->
460
+ <section class="py-16 bg-blue-600 text-white">
461
+ <div class="container mx-auto px-4 text-center">
462
+ <h2 class="text-2xl font-bold mb-4">Stay Updated with Genelang</h2>
463
+ <p class="max-w-2xl mx-auto mb-8">Subscribe to our newsletter for the latest in gene language technology and research breakthroughs.</p>
464
+
465
+ <div class="max-w-md mx-auto flex">
466
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-l-lg focus:outline-none text-gray-800">
467
+ <button class="bg-blue-800 px-6 py-3 rounded-r-lg font-semibold hover:bg-blue-900 transition">Subscribe</button>
468
+ </div>
469
+ </div>
470
+ </section>
471
+
472
+ <!-- Footer -->
473
+ <footer class="bg-gray-900 text-gray-400 py-12">
474
+ <div class="container mx-auto px-4">
475
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
476
+ <div>
477
+ <div class="flex items-center space-x-2 mb-4">
478
+ <i class="fas fa-dna text-2xl text-blue-500"></i>
479
+ <span class="text-xl font-bold text-white">Genelang</span>
480
+ </div>
481
+ <p class="mb-4">Advancing the understanding of genetic language through cutting-edge technology.</p>
482
+ <div class="flex space-x-4">
483
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
484
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin"></i></a>
485
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-github"></i></a>
486
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-youtube"></i></a>
487
+ </div>
488
+ </div>
489
+
490
+ <div>
491
+ <h3 class="text-white font-semibold mb-4">Company</h3>
492
+ <ul class="space-y-2">
493
+ <li><a href="#" class="hover:text-white transition">About Us</a></li>
494
+ <li><a href="#" class="hover:text-white transition">Careers</a></li>
495
+ <li><a href="#" class="hover:text-white transition">Press</a></li>
496
+ <li><a href="#" class="hover:text-white transition">Blog</a></li>
497
+ </ul>
498
+ </div>
499
+
500
+ <div>
501
+ <h3 class="text-white font-semibold mb-4">Resources</h3>
502
+ <ul class="space-y-2">
503
+ <li><a href="#" class="hover:text-white transition">Documentation</a></li>
504
+ <li><a href="#" class="hover:text-white transition">API Reference</a></li>
505
+ <li><a href="#" class="hover:text-white transition">Tutorials</a></li>
506
+ <li><a href="#" class="hover:text-white transition">Research Papers</a></li>
507
+ </ul>
508
+ </div>
509
+
510
+ <div>
511
+ <h3 class="text-white font-semibold mb-4">Legal</h3>
512
+ <ul class="space-y-2">
513
+ <li><a href="#" class="hover:text-white transition">Privacy Policy</a></li>
514
+ <li><a href="#" class="hover:text-white transition">Terms of Service</a></li>
515
+ <li><a href="#" class="hover:text-white transition">Data Security</a></li>
516
+ <li><a href="#" class="hover:text-white transition">Compliance</a></li>
517
+ </ul>
518
+ </div>
519
+ </div>
520
+
521
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center">
522
+ <p>&copy; 2023 Genelang Technologies. All rights reserved.</p>
523
+ </div>
524
+ </div>
525
+ </footer>
526
+
527
+ <script>
528
+ // Mobile menu toggle
529
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
530
+ const menu = document.getElementById('mobile-menu');
531
+ menu.classList.toggle('hidden');
532
+ });
533
+
534
+ // Smooth scrolling for anchor links
535
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
536
+ anchor.addEventListener('click', function (e) {
537
+ e.preventDefault();
538
+
539
+ const targetId = this.getAttribute('href');
540
+ const targetElement = document.querySelector(targetId);
541
+
542
+ if (targetElement) {
543
+ window.scrollTo({
544
+ top: targetElement.offsetTop - 80,
545
+ behavior: 'smooth'
546
+ });
547
+
548
+ // Close mobile menu if open
549
+ const mobileMenu = document.getElementById('mobile-menu');
550
+ if (!mobileMenu.classList.contains('hidden')) {
551
+ mobileMenu.classList.add('hidden');
552
+ }
553
+ }
554
+ });
555
+ });
556
+
557
+ // Animation for feature cards on scroll
558
+ const featureCards = document.querySelectorAll('.feature-card');
559
+
560
+ const observer = new IntersectionObserver((entries) => {
561
+ entries.forEach(entry => {
562
+ if (entry.isIntersecting) {
563
+ entry.target.style.opacity = 1;
564
+ entry.target.style.transform = 'translateY(0)';
565
+ }
566
+ });
567
+ }, { threshold: 0.1 });
568
+
569
+ featureCards.forEach(card => {
570
+ card.style.opacity = 0;
571
+ card.style.transform = 'translateY(20px)';
572
+ card.style.transition = 'all 0.5s ease';
573
+ observer.observe(card);
574
+ });
575
+ </script>
576
+ <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=tongxiaojun/genelang-com" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
577
+ </html>