rAVEUK commited on
Commit
30def5b
·
verified ·
1 Parent(s): c4871d6

scrap https://huggingface.co/spaces/enzostvs/deepsite

Browse files
Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +319 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Deepsite Voyager
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: purple
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: DeepSite Voyager 🚀
3
+ colorFrom: gray
4
+ colorTo: red
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
index.html CHANGED
@@ -1,19 +1,320 @@
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>DeepSite Voyager</title>
7
+ <link rel="icon" type="image/x-icon" href="https://static.photos/technology/200x200/42">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
12
+ <style>
13
+ .hero-gradient {
14
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
15
+ }
16
+ .card-hover {
17
+ transition: all 0.3s ease;
18
+ }
19
+ .card-hover: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
+ </style>
24
+ </head>
25
+ <body class="font-sans antialiased text-gray-900" id="vanta-bg">
26
+ <!-- Navbar -->
27
+ <nav class="bg-white/80 backdrop-blur-md shadow-sm fixed w-full z-50">
28
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
29
+ <div class="flex justify-between h-16">
30
+ <div class="flex items-center">
31
+ <div class="flex-shrink-0 flex items-center">
32
+ <i data-feather="globe" class="text-indigo-600 h-8 w-8"></i>
33
+ <span class="ml-2 text-xl font-bold text-gray-900">DeepSite</span>
34
+ </div>
35
+ </div>
36
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
37
+ <a href="#" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Home</a>
38
+ <a href="#" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Features</a>
39
+ <a href="#" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">About</a>
40
+ <a href="#" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Contact</a>
41
+ <a href="#" class="ml-8 inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
42
+ <i data-feather="log-in" class="mr-2"></i> Sign In
43
+ </a>
44
+ </div>
45
+ <div class="-mr-2 flex items-center md:hidden">
46
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false">
47
+ <span class="sr-only">Open main menu</span>
48
+ <i data-feather="menu"></i>
49
+ </button>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ </nav>
54
+
55
+ <!-- Hero Section -->
56
+ <div class="hero-gradient pt-24 pb-32 relative overflow-hidden">
57
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
58
+ <div class="lg:grid lg:grid-cols-12 lg:gap-8">
59
+ <div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left">
60
+ <h1 class="mt-4 text-4xl tracking-tight font-extrabold text-white sm:mt-5 sm:text-6xl lg:mt-6">
61
+ Dive Into <span class="text-indigo-200">DeepSite</span> Discovery
62
+ </h1>
63
+ <p class="mt-3 text-base text-indigo-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
64
+ Explore the depths of AI-powered website analysis with our cutting-edge platform.
65
+ </p>
66
+ <div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
67
+ <div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
68
+ <div class="rounded-md shadow">
69
+ <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
70
+ <i data-feather="play" class="mr-2"></i> Try Demo
71
+ </a>
72
+ </div>
73
+ <div class="mt-3 sm:mt-0 sm:ml-3">
74
+ <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10">
75
+ <i data-feather="code" class="mr-2"></i> API Docs
76
+ </a>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ <div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center">
82
+ <div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md">
83
+ <div class="bg-white rounded-lg overflow-hidden">
84
+ <img class="w-full h-64 object-cover" src="https://static.photos/technology/1024x576/42" alt="AI analysis dashboard">
85
+ <div class="p-6">
86
+ <h3 class="text-lg font-medium text-gray-900">Real-time Analysis</h3>
87
+ <p class="mt-2 text-sm text-gray-500">See detailed metrics on any website instantly.</p>
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </div>
93
+ </div>
94
+ </div>
95
+
96
+ <!-- Features Section -->
97
+ <div class="py-16 bg-gray-50 overflow-hidden">
98
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
99
+ <div class="lg:text-center">
100
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Features</h2>
101
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
102
+ Powerful Tools for Deep Analysis
103
+ </p>
104
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
105
+ Everything you need to understand websites at a deeper level.
106
+ </p>
107
+ </div>
108
+
109
+ <div class="mt-16">
110
+ <div class="grid gap-16 lg:grid-cols-3 lg:gap-x-8 lg:gap-y-12">
111
+ <div class="card-hover bg-white p-6 rounded-lg shadow-md">
112
+ <div class="flex items-center">
113
+ <div class="flex-shrink-0 bg-indigo-100 rounded-md p-3">
114
+ <i data-feather="layers" class="h-6 w-6 text-indigo-600"></i>
115
+ </div>
116
+ <div class="ml-4">
117
+ <h3 class="text-lg font-medium text-gray-900">Multi-layer Analysis</h3>
118
+ </div>
119
+ </div>
120
+ <div class="mt-4">
121
+ <p class="text-gray-500">
122
+ Examine websites through multiple layers including content, structure, and metadata.
123
+ </p>
124
+ </div>
125
+ </div>
126
+
127
+ <div class="card-hover bg-white p-6 rounded-lg shadow-md">
128
+ <div class="flex items-center">
129
+ <div class="flex-shrink-0 bg-indigo-100 rounded-md p-3">
130
+ <i data-feather="cpu" class="h-6 w-6 text-indigo-600"></i>
131
+ </div>
132
+ <div class="ml-4">
133
+ <h3 class="text-lg font-medium text-gray-900">AI-Powered Insights</h3>
134
+ </div>
135
+ </div>
136
+ <div class="mt-4">
137
+ <p class="text-gray-500">
138
+ Get intelligent suggestions powered by machine learning algorithms.
139
+ </p>
140
+ </div>
141
+ </div>
142
+
143
+ <div class="card-hover bg-white p-6 rounded-lg shadow-md">
144
+ <div class="flex items-center">
145
+ <div class="flex-shrink-0 bg-indigo-100 rounded-md p-3">
146
+ <i data-feather="bar-chart-2" class="h-6 w-6 text-indigo-600"></i>
147
+ </div>
148
+ <div class="ml-4">
149
+ <h3 class="text-lg font-medium text-gray-900">Comprehensive Metrics</h3>
150
+ </div>
151
+ </div>
152
+ <div class="mt-4">
153
+ <p class="text-gray-500">
154
+ Detailed analytics on performance, SEO, accessibility, and more.
155
+ </p>
156
+ </div>
157
+ </div>
158
+ </div>
159
+ </div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- CTA Section -->
164
+ <div class="bg-indigo-700">
165
+ <div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
166
+ <h2 class="text-3xl font-extrabold text-white sm:text-4xl">
167
+ <span class="block">Ready to dive deep?</span>
168
+ <span class="block text-indigo-200">Start analyzing websites today.</span>
169
+ </h2>
170
+ <p class="mt-4 text-lg leading-6 text-indigo-200">
171
+ Join thousands of developers and marketers using DeepSite to understand the web.
172
+ </p>
173
+ <a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 sm:w-auto">
174
+ <i data-feather="zap" class="mr-2"></i> Get Started for Free
175
+ </a>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Footer -->
180
+ <footer class="bg-gray-800">
181
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
182
+ <div class="xl:grid xl:grid-cols-3 xl:gap-8">
183
+ <div class="space-y-8 xl:col-span-1">
184
+ <div class="flex items-center">
185
+ <i data-feather="globe" class="h-8 w-8 text-white"></i>
186
+ <span class="ml-2 text-xl font-bold text-white">DeepSite</span>
187
+ </div>
188
+ <p class="text-gray-300 text-base">
189
+ Making website analysis accessible to everyone.
190
+ </p>
191
+ <div class="flex space-x-6">
192
+ <a href="#" class="text-gray-400 hover:text-white">
193
+ <i data-feather="twitter"></i>
194
+ </a>
195
+ <a href="#" class="text-gray-400 hover:text-white">
196
+ <i data-feather="github"></i>
197
+ </a>
198
+ <a href="#" class="text-gray-400 hover:text-white">
199
+ <i data-feather="linkedin"></i>
200
+ </a>
201
+ </div>
202
+ </div>
203
+ <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
204
+ <div class="md:grid md:grid-cols-2 md:gap-8">
205
+ <div>
206
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
207
+ Product
208
+ </h3>
209
+ <ul class="mt-4 space-y-4">
210
+ <li>
211
+ <a href="#" class="text-base text-gray-400 hover:text-white">
212
+ Features
213
+ </a>
214
+ </li>
215
+ <li>
216
+ <a href="#" class="text-base text-gray-400 hover:text-white">
217
+ Pricing
218
+ </a>
219
+ </li>
220
+ <li>
221
+ <a href="#" class="text-base text-gray-400 hover:text-white">
222
+ API
223
+ </a>
224
+ </li>
225
+ </ul>
226
+ </div>
227
+ <div class="mt-12 md:mt-0">
228
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
229
+ Company
230
+ </h3>
231
+ <ul class="mt-4 space-y-4">
232
+ <li>
233
+ <a href="#" class="text-base text-gray-400 hover:text-white">
234
+ About
235
+ </a>
236
+ </li>
237
+ <li>
238
+ <a href="#" class="text-base text-gray-400 hover:text-white">
239
+ Blog
240
+ </a>
241
+ </li>
242
+ <li>
243
+ <a href="#" class="text-base text-gray-400 hover:text-white">
244
+ Careers
245
+ </a>
246
+ </li>
247
+ </ul>
248
+ </div>
249
+ </div>
250
+ <div class="md:grid md:grid-cols-2 md:gap-8">
251
+ <div>
252
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
253
+ Resources
254
+ </h3>
255
+ <ul class="mt-4 space-y-4">
256
+ <li>
257
+ <a href="#" class="text-base text-gray-400 hover:text-white">
258
+ Documentation
259
+ </a>
260
+ </li>
261
+ <li>
262
+ <a href="#" class="text-base text-gray-400 hover:text-white">
263
+ Guides
264
+ </a>
265
+ </li>
266
+ <li>
267
+ <a href="#" class="text-base text-gray-400 hover:text-white">
268
+ Support
269
+ </a>
270
+ </li>
271
+ </ul>
272
+ </div>
273
+ <div class="mt-12 md:mt-0">
274
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
275
+ Legal
276
+ </h3>
277
+ <ul class="mt-4 space-y-4">
278
+ <li>
279
+ <a href="#" class="text-base text-gray-400 hover:text-white">
280
+ Privacy
281
+ </a>
282
+ </li>
283
+ <li>
284
+ <a href="#" class="text-base text-gray-400 hover:text-white">
285
+ Terms
286
+ </a>
287
+ </li>
288
+ </ul>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ <div class="mt-12 border-t border-gray-700 pt-8">
294
+ <p class="text-base text-gray-400 text-center">
295
+ &copy; 2023 DeepSite Voyager. All rights reserved.
296
+ </p>
297
+ </div>
298
+ </div>
299
+ </footer>
300
+
301
+ <script>
302
+ VANTA.GLOBE({
303
+ el: "#vanta-bg",
304
+ mouseControls: true,
305
+ touchControls: true,
306
+ gyroControls: false,
307
+ minHeight: 200.00,
308
+ minWidth: 200.00,
309
+ scale: 1.00,
310
+ scaleMobile: 1.00,
311
+ color: 0x3a86ff,
312
+ backgroundColor: 0xf8fafc,
313
+ size: 0.8
314
+ });
315
+ </script>
316
+ <script>
317
+ feather.replace();
318
+ </script>
319
+ </body>
320
  </html>