lepeleton commited on
Commit
d774e02
·
verified ·
1 Parent(s): 2d51421

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +395 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Xcc
3
- emoji:
4
- colorFrom: gray
5
- colorTo: gray
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: xcc
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: yellow
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,395 @@
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>Xcelerant Consulting | Albiero Energy Solutions</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, #1e3a8a 0%, #0ea5e9 100%);
12
+ }
13
+ .card-hover:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .floating {
18
+ animation: floating 3s ease-in-out infinite;
19
+ }
20
+ @keyframes floating {
21
+ 0% { transform: translateY(0px); }
22
+ 50% { transform: translateY(-15px); }
23
+ 100% { transform: translateY(0px); }
24
+ }
25
+ </style>
26
+ </head>
27
+ <body class="font-sans antialiased text-gray-800">
28
+ <!-- Header -->
29
+ <header class="gradient-bg text-white">
30
+ <div class="container mx-auto px-6 py-16">
31
+ <div class="flex flex-col md:flex-row items-center">
32
+ <div class="md:w-1/2 mb-10 md:mb-0">
33
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Powering Albiero's <span class="text-yellow-300">Operational Excellence</span></h1>
34
+ <p class="text-xl mb-8">Xcelerant Consulting delivers tailored solutions to optimize your energy control operations and supply chain for maximum efficiency and cost savings.</p>
35
+ <button class="bg-yellow-400 hover:bg-yellow-500 text-gray-900 font-bold py-3 px-8 rounded-full transition duration-300 transform hover:scale-105">
36
+ Schedule Consultation
37
+ </button>
38
+ </div>
39
+ <div class="md:w-1/2 flex justify-center">
40
+ <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"
41
+ alt="Energy Control Systems"
42
+ class="rounded-xl shadow-2xl w-full max-w-md floating">
43
+ </div>
44
+ </div>
45
+ </div>
46
+ </header>
47
+
48
+ <!-- Client Logo -->
49
+ <section class="bg-gray-50 py-8">
50
+ <div class="container mx-auto px-6">
51
+ <div class="flex flex-col items-center">
52
+ <h3 class="text-gray-500 text-sm font-semibold mb-6">TRUSTED PARTNER OF</h3>
53
+ <div class="flex flex-wrap justify-center items-center gap-12">
54
+ <img src="https://via.placeholder.com/180x80?text=Albiero+Energy" alt="Albiero Energy" class="h-12 opacity-80 hover:opacity-100 transition">
55
+ <img src="https://via.placeholder.com/180x80?text=Energy+Partners" alt="Energy Partners" class="h-12 opacity-80 hover:opacity-100 transition">
56
+ <img src="https://via.placeholder.com/180x80?text=Power+Solutions" alt="Power Solutions" class="h-12 opacity-80 hover:opacity-100 transition">
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </section>
61
+
62
+ <!-- Value Proposition -->
63
+ <section class="py-20 bg-white">
64
+ <div class="container mx-auto px-6">
65
+ <div class="text-center mb-16">
66
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Transforming Albiero's Energy Operations</h2>
67
+ <div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
68
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
69
+ We specialize in helping energy control companies like Albiero streamline processes, reduce costs, and enhance supply chain resilience through data-driven strategies.
70
+ </p>
71
+ </div>
72
+
73
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
74
+ <!-- Card 1 -->
75
+ <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
76
+ <div class="text-blue-600 text-4xl mb-6">
77
+ <i class="fas fa-chart-line"></i>
78
+ </div>
79
+ <h3 class="text-xl font-bold mb-4">Operational Efficiency</h3>
80
+ <p class="text-gray-600 mb-4">
81
+ Identify and eliminate bottlenecks in your energy control processes to improve throughput by 25-40%.
82
+ </p>
83
+ <ul class="space-y-2 text-gray-600">
84
+ <li class="flex items-start">
85
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
86
+ <span>Process optimization for energy monitoring systems</span>
87
+ </li>
88
+ <li class="flex items-start">
89
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
90
+ <span>Workforce productivity improvements</span>
91
+ </li>
92
+ </ul>
93
+ </div>
94
+
95
+ <!-- Card 2 -->
96
+ <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
97
+ <div class="text-blue-600 text-4xl mb-6">
98
+ <i class="fas fa-truck-loading"></i>
99
+ </div>
100
+ <h3 class="text-xl font-bold mb-4">Supply Chain Optimization</h3>
101
+ <p class="text-gray-600 mb-4">
102
+ Reduce procurement costs by 15-30% while improving component availability for your control systems.
103
+ </p>
104
+ <ul class="space-y-2 text-gray-600">
105
+ <li class="flex items-start">
106
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
107
+ <span>Vendor consolidation strategies</span>
108
+ </li>
109
+ <li class="flex items-start">
110
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
111
+ <span>Inventory management for critical components</span>
112
+ </li>
113
+ </ul>
114
+ </div>
115
+
116
+ <!-- Card 3 -->
117
+ <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
118
+ <div class="text-blue-600 text-4xl mb-6">
119
+ <i class="fas fa-bolt"></i>
120
+ </div>
121
+ <h3 class="text-xl font-bold mb-4">Technology Integration</h3>
122
+ <p class="text-gray-600 mb-4">
123
+ Implement cutting-edge solutions to enhance your energy control capabilities and data analytics.
124
+ </p>
125
+ <ul class="space-y-2 text-gray-600">
126
+ <li class="flex items-start">
127
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
128
+ <span>IoT integration for real-time monitoring</span>
129
+ </li>
130
+ <li class="flex items-start">
131
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
132
+ <span>Predictive maintenance solutions</span>
133
+ </li>
134
+ </ul>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </section>
139
+
140
+ <!-- Case Study -->
141
+ <section class="py-20 bg-gray-50">
142
+ <div class="container mx-auto px-6">
143
+ <div class="flex flex-col md:flex-row items-center">
144
+ <div class="md:w-1/2 mb-10 md:mb-0">
145
+ <h2 class="text-3xl font-bold text-gray-900 mb-6">Proven Results in Energy Sector</h2>
146
+ <div class="w-24 h-1 bg-blue-600 mb-6"></div>
147
+ <p class="text-gray-600 mb-6">
148
+ For a client similar to Albiero, we implemented operational improvements that resulted in:
149
+ </p>
150
+ <div class="grid grid-cols-2 gap-6 mb-8">
151
+ <div class="bg-white p-6 rounded-lg shadow-sm">
152
+ <div class="text-blue-600 text-3xl font-bold mb-2">32%</div>
153
+ <div class="text-gray-600">Reduction in operational costs</div>
154
+ </div>
155
+ <div class="bg-white p-6 rounded-lg shadow-sm">
156
+ <div class="text-blue-600 text-3xl font-bold mb-2">28%</div>
157
+ <div class="text-gray-600">Faster order fulfillment</div>
158
+ </div>
159
+ <div class="bg-white p-6 rounded-lg shadow-sm">
160
+ <div class="text-blue-600 text-3xl font-bold mb-2">45%</div>
161
+ <div class="text-gray-600">Reduction in inventory waste</div>
162
+ </div>
163
+ <div class="bg-white p-6 rounded-lg shadow-sm">
164
+ <div class="text-blue-600 text-3xl font-bold mb-2">99.2%</div>
165
+ <div class="text-gray-600">System uptime achieved</div>
166
+ </div>
167
+ </div>
168
+ <button class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300">
169
+ Download Case Study
170
+ </button>
171
+ </div>
172
+ <div class="md:w-1/2">
173
+ <div class="bg-white p-8 rounded-xl shadow-lg">
174
+ <h3 class="text-xl font-bold mb-6">Our Approach for Albiero</h3>
175
+ <div class="space-y-6">
176
+ <!-- Step 1 -->
177
+ <div class="flex">
178
+ <div class="flex-shrink-0 mr-4">
179
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
180
+ 1
181
+ </div>
182
+ </div>
183
+ <div>
184
+ <h4 class="font-semibold text-gray-900">Comprehensive Assessment</h4>
185
+ <p class="text-gray-600 mt-1">
186
+ Deep dive into your current operations and supply chain to identify improvement opportunities.
187
+ </p>
188
+ </div>
189
+ </div>
190
+ <!-- Step 2 -->
191
+ <div class="flex">
192
+ <div class="flex-shrink-0 mr-4">
193
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
194
+ 2
195
+ </div>
196
+ </div>
197
+ <div>
198
+ <h4 class="font-semibold text-gray-900">Tailored Strategy Development</h4>
199
+ <p class="text-gray-600 mt-1">
200
+ Create customized solutions addressing your specific energy control challenges.
201
+ </p>
202
+ </div>
203
+ </div>
204
+ <!-- Step 3 -->
205
+ <div class="flex">
206
+ <div class="flex-shrink-0 mr-4">
207
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
208
+ 3
209
+ </div>
210
+ </div>
211
+ <div>
212
+ <h4 class="font-semibold text-gray-900">Implementation Support</h4>
213
+ <p class="text-gray-600 mt-1">
214
+ Hands-on assistance to ensure smooth adoption of new processes and technologies.
215
+ </p>
216
+ </div>
217
+ </div>
218
+ <!-- Step 4 -->
219
+ <div class="flex">
220
+ <div class="flex-shrink-0 mr-4">
221
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
222
+ 4
223
+ </div>
224
+ </div>
225
+ <div>
226
+ <h4 class="font-semibold text-gray-900">Continuous Improvement</h4>
227
+ <p class="text-gray-600 mt-1">
228
+ Ongoing monitoring and adjustments to maintain peak performance.
229
+ </p>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+ </section>
238
+
239
+ <!-- Testimonials -->
240
+ <section class="py-20 bg-white">
241
+ <div class="container mx-auto px-6">
242
+ <div class="text-center mb-16">
243
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">What Our Clients Say</h2>
244
+ <div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
245
+ </div>
246
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
247
+ <!-- Testimonial 1 -->
248
+ <div class="bg-gray-50 p-8 rounded-xl">
249
+ <div class="flex items-center mb-6">
250
+ <div class="text-yellow-400 text-2xl mr-2">
251
+ <i class="fas fa-star"></i>
252
+ <i class="fas fa-star"></i>
253
+ <i class="fas fa-star"></i>
254
+ <i class="fas fa-star"></i>
255
+ <i class="fas fa-star"></i>
256
+ </div>
257
+ </div>
258
+ <p class="text-gray-600 italic mb-6">
259
+ "Xcelerant's supply chain optimization reduced our component procurement costs by 22% while improving delivery reliability. Their energy sector expertise was evident throughout the engagement."
260
+ </p>
261
+ <div class="flex items-center">
262
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
263
+ <div>
264
+ <h4 class="font-bold">Michael Rodriguez</h4>
265
+ <p class="text-gray-500 text-sm">COO, PowerGrid Solutions</p>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ <!-- Testimonial 2 -->
270
+ <div class="bg-gray-50 p-8 rounded-xl">
271
+ <div class="flex items-center mb-6">
272
+ <div class="text-yellow-400 text-2xl mr-2">
273
+ <i class="fas fa-star"></i>
274
+ <i class="fas fa-star"></i>
275
+ <i class="fas fa-star"></i>
276
+ <i class="fas fa-star"></i>
277
+ <i class="fas fa-star"></i>
278
+ </div>
279
+ </div>
280
+ <p class="text-gray-600 italic mb-6">
281
+ "The operational efficiency improvements implemented by Xcelerant allowed us to handle 35% more customer installations without adding staff. Their recommendations were practical and immediately impactful."
282
+ </p>
283
+ <div class="flex items-center">
284
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
285
+ <div>
286
+ <h4 class="font-bold">Sarah Chen</h4>
287
+ <p class="text-gray-500 text-sm">VP Operations, EnergyControl Inc.</p>
288
+ </div>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ </section>
294
+
295
+ <!-- CTA -->
296
+ <section class="gradient-bg text-white py-20">
297
+ <div class="container mx-auto px-6 text-center">
298
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Albiero's Operations?</h2>
299
+ <p class="text-xl mb-8 max-w-2xl mx-auto">
300
+ Let's discuss how Xcelerant Consulting can help your energy control company achieve operational excellence and significant cost savings.
301
+ </p>
302
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
303
+ <button class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-8 rounded-full transition duration-300">
304
+ <i class="fas fa-phone-alt mr-2"></i> Schedule Call
305
+ </button>
306
+ <button class="bg-transparent hover:bg-blue-800 text-white font-bold py-3 px-8 border-2 border-white rounded-full transition duration-300">
307
+ <i class="fas fa-envelope mr-2"></i> Email Us
308
+ </button>
309
+ </div>
310
+ </div>
311
+ </section>
312
+
313
+ <!-- Footer -->
314
+ <footer class="bg-gray-900 text-white py-12">
315
+ <div class="container mx-auto px-6">
316
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
317
+ <div>
318
+ <h3 class="text-xl font-bold mb-4">Xcelerant Consulting</h3>
319
+ <p class="text-gray-400">
320
+ Specializing in operational excellence and supply chain optimization for energy control companies.
321
+ </p>
322
+ </div>
323
+ <div>
324
+ <h4 class="font-semibold mb-4">Services</h4>
325
+ <ul class="space-y-2 text-gray-400">
326
+ <li><a href="#" class="hover:text-white transition">Operational Efficiency</a></li>
327
+ <li><a href="#" class="hover:text-white transition">Supply Chain Optimization</a></li>
328
+ <li><a href="#" class="hover:text-white transition">Technology Integration</a></li>
329
+ <li><a href="#" class="hover:text-white transition">Process Improvement</a></li>
330
+ </ul>
331
+ </div>
332
+ <div>
333
+ <h4 class="font-semibold mb-4">Industries</h4>
334
+ <ul class="space-y-2 text-gray-400">
335
+ <li><a href="#" class="hover:text-white transition">Energy Control</a></li>
336
+ <li><a href="#" class="hover:text-white transition">Power Systems</a></li>
337
+ <li><a href="#" class="hover:text-white transition">Smart Grid</a></li>
338
+ <li><a href="#" class="hover:text-white transition">Utility Services</a></li>
339
+ </ul>
340
+ </div>
341
+ <div>
342
+ <h4 class="font-semibold mb-4">Contact</h4>
343
+ <address class="not-italic text-gray-400">
344
+ <p class="mb-2">123 Business Ave</p>
345
+ <p class="mb-2">New York, NY 10001</p>
346
+ <p class="mb-2">Phone: (555) 123-4567</p>
347
+ <p class="mb-4">Email: info@xcelerant.com</p>
348
+ <div class="flex space-x-4">
349
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin text-xl"></i></a>
350
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter text-xl"></i></a>
351
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook text-xl"></i></a>
352
+ </div>
353
+ </address>
354
+ </div>
355
+ </div>
356
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500">
357
+ <p>&copy; 2023 Xcelerant Consulting. All rights reserved.</p>
358
+ </div>
359
+ </div>
360
+ </footer>
361
+
362
+ <script>
363
+ // Simple animation for cards on scroll
364
+ document.addEventListener('DOMContentLoaded', function() {
365
+ const cards = document.querySelectorAll('.card-hover');
366
+
367
+ const observer = new IntersectionObserver((entries) => {
368
+ entries.forEach(entry => {
369
+ if (entry.isIntersecting) {
370
+ entry.target.style.opacity = 1;
371
+ entry.target.style.transform = 'translateY(0)';
372
+ }
373
+ });
374
+ }, { threshold: 0.1 });
375
+
376
+ cards.forEach(card => {
377
+ card.style.opacity = 0;
378
+ card.style.transform = 'translateY(20px)';
379
+ card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
380
+ observer.observe(card);
381
+ });
382
+
383
+ // Smooth scrolling for anchor links
384
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
385
+ anchor.addEventListener('click', function (e) {
386
+ e.preventDefault();
387
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
388
+ behavior: 'smooth'
389
+ });
390
+ });
391
+ });
392
+ });
393
+ </script>
394
+ <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=lepeleton/xcc" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
395
+ </html>
prompts.txt ADDED
File without changes