-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
316 lines (309 loc) · 10.9 KB
/
index.html
File metadata and controls
316 lines (309 loc) · 10.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CoResearch AI</title>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
rel="stylesheet"
/>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="styles.css" />
</head>
<body
class="bg-gradient-to-r from-gray-950 to-gray-900 text-white font-inter antialiased relative"
>
<div class="star-field" id="star-field"></div>
<nav class="shadow-lg p-4 sticky top-0 z-50">
<div
class="container mx-auto flex flex-col md:flex-row justify-between items-center"
>
<a
href="#"
class="font-mono llm-text text-2xl font-bold hover:scale-105 transition-transform duration-300 mb-4 md:mb-0"
>
CoResearch AI
</a>
<ul class="flex gap-7 items-center">
<li>
<a
href="#"
class="hover:text-blue-400 text-xl font-medium relative group"
>
Home
<span
class="absolute bottom-0 left-0 w-0 h-0.5 bg-blue-400 group-hover:w-full transition-all duration-300"
></span>
</a>
</li>
<li>
<a
href="#"
class="hover:text-blue-400 text-xl font-medium relative group"
>
Solutions
<span
class="absolute bottom-0 left-0 w-0 h-0.5 bg-blue-400 group-hover:w-full transition-all duration-300"
></span>
</a>
</li>
<li>
<a
href="#"
class="hover:text-blue-400 text-xl font-medium relative group"
>
Services
<span
class="absolute bottom-0 left-0 w-0 h-0.5 bg-blue-400 group-hover:w-full transition-all duration-300"
></span>
</a>
</li>
<li>
<a
href="./tarrot/index.html"
class="hover:text-blue-400 text-xl font-medium relative group"
>
Tarot
<span
class="absolute bottom-0 left-0 w-0 h-0.5 bg-blue-400 group-hover:w-full transition-all duration-300"
></span>
</a>
</li>
</ul>
</div>
</nav>
<!-- Header with stars instead of previous background -->
<header
class="relative min-h-screen flex items-center justify-center p-8 md:p-10 lg:p-12 z-10"
>
<div class="container mx-auto text-center relative z-10">
<h1
class="text-5xl md:text-7xl lg:text-8xl font-bold p-5 md:pl-20 md:pr-20 mb-10 text-white text-shadow"
>
India's & Global Responsible and Ethical AI Research Lab
</h1>
<h1
class="text-2xl md:text-4xl lg:text-5xl font-bold mb-2 text-transparent bg-clip-text bg-gradient-to-r from-lime-400 to-green-400"
>
Your CoResearch Partner
</h1>
<p
class="line-1 anim-typewriter text-lg font-mono md:text-xl lg:text-3xl text-gray-300 mt-10"
>
Driving your competitive edge with
</p>
<p
class="line-1 anim-typewriter anim-typewriter-delay1 text-lg font-mono md:text-xl lg:text-3xl text-gray-300 mb-2 mt-2"
>
cutting-edge AI insights
</p>
<p
class="line-1 anim-typewriter anim-typewriter-delay2 text-lg font-mono md:text-xl lg:text-3xl text-gray-300 mb-8 md:mb-5"
>
and solutions.
</p>
<button
class="bg-gradient-to-t text-xl from-emerald-300 to-emerald-800 hover:from-emerald-400 hover:to-emerald-900 text-white font-semibold py-3 px-3 md:py-3 md:px-7 rounded-full shadow-lg transition-all duration-300 glow-button"
onclick="window.scrollTo({ top: document.querySelector('section').offsetTop, behavior: 'smooth' })"
>
Explore Our Solutions
</button>
</div>
</header>
<section class="bg-gray-950 p-8 md:p-12 lg:p-16">
<div class="container mx-auto text-center">
<h2
class="text-3xl md:text-4xl lg:text-5xl font-semibold mb-20 text-lime-300"
>
Key Research Areas
</h2>
<div
class="pl-5 pr-5 md:pl-20 md:pr-20 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-4 lg:gap-7"
>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">अ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
AI-Driven Insights
</h3>
<p class="text-gray-300">
Harness the power of AI to gain deeper insights from your research
data.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">आ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Automated Analysis
</h3>
<p class="text-gray-300">
Automate complex data analysis tasks and accelerate your research
process.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">इ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Customizable Solutions
</h3>
<p class="text-gray-300">
Tailor our AI solutions to fit your specific research needs and
objectives.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">अ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
AI-Driven Insights
</h3>
<p class="text-gray-300">
Harness the power of AI to gain deeper insights from your research
data.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">आ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Automated Analysis
</h3>
<p class="text-gray-300">
Automate complex data analysis tasks and accelerate your research
process.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">इ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Customizable Solutions
</h3>
<p class="text-gray-300">
Tailor our AI solutions to fit your specific research needs and
objectives.
</p>
</div>
</div>
<button
class="m-10 bg-gradient-to-t text-xl from-emerald-300 to-emerald-800 hover:from-emerald-400 hover:to-emerald-900 text-white font-semibold py-3 px-6 md:py-4 md:px-8 rounded-full shadow-lg transition-all duration-300 glow-button"
onclick="window.scrollTo({ top: document.querySelector('section').offsetTop, behavior: 'smooth' })"
>
Explore Our Solutions
</button>
</div>
</section>
<section class="bg-transparent p-8 md:p-12 lg:p-16">
<div class="container mx-auto text-center">
<h2
class="text-3xl md:text-4xl lg:text-5xl font-semibold mb-6 text-lime-300"
>
Our Services
</h2>
<div
class="pl-5 pr-5 md:pl-20 md:pr-20 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-10 lg:gap-12"
>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">ई</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Research Assistance
</h3>
<p class="text-gray-300">
AI-powered tools to assist with literature reviews, data
collection, and analysis.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">उ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Development Support
</h3>
<p class="text-gray-300">
AI solutions to streamline your development process and enhance
innovation.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">ऊ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Consulting Services
</h3>
<p class="text-gray-300">
Expert consulting to help you leverage AI for your research and
development goals.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">ई</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Research Assistance
</h3>
<p class="text-gray-300">
AI-powered tools to assist with literature reviews, data
collection, and analysis.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">उ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Development Support
</h3>
<p class="text-gray-300">
AI solutions to streamline your development process and enhance
innovation.
</p>
</div>
<div class="glassmorphism p-6 rounded-lg flex flex-col items-center">
<span class="indic-icon">ऊ</span>
<h3 class="text-xl font-semibold mb-2 text-purple-300">
Consulting Services
</h3>
<p class="text-gray-300">
Expert consulting to help you leverage AI for your research and
development goals.
</p>
</div>
</div>
</div>
</section>
<section
class="bg-gradient-to-br from-gray-950 to-black p-8 md:p-12 lg:p-16 flex items-center justify-center mt-20"
>
<div class="container mx-auto text-center">
<h2
class="text-3xl md:text-4xl lg:text-5xl font-semibold mb-20 text-lime-300"
>
Ready to Transform Your Research?
</h2>
<p class="text-lg md:text-xl lg:text-2xl text-gray-300 mb-8 md:mb-12">
Contact us today to learn more about how CoResearch AI can help you
achieve your research and development objectives.
</p>
<button
class="m-10 bg-gradient-to-t text-xl from-emerald-300 to-emerald-800 hover:from-emerald-400 hover:to-emerald-900 text-white font-semibold py-3 px-6 md:py-4 md:px-8 rounded-full shadow-lg transition-all duration-300 glow-button"
>
Get Started Now
</button>
</div>
</section>
<!--
===================================================================================================================================
Please add required hrefs to the social media icons in the footer
===================================================================================================================================
-->
<footer class="bg-gray-950 text-gray-400 p-4 text-center">
<p class="llm-text font-bold font-mono p-7 text-2xl">Connect With Us</p>
<div class="text-2xl flex justify-center gap-5">
<i class="fa-brands fa-github iconStyle"></i>
<i class="fa-brands fa-twitter iconStyle"></i>
<i class="fa-brands fa-linkedin iconStyle"></i>
<a href="mailto:example@example.com" class="iconStyle">
<i class="fa-solid fa-envelope"></i>
</a>
</div>
<p class="m-7 text-xl">© 2025 CoResearch AI. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>