DjayChucko commited on
Commit
8d1d693
·
verified ·
1 Parent(s): fd39c94

Manual changes saved

Browse files
Files changed (1) hide show
  1. value-mapper.html +99 -189
value-mapper.html CHANGED
@@ -78,31 +78,31 @@ tailwind.config = {
78
  <div class="text-center mb-6 bg-[#3D1862] p-6 rounded-2xl shadow-2xl border-t-4 border-primary hover:border-secondary transition-all duration-300 backdrop-blur-sm">
79
  <h1 class="text-3xl sm:text-4xl font-heading font-extrabold text-white mb-3 leading-tight">
80
  Pod Value Mapper
81
- </h1>
82
- <div class="flex justify-center mb-6">
83
- <img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/PublicEducationPod-Illustration-transparent.png" alt="Pod Value Mapper" class="h-48 w-auto">
84
- </div>
85
  <div class="mb-10 p-6 bg-gradient-to-tr from-indigo-200 to-purple-200 rounded-xl shadow-xl no-print hover:shadow-2xl transition-shadow duration-300 backdrop-blur-sm hovered-element">
86
  <div class="relative">
87
  <select id="industry-selector" onchange="updateContent()" class="block w-full py-3 px-4 pr-10 border-2 border-white rounded-xl text-base font-semibold text-black bg-white/90 focus:ring-4 focus:ring-secondary focus:border-secondary transition duration-200 shadow-lg">
88
  <option value="placeholder" disabled="" selected="" class="text-gray-600">
89
  - Choose Industry to Map -
90
- </option>
91
- <option value="Financial Services and Insurance">Financial Services and Insurance</option>
92
- <option value="Healthcare and Biotechnology">Healthcare and Biotechnology</option>
93
- <option value="E-commerce and Retail">E-commerce and Retail</option>
94
- <option value="Media and Entertainment">Media and Entertainment</option>
95
- <option value="Gaming">Gaming</option>
96
- <option value="Public Education and Research">Public Education & Research</option>
97
- <option value="Government and Public Sector">Government and Public Sector</option>
98
- <option value="Cyber">Cyber</option>
99
- <option value="Manufacturing">Manufacturing</option>
100
- <option value="Energy">Energy</option>
101
- <option value="Logistics">Logistics</option>
102
- <option value="Transport">Transport</option>
103
- <option value="Technology/SaaS">Technology/SaaS</option>
104
- <option value="Startup">Startup</option>
105
- </select>
106
  </div>
107
  </div>
108
  <p class="text-lg text-white font-light text-center">
@@ -111,40 +111,7 @@ Pod Value Mapper
111
  <div class="my-4 h-0.5 w-1/4 mx-auto bg-black"></div>
112
  <p class="text-base text-white mb-4">
113
  Rapidly link known industry challenges to Scaleway products and <strong>unique values</strong>:
114
- <!DOCTYPE html>
115
- <html lang="en">
116
- <head>
117
- <meta charset="UTF-8">
118
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
119
- <title>McGPT Components</title>
120
-
121
- <link rel="preconnect" href="https://fonts.googleapis.com">
122
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
123
- <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap" rel="stylesheet">
124
-
125
- <script src="https://cdn.tailwindcss.com"></script>
126
- <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
127
-
128
- <script>
129
- tailwind.config = {
130
- darkMode: 'class',
131
- theme: {
132
- extend: {
133
- colors: {
134
- primary: '#6366f1',
135
- secondary: '#8b5cf6',
136
- dark: '#1e293b'
137
- },
138
- fontFamily: {
139
- 'grotesk': ['Space Grotesk', 'sans-serif']
140
- }
141
- }
142
- }
143
- }
144
- </script>
145
- </head>
146
- <body class="bg-purple-900 p-10" style="background-image: radial-gradient(circle at 25% 25%, rgba(59, 7, 100, 0.4) 0%, rgba(59, 7, 100, 0) 50%), radial-gradient(circle at 75% 75%, rgba(76, 29, 149, 0.4) 0%, rgba(76, 29, 149, 0) 50%);">
147
-
148
  <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 max-w-5xl mx-auto">
149
 
150
  <div class="bg-white/5 backdrop-blur-md border border-white/10 rounded-xl p-6 text-center shadow-lg">
@@ -177,16 +144,8 @@ Rapidly link known industry challenges to Scaleway products and <strong>unique v
177
 
178
  </div>
179
 
180
- <script>
181
- feather.replace();
182
- </script>
183
-
184
- </body>
185
- </html>
186
-
187
  </div>
188
  </div>
189
- </div>
190
  <div id="initial-message" class="text-center p-12 rounded-xl bg-gray-800/80 text-gray-300 border-2 border-dashed border-gray-600 hover:border-primary transition-colors duration-300 backdrop-blur-sm mx-16 my-8">
191
  <p class="text-lg font-medium hovered-element">Please select an industry from the dropdown above to reveal targeted value mapping, discovery questions, and permission-based openers.</p>
192
  </div>
@@ -195,7 +154,7 @@ Rapidly link known industry challenges to Scaleway products and <strong>unique v
195
  <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#C43BFF]"></span>
196
  </h2>
197
  <div class="bg-gray-800/90 p-8 rounded-xl shadow-lg border-l-4 border-secondary backdrop-blur-sm">
198
- <h3 class="text-xl font-heading font-bold mb-6 text-white">Recommended Value Proposition & Product Focus</h3>
199
  <div id="value-drivers" class="space-y-4 text-gray-200 text-base">
200
  </div>
201
  </div>
@@ -217,7 +176,7 @@ Rapidly link known industry challenges to Scaleway products and <strong>unique v
217
 
218
  </div>
219
  </main>
220
- <div class="py-24"></div>
221
  <footer class="bg-purple-800/80 dark:bg-purple-800/80 backdrop-blur-sm border-t border-gray-700">
222
  <div class="container mx-auto px-4 py-8">
223
  <div class="flex flex-col md:flex-row justify-between items-center">
@@ -230,7 +189,7 @@ Rapidly link known industry challenges to Scaleway products and <strong>unique v
230
  </p>
231
 
232
  <div class="mt-8 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm text-gray-500 dark:text-gray-400">
233
- <p>&copy; 2025 McGPT. All rights reserved.</p>
234
  </div>
235
  </div>
236
  </footer>
@@ -270,107 +229,106 @@ Rapidly link known industry challenges to Scaleway products and <strong>unique v
270
  // Feather Icons
271
  feather.replace();
272
 
273
- // JavaScript for Dynamic Content Loading and PDF
274
- const INDUSTRY_DATA = {
275
- "Financial Services and Insurance": {
276
- valueDrivers: "Value Drivers: Data Sovereignty, Security, Compliance (GDPR, PCI-DSS), Low-Latency. Product Focus: Private Cloud, Bare Metal.",
277
  dq1: "How are you currently addressing the rising costs and complexity of maintaining GDPR and PCI-DSS compliance across your cloud infrastructure?",
278
- pbo1: "Can I share how we help with data sovereignty using our EU-based infrastructure?",
279
- dq2: "To what extent are your current cloud/infrastructure choices impacting your ability to meet strict regulatory requirements like GDPR or PCI-DSS, especially around data sovereignty and low-latency access?",
280
- pbo2: "Can we quickly discuss how our Private Cloud meets GDPR/PCI-DSS needs?"
281
- },
282
  "Healthcare and Biotechnology": {
283
- valueDrivers: "Value Drivers: Secure & Compliant Infrastructure (HDS), AI/ML for Research, HPC. Product Focus: Object Storage, GPU Instances, AI Tools.",
284
  dq1: "What infrastructure challenges are currently slowing down your R&D teams when running large-scale AI models on sensitive patient data?",
285
- pbo1: "Can I show you how our tools simplify deployment?",
286
- dq2: "When scaling your AI/ML research or HPC workloads, what are the biggest challenges you face today in ensuring both HDS compliance and getting performant access to massive data sets?",
287
- pbo2: "Can I share how our GPU instances accelerate research securely?"
288
- },
289
  "E-commerce and Retail": {
290
- valueDrivers: "Value Drivers: Scalability, Performance (Peak Loads), Edge Computing, Real-time Analytics. Product Focus: Load Balancers, Edge Computing, Managed Kubernetes (Kapsule).",
291
  dq1: "How quickly and cost-effectively can you scale your infrastructure to handle Black Friday-level traffic spikes without over-provisioning for the rest of the year?",
292
- pbo1: "Can I show you our transparent pricing vs US hyperscalers?",
293
- dq2: "How is your current infrastructure handling unexpected peak loads and the demands of real-time analytics, particularly as you expand your footprint into Edge Computing environments?",
294
- pbo2: "Can I show you how we handle traffic spikes with Load Balancers?"
295
- },
296
  "Media and Entertainment": {
297
- valueDrivers: "Value Drivers: Massive Object Storage, High-Bandwidth, Cost-Effective GPU Rendering, Open-Source Tools. Product Focus: Object Storage, Dedicated Servers, CDN.",
298
  dq1: "Are you facing constraints or unexpected costs when archiving massive volumes of high-resolution content or delivering media globally at high quality?",
299
- pbo1: "Can we discuss avoiding vendor lock-in with our open ecosystem?",
300
- dq2: "When you look at your overall rendering and distribution pipeline, where are you seeing the biggest bottlenecks in terms of high-bandwidth data transfer and cost-effective GPU access for large rendering jobs?",
301
- pbo2: "Can I show you how we cut rendering costs with our storage?"
302
- },
303
  "Gaming": {
304
- valueDrivers: "Value Drivers: Low-Latency, High-Availability, Cost-Effective GPU Instances, Developer-Centric Tools. Product Focus: Load Balancers, Bare Metal, GPU Instances.",
305
  dq1: "What are the key technical barriers your players are reporting around in-game latency or server downtime that directly impact retention rates?",
306
- pbo1: "Most of our customers appreciate a seamless, developer-centric experience and easy-to-use console. Are you open to a quick overview of how our tools simplify deployment and management?",
307
- dq2: "For your performance-critical applications, what is the key trade-off you are currently making between achieving low-latency/high-availability and maintaining a cost-effective environment for your GPU-intensive workloads?",
308
- pbo2: "Can I share how our Bare Metal balances cost and performance?"
309
- },
310
  "Education and Research": {
311
- valueDrivers: "Value Drivers: Cost-Effective HPC/GPU, Secure & Scalable, Open-Source for Collaboration. Product Focus: GPU Instances, Kubernetes, IAM.",
312
  dq1: "If budget weren't a constraint, what scientific or research challenges would your team tackle if they had access to significantly more computational (GPU) power?",
313
- pbo1: "Many companies are concerned about long-term vendor lock-in and rising egress costs. Would it be helpful to discuss how our open-source ecosystem helps customers avoid those challenges?",
314
- dq2: "Regarding your HPC and GPU projects, how effectively is your current Kubernetes environment balancing the need for cost-effective scaling with the security and access control required for collaborative work?",
315
- pbo2: "Can I explain our GPU instances for secure HPC environments?"
316
- },
317
  "Government and Public Sector": {
318
- valueDrivers: "Value Drivers: Strict Data Sovereignty (European Cloud), SecNumCloud Readiness, Compliance. Product Focus: Private Cloud, Dedicated Servers.",
319
- dq1: "In your digital transformation roadmap, what are the primary risks or hurdles associated with relying on non-European cloud providers for sensitive citizen data?",
320
  pbo1: "When we speak with European leaders, data sovereignty is often a top priority. Do you mind if I share how Scaleway addresses those requirements with our certified, local infrastructure?",
321
- dq2: "How challenging is it for your organization to maintain strict European data sovereignty and pursue certifications like SecNumCloud while trying to manage your core infrastructure needs?",
322
- pbo2: "Can I show you our SecNumCloud-ready Private Cloud?"
323
- },
324
  "Cyber": {
325
- valueDrivers: "Value Drivers: Data Sovereignty as Defense, Private Networking, AI/ML for Threat Detection, Transparent Billing. Product Focus: Private Network (VPC), Bare Metal, AI Tools.",
326
- dq1: "How is your team utilizing (or planning to utilize) AI and European-local data processing to enhance your real-time threat detection and response capabilities?",
327
- pbo1: "I often hear that predictable billing and cost efficiency are key concerns when scaling. May I share a few ways Scaleway ensures complete cost transparency compared to US hyperscalers?",
328
- dq2: "What is the current level of confidence in your existing private networking setup regarding its ability to leverage AI/ML for threat detection while firmly upholding your data sovereignty principles?",
329
- pbo2: "Can I share how Bare Metal + VPC enhances security?"
330
- },
331
  "Manufacturing": {
332
- valueDrivers: "Value Drivers: Edge Computing (IoT Data), AI/ML for Predictive Maintenance, Open-Source Integration. Product Focus: Edge Computing, AI Tools, Object Storage.",
333
  dq1: "What percentage of unscheduled downtime could be saved if you could process IoT sensor data at the edge for instant, localized predictive maintenance?",
334
- pbo1: "Many companies are concerned about long-term vendor lock-in and rising egress costs. Would it be helpful to discuss how our open-source ecosystem helps customers avoid those challenges?",
335
- dq2: "When deploying AI/ML for predictive maintenance using IoT data at the edge, what is the biggest technical roadblock you encounter regarding data storage, processing, or open-source integration?",
336
- pbo2: "Can I show you our Edge solutions for predictive maintenance?"
337
- },
338
  "Energy": {
339
- valueDrivers: "Value Drivers: Sustainability, AI/ML for Grid Optimization, Data Sovereignty. Product Focus: AI Tools, Managed Databases.",
340
  dq1: "Given the move toward renewables, what is the biggest infrastructure challenge you face when trying to predict supply and demand volatility for grid optimization?",
341
  pbo1: "When we speak with European leaders, data sovereignty is often a top priority. Do you mind if I share how Scaleway addresses those requirements with our certified, local infrastructure?",
342
- dq2: "As you pursue sustainability goals, how successful has your team been in deploying AI/ML tools for initiatives like grid optimization while also adhering to strict data sovereignty mandates?",
343
- pbo2: "Can I share how our AI tools optimize energy grids?"
344
- },
345
  "Logistics": {
346
- valueDrivers: "Value Drivers: Edge Computing (Real-time Tracking), AI/ML for Optimization, Transparent Billing. Product Focus: Edge Computing, Managed Databases, AI Tools.",
347
- dq1: "If you could achieve a 5% improvement in route efficiency through real-time AI analysis, how quickly would that translate into measurable fuel and labor cost savings?",
348
- pbo1: "I often hear that predictable billing and cost efficiency are key concerns when scaling. May I share a few ways Scaleway ensures complete cost transparency compared to US hyperscalers?",
349
- dq2: "In your real-time tracking and Edge Computing projects, how are you ensuring both fast, reliable data processing and clear, transparent billing when leveraging AI/ML for optimization?",
350
- pbo2: "Can I show our Edge + AI solution with clear pricing?"
351
- },
352
  "Transport": {
353
- valueDrivers: "Value Drivers: Low-Latency, HPC for Simulation, Developer-Centric Tools. Product Focus: Edge Computing, GPU Instances, HPC.",
354
- dq1: "How satisfied are your engineering teams with the current cost and turnaround time of running large-scale simulations for new vehicle development or autonomous systems?",
355
- pbo1: "Most of our customers appreciate a seamless, developer-centric experience and easy-to-use console. Are you open to a quick overview of how our tools simplify deployment and management?",
356
- dq2: "For your high-stakes HPC simulations, where are you currently seeing the most significant constraints on achieving optimal low-latency performance and providing your developers with the best tools?",
357
- pbo2: "Can I share our GPU instances for low-latency simulation?"
358
- },
359
  "Technology/SaaS": {
360
- valueDrivers: "Value Drivers: Developer-Centric Tools, Cost-Effectiveness for Scale-ups, Open-Source Agility, Transparent Billing. Product Focus: Kubernetes (Kapsule), Managed Databases, GPU Instances.",
361
- dq1: "What is the highest friction point your development teams experience when trying to deploy, scale, or manage your core application across different environments?",
362
- pbo1: "Many companies are concerned about long-term vendor lock-in and rising egress costs. Would it be helpful to discuss how our open-source ecosystem helps customers avoid those challenges?",
363
- dq2: "As a scale-up, how are you balancing the need for rapid open-source agility and developer-centric tools with the challenge of maintaining long-term cost-effectiveness and transparent billing across your infrastructure?",
364
- pbo2: "Can I show you our cost-effective Kubernetes for scale-ups?"
365
- },
366
- // NEW CATEGORY ADDED: Startup
367
  "Startup": {
368
- valueDrivers: "Value Drivers: Cost-Effectiveness, Developer-Centric Tools, Agility/Time-to-Market, Open-Source Ecosystem. Product Focus: Managed Kubernetes (Kapsule), Managed Databases, Free Tier, GPU Instances (for early AI development).",
369
  dq1: "As you scale rapidly, what are your biggest concerns regarding unpredictable cloud costs, especially related to data egress and vendor lock-in?",
370
- pbo1: "I often hear that predictable billing and cost efficiency are key concerns when scaling. May I share a few ways Scaleway ensures complete cost transparency compared to US hyperscalers?",
371
  dq2: "What friction points are your developers currently facing when deploying new features, and how important is using open-source tools to maintain agility?",
372
- pbo2: "Can we discuss avoiding lock-in with our open ecosystem?"
373
- }
374
  };
375
 
376
  function updateContent() {
@@ -415,54 +373,6 @@ dq2: "When you look at your overall rendering and distribution pipeline, where a
415
  // Scroll smoothly to the newly displayed content
416
  dynamicArea.scrollIntoView({ behavior: 'smooth', block: 'start' });
417
  }
418
- // Function to export data as PDF
419
- function exportToPDF() {
420
- const industry = document.getElementById('industry-selector').value;
421
- const valueDrivers = document.getElementById('value-drivers').textContent;
422
- const dq1 = document.getElementById('dq1').textContent;
423
- const dq2 = document.getElementById('dq2').textContent;
424
-
425
- // Create PDF document
426
- const { jsPDF } = window.jspdf;
427
- const doc = new jsPDF();
428
-
429
- // Add title
430
- doc.setFontSize(20);
431
- doc.setTextColor(85, 33, 148); // #552194
432
- doc.text(`Pod Value Mapper - ${industry}`, 105, 20, { align: 'center' });
433
-
434
- // Add value drivers section
435
- doc.setFontSize(16);
436
- doc.setTextColor(85, 33, 148);
437
- doc.text('Value Proposition & Product Focus', 15, 40);
438
-
439
- doc.setFontSize(12);
440
- doc.setTextColor(0, 0, 0);
441
- const valueLines = doc.splitTextToSize(valueDrivers, 180);
442
- doc.text(valueLines, 15, 50);
443
-
444
- // Add discovery questions
445
- doc.setFontSize(16);
446
- doc.setTextColor(85, 33, 148);
447
- doc.text('Discovery Questions', 15, 100);
448
-
449
- // Question 1
450
- doc.setFontSize(14);
451
- doc.text('1:', 15, 110);
452
- doc.setFont('normal');
453
- doc.setFontSize(12);
454
- doc.text(dq1, 25, 110);
455
-
456
- // Question 2
457
- doc.setFontSize(14);
458
- doc.text('2:', 15, 130);
459
- doc.setFont('normal');
460
- doc.setFontSize(12);
461
- doc.text(dq2, 25, 130);
462
-
463
- // Save the PDF
464
- doc.save(`McGPT_ValueMapper_${industry.replace(/\s+/g, '_')}.pdf`);
465
- }
466
  // Initialize to ensure the hidden/shown states are correct on load
467
  window.onload = updateContent;
468
  </script>
 
78
  <div class="text-center mb-6 bg-[#3D1862] p-6 rounded-2xl shadow-2xl border-t-4 border-primary hover:border-secondary transition-all duration-300 backdrop-blur-sm">
79
  <h1 class="text-3xl sm:text-4xl font-heading font-extrabold text-white mb-3 leading-tight">
80
  Pod Value Mapper
81
+ </h1>
82
+ <div class="flex justify-center mb-6">
83
+ <img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/PublicEducationPod-Illustration-transparent.png" alt="Pod Value Mapper" class="h-48 w-auto">
84
+ </div>
85
  <div class="mb-10 p-6 bg-gradient-to-tr from-indigo-200 to-purple-200 rounded-xl shadow-xl no-print hover:shadow-2xl transition-shadow duration-300 backdrop-blur-sm hovered-element">
86
  <div class="relative">
87
  <select id="industry-selector" onchange="updateContent()" class="block w-full py-3 px-4 pr-10 border-2 border-white rounded-xl text-base font-semibold text-black bg-white/90 focus:ring-4 focus:ring-secondary focus:border-secondary transition duration-200 shadow-lg">
88
  <option value="placeholder" disabled="" selected="" class="text-gray-600">
89
  - Choose Industry to Map -
90
+ </option>
91
+ <option value="Financial Services and Insurance">Financial Services and Insurance</option>
92
+ <option value="Healthcare and Biotechnology">Healthcare and Biotechnology</option>
93
+ <option value="E-commerce and Retail">E-commerce and Retail</option>
94
+ <option value="Media and Entertainment">Media and Entertainment</option>
95
+ <option value="Gaming">Gaming</option>
96
+ <option value="Education and Research">Public Sector and Education</option>
97
+ <option value="Government and Public Sector">Government and Public Sector</option>
98
+ <option value="Cyber">Cyber</option>
99
+ <option value="Manufacturing">Manufacturing</option>
100
+ <option value="Energy">Energy</option>
101
+ <option value="Logistics">Logistics</option>
102
+ <option value="Transport">Transport</option>
103
+ <option value="Technology/SaaS">Technology/SaaS</option>
104
+ <option value="Startup">Startup</option>
105
+ </select>
106
  </div>
107
  </div>
108
  <p class="text-lg text-white font-light text-center">
 
111
  <div class="my-4 h-0.5 w-1/4 mx-auto bg-black"></div>
112
  <p class="text-base text-white mb-4">
113
  Rapidly link known industry challenges to Scaleway products and <strong>unique values</strong>:
114
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 max-w-5xl mx-auto">
116
 
117
  <div class="bg-white/5 backdrop-blur-md border border-white/10 rounded-xl p-6 text-center shadow-lg">
 
144
 
145
  </div>
146
 
 
 
 
 
 
 
 
147
  </div>
148
  </div>
 
149
  <div id="initial-message" class="text-center p-12 rounded-xl bg-gray-800/80 text-gray-300 border-2 border-dashed border-gray-600 hover:border-primary transition-colors duration-300 backdrop-blur-sm mx-16 my-8">
150
  <p class="text-lg font-medium hovered-element">Please select an industry from the dropdown above to reveal targeted value mapping, discovery questions, and permission-based openers.</p>
151
  </div>
 
154
  <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#C43BFF]"></span>
155
  </h2>
156
  <div class="bg-gray-800/90 p-8 rounded-xl shadow-lg border-l-4 border-secondary backdrop-blur-sm">
157
+ <h3 class="text-xl font-heading font-bold mb-6 text-white">Value Proposition & Suggested Product Focus</h3>
158
  <div id="value-drivers" class="space-y-4 text-gray-200 text-base">
159
  </div>
160
  </div>
 
176
 
177
  </div>
178
  </main>
179
+ <div class="py-12"></div>
180
  <footer class="bg-purple-800/80 dark:bg-purple-800/80 backdrop-blur-sm border-t border-gray-700">
181
  <div class="container mx-auto px-4 py-8">
182
  <div class="flex flex-col md:flex-row justify-between items-center">
 
189
  </p>
190
 
191
  <div class="mt-8 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm text-gray-500 dark:text-gray-400">
192
+ <p>&copy; 2023 McGPT Navigator. All rights reserved.</p>
193
  </div>
194
  </div>
195
  </footer>
 
229
  // Feather Icons
230
  feather.replace();
231
 
232
+ // JavaScript for Dynamic Content Loading
233
+ const INDUSTRY_DATA = {
234
+ "Financial Services and Insurance": {
235
+ valueDrivers: "Value Drivers: Data Sovereignty, Security, Compliance (GDPR, PCI-DSS), Low-Latency. Product Focus: Private Cloud, Bare Metal (now called Elastic Metal), SecNumCloud-ready options.",
236
  dq1: "How are you currently addressing the rising costs and complexity of maintaining GDPR and PCI-DSS compliance across your cloud infrastructure?",
237
+ pbo1: "I noticed you operate in the financial sector. Many of our clients are focused on data sovereignty. Can I share how our EU-based infrastructure helps with that?",
238
+ dq2: "To what extent are your current cloud choices impacting your ability to meet strict regulatory requirements like GDPR, especially around data sovereignty and low-latency access?",
239
+ pbo2: "Would you be open to a quick discussion on how our Private Cloud and SecNumCloud-ready solutions are designed to meet strict GDPR/PCI-DSS needs?"
240
+ },
241
  "Healthcare and Biotechnology": {
242
+ valueDrivers: "Value Drivers: Secure & Compliant Infrastructure (HDS), AI/ML for Research, High-Performance Compute (HPC). Product Focus: Object Storage, GPU Instances, AI Inference Servers.",
243
  dq1: "What infrastructure challenges are currently slowing down your R&D teams when running large-scale AI models on sensitive patient data?",
244
+ pbo1: "We see many healthcare firms leveraging AI for research. Can I show you how our GPU instances and AI tools simplify the deployment of those models securely?",
245
+ dq2: "When scaling your AI/ML research or HPC workloads, what are the biggest challenges you face in ensuring both HDS compliance and performant access to massive datasets?",
246
+ pbo2: "Could I share how our GPU instances and secure Object Storage are helping accelerate research while maintaining compliance?"
247
+ },
248
  "E-commerce and Retail": {
249
+ valueDrivers: "Value Drivers: Scalability, Performance (Peak Loads), Edge Computing, Real-time Analytics. Product Focus: Load Balancers, Edge Services, Managed Kubernetes (Kapsule), CDN.",
250
  dq1: "How quickly and cost-effectively can you scale your infrastructure to handle Black Friday-level traffic spikes without over-provisioning for the rest of the year?",
251
+ pbo1: "Your success depends on handling peak traffic seamlessly. Can I show you our transparent pricing for scalable infrastructure compared to the major US hyperscalers?",
252
+ dq2: "How is your current infrastructure handling unexpected peak loads and the demands of real-time analytics, particularly as you expand your footprint into Edge environments?",
253
+ pbo2: "Handling traffic spikes is crucial. Would you be interested in seeing how our Load Balancers and Managed Kubernetes can manage that automatically?"
254
+ },
255
  "Media and Entertainment": {
256
+ valueDrivers: "Value drivers: Massive Object Storage, High-Bandwidth, Cost-Effective GPU Rendering, Open-Source Tools. Product Focus: Object Storage, Elastic Metal servers, Content Delivery Network (CDN).",
257
  dq1: "Are you facing constraints or unexpected costs when archiving massive volumes of high-resolution content or delivering media globally at high quality?",
258
+ pbo1: "We help media companies avoid vendor lock-in with our S3-compatible, open ecosystem. Is that something you'd be open to discussing?",
259
+ dq2: "When you look at your overall rendering and distribution pipeline, where are you seeing the biggest bottlenecks in terms of high-bandwidth data transfer and cost-effective GPU access?",
260
+ pbo2: "Many studios are looking to cut rendering costs. Can I show you how our Object Storage and powerful GPU instances achieve that?"
261
+ },
262
  "Gaming": {
263
+ valueDrivers: "Value Drivers: Low-Latency, High-Availability, Cost-Effective GPU Instances, Developer-Centric Tools. Product Focus: Load Balancers, Elastic Metal, GPU Instances.",
264
  dq1: "What are the key technical barriers your players are reporting around in-game latency or server downtime that directly impact retention rates?",
265
+ pbo1: "Our customers often mention they appreciate a seamless, developer-centric experience. Are you open to a quick overview of how our tools simplify deployment and management?",
266
+ dq2: "For your performance-critical applications, what is the key trade-off you are currently making between achieving low-latency and maintaining a cost-effective environment for your GPU workloads?",
267
+ pbo2: "We find many studios want to balance cost and performance. Can I share how our Elastic Metal servers are designed for exactly that?"
268
+ },
269
  "Education and Research": {
270
+ valueDrivers: "Value drivers: Cost-Effective HPC/GPU, Secure & Scalable, Open-Source for Collaboration. Product Focus: GPU Instances, Managed Kubernetes (Kapsule), Identity and Access Management (IAM).",
271
  dq1: "If budget weren't a constraint, what scientific or research challenges would your team tackle if they had access to significantly more computational (GPU) power?",
272
+ pbo1: "Many institutions are concerned about long-term vendor lock-in and rising data costs. Would it be helpful to discuss how our open-source ecosystem helps avoid those challenges?",
273
+ dq2: "Regarding your HPC and GPU projects, how effectively is your current Kubernetes environment balancing the need for cost-effective scaling with the security required for collaborative work?",
274
+ pbo2: "We can help make powerful tools more accessible. Can I briefly explain how our GPU instances are used in secure HPC environments?"
275
+ },
276
  "Government and Public Sector": {
277
+ valueDrivers: "Value Drivers: Strict Data Sovereignty (European Cloud), SecNumCloud Readiness, Compliance. Product Focus: Private Cloud, Elastic Metal, SecNumCloud options.",
278
+ dq1: "In your digital transformation roadmap, what are the primary risks associated with relying on non-European cloud providers for sensitive citizen data?",
279
  pbo1: "When we speak with European leaders, data sovereignty is often a top priority. Do you mind if I share how Scaleway addresses those requirements with our certified, local infrastructure?",
280
+ dq2: "How challenging is it for your organization to maintain strict European data sovereignty and pursue certifications like SecNumCloud while managing your core infrastructure needs?",
281
+ pbo2: "Meeting public sector standards is non-negotiable. Can I show you how our SecNumCloud-ready Private Cloud is designed for this?"
282
+ },
283
  "Cyber": {
284
+ valueDrivers: "Value drivers: Data Sovereignty as Defense, Private Networking, AI/ML for Threat Detection, Transparent Billing. Product Focus: Private Network (VPC), Elastic Metal, AI Inference Servers.",
285
+ dq1: "How is your team utilizing (or planning to utilize) AI and European-local data processing to enhance your real-time threat detection capabilities?",
286
+ pbo1: "I often hear that predictable billing is a key concern when scaling security operations. May I share how Scaleway ensures cost transparency compared to US hyperscalers?",
287
+ dq2: "What is your current level of confidence in your existing private networking setup to leverage AI/ML for threat detection while upholding data sovereignty principles?",
288
+ pbo2: "A secure foundation is key. Would you be open to seeing how our Elastic Metal servers combined with a Private Network (VPC) can enhance your security posture?"
289
+ },
290
  "Manufacturing": {
291
+ valueDrivers: "Value drivers: Edge Computing (IoT Data), AI/ML for Predictive Maintenance, Open-Source Integration. Product Focus: Edge Services, AI Inference Servers, Object Storage.",
292
  dq1: "What percentage of unscheduled downtime could be saved if you could process IoT sensor data at the edge for instant, localized predictive maintenance?",
293
+ pbo1: "Many companies are concerned about long-term vendor lock-in. Would it be helpful to discuss how our open-source ecosystem helps customers avoid those challenges?",
294
+ dq2: "When deploying AI/ML for predictive maintenance using IoT data, what is the biggest technical roadblock you encounter regarding data storage, processing, or integration?",
295
+ pbo2: "Processing data at the source is the future. Can I show you our Edge solutions designed specifically for predictive maintenance?"
296
+ },
297
  "Energy": {
298
+ valueDrivers: "Value Drivers: Sustainability, AI/ML for Grid Optimization, Data Sovereignty. Product Focus: AI Inference Servers, Managed Databases.",
299
  dq1: "Given the move toward renewables, what is the biggest infrastructure challenge you face when trying to predict supply and demand volatility for grid optimization?",
300
  pbo1: "When we speak with European leaders, data sovereignty is often a top priority. Do you mind if I share how Scaleway addresses those requirements with our certified, local infrastructure?",
301
+ dq2: "As you pursue sustainability goals, how are you deploying AI/ML tools for initiatives like grid optimization while also adhering to strict data sovereignty mandates?",
302
+ pbo2: "Optimizing energy grids is a complex AI challenge. Can I share how our AI tools and managed databases are being used for this?"
303
+ },
304
  "Logistics": {
305
+ valueDrivers: "Value Drivers: Edge Computing (Real-time Tracking), AI/ML for Optimization, Transparent Billing. Product Focus: Edge Services, Managed Databases, AI Inference Servers.",
306
+ dq1: "If you could achieve a 5% improvement in route efficiency through real-time AI analysis, how quickly would that translate into measurable cost savings?",
307
+ pbo1: "I often hear that predictable billing is a key concern when scaling. May I share how Scaleway ensures complete cost transparency compared to the major hyperscalers?",
308
+ dq2: "In your real-time tracking projects, how are you ensuring both fast data processing at the edge and clear billing when leveraging AI/ML for optimization?",
309
+ pbo2: "We can help you connect real-time data to real-world savings. Can I show you our Edge and AI solution that comes with clear, predictable pricing?"
310
+ },
311
  "Transport": {
312
+ valueDrivers: "Value Drivers: Low-Latency, HPC for Simulation, Developer-Centric Tools. Product Focus: Edge Services, GPU Instances, High-Performance Compute (HPC) options.",
313
+ dq1: "How satisfied are your engineering teams with the current cost and turnaround time of running large-scale simulations for new vehicle development?",
314
+ pbo1: "Our customers appreciate a seamless, developer-centric experience. Are you open to a quick overview of how our tools simplify deployment and management for complex workloads?",
315
+ dq2: "For your high-stakes HPC simulations, where are you currently seeing the most significant constraints on achieving optimal low-latency performance?",
316
+ pbo2: "Simulation speed can be a real competitive advantage. Can I share how our GPU instances are used for low-latency, high-performance simulation?"
317
+ },
318
  "Technology/SaaS": {
319
+ valueDrivers: "Value Drivers: Developer-Centric Tools, Cost-Effectiveness, Open-Source Agility, Transparent Billing. Product Focus: Managed Kubernetes (Kapsule), Managed Databases, GPU Instances.",
320
+ dq1: "What is the highest friction point your development teams experience when trying to deploy, scale, or manage your core application?",
321
+ pbo1: "Many SaaS companies are concerned about long-term vendor lock-in and rising egress fees. Would it be helpful to discuss how our open-source ecosystem helps avoid those challenges?",
322
+ dq2: "As you scale, how are you balancing the need for rapid, open-source agility with the challenge of maintaining cost-effectiveness and transparent billing?",
323
+ pbo2: "We specialize in helping scale-ups grow efficiently. Can I show you how our cost-effective Kubernetes (Kapsule) and managed databases can support your roadmap?"
324
+ },
 
325
  "Startup": {
326
+ valueDrivers: "Value Drivers: Cost-Effectiveness, Developer-Centric Tools, Agility/Time-to-Market, Open-Source Ecosystem. Product Focus: Managed Kubernetes (Kapsule), Managed Databases, Free Tier options, GPU Instances.",
327
  dq1: "As you scale rapidly, what are your biggest concerns regarding unpredictable cloud costs, especially related to data egress and vendor lock-in?",
328
+ pbo1: "I know that predictable billing and cost efficiency are key for startups. May I share how Scaleway ensures cost transparency compared to the big US providers?",
329
  dq2: "What friction points are your developers currently facing when deploying new features, and how important is using open-source tools to maintain agility?",
330
+ pbo2: "We're passionate about helping startups avoid vendor lock-in. Can we discuss how our open ecosystem and developer-friendly tools can support your growth?"
331
+ }
332
  };
333
 
334
  function updateContent() {
 
373
  // Scroll smoothly to the newly displayed content
374
  dynamicArea.scrollIntoView({ behavior: 'smooth', block: 'start' });
375
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
  // Initialize to ensure the hidden/shown states are correct on load
377
  window.onload = updateContent;
378
  </script>