Saskw2010 commited on
Commit
8e293d9
·
verified ·
1 Parent(s): 146d02b

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +607 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Wytsky365
3
- emoji: 🦀
4
- colorFrom: green
5
- colorTo: indigo
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: wytsky365
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: green
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,607 @@
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>WytSky - Next-Gen Cloud Computing</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://cdn.jsdelivr.net/npm/vue@3.2.47/dist/vue.global.min.js"></script>
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
+ <style>
11
+ .gradient-text {
12
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6);
13
+ -webkit-background-clip: text;
14
+ background-clip: text;
15
+ color: transparent;
16
+ }
17
+ .hero-gradient {
18
+ background: linear-gradient(135deg, #1e3a8a 0%, #111827 100%);
19
+ }
20
+ .feature-card:hover {
21
+ transform: translateY(-5px);
22
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
23
+ }
24
+ .glow {
25
+ box-shadow: 0 0 15px rgba(96, 165, 250, 0.5);
26
+ }
27
+ .nav-link {
28
+ position: relative;
29
+ }
30
+ .nav-link:after {
31
+ content: '';
32
+ position: absolute;
33
+ width: 0;
34
+ height: 2px;
35
+ bottom: -2px;
36
+ left: 0;
37
+ background-color: #3b82f6;
38
+ transition: width 0.3s ease;
39
+ }
40
+ .nav-link:hover:after {
41
+ width: 100%;
42
+ }
43
+ </style>
44
+ </head>
45
+ <body>
46
+ <div id="app" class="font-sans antialiased text-gray-900">
47
+ <!-- Navigation -->
48
+ <nav class="fixed w-full bg-white/90 backdrop-blur-md z-50 shadow-sm">
49
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
50
+ <div class="flex justify-between h-16">
51
+ <div class="flex items-center">
52
+ <a href="#" class="flex items-center">
53
+ <span class="text-2xl font-bold gradient-text">WytSky</span>
54
+ </a>
55
+ </div>
56
+ <div class="hidden md:flex items-center space-x-8">
57
+ <a href="#features" class="nav-link text-gray-700 hover:text-blue-600 transition">Features</a>
58
+ <a href="#solutions" class="nav-link text-gray-700 hover:text-blue-600 transition">Solutions</a>
59
+ <a href="#pricing" class="nav-link text-gray-700 hover:text-blue-600 transition">Pricing</a>
60
+ <a href="#resources" class="nav-link text-gray-700 hover:text-blue-600 transition">Resources</a>
61
+ <a href="#contact" class="nav-link text-gray-700 hover:text-blue-600 transition">Contact</a>
62
+ </div>
63
+ <div class="flex items-center space-x-4">
64
+ <a href="#" class="text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">Sign In</a>
65
+ <button @click="showModal = true" class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 transform hover:scale-105">
66
+ Get Started
67
+ </button>
68
+ </div>
69
+ <div class="md:hidden flex items-center">
70
+ <button @click="mobileMenuOpen = !mobileMenuOpen" class="text-gray-700 hover:text-blue-600 focus:outline-none">
71
+ <i class="fas fa-bars text-xl"></i>
72
+ </button>
73
+ </div>
74
+ </div>
75
+ </div>
76
+
77
+ <!-- Mobile menu -->
78
+ <div v-if="mobileMenuOpen" class="md:hidden bg-white shadow-lg">
79
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
80
+ <a href="#features" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Features</a>
81
+ <a href="#solutions" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Solutions</a>
82
+ <a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Pricing</a>
83
+ <a href="#resources" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Resources</a>
84
+ <a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Contact</a>
85
+ </div>
86
+ </div>
87
+ </nav>
88
+
89
+ <!-- Hero Section -->
90
+ <section class="hero-gradient pt-24 pb-20 md:pt-32 md:pb-28">
91
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
92
+ <div class="md:flex md:items-center md:justify-between">
93
+ <div class="md:w-1/2 mb-12 md:mb-0">
94
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white leading-tight mb-6">
95
+ Cloud Computing <span class="gradient-text">Reimagined</span>
96
+ </h1>
97
+ <p class="text-xl text-gray-300 mb-8">
98
+ WytSky delivers unparalleled cloud performance with cutting-edge technology and enterprise-grade security.
99
+ </p>
100
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
101
+ <button @click="showModal = true" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-lg text-lg font-semibold transition duration-300 transform hover:scale-105 flex items-center justify-center">
102
+ Start Free Trial <i class="fas fa-arrow-right ml-2"></i>
103
+ </button>
104
+ <button class="bg-transparent border-2 border-blue-400 text-blue-400 hover:bg-blue-400/10 px-8 py-4 rounded-lg text-lg font-semibold transition duration-300">
105
+ Learn More
106
+ </button>
107
+ </div>
108
+ <div class="mt-8 flex items-center space-x-4">
109
+ <div class="flex -space-x-2">
110
+ <img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/12.jpg" alt="User">
111
+ <img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/men/11.jpg" alt="User">
112
+ <img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/17.jpg" alt="User">
113
+ </div>
114
+ <div class="text-gray-300">
115
+ <span class="font-semibold text-white">10,000+</span> businesses trust WytSky
116
+ </div>
117
+ </div>
118
+ </div>
119
+ <div class="md:w-1/2 relative">
120
+ <div class="relative">
121
+ <div class="absolute -top-6 -left-6 w-64 h-64 bg-purple-500 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob"></div>
122
+ <div class="absolute -bottom-8 -right-8 w-64 h-64 bg-blue-500 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-2000"></div>
123
+ <div class="absolute top-20 -right-10 w-64 h-64 bg-indigo-500 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-blob animation-delay-4000"></div>
124
+ <div class="relative bg-white/10 backdrop-blur-md rounded-2xl overflow-hidden border border-gray-700/30 p-1 glow">
125
+ <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Cloud Dashboard" class="rounded-xl w-full h-auto">
126
+ </div>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ </section>
132
+
133
+ <!-- Trusted By -->
134
+ <section class="py-12 bg-gray-50">
135
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
136
+ <p class="text-center text-gray-500 mb-8">Trusted by innovative companies worldwide</p>
137
+ <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center justify-center">
138
+ <img src="https://via.placeholder.com/150x60?text=TechCorp" alt="TechCorp" class="h-8 opacity-60 hover:opacity-100 transition mx-auto">
139
+ <img src="https://via.placeholder.com/150x60?text=InnoSoft" alt="InnoSoft" class="h-8 opacity-60 hover:opacity-100 transition mx-auto">
140
+ <img src="https://via.placeholder.com/150x60?text=DataFlow" alt="DataFlow" class="h-10 opacity-60 hover:opacity-100 transition mx-auto">
141
+ <img src="https://via.placeholder.com/150x60?text=CloudNine" alt="CloudNine" class="h-12 opacity-60 hover:opacity-100 transition mx-auto">
142
+ <img src="https://via.placeholder.com/150x60?text=NextGen" alt="NextGen" class="h-9 opacity-60 hover:opacity-100 transition mx-auto">
143
+ <img src="https://via.placeholder.com/150x60?text=Quantum" alt="Quantum" class="h-7 opacity-60 hover:opacity-100 transition mx-auto">
144
+ </div>
145
+ </div>
146
+ </section>
147
+
148
+ <!-- Features Section -->
149
+ <section id="features" class="py-20">
150
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
151
+ <div class="text-center mb-16">
152
+ <span class="inline-block px-3 py-1 text-sm font-semibold text-blue-600 bg-blue-100 rounded-full mb-4">FEATURES</span>
153
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Powerful Cloud Infrastructure</h2>
154
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Everything you need to build, deploy, and scale your applications with confidence.</p>
155
+ </div>
156
+
157
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
158
+ <div v-for="(feature, index) in features" :key="index" class="feature-card bg-white p-8 rounded-xl border border-gray-200 transition duration-300 hover:border-blue-200">
159
+ <div class="w-14 h-14 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
160
+ <i :class="feature.icon" class="text-blue-600 text-2xl"></i>
161
+ </div>
162
+ <h3 class="text-xl font-bold text-gray-900 mb-3">{{ feature.title }}</h3>
163
+ <p class="text-gray-600 mb-4">{{ feature.description }}</p>
164
+ <a href="#" class="text-blue-600 font-medium inline-flex items-center">
165
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
166
+ </a>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </section>
171
+
172
+ <!-- Solutions Section -->
173
+ <section id="solutions" class="py-20 bg-gray-50">
174
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
175
+ <div class="text-center mb-16">
176
+ <span class="inline-block px-3 py-1 text-sm font-semibold text-purple-600 bg-purple-100 rounded-full mb-4">SOLUTIONS</span>
177
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Tailored Cloud Solutions</h2>
178
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">We provide specialized solutions to meet your unique business needs.</p>
179
+ </div>
180
+
181
+ <div class="grid md:grid-cols-2 gap-8">
182
+ <div v-for="(solution, index) in solutions" :key="index" class="bg-white rounded-xl overflow-hidden shadow-md">
183
+ <div class="h-48 bg-gradient-to-r" :class="solution.gradient">
184
+ <img :src="solution.image" :alt="solution.title" class="w-full h-full object-cover opacity-70">
185
+ </div>
186
+ <div class="p-8">
187
+ <h3 class="text-xl font-bold text-gray-900 mb-3">{{ solution.title }}</h3>
188
+ <p class="text-gray-600 mb-6">{{ solution.description }}</p>
189
+ <ul class="space-y-3 mb-6">
190
+ <li v-for="(item, i) in solution.benefits" :key="i" class="flex items-start">
191
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
192
+ <span class="text-gray-700">{{ item }}</span>
193
+ </li>
194
+ </ul>
195
+ <a href="#" class="inline-flex items-center font-medium text-blue-600 hover:text-blue-800">
196
+ Explore solution <i class="fas fa-arrow-right ml-2"></i>
197
+ </a>
198
+ </div>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ </section>
203
+
204
+ <!-- Stats Section -->
205
+ <section class="py-20 bg-gradient-to-r from-blue-800 to-indigo-900 text-white">
206
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
207
+ <div class="grid md:grid-cols-4 gap-8 text-center">
208
+ <div v-for="(stat, index) in stats" :key="index" class="p-6">
209
+ <div class="text-4xl md:text-5xl font-bold mb-2">{{ stat.value }}</div>
210
+ <div class="text-lg text-blue-200">{{ stat.label }}</div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </section>
215
+
216
+ <!-- Pricing Section -->
217
+ <section id="pricing" class="py-20">
218
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
219
+ <div class="text-center mb-16">
220
+ <span class="inline-block px-3 py-1 text-sm font-semibold text-green-600 bg-green-100 rounded-full mb-4">PRICING</span>
221
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Simple, Transparent Pricing</h2>
222
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Choose the plan that fits your needs. No hidden fees.</p>
223
+ </div>
224
+
225
+ <div class="flex justify-center mb-8">
226
+ <div class="inline-flex rounded-md shadow-sm" role="group">
227
+ <button @click="billingCycle = 'monthly'" :class="{'bg-blue-600 text-white': billingCycle === 'monthly', 'bg-white text-gray-700': billingCycle !== 'monthly'}" class="px-6 py-3 text-sm font-medium rounded-l-lg border border-gray-200 focus:z-10 focus:ring-2 focus:ring-blue-500">
228
+ Monthly Billing
229
+ </button>
230
+ <button @click="billingCycle = 'yearly'" :class="{'bg-blue-600 text-white': billingCycle === 'yearly', 'bg-white text-gray-700': billingCycle !== 'yearly'}" class="px-6 py-3 text-sm font-medium rounded-r-lg border border-gray-200 focus:z-10 focus:ring-2 focus:ring-blue-500">
231
+ Yearly Billing (Save 20%)
232
+ </button>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="grid md:grid-cols-3 gap-8">
237
+ <div v-for="(plan, index) in pricingPlans" :key="index" :class="{'border-2 border-blue-500 transform scale-105': plan.popular}" class="bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 transition duration-300 hover:shadow-lg">
238
+ <div v-if="plan.popular" class="bg-blue-500 text-white text-xs font-bold px-4 py-1 text-center">
239
+ MOST POPULAR
240
+ </div>
241
+ <div class="p-8">
242
+ <h3 class="text-xl font-bold text-gray-900 mb-2">{{ plan.name }}</h3>
243
+ <p class="text-gray-600 mb-6">{{ plan.description }}</p>
244
+ <div class="mb-6">
245
+ <span class="text-4xl font-bold text-gray-900">${{ billingCycle === 'monthly' ? plan.price.monthly : plan.price.yearly }}</span>
246
+ <span class="text-gray-600">/{{ billingCycle === 'monthly' ? 'mo' : 'yr' }}</span>
247
+ </div>
248
+ <button @click="showModal = true" :class="{'bg-blue-600 hover:bg-blue-700': plan.popular, 'bg-gray-800 hover:bg-gray-900': !plan.popular}" class="w-full text-white font-medium py-3 px-6 rounded-lg transition duration-300">
249
+ Get Started
250
+ </button>
251
+ </div>
252
+ <div class="border-t border-gray-200 px-8 py-6">
253
+ <h4 class="text-sm font-semibold text-gray-900 uppercase tracking-wide mb-4">What's included</h4>
254
+ <ul class="space-y-3">
255
+ <li v-for="(feature, i) in plan.features" :key="i" class="flex items-start">
256
+ <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
257
+ <span class="text-gray-700">{{ feature }}</span>
258
+ </li>
259
+ </ul>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="mt-12 text-center">
265
+ <p class="text-gray-600 mb-4">Need something custom?</p>
266
+ <a href="#contact" class="inline-flex items-center font-medium text-blue-600 hover:text-blue-800">
267
+ Contact our sales team <i class="fas fa-arrow-right ml-2"></i>
268
+ </a>
269
+ </div>
270
+ </div>
271
+ </section>
272
+
273
+ <!-- Testimonials -->
274
+ <section class="py-20 bg-gray-50">
275
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
276
+ <div class="text-center mb-16">
277
+ <span class="inline-block px-3 py-1 text-sm font-semibold text-orange-600 bg-orange-100 rounded-full mb-4">TESTIMONIALS</span>
278
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Trusted by Thousands of Businesses</h2>
279
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Don't just take our word for it. Here's what our customers say.</p>
280
+ </div>
281
+
282
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
283
+ <div v-for="(testimonial, index) in testimonials" :key="index" class="bg-white p-8 rounded-xl shadow-sm border border-gray-200">
284
+ <div class="flex items-center mb-4">
285
+ <div class="flex -space-x-2">
286
+ <img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" :src="testimonial.avatar" :alt="testimonial.name">
287
+ </div>
288
+ <div class="ml-4">
289
+ <h4 class="font-bold text-gray-900">{{ testimonial.name }}</h4>
290
+ <p class="text-gray-600 text-sm">{{ testimonial.position }}</p>
291
+ </div>
292
+ </div>
293
+ <p class="text-gray-700 mb-6">"{{ testimonial.quote }}"</p>
294
+ <div class="flex items-center">
295
+ <div class="flex text-yellow-400">
296
+ <i v-for="star in 5" :key="star" :class="{'text-yellow-400': star <= testimonial.rating, 'text-gray-300': star > testimonial.rating}" class="fas fa-star"></i>
297
+ </div>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </section>
303
+
304
+ <!-- CTA Section -->
305
+ <section class="py-20 bg-gradient-to-r from-indigo-800 to-blue-900 text-white">
306
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
307
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Cloud Infrastructure?</h2>
308
+ <p class="text-xl text-blue-200 max-w-3xl mx-auto mb-8">Join thousands of businesses that trust WytSky for their cloud computing needs.</p>
309
+ <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
310
+ <button @click="showModal = true" class="bg-white text-blue-800 hover:bg-gray-100 px-8 py-4 rounded-lg text-lg font-semibold transition duration-300 transform hover:scale-105">
311
+ Start Free Trial
312
+ </button>
313
+ <button class="bg-transparent border-2 border-white text-white hover:bg-white/10 px-8 py-4 rounded-lg text-lg font-semibold transition duration-300">
314
+ Contact Sales
315
+ </button>
316
+ </div>
317
+ </div>
318
+ </section>
319
+
320
+ <!-- Footer -->
321
+ <footer class="bg-gray-900 text-white pt-20 pb-12">
322
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
323
+ <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-8">
324
+ <div class="col-span-2">
325
+ <a href="#" class="flex items-center mb-6">
326
+ <span class="text-2xl font-bold gradient-text">WytSky</span>
327
+ </a>
328
+ <p class="text-gray-400 mb-6">The next generation cloud computing platform for businesses of all sizes.</p>
329
+ <div class="flex space-x-4">
330
+ <a href="#" class="text-gray-400 hover:text-white transition">
331
+ <i class="fab fa-twitter text-xl"></i>
332
+ </a>
333
+ <a href="#" class="text-gray-400 hover:text-white transition">
334
+ <i class="fab fa-facebook text-xl"></i>
335
+ </a>
336
+ <a href="#" class="text-gray-400 hover:text-white transition">
337
+ <i class="fab fa-linkedin text-xl"></i>
338
+ </a>
339
+ <a href="#" class="text-gray-400 hover:text-white transition">
340
+ <i class="fab fa-github text-xl"></i>
341
+ </a>
342
+ </div>
343
+ </div>
344
+ <div>
345
+ <h3 class="text-sm font-semibold text-gray-200 uppercase tracking-wider mb-4">Product</h3>
346
+ <ul class="space-y-3">
347
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
348
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
349
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Solutions</a></li>
350
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Updates</a></li>
351
+ </ul>
352
+ </div>
353
+ <div>
354
+ <h3 class="text-sm font-semibold text-gray-200 uppercase tracking-wider mb-4">Company</h3>
355
+ <ul class="space-y-3">
356
+ <li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li>
357
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
358
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Press</a></li>
359
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
360
+ </ul>
361
+ </div>
362
+ <div>
363
+ <h3 class="text-sm font-semibold text-gray-200 uppercase tracking-wider mb-4">Resources</h3>
364
+ <ul class="space-y-3">
365
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Documentation</a></li>
366
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Community</a></li>
367
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Webinars</a></li>
368
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Support</a></li>
369
+ </ul>
370
+ </div>
371
+ </div>
372
+ <div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
373
+ <p class="text-gray-400 text-sm">© 2023 WytSky Technologies. All rights reserved.</p>
374
+ <div class="flex space-x-6 mt-4 md:mt-0">
375
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a>
376
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
377
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Cookie Policy</a>
378
+ </div>
379
+ </div>
380
+ </div>
381
+ </footer>
382
+
383
+ <!-- Modal -->
384
+ <div v-if="showModal" class="fixed inset-0 z-50 overflow-y-auto">
385
+ <div class="flex items-center justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0">
386
+ <div class="fixed inset-0 transition-opacity" aria-hidden="true">
387
+ <div class="absolute inset-0 bg-gray-500 opacity-75" @click="showModal = false"></div>
388
+ </div>
389
+ <span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">&#8203;</span>
390
+ <div class="inline-block align-bottom bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full">
391
+ <div class="bg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4">
392
+ <div class="sm:flex sm:items-start">
393
+ <div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left w-full">
394
+ <div class="flex justify-between items-center mb-4">
395
+ <h3 class="text-lg leading-6 font-medium text-gray-900" id="modal-title">
396
+ Start Your Free Trial
397
+ </h3>
398
+ <button @click="showModal = false" class="text-gray-400 hover:text-gray-500 focus:outline-none">
399
+ <i class="fas fa-times"></i>
400
+ </button>
401
+ </div>
402
+ <div class="mt-2">
403
+ <form class="space-y-4">
404
+ <div>
405
+ <label for="name" class="block text-sm font-medium text-gray-700">Full Name</label>
406
+ <input type="text" id="name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
407
+ </div>
408
+ <div>
409
+ <label for="email" class="block text-sm font-medium text-gray-700">Email Address</label>
410
+ <input type="email" id="email" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
411
+ </div>
412
+ <div>
413
+ <label for="company" class="block text-sm font-medium text-gray-700">Company Name</label>
414
+ <input type="text" id="company" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
415
+ </div>
416
+ <div>
417
+ <label for="plan" class="block text-sm font-medium text-gray-700">Select Plan</label>
418
+ <select id="plan" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
419
+ <option>Starter</option>
420
+ <option>Professional</option>
421
+ <option>Enterprise</option>
422
+ </select>
423
+ </div>
424
+ <div class="flex items-center">
425
+ <input id="terms" type="checkbox" class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
426
+ <label for="terms" class="ml-2 block text-sm text-gray-700">
427
+ I agree to the <a href="#" class="text-blue-600 hover:text-blue-500">Terms of Service</a> and <a href="#" class="text-blue-600 hover:text-blue-500">Privacy Policy</a>
428
+ </label>
429
+ </div>
430
+ </form>
431
+ </div>
432
+ </div>
433
+ </div>
434
+ </div>
435
+ <div class="bg-gray-50 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse">
436
+ <button type="button" class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-base font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm">
437
+ Start Free Trial
438
+ </button>
439
+ <button @click="showModal = false" type="button" class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm">
440
+ Cancel
441
+ </button>
442
+ </div>
443
+ </div>
444
+ </div>
445
+ </div>
446
+ </div>
447
+
448
+ <script>
449
+ const { createApp, ref } = Vue;
450
+
451
+ createApp({
452
+ setup() {
453
+ const mobileMenuOpen = ref(false);
454
+ const showModal = ref(false);
455
+ const billingCycle = ref('monthly');
456
+
457
+ const features = ref([
458
+ {
459
+ icon: 'fas fa-server',
460
+ title: 'High-Performance Compute',
461
+ description: 'Deploy virtual machines with industry-leading performance and reliability.'
462
+ },
463
+ {
464
+ icon: 'fas fa-database',
465
+ title: 'Scalable Storage',
466
+ description: 'Easily scale your storage needs with our distributed cloud storage solutions.'
467
+ },
468
+ {
469
+ icon: 'fas fa-shield-alt',
470
+ title: 'Enterprise Security',
471
+ description: 'Military-grade encryption and compliance with global security standards.'
472
+ },
473
+ {
474
+ icon: 'fas fa-network-wired',
475
+ title: 'Global Network',
476
+ description: 'Low-latency connectivity across our worldwide data center locations.'
477
+ },
478
+ {
479
+ icon: 'fas fa-robot',
480
+ title: 'AI & Machine Learning',
481
+ description: 'Built-in tools for developing and deploying AI models at scale.'
482
+ },
483
+ {
484
+ icon: 'fas fa-tachometer-alt',
485
+ title: 'Real-time Analytics',
486
+ description: 'Monitor and optimize your cloud resources with comprehensive dashboards.'
487
+ }
488
+ ]);
489
+
490
+ const solutions = ref([
491
+ {
492
+ title: 'Cloud Migration',
493
+ description: 'Seamlessly move your workloads to WytSky with our proven migration framework.',
494
+ benefits: [
495
+ 'Zero downtime migration',
496
+ 'Cost optimization analysis',
497
+ 'Performance benchmarking',
498
+ 'Post-migration support'
499
+ ],
500
+ gradient: 'from-blue-500 to-indigo-600',
501
+ image: 'https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80'
502
+ },
503
+ {
504
+ title: 'Hybrid Cloud',
505
+ description: 'Bridge your on-premises infrastructure with our public cloud services.',
506
+ benefits: [
507
+ 'Consistent management interface',
508
+ 'Secure connectivity options',
509
+ 'Flexible workload placement',
510
+ 'Unified monitoring'
511
+ ],
512
+ gradient: 'from-purple-500 to-pink-600',
513
+ image: 'https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1332&q=80'
514
+ }
515
+ ]);
516
+
517
+ const stats = ref([
518
+ { value: '99.99%', label: 'Uptime SLA' },
519
+ { value: '40+', label: 'Global Regions' },
520
+ { value: '10K+', label: 'Customers' },
521
+ { value: '24/7', label: 'Support' }
522
+ ]);
523
+
524
+ const pricingPlans = ref([
525
+ {
526
+ name: 'Starter',
527
+ description: 'Perfect for small businesses and startups',
528
+ price: { monthly: 29, yearly: 278 },
529
+ features: [
530
+ '2 vCPU Cores',
531
+ '8GB Memory',
532
+ '100GB SSD Storage',
533
+ '1TB Outbound Data Transfer',
534
+ 'Basic Support'
535
+ ],
536
+ popular: false
537
+ },
538
+ {
539
+ name: 'Professional',
540
+ description: 'For growing businesses with higher demands',
541
+ price: { monthly: 99, yearly: 950 },
542
+ features: [
543
+ '8 vCPU Cores',
544
+ '32GB Memory',
545
+ '500GB SSD Storage',
546
+ '5TB Outbound Data Transfer',
547
+ 'Priority Support',
548
+ 'Dedicated IP'
549
+ ],
550
+ popular: true
551
+ },
552
+ {
553
+ name: 'Enterprise',
554
+ description: 'Custom solutions for large-scale deployments',
555
+ price: { monthly: 299, yearly: 2870 },
556
+ features: [
557
+ '16+ vCPU Cores',
558
+ '64GB+ Memory',
559
+ '2TB+ SSD Storage',
560
+ 'Unlimited Data Transfer',
561
+ '24/7 Premium Support',
562
+ 'Dedicated Account Manager',
563
+ 'SLA Guarantee'
564
+ ],
565
+ popular: false
566
+ }
567
+ ]);
568
+
569
+ const testimonials = ref([
570
+ {
571
+ name: 'Sarah Johnson',
572
+ position: 'CTO at TechCorp',
573
+ quote: 'WytSky has transformed our infrastructure. The performance is unmatched and their support team is phenomenal.',
574
+ rating: 5,
575
+ avatar: 'https://randomuser.me/api/portraits/women/44.jpg'
576
+ },
577
+ {
578
+ name: 'Michael Chen',
579
+ position: 'DevOps Lead at InnoSoft',
580
+ quote: 'Migrating to WytSky was seamless. The documentation is excellent and the platform just works.',
581
+ rating: 5,
582
+ avatar: 'https://randomuser.me/api/portraits/men/32.jpg'
583
+ },
584
+ {
585
+ name: 'Emma Rodriguez',
586
+ position: 'Director of Engineering at DataFlow',
587
+ quote: 'The cost savings compared to other cloud providers allowed us to invest more in product development.',
588
+ rating: 4,
589
+ avatar: 'https://randomuser.me/api/portraits/women/68.jpg'
590
+ }
591
+ ]);
592
+
593
+ return {
594
+ mobileMenuOpen,
595
+ showModal,
596
+ billingCycle,
597
+ features,
598
+ solutions,
599
+ stats,
600
+ pricingPlans,
601
+ testimonials
602
+ };
603
+ }
604
+ }).mount('#app');
605
+ </script>
606
+ <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=Saskw2010/wytsky365" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
607
+ </html>