lepeleton commited on
Commit
3e51471
·
verified ·
1 Parent(s): 82f2525

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +596 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Xcc2
3
- emoji: 🏃
4
- colorFrom: pink
5
- colorTo: pink
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: xcc2
3
+ emoji: 🐳
4
+ colorFrom: purple
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,596 @@
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 | Albireo 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
+ .modal {
26
+ display: none;
27
+ position: fixed;
28
+ z-index: 50;
29
+ left: 0;
30
+ top: 0;
31
+ width: 100%;
32
+ height: 100%;
33
+ overflow: auto;
34
+ background-color: rgba(0,0,0,0.7);
35
+ }
36
+ .modal-content {
37
+ background-color: #fefefe;
38
+ margin: 5% auto;
39
+ padding: 30px;
40
+ border-radius: 12px;
41
+ width: 80%;
42
+ max-width: 800px;
43
+ box-shadow: 0 5px 15px rgba(0,0,0,0.3);
44
+ animation: modalopen 0.5s;
45
+ }
46
+ @keyframes modalopen {
47
+ from {opacity: 0; transform: translateY(-50px);}
48
+ to {opacity: 1; transform: translateY(0);}
49
+ }
50
+ .close {
51
+ color: #aaa;
52
+ float: right;
53
+ font-size: 28px;
54
+ font-weight: bold;
55
+ cursor: pointer;
56
+ }
57
+ .close:hover {
58
+ color: black;
59
+ }
60
+ </style>
61
+ </head>
62
+ <body class="font-sans antialiased text-gray-800">
63
+ <!-- Header -->
64
+ <header class="gradient-bg text-white">
65
+ <div class="container mx-auto px-6 py-16">
66
+ <div class="flex flex-col md:flex-row items-center">
67
+ <div class="md:w-1/2 mb-10 md:mb-0">
68
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4">Accelerating Albireo's <span class="text-yellow-300">Investor Commitments</span></h1>
69
+ <p class="text-xl mb-8">Xcelerant Consulting delivers targeted solutions to help Albireo achieve its stated operational efficiency goals from recent earnings calls while driving shareholder value.</p>
70
+ <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">
71
+ Schedule Investor Strategy Session
72
+ </button>
73
+ </div>
74
+ <div class="md:w-1/2 flex justify-center">
75
+ <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"
76
+ alt="Energy Control Systems"
77
+ class="rounded-xl shadow-2xl w-full max-w-md floating">
78
+ </div>
79
+ </div>
80
+ </div>
81
+ </header>
82
+
83
+ <!-- Investor Focus Section -->
84
+ <section class="py-20 bg-gray-50">
85
+ <div class="container mx-auto px-6">
86
+ <div class="text-center mb-16">
87
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Directly Addressing Albireo's Investor Priorities</h2>
88
+ <div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
89
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
90
+ Based on Albireo's Q3 2023 earnings call and investor presentations, we've aligned our solutions with their stated operational improvement goals
91
+ </p>
92
+ </div>
93
+
94
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
95
+ <div class="bg-white p-8 rounded-xl shadow-md">
96
+ <h3 class="text-xl font-bold mb-4 text-blue-600">Albireo's Stated Goals</h3>
97
+ <ul class="space-y-4 text-gray-700">
98
+ <li class="flex items-start">
99
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
100
+ <span>"Improve gross margins by 300-400 basis points through operational efficiencies" - Q3 Earnings Call</span>
101
+ </li>
102
+ <li class="flex items-start">
103
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
104
+ <span>"Reduce working capital requirements by optimizing inventory management" - Investor Day Presentation</span>
105
+ </li>
106
+ <li class="flex items-start">
107
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
108
+ <span>"Implement digital transformation to enhance service margins" - Q3 Earnings Call</span>
109
+ </li>
110
+ </ul>
111
+ </div>
112
+ <div class="bg-blue-50 p-8 rounded-xl shadow-md">
113
+ <h3 class="text-xl font-bold mb-4 text-blue-600">Xcelerant's Alignment</h3>
114
+ <ul class="space-y-4 text-gray-700">
115
+ <li class="flex items-start">
116
+ <i class="fas fa-bullseye text-blue-500 mt-1 mr-3"></i>
117
+ <span>Proven margin expansion frameworks tailored for energy services companies</span>
118
+ </li>
119
+ <li class="flex items-start">
120
+ <i class="fas fa-bullseye text-blue-500 mt-1 mr-3"></i>
121
+ <span>Inventory optimization programs that reduce working capital by 25-40%</span>
122
+ </li>
123
+ <li class="flex items-start">
124
+ <i class="fas fa-bullseye text-blue-500 mt-1 mr-3"></i>
125
+ <span>Digital transformation roadmaps with 12-18 month ROI timelines</span>
126
+ </li>
127
+ </ul>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ </section>
132
+
133
+ <!-- Value Proposition -->
134
+ <section class="py-20 bg-white">
135
+ <div class="container mx-auto px-6">
136
+ <div class="text-center mb-16">
137
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Delivering on Albireo's Investor Commitments</h2>
138
+ <div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
139
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
140
+ We specialize in helping energy companies achieve their public commitments through measurable operational improvements
141
+ </p>
142
+ </div>
143
+
144
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
145
+ <!-- Card 1 -->
146
+ <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
147
+ <div class="text-blue-600 text-4xl mb-6">
148
+ <i class="fas fa-chart-line"></i>
149
+ </div>
150
+ <h3 class="text-xl font-bold mb-4">Margin Expansion</h3>
151
+ <p class="text-gray-600 mb-4">
152
+ Directly addressing Albireo's 300-400 bps margin improvement target through:
153
+ </p>
154
+ <ul class="space-y-2 text-gray-600">
155
+ <li class="flex items-start">
156
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
157
+ <span>Labor productivity improvements (15-25% gains)</span>
158
+ </li>
159
+ <li class="flex items-start">
160
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
161
+ <span>Procurement cost reduction strategies</span>
162
+ </li>
163
+ <li class="flex items-start">
164
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
165
+ <span>Service delivery optimization</span>
166
+ </li>
167
+ </ul>
168
+ </div>
169
+
170
+ <!-- Card 2 -->
171
+ <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
172
+ <div class="text-blue-600 text-4xl mb-6">
173
+ <i class="fas fa-boxes"></i>
174
+ </div>
175
+ <h3 class="text-xl font-bold mb-4">Working Capital Optimization</h3>
176
+ <p class="text-gray-600 mb-4">
177
+ Supporting Albireo's inventory management goals with:
178
+ </p>
179
+ <ul class="space-y-2 text-gray-600">
180
+ <li class="flex items-start">
181
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
182
+ <span>Demand-driven inventory models</span>
183
+ </li>
184
+ <li class="flex items-start">
185
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
186
+ <span>Supplier collaboration programs</span>
187
+ </li>
188
+ <li class="flex items-start">
189
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
190
+ <span>Inventory reduction while maintaining SLAs</span>
191
+ </li>
192
+ </ul>
193
+ </div>
194
+
195
+ <!-- Card 3 -->
196
+ <div class="bg-gray-50 rounded-xl p-8 transition duration-300 card-hover">
197
+ <div class="text-blue-600 text-4xl mb-6">
198
+ <i class="fas fa-microchip"></i>
199
+ </div>
200
+ <h3 class="text-xl font-bold mb-4">Digital Transformation</h3>
201
+ <p class="text-gray-600 mb-4">
202
+ Enabling Albireo's technology roadmap through:
203
+ </p>
204
+ <ul class="space-y-2 text-gray-600">
205
+ <li class="flex items-start">
206
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
207
+ <span>IoT integration for predictive maintenance</span>
208
+ </li>
209
+ <li class="flex items-start">
210
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
211
+ <span>AI-driven service optimization</span>
212
+ </li>
213
+ <li class="flex items-start">
214
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
215
+ <span>Digital twin implementation roadmaps</span>
216
+ </li>
217
+ </ul>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ </section>
222
+
223
+ <!-- Case Study -->
224
+ <section class="py-20 bg-gray-50">
225
+ <div class="container mx-auto px-6">
226
+ <div class="flex flex-col md:flex-row items-center">
227
+ <div class="md:w-1/2 mb-10 md:mb-0">
228
+ <h2 class="text-3xl font-bold text-gray-900 mb-6">Proven Results for Energy Companies</h2>
229
+ <div class="w-24 h-1 bg-blue-600 mb-6"></div>
230
+ <p class="text-gray-600 mb-6">
231
+ For a client with similar investor commitments to Albireo, we delivered measurable results in just 9 months:
232
+ </p>
233
+ <div class="grid grid-cols-2 gap-6 mb-8">
234
+ <div class="bg-white p-6 rounded-lg shadow-sm">
235
+ <div class="text-blue-600 text-3xl font-bold mb-2">380bps</div>
236
+ <div class="text-gray-600">Gross margin improvement</div>
237
+ </div>
238
+ <div class="bg-white p-6 rounded-lg shadow-sm">
239
+ <div class="text-blue-600 text-3xl font-bold mb-2">34%</div>
240
+ <div class="text-gray-600">Inventory reduction</div>
241
+ </div>
242
+ <div class="bg-white p-6 rounded-lg shadow-sm">
243
+ <div class="text-blue-600 text-3xl font-bold mb-2">22%</div>
244
+ <div class="text-gray-600">Labor productivity gain</div>
245
+ </div>
246
+ <div class="bg-white p-6 rounded-lg shadow-sm">
247
+ <div class="text-blue-600 text-3xl font-bold mb-2">18%</div>
248
+ <div class="text-gray-600">Reduction in service costs</div>
249
+ </div>
250
+ </div>
251
+ <button onclick="openModal()" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300">
252
+ <i class="fas fa-file-alt mr-2"></i> View Detailed Case Study
253
+ </button>
254
+ </div>
255
+ <div class="md:w-1/2">
256
+ <div class="bg-white p-8 rounded-xl shadow-lg">
257
+ <h3 class="text-xl font-bold mb-6">Our Investor-Focused Approach</h3>
258
+ <div class="space-y-6">
259
+ <!-- Step 1 -->
260
+ <div class="flex">
261
+ <div class="flex-shrink-0 mr-4">
262
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
263
+ 1
264
+ </div>
265
+ </div>
266
+ <div>
267
+ <h4 class="font-semibold text-gray-900">Investor Commitment Mapping</h4>
268
+ <p class="text-gray-600 mt-1">
269
+ Analyze Albireo's public commitments to prioritize initiatives with greatest investor impact.
270
+ </p>
271
+ </div>
272
+ </div>
273
+ <!-- Step 2 -->
274
+ <div class="flex">
275
+ <div class="flex-shrink-0 mr-4">
276
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
277
+ 2
278
+ </div>
279
+ </div>
280
+ <div>
281
+ <h4 class="font-semibold text-gray-900">Quick Win Identification</h4>
282
+ <p class="text-gray-600 mt-1">
283
+ Implement visible improvements that can be reported in next earnings cycle.
284
+ </p>
285
+ </div>
286
+ </div>
287
+ <!-- Step 3 -->
288
+ <div class="flex">
289
+ <div class="flex-shrink-0 mr-4">
290
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
291
+ 3
292
+ </div>
293
+ </div>
294
+ <div>
295
+ <h4 class="font-semibold text-gray-900">Sustainable Transformation</h4>
296
+ <p class="text-gray-600 mt-1">
297
+ Build capabilities for continuous improvement beyond initial targets.
298
+ </p>
299
+ </div>
300
+ </div>
301
+ <!-- Step 4 -->
302
+ <div class="flex">
303
+ <div class="flex-shrink-0 mr-4">
304
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600 font-bold">
305
+ 4
306
+ </div>
307
+ </div>
308
+ <div>
309
+ <h4 class="font-semibold text-gray-900">Investor Communication</h4>
310
+ <p class="text-gray-600 mt-1">
311
+ Develop metrics and narratives to showcase progress to shareholders.
312
+ </p>
313
+ </div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+ </section>
321
+
322
+ <!-- Case Study Modal -->
323
+ <div id="caseStudyModal" class="modal">
324
+ <div class="modal-content">
325
+ <span class="close" onclick="closeModal()">&times;</span>
326
+ <h2 class="text-2xl font-bold mb-6 text-blue-600">Energy Services Company Transformation Case Study</h2>
327
+ <div class="border-b border-gray-200 mb-6"></div>
328
+
329
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
330
+ <div class="bg-blue-50 p-4 rounded-lg">
331
+ <h3 class="font-bold mb-2">Client Profile</h3>
332
+ <p class="text-gray-700">$850M energy services provider with similar business model to Albireo</p>
333
+ </div>
334
+ <div class="bg-blue-50 p-4 rounded-lg">
335
+ <h3 class="font-bold mb-2">Challenge</h3>
336
+ <p class="text-gray-700">Public commitment to improve margins by 350bps in 12 months</p>
337
+ </div>
338
+ <div class="bg-blue-50 p-4 rounded-lg">
339
+ <h3 class="font-bold mb-2">Duration</h3>
340
+ <p class="text-gray-700">9-month engagement</p>
341
+ </div>
342
+ </div>
343
+
344
+ <h3 class="text-xl font-semibold mb-4 text-gray-800">Approach</h3>
345
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
346
+ <div>
347
+ <h4 class="font-bold mb-2 text-blue-600">1. Margin Expansion Levers</h4>
348
+ <ul class="list-disc pl-5 space-y-2 text-gray-700">
349
+ <li>Service labor productivity improvements</li>
350
+ <li>Strategic sourcing initiative</li>
351
+ <li>Asset utilization optimization</li>
352
+ </ul>
353
+ </div>
354
+ <div>
355
+ <h4 class="font-bold mb-2 text-blue-600">2. Working Capital Management</h4>
356
+ <ul class="list-disc pl-5 space-y-2 text-gray-700">
357
+ <li>Inventory optimization program</li>
358
+ <li>Supplier payment terms extension</li>
359
+ <li>Customer collections process redesign</li>
360
+ </ul>
361
+ </div>
362
+ </div>
363
+
364
+ <h3 class="text-xl font-semibold mb-4 text-gray-800">Results</h3>
365
+ <div class="overflow-x-auto mb-8">
366
+ <table class="min-w-full bg-white rounded-lg overflow-hidden">
367
+ <thead class="bg-blue-600 text-white">
368
+ <tr>
369
+ <th class="py-3 px-4 text-left">Metric</th>
370
+ <th class="py-3 px-4 text-left">Baseline</th>
371
+ <th class="py-3 px-4 text-left">Result</th>
372
+ <th class="py-3 px-4 text-left">Improvement</th>
373
+ </tr>
374
+ </thead>
375
+ <tbody class="divide-y divide-gray-200">
376
+ <tr>
377
+ <td class="py-3 px-4">Gross Margin</td>
378
+ <td class="py-3 px-4">28.5%</td>
379
+ <td class="py-3 px-4">32.3%</td>
380
+ <td class="py-3 px-4 text-green-600 font-bold">+380bps</td>
381
+ </tr>
382
+ <tr class="bg-gray-50">
383
+ <td class="py-3 px-4">Inventory Turns</td>
384
+ <td class="py-3 px-4">4.2x</td>
385
+ <td class="py-3 px-4">5.7x</td>
386
+ <td class="py-3 px-4 text-green-600 font-bold">+36%</td>
387
+ </tr>
388
+ <tr>
389
+ <td class="py-3 px-4">Service Labor Productivity</td>
390
+ <td class="py-3 px-4">100%</td>
391
+ <td class="py-3 px-4">122%</td>
392
+ <td class="py-3 px-4 text-green-600 font-bold">+22%</td>
393
+ </tr>
394
+ </tbody>
395
+ </table>
396
+ </div>
397
+
398
+ <div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 mb-6">
399
+ <div class="flex">
400
+ <div class="flex-shrink-0">
401
+ <i class="fas fa-lightbulb text-yellow-500 text-xl mt-1 mr-3"></i>
402
+ </div>
403
+ <div>
404
+ <h4 class="font-bold text-gray-800">Key Insight for Albireo</h4>
405
+ <p class="text-gray-700">The greatest margin improvements came from optimizing field service operations - an area Albireo has specifically called out in recent investor communications.</p>
406
+ </div>
407
+ </div>
408
+ </div>
409
+
410
+ <div class="flex justify-center mt-8">
411
+ <button onclick="closeModal()" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-6 rounded mr-4">
412
+ Close
413
+ </button>
414
+ <button class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-2 px-6 border border-blue-600 rounded">
415
+ <i class="fas fa-download mr-2"></i> Download Full Report
416
+ </button>
417
+ </div>
418
+ </div>
419
+ </div>
420
+
421
+ <!-- Testimonials -->
422
+ <section class="py-20 bg-white">
423
+ <div class="container mx-auto px-6">
424
+ <div class="text-center mb-16">
425
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">What Energy Executives Say</h2>
426
+ <div class="w-24 h-1 bg-blue-600 mx-auto mb-6"></div>
427
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
428
+ Hear from leaders who've successfully delivered on investor commitments with our help
429
+ </p>
430
+ </div>
431
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
432
+ <!-- Testimonial 1 -->
433
+ <div class="bg-gray-50 p-8 rounded-xl">
434
+ <div class="flex items-center mb-6">
435
+ <div class="text-yellow-400 text-2xl mr-2">
436
+ <i class="fas fa-star"></i>
437
+ <i class="fas fa-star"></i>
438
+ <i class="fas fa-star"></i>
439
+ <i class="fas fa-star"></i>
440
+ <i class="fas fa-star"></i>
441
+ </div>
442
+ </div>
443
+ <p class="text-gray-600 italic mb-6">
444
+ "Xcelerant helped us deliver 380bps of margin improvement in just 9 months - allowing us to exceed our investor commitments. Their focus on measurable, reportable results was exactly what we needed."
445
+ </p>
446
+ <div class="flex items-center">
447
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
448
+ <div>
449
+ <h4 class="font-bold">Michael Rodriguez</h4>
450
+ <p class="text-gray-500 text-sm">CFO, PowerGrid Solutions</p>
451
+ </div>
452
+ </div>
453
+ </div>
454
+ <!-- Testimonial 2 -->
455
+ <div class="bg-gray-50 p-8 rounded-xl">
456
+ <div class="flex items-center mb-6">
457
+ <div class="text-yellow-400 text-2xl mr-2">
458
+ <i class="fas fa-star"></i>
459
+ <i class="fas fa-star"></i>
460
+ <i class="fas fa-star"></i>
461
+ <i class="fas fa-star"></i>
462
+ <i class="fas fa-star"></i>
463
+ </div>
464
+ </div>
465
+ <p class="text-gray-600 italic mb-6">
466
+ "The inventory optimization program reduced our working capital by $28M while maintaining 99% service levels. This was a game-changer for our balance sheet and investor perception."
467
+ </p>
468
+ <div class="flex items-center">
469
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
470
+ <div>
471
+ <h4 class="font-bold">Sarah Chen</h4>
472
+ <p class="text-gray-500 text-sm">VP Operations, EnergyControl Inc.</p>
473
+ </div>
474
+ </div>
475
+ </div>
476
+ </div>
477
+ </div>
478
+ </section>
479
+
480
+ <!-- CTA -->
481
+ <section class="gradient-bg text-white py-20">
482
+ <div class="container mx-auto px-6 text-center">
483
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Help Albireo Deliver on Investor Commitments?</h2>
484
+ <p class="text-xl mb-8 max-w-2xl mx-auto">
485
+ Let's discuss how we can translate Albireo's public improvement goals into measurable operational results.
486
+ </p>
487
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
488
+ <button class="bg-white hover:bg-gray-100 text-blue-600 font-bold py-3 px-8 rounded-full transition duration-300">
489
+ <i class="fas fa-phone-alt mr-2"></i> Schedule Call
490
+ </button>
491
+ <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">
492
+ <i class="fas fa-envelope mr-2"></i> Request Investor Deck
493
+ </button>
494
+ </div>
495
+ </div>
496
+ </section>
497
+
498
+ <!-- Footer -->
499
+ <footer class="bg-gray-900 text-white py-12">
500
+ <div class="container mx-auto px-6">
501
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
502
+ <div>
503
+ <h3 class="text-xl font-bold mb-4">Xcelerant Consulting</h3>
504
+ <p class="text-gray-400">
505
+ Specializing in operational excellence and investor-aligned transformations for energy companies.
506
+ </p>
507
+ </div>
508
+ <div>
509
+ <h4 class="font-semibold mb-4">Investor-Focused Services</h4>
510
+ <ul class="space-y-2 text-gray-400">
511
+ <li><a href="#" class="hover:text-white transition">Margin Expansion</a></li>
512
+ <li><a href="#" class="hover:text-white transition">Working Capital Optimization</a></li>
513
+ <li><a href="#" class="hover:text-white transition">Digital Transformation</a></li>
514
+ <li><a href="#" class="hover:text-white transition">Investor Communication</a></li>
515
+ </ul>
516
+ </div>
517
+ <div>
518
+ <h4 class="font-semibold mb-4">Energy Specialties</h4>
519
+ <ul class="space-y-2 text-gray-400">
520
+ <li><a href="#" class="hover:text-white transition">Energy Services</a></li>
521
+ <li><a href="#" class="hover:text-white transition">Control Systems</a></li>
522
+ <li><a href="#" class="hover:text-white transition">Smart Infrastructure</a></li>
523
+ <li><a href="#" class="hover:text-white transition">Utility Solutions</a></li>
524
+ </ul>
525
+ </div>
526
+ <div>
527
+ <h4 class="font-semibold mb-4">Contact</h4>
528
+ <address class="not-italic text-gray-400">
529
+ <p class="mb-2">123 Business Ave</p>
530
+ <p class="mb-2">New York, NY 10001</p>
531
+ <p class="mb-2">Phone: (555) 123-4567</p>
532
+ <p class="mb-4">Email: investors@xcelerant.com</p>
533
+ <div class="flex space-x-4">
534
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin text-xl"></i></a>
535
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter text-xl"></i></a>
536
+ </div>
537
+ </address>
538
+ </div>
539
+ </div>
540
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500">
541
+ <p>&copy; 2023 Xcelerant Consulting. All rights reserved.</p>
542
+ </div>
543
+ </div>
544
+ </footer>
545
+
546
+ <script>
547
+ // Modal functionality
548
+ function openModal() {
549
+ document.getElementById('caseStudyModal').style.display = 'block';
550
+ }
551
+
552
+ function closeModal() {
553
+ document.getElementById('caseStudyModal').style.display = 'none';
554
+ }
555
+
556
+ // Close modal when clicking outside
557
+ window.onclick = function(event) {
558
+ const modal = document.getElementById('caseStudyModal');
559
+ if (event.target == modal) {
560
+ modal.style.display = 'none';
561
+ }
562
+ }
563
+
564
+ // Simple animation for cards on scroll
565
+ document.addEventListener('DOMContentLoaded', function() {
566
+ const cards = document.querySelectorAll('.card-hover');
567
+
568
+ const observer = new IntersectionObserver((entries) => {
569
+ entries.forEach(entry => {
570
+ if (entry.isIntersecting) {
571
+ entry.target.style.opacity = 1;
572
+ entry.target.style.transform = 'translateY(0)';
573
+ }
574
+ });
575
+ }, { threshold: 0.1 });
576
+
577
+ cards.forEach(card => {
578
+ card.style.opacity = 0;
579
+ card.style.transform = 'translateY(20px)';
580
+ card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
581
+ observer.observe(card);
582
+ });
583
+
584
+ // Smooth scrolling for anchor links
585
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
586
+ anchor.addEventListener('click', function (e) {
587
+ e.preventDefault();
588
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
589
+ behavior: 'smooth'
590
+ });
591
+ });
592
+ });
593
+ });
594
+ </script>
595
+ <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/xcc2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
596
+ </html>
prompts.txt ADDED
File without changes