mulmocast-vision 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +102 -0
- package/assets/html/agendaPage.html +13 -0
- package/assets/html/balanceSheetPage.html +29 -0
- package/assets/html/balancedScorecardPage.html +15 -0
- package/assets/html/bcgMatrixPage.html +37 -0
- package/assets/html/beforeAfterPage.html +21 -0
- package/assets/html/benchmarkingTablePage.html +23 -0
- package/assets/html/bubbleChartPlaceholderPage.html +9 -0
- package/assets/html/businessModelCanvasPage.html +14 -0
- package/assets/html/capabilityMaturityPage.html +8 -0
- package/assets/html/cashFlowPage.html +21 -0
- package/assets/html/changeCurvePage.html +11 -0
- package/assets/html/circularEconomyMapPage.html +8 -0
- package/assets/html/communicationPlanPage.html +22 -0
- package/assets/html/complianceHeatmapPage.html +19 -0
- package/assets/html/costStructurePage.html +20 -0
- package/assets/html/csrInitiativesPage.html +8 -0
- package/assets/html/cultureValuesPage.html +21 -0
- package/assets/html/customerJourneyPage.html +21 -0
- package/assets/html/customerSuccessJourneyPage.html +15 -0
- package/assets/html/digitalMaturityPage.html +14 -0
- package/assets/html/driverTreePage.html +20 -0
- package/assets/html/ecosystemMapPage.html +11 -0
- package/assets/html/esgFrameworkPage.html +28 -0
- package/assets/html/executiveSummaryPage.html +15 -0
- package/assets/html/fourPPage.html +36 -0
- package/assets/html/funnelPage.html +8 -0
- package/assets/html/ganttSimplePage.html +21 -0
- package/assets/html/geMcKinseyMatrixPage.html +13 -0
- package/assets/html/heatmapPlaceholderPage.html +24 -0
- package/assets/html/hypothesisPage.html +22 -0
- package/assets/html/innovationFunnelPage.html +13 -0
- package/assets/html/integrationPlanPage.html +21 -0
- package/assets/html/issueTreePage.html +23 -0
- package/assets/html/keyMessageWithSupportsPage.html +13 -0
- package/assets/html/kpiHighlightPage.html +14 -0
- package/assets/html/launchPlanPage.html +29 -0
- package/assets/html/mAPipelinePage.html +16 -0
- package/assets/html/marimekkoPlaceholderPage.html +9 -0
- package/assets/html/marketDriversPage.html +8 -0
- package/assets/html/marketingMixPage.html +11 -0
- package/assets/html/meceListPage.html +15 -0
- package/assets/html/milestoneTimelinePage.html +14 -0
- package/assets/html/npvSummaryPage.html +12 -0
- package/assets/html/okrKpiDashboardPage.html +16 -0
- package/assets/html/optionEvaluationPage.html +23 -0
- package/assets/html/orgChartPage.html +8 -0
- package/assets/html/pLBreakdownPage.html +19 -0
- package/assets/html/partnershipMapPage.html +11 -0
- package/assets/html/personasPage.html +19 -0
- package/assets/html/pipelineFunnelPage.html +8 -0
- package/assets/html/porterFiveForcesPage.html +44 -0
- package/assets/html/positioningMapPage.html +11 -0
- package/assets/html/pricingWaterfallPage.html +8 -0
- package/assets/html/productRoadmapPage.html +15 -0
- package/assets/html/pyramidPrinciplePage.html +27 -0
- package/assets/html/quarterlyRoadmapPage.html +15 -0
- package/assets/html/raciPage.html +23 -0
- package/assets/html/revenueModelPage.html +17 -0
- package/assets/html/riskMitigationPage.html +17 -0
- package/assets/html/salesDashboardPage.html +11 -0
- package/assets/html/scenarioPlanningPage.html +13 -0
- package/assets/html/scqaPage.html +27 -0
- package/assets/html/sectionDividerPage.html +7 -0
- package/assets/html/segmentationPage.html +15 -0
- package/assets/html/sensitivityAnalysisPage.html +22 -0
- package/assets/html/sevenSPage.html +11 -0
- package/assets/html/shareholderValueTreePage.html +8 -0
- package/assets/html/stakeholderMapPage.html +14 -0
- package/assets/html/supportOrgModelPage.html +21 -0
- package/assets/html/surveyResultsPage.html +11 -0
- package/assets/html/sustainabilityRoadmapPage.html +15 -0
- package/assets/html/swotPage.html +36 -0
- package/assets/html/synergyCapturePage.html +8 -0
- package/assets/html/tamSamSomPage.html +11 -0
- package/assets/html/techRoadmapPage.html +15 -0
- package/assets/html/thankYouContactPage.html +24 -0
- package/assets/html/threeCPage.html +28 -0
- package/assets/html/twoByTwoMatrixPage.html +17 -0
- package/assets/html/valueChainPage.html +18 -0
- package/assets/html/waterfallPage.html +8 -0
- package/assets/html2/agendaPage.html +26 -0
- package/assets/html2/balanceSheetPage.html +87 -0
- package/assets/html2/balancedScorecardPage.html +29 -0
- package/assets/html2/bcgMatrixPage.html +165 -0
- package/assets/html2/beforeAfterPage.html +78 -0
- package/assets/html2/benchmarkingTablePage.html +70 -0
- package/assets/html2/bubbleChartPlaceholderPage.html +107 -0
- package/assets/html2/businessModelCanvasPage.html +43 -0
- package/assets/html2/capabilityMaturityPage.html +38 -0
- package/assets/html2/cashFlowPage.html +68 -0
- package/assets/html2/changeCurvePage.html +53 -0
- package/assets/html2/circularEconomyMapPage.html +35 -0
- package/assets/html2/communicationPlanPage.html +82 -0
- package/assets/html2/complianceHeatmapPage.html +42 -0
- package/assets/html2/costStructurePage.html +60 -0
- package/assets/html2/csrInitiativesPage.html +26 -0
- package/assets/html2/cultureValuesPage.html +44 -0
- package/assets/html2/customerJourneyPage.html +68 -0
- package/assets/html2/customerSuccessJourneyPage.html +54 -0
- package/assets/html2/digitalMaturityPage.html +51 -0
- package/assets/html2/driverTreePage.html +92 -0
- package/assets/html2/ecosystemMapPage.html +30 -0
- package/assets/html2/esgFrameworkPage.html +66 -0
- package/assets/html2/executiveSummaryPage.html +27 -0
- package/assets/html2/fourPPage.html +85 -0
- package/assets/html2/funnelPage.html +53 -0
- package/assets/html2/ganttSimplePage.html +56 -0
- package/assets/html2/geMcKinseyMatrixPage.html +43 -0
- package/assets/html2/heatmapPlaceholderPage.html +131 -0
- package/assets/html2/hypothesisPage.html +100 -0
- package/assets/html2/innovationFunnelPage.html +61 -0
- package/assets/html2/integrationPlanPage.html +61 -0
- package/assets/html2/issueTreePage.html +97 -0
- package/assets/html2/keyMessageWithSupportsPage.html +47 -0
- package/assets/html2/kpiHighlightPage.html +54 -0
- package/assets/html2/launchPlanPage.html +86 -0
- package/assets/html2/mAPipelinePage.html +79 -0
- package/assets/html2/marimekkoPlaceholderPage.html +120 -0
- package/assets/html2/marketDriversPage.html +32 -0
- package/assets/html2/marketingMixPage.html +50 -0
- package/assets/html2/meceListPage.html +32 -0
- package/assets/html2/milestoneTimelinePage.html +59 -0
- package/assets/html2/npvSummaryPage.html +54 -0
- package/assets/html2/okrKpiDashboardPage.html +85 -0
- package/assets/html2/optionEvaluationPage.html +128 -0
- package/assets/html2/orgChartPage.html +30 -0
- package/assets/html2/pLBreakdownPage.html +73 -0
- package/assets/html2/partnershipMapPage.html +26 -0
- package/assets/html2/personasPage.html +39 -0
- package/assets/html2/pipelineFunnelPage.html +77 -0
- package/assets/html2/porterFiveForcesPage.html +140 -0
- package/assets/html2/positioningMapPage.html +40 -0
- package/assets/html2/pricingWaterfallPage.html +33 -0
- package/assets/html2/productRoadmapPage.html +47 -0
- package/assets/html2/pyramidPrinciplePage.html +47 -0
- package/assets/html2/quarterlyRoadmapPage.html +54 -0
- package/assets/html2/raciPage.html +49 -0
- package/assets/html2/revenueModelPage.html +54 -0
- package/assets/html2/riskMitigationPage.html +36 -0
- package/assets/html2/salesDashboardPage.html +58 -0
- package/assets/html2/scenarioPlanningPage.html +63 -0
- package/assets/html2/scqaPage.html +74 -0
- package/assets/html2/sectionDividerPage.html +25 -0
- package/assets/html2/segmentationPage.html +36 -0
- package/assets/html2/sensitivityAnalysisPage.html +82 -0
- package/assets/html2/sevenSPage.html +31 -0
- package/assets/html2/shareholderValueTreePage.html +32 -0
- package/assets/html2/stakeholderMapPage.html +36 -0
- package/assets/html2/supportOrgModelPage.html +57 -0
- package/assets/html2/surveyResultsPage.html +32 -0
- package/assets/html2/sustainabilityRoadmapPage.html +54 -0
- package/assets/html2/swotPage.html +97 -0
- package/assets/html2/synergyCapturePage.html +39 -0
- package/assets/html2/tamSamSomPage.html +62 -0
- package/assets/html2/techRoadmapPage.html +54 -0
- package/assets/html2/thankYouContactPage.html +78 -0
- package/assets/html2/threeCPage.html +66 -0
- package/assets/html2/twoByTwoMatrixPage.html +72 -0
- package/assets/html2/valueChainPage.html +56 -0
- package/assets/html2/waterfallPage.html +47 -0
- package/assets/templates/tailwind-sea.html +34 -0
- package/assets/templates/tailwind.html +14 -0
- package/lib/browser.d.ts +1 -0
- package/lib/browser.js +17 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +18 -0
- package/lib/mcp/server.d.ts +2 -0
- package/lib/mcp/server.js +77 -0
- package/lib/mcp/test.d.ts +1 -0
- package/lib/mcp/test.js +56 -0
- package/lib/presentation.d.ts +1 -0
- package/lib/presentation.js +67 -0
- package/lib/presentationHandlers/html.d.ts +322 -0
- package/lib/presentationHandlers/html.js +348 -0
- package/lib/presentationHandlers/html_class.d.ts +98 -0
- package/lib/presentationHandlers/html_class.js +266 -0
- package/lib/runner.d.ts +1 -0
- package/lib/runner.js +31 -0
- package/lib/server.d.ts +2 -0
- package/lib/server.js +76 -0
- package/lib/tools.d.ts +1 -0
- package/lib/tools.js +1604 -0
- package/lib/utils.d.ts +13 -0
- package/lib/utils.js +80 -0
- package/package.json +51 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<div class="min-h-screen bg-gradient-to-br from-slate-50 to-blue-50 px-16 py-16">
|
|
2
|
+
<!-- Header Section -->
|
|
3
|
+
<div class="mb-12">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-8"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Pricing Waterfall</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<!-- Waterfall Steps Section -->
|
|
10
|
+
<div class="mb-8">
|
|
11
|
+
<div class="grid gap-6">
|
|
12
|
+
{% for s in steps %}
|
|
13
|
+
<div class="bg-gradient-to-br from-blue-500 to-indigo-600 rounded-3xl p-8 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
14
|
+
<div class="flex items-center justify-between">
|
|
15
|
+
<div class="flex items-center">
|
|
16
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6">
|
|
17
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
18
|
+
<path fill-rule="evenodd" d="M2 5a2 2 0 012-2h8a2 2 0 012 2v10a2 2 0 002 2H4a2 2 0 01-2-2V5zm3 1h6v4H5V6zm6 6H5v2h6v-2z" clip-rule="evenodd" />
|
|
19
|
+
</svg>
|
|
20
|
+
</div>
|
|
21
|
+
<div>
|
|
22
|
+
<p class="text-2xl font-semibold">{{s.label}}</p>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="text-right">
|
|
26
|
+
<p class="text-3xl font-bold">{{s.value}}</p>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
{% endfor %}
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header Section -->
|
|
3
|
+
<div class="mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Product Roadmap</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<!-- Timeline Layout -->
|
|
10
|
+
<div class="relative">
|
|
11
|
+
<!-- Timeline Line -->
|
|
12
|
+
<div class="absolute top-20 left-0 right-0 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 hidden md:block"></div>
|
|
13
|
+
|
|
14
|
+
<!-- Release Cards -->
|
|
15
|
+
<div class="grid grid-cols-1 md:grid-cols-{{releases|length}} gap-8 relative">
|
|
16
|
+
{% for r in releases %}
|
|
17
|
+
<div class="relative">
|
|
18
|
+
<!-- Timeline Dot -->
|
|
19
|
+
<div class="absolute -top-3 left-1/2 transform -translate-x-1/2 w-6 h-6 bg-blue-600 rounded-full border-4 border-white shadow-lg hidden md:block"></div>
|
|
20
|
+
|
|
21
|
+
<!-- Release Card -->
|
|
22
|
+
<div class="bg-gradient-to-br from-blue-600 to-indigo-700 rounded-3xl p-8 text-white shadow-2xl hover:scale-105 transition-all duration-300 mt-12">
|
|
23
|
+
<!-- Release Icon -->
|
|
24
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mb-6">
|
|
25
|
+
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
26
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"></path>
|
|
27
|
+
</svg>
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
<!-- Release Title -->
|
|
31
|
+
<h2 class="text-2xl font-bold mb-6">{{r}}</h2>
|
|
32
|
+
|
|
33
|
+
<!-- Features List -->
|
|
34
|
+
<div class="space-y-3">
|
|
35
|
+
{% for it in items %}{% if it.release == r %}
|
|
36
|
+
<div class="flex items-start space-x-3">
|
|
37
|
+
<div class="w-2 h-2 bg-white bg-opacity-60 rounded-full mt-2 flex-shrink-0"></div>
|
|
38
|
+
<span class="text-lg leading-relaxed">{{it.label}}</span>
|
|
39
|
+
</div>
|
|
40
|
+
{% endif %}{% endfor %}
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
{% endfor %}
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header -->
|
|
3
|
+
<div class="text-center mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6 mx-auto"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Pyramid Principle</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300 mx-auto"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<div class="max-w-7xl mx-auto space-y-12">
|
|
10
|
+
<!-- Key Message -->
|
|
11
|
+
<section class="bg-gradient-to-br from-indigo-600 to-purple-700 rounded-3xl p-12 text-white shadow-2xl">
|
|
12
|
+
<div class="text-center">
|
|
13
|
+
<div class="w-20 h-20 bg-white bg-opacity-20 rounded-full flex items-center justify-center mx-auto mb-6">
|
|
14
|
+
<svg class="w-10 h-10" fill="currentColor" viewBox="0 0 20 20">
|
|
15
|
+
<path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z"
|
|
18
|
+
clip-rule="evenodd"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
</div>
|
|
22
|
+
<h2 class="text-5xl font-bold mb-6">Key Message</h2>
|
|
23
|
+
<p class="text-2xl font-light leading-relaxed">{{keyMessage}}</p>
|
|
24
|
+
</div>
|
|
25
|
+
</section>
|
|
26
|
+
|
|
27
|
+
<!-- Supporting Points -->
|
|
28
|
+
<section>
|
|
29
|
+
<div class="mb-8">
|
|
30
|
+
<h2 class="text-4xl font-bold text-gray-900 mb-4">Supporting Points</h2>
|
|
31
|
+
<div class="w-24 h-0.5 bg-emerald-500 mb-6"></div>
|
|
32
|
+
</div>
|
|
33
|
+
<ol class="space-y-6">
|
|
34
|
+
{% for support in supports %}
|
|
35
|
+
<li class="bg-gradient-to-br from-emerald-500 to-green-600 rounded-2xl p-8 text-white shadow-xl hover:scale-105 transition-all duration-300">
|
|
36
|
+
<div class="flex items-start">
|
|
37
|
+
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-xl flex items-center justify-center mr-6 flex-shrink-0 mt-1">
|
|
38
|
+
<span class="text-xl font-bold text-white">{{loop.index}}</span>
|
|
39
|
+
</div>
|
|
40
|
+
<p class="text-xl leading-relaxed font-light">{{support}}</p>
|
|
41
|
+
</div>
|
|
42
|
+
</li>
|
|
43
|
+
{% endfor %}
|
|
44
|
+
</ol>
|
|
45
|
+
</section>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header Section -->
|
|
3
|
+
<div class="mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Quarterly Roadmap</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<!-- Timeline Layout -->
|
|
10
|
+
<div class="relative">
|
|
11
|
+
<!-- Timeline Line -->
|
|
12
|
+
<div class="absolute top-20 left-0 right-0 h-1 bg-gradient-to-r from-emerald-500 to-blue-600 hidden md:block"></div>
|
|
13
|
+
|
|
14
|
+
<!-- Quarter Cards -->
|
|
15
|
+
<div class="grid grid-cols-1 md:grid-cols-{{quarters|length}} gap-8 relative">
|
|
16
|
+
{% for q in quarters %}
|
|
17
|
+
<div class="relative">
|
|
18
|
+
<!-- Timeline Dot -->
|
|
19
|
+
<div
|
|
20
|
+
class="absolute -top-3 left-1/2 transform -translate-x-1/2 w-6 h-6 bg-emerald-600 rounded-full border-4 border-white shadow-lg hidden md:block"
|
|
21
|
+
></div>
|
|
22
|
+
|
|
23
|
+
<!-- Quarter Card -->
|
|
24
|
+
<div class="bg-gradient-to-br from-emerald-600 to-green-700 rounded-3xl p-8 text-white shadow-2xl hover:scale-105 transition-all duration-300 mt-12">
|
|
25
|
+
<!-- Quarter Icon -->
|
|
26
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mb-6">
|
|
27
|
+
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
28
|
+
<path
|
|
29
|
+
stroke-linecap="round"
|
|
30
|
+
stroke-linejoin="round"
|
|
31
|
+
stroke-width="2"
|
|
32
|
+
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
|
|
33
|
+
></path>
|
|
34
|
+
</svg>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
<!-- Quarter Title -->
|
|
38
|
+
<h2 class="text-2xl font-bold mb-6">{{q}}</h2>
|
|
39
|
+
|
|
40
|
+
<!-- Quarter Items -->
|
|
41
|
+
<div class="space-y-3">
|
|
42
|
+
{% for it in items %}{% if it.quarter == q %}
|
|
43
|
+
<div class="flex items-start space-x-3">
|
|
44
|
+
<div class="w-2 h-2 bg-white bg-opacity-60 rounded-full mt-2 flex-shrink-0"></div>
|
|
45
|
+
<span class="text-lg leading-relaxed">{{it.label}}</span>
|
|
46
|
+
</div>
|
|
47
|
+
{% endif %}{% endfor %}
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
{% endfor %}
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header -->
|
|
3
|
+
<div class="mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">RACI Matrix</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<!-- RACI Table -->
|
|
10
|
+
<div
|
|
11
|
+
class="bg-gradient-to-br from-amber-500 to-orange-600 rounded-3xl p-10 text-white shadow-2xl hover:scale-105 transition-all duration-300 max-w-7xl mx-auto"
|
|
12
|
+
>
|
|
13
|
+
<div class="flex items-center mb-8">
|
|
14
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6">
|
|
15
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
16
|
+
<path
|
|
17
|
+
fill-rule="evenodd"
|
|
18
|
+
d="M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
|
|
19
|
+
clip-rule="evenodd"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</div>
|
|
23
|
+
<h2 class="text-4xl font-bold">Responsibility Matrix</h2>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div class="bg-white bg-opacity-10 rounded-2xl p-6 overflow-x-auto">
|
|
27
|
+
<table class="w-full border-collapse">
|
|
28
|
+
<thead>
|
|
29
|
+
<tr>
|
|
30
|
+
<th class="border border-white border-opacity-30 p-4 text-left text-xl font-bold bg-white bg-opacity-10">Task</th>
|
|
31
|
+
{% for r in roles %}
|
|
32
|
+
<th class="border border-white border-opacity-30 p-4 text-left text-xl font-bold bg-white bg-opacity-10">{{r}}</th>
|
|
33
|
+
{% endfor %}
|
|
34
|
+
</tr>
|
|
35
|
+
</thead>
|
|
36
|
+
<tbody>
|
|
37
|
+
{% for row in assignments %}
|
|
38
|
+
<tr>
|
|
39
|
+
<td class="border border-white border-opacity-30 p-4 text-lg font-semibold bg-white bg-opacity-5">{{tasks[loop.index0]}}</td>
|
|
40
|
+
{% for cell in row %}
|
|
41
|
+
<td class="border border-white border-opacity-30 p-4 text-lg text-center font-bold">{{cell}}</td>
|
|
42
|
+
{% endfor %}
|
|
43
|
+
</tr>
|
|
44
|
+
{% endfor %}
|
|
45
|
+
</tbody>
|
|
46
|
+
</table>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<div class="min-h-screen bg-gradient-to-br from-slate-50 to-blue-50 px-16 py-16">
|
|
2
|
+
<!-- Header Section -->
|
|
3
|
+
<div class="mb-12">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-8"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Revenue Model</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<!-- Revenue Streams Section -->
|
|
10
|
+
<div class="mb-12">
|
|
11
|
+
<h2 class="text-3xl font-bold text-gray-900 mb-8">Revenue Streams</h2>
|
|
12
|
+
<div class="grid gap-6">
|
|
13
|
+
{% for s in streams %}
|
|
14
|
+
<div class="bg-gradient-to-br from-emerald-500 to-green-600 rounded-3xl p-8 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
15
|
+
<div class="flex items-center">
|
|
16
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6">
|
|
17
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
18
|
+
<path
|
|
19
|
+
d="M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4zM18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1zm5-1a1 1 0 100 2h1a1 1 0 100-2H9z"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="flex-1">
|
|
24
|
+
<p class="text-2xl font-semibold leading-relaxed">{{s}}</p>
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
{% endfor %}
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
{% if pricingNotes %}
|
|
33
|
+
<!-- Pricing Notes Section -->
|
|
34
|
+
<div class="mb-8">
|
|
35
|
+
<h2 class="text-3xl font-bold text-gray-900 mb-8">Pricing Strategy</h2>
|
|
36
|
+
<div class="bg-gradient-to-br from-blue-500 to-indigo-600 rounded-3xl p-10 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
37
|
+
<div class="flex items-start">
|
|
38
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6 flex-shrink-0">
|
|
39
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
40
|
+
<path
|
|
41
|
+
fill-rule="evenodd"
|
|
42
|
+
d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z"
|
|
43
|
+
clip-rule="evenodd"
|
|
44
|
+
/>
|
|
45
|
+
</svg>
|
|
46
|
+
</div>
|
|
47
|
+
<div class="flex-1">
|
|
48
|
+
<p class="text-xl leading-relaxed whitespace-pre-wrap">{{pricingNotes}}</p>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
{% endif %}
|
|
54
|
+
</div>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header -->
|
|
3
|
+
<div class="text-center mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6 mx-auto"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Risk Mitigation</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300 mx-auto"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-7xl mx-auto">
|
|
10
|
+
{% for r in risks %}
|
|
11
|
+
<section class="bg-gradient-to-br from-red-500 to-rose-600 rounded-3xl p-10 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
12
|
+
<div class="flex items-center mb-6">
|
|
13
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6">
|
|
14
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
15
|
+
<path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
d="M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z"
|
|
18
|
+
clip-rule="evenodd"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
</div>
|
|
22
|
+
<h2 class="text-2xl font-bold break-words">{{r.risk}}</h2>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="space-y-4">
|
|
25
|
+
{% if r.impact %}
|
|
26
|
+
<div class="bg-white bg-opacity-10 rounded-xl p-4"><span class="font-semibold">Impact:</span> <span class="font-light">{{r.impact}}</span></div>
|
|
27
|
+
{% endif %} {% if r.likelihood %}
|
|
28
|
+
<div class="bg-white bg-opacity-10 rounded-xl p-4"><span class="font-semibold">Likelihood:</span> <span class="font-light">{{r.likelihood}}</span></div>
|
|
29
|
+
{% endif %} {% if r.mitigation %}
|
|
30
|
+
<div class="bg-white bg-opacity-10 rounded-xl p-4"><span class="font-semibold">Mitigation:</span> <span class="font-light">{{r.mitigation}}</span></div>
|
|
31
|
+
{% endif %}
|
|
32
|
+
</div>
|
|
33
|
+
</section>
|
|
34
|
+
{% endfor %}
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header -->
|
|
3
|
+
<div class="mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Sales Dashboard</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<!-- Sales Metrics -->
|
|
10
|
+
<div class="max-w-5xl mx-auto">
|
|
11
|
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-12">
|
|
12
|
+
{% for m in metrics %}
|
|
13
|
+
<div class="bg-gradient-to-br from-emerald-500 to-green-600 rounded-3xl p-8 text-white shadow-2xl transform hover:scale-105 transition-all duration-300">
|
|
14
|
+
<div class="flex items-center mb-4">
|
|
15
|
+
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-xl flex items-center justify-center mr-4">
|
|
16
|
+
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20">
|
|
17
|
+
<path
|
|
18
|
+
d="M2 11a1 1 0 011-1h2a1 1 0 011 1v5a1 1 0 01-1 1H3a1 1 0 01-1-1v-5zM8 7a1 1 0 011-1h2a1 1 0 011 1v9a1 1 0 01-1 1H9a1 1 0 01-1-1V7zM14 4a1 1 0 011-1h2a1 1 0 011 1v12a1 1 0 01-1 1h-2a1 1 0 01-1-1V4z"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
</div>
|
|
22
|
+
<span class="text-lg font-bold">Metric {{ loop.index }}</span>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="text-xl font-light">{{m}}</div>
|
|
25
|
+
</div>
|
|
26
|
+
{% endfor %}
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
|
+
<!-- Notes Section -->
|
|
30
|
+
{% if notes %}
|
|
31
|
+
<div class="bg-white rounded-3xl shadow-xl border border-gray-100 p-10">
|
|
32
|
+
<div class="flex items-center mb-6">
|
|
33
|
+
<div class="w-12 h-12 bg-blue-100 rounded-xl flex items-center justify-center mr-4">
|
|
34
|
+
<svg class="w-6 h-6 text-blue-600" fill="currentColor" viewBox="0 0 20 20">
|
|
35
|
+
<path
|
|
36
|
+
fill-rule="evenodd"
|
|
37
|
+
d="M4 4a2 2 0 012-2h4.586A2 2 0 0112 2.586L15.414 6A2 2 0 0116 7.414V16a2 2 0 01-2 2H6a2 2 0 01-2-2V4zm2 6a1 1 0 011-1h6a1 1 0 110 2H7a1 1 0 01-1-1zm1 3a1 1 0 100 2h6a1 1 0 100-2H7z"
|
|
38
|
+
clip-rule="evenodd"
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
</div>
|
|
42
|
+
<h2 class="text-2xl font-bold text-gray-900">Sales Notes</h2>
|
|
43
|
+
</div>
|
|
44
|
+
<p class="text-lg text-gray-700 leading-relaxed">{{notes}}</p>
|
|
45
|
+
</div>
|
|
46
|
+
{% endif %}
|
|
47
|
+
</div>
|
|
48
|
+
|
|
49
|
+
<!-- Dashboard Summary -->
|
|
50
|
+
<div class="text-center mt-16">
|
|
51
|
+
<div class="inline-flex items-center bg-gradient-to-r from-emerald-600 to-green-600 text-white rounded-2xl shadow-xl px-8 py-6">
|
|
52
|
+
<svg class="w-8 h-8 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
|
53
|
+
<path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
|
|
54
|
+
</svg>
|
|
55
|
+
<span class="text-2xl font-bold">Sales Performance Overview</span>
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header Section -->
|
|
3
|
+
<div class="mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Scenario Planning</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<!-- Scenario Cards Layout -->
|
|
10
|
+
<div class="grid grid-cols-1 md:grid-cols-{{scenarios|length}} gap-8">
|
|
11
|
+
{% for s in scenarios %} {% set colors = [ 'from-blue-600 to-indigo-700', 'from-emerald-600 to-green-700', 'from-amber-600 to-orange-700', 'from-purple-600
|
|
12
|
+
to-violet-700', 'from-red-600 to-rose-700' ] %}
|
|
13
|
+
<div class="bg-gradient-to-br {{colors[loop.index0 % colors|length]}} rounded-3xl p-10 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
14
|
+
<!-- Scenario Icon -->
|
|
15
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mb-8">
|
|
16
|
+
{% if loop.index0 == 0 %}
|
|
17
|
+
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
18
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"></path>
|
|
19
|
+
</svg>
|
|
20
|
+
{% elif loop.index0 == 1 %}
|
|
21
|
+
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
22
|
+
<path
|
|
23
|
+
stroke-linecap="round"
|
|
24
|
+
stroke-linejoin="round"
|
|
25
|
+
stroke-width="2"
|
|
26
|
+
d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"
|
|
27
|
+
></path>
|
|
28
|
+
</svg>
|
|
29
|
+
{% elif loop.index0 == 2 %}
|
|
30
|
+
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
31
|
+
<path
|
|
32
|
+
stroke-linecap="round"
|
|
33
|
+
stroke-linejoin="round"
|
|
34
|
+
stroke-width="2"
|
|
35
|
+
d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"
|
|
36
|
+
></path>
|
|
37
|
+
</svg>
|
|
38
|
+
{% else %}
|
|
39
|
+
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
40
|
+
<path
|
|
41
|
+
stroke-linecap="round"
|
|
42
|
+
stroke-linejoin="round"
|
|
43
|
+
stroke-width="2"
|
|
44
|
+
d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
45
|
+
></path>
|
|
46
|
+
</svg>
|
|
47
|
+
{% endif %}
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
<!-- Scenario Content -->
|
|
51
|
+
<div>
|
|
52
|
+
<h2 class="text-3xl font-bold mb-6">{{s}}</h2>
|
|
53
|
+
{% if impacts %}
|
|
54
|
+
<div class="bg-white bg-opacity-10 rounded-xl p-6">
|
|
55
|
+
<h3 class="text-xl font-semibold mb-3 text-white opacity-90">Impact Analysis</h3>
|
|
56
|
+
<p class="text-lg leading-relaxed text-white opacity-80">{{impacts[loop.index0]}}</p>
|
|
57
|
+
</div>
|
|
58
|
+
{% endif %}
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
{% endfor %}
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header -->
|
|
3
|
+
<div class="text-center mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6 mx-auto"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">SCQA Framework</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300 mx-auto"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<div class="grid grid-cols-2 gap-8 max-w-7xl mx-auto">
|
|
10
|
+
<section class="bg-gradient-to-br from-blue-500 to-indigo-600 rounded-3xl p-10 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
11
|
+
<div class="flex items-center mb-6">
|
|
12
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6">
|
|
13
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
14
|
+
<path
|
|
15
|
+
fill-rule="evenodd"
|
|
16
|
+
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</div>
|
|
21
|
+
<h2 class="text-3xl font-bold">Situation</h2>
|
|
22
|
+
</div>
|
|
23
|
+
<p class="text-xl leading-relaxed whitespace-pre-wrap break-words font-light">{{situation}}</p>
|
|
24
|
+
</section>
|
|
25
|
+
|
|
26
|
+
<section class="bg-gradient-to-br from-amber-500 to-orange-600 rounded-3xl p-10 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
27
|
+
<div class="flex items-center mb-6">
|
|
28
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6">
|
|
29
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
30
|
+
<path
|
|
31
|
+
fill-rule="evenodd"
|
|
32
|
+
d="M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z"
|
|
33
|
+
clip-rule="evenodd"
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
36
|
+
</div>
|
|
37
|
+
<h2 class="text-3xl font-bold">Complication</h2>
|
|
38
|
+
</div>
|
|
39
|
+
<p class="text-xl leading-relaxed whitespace-pre-wrap break-words font-light">{{complication}}</p>
|
|
40
|
+
</section>
|
|
41
|
+
|
|
42
|
+
<section class="bg-gradient-to-br from-purple-500 to-violet-600 rounded-3xl p-10 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
43
|
+
<div class="flex items-center mb-6">
|
|
44
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6">
|
|
45
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
46
|
+
<path
|
|
47
|
+
fill-rule="evenodd"
|
|
48
|
+
d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-3a1 1 0 00-.867.5 1 1 0 11-1.731-1A3 3 0 0113 8a3.001 3.001 0 01-2 2.83V11a1 1 0 11-2 0v-1a1 1 0 011-1 1 1 0 100-2zm0 8a1 1 0 100-2 1 1 0 000 2z"
|
|
49
|
+
clip-rule="evenodd"
|
|
50
|
+
/>
|
|
51
|
+
</svg>
|
|
52
|
+
</div>
|
|
53
|
+
<h2 class="text-3xl font-bold">Question</h2>
|
|
54
|
+
</div>
|
|
55
|
+
<p class="text-xl leading-relaxed whitespace-pre-wrap break-words font-light">{{question}}</p>
|
|
56
|
+
</section>
|
|
57
|
+
|
|
58
|
+
<section class="bg-gradient-to-br from-emerald-500 to-green-600 rounded-3xl p-10 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
59
|
+
<div class="flex items-center mb-6">
|
|
60
|
+
<div class="w-16 h-16 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-6">
|
|
61
|
+
<svg class="w-8 h-8" fill="currentColor" viewBox="0 0 20 20">
|
|
62
|
+
<path
|
|
63
|
+
fill-rule="evenodd"
|
|
64
|
+
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-8.293l-3-3a1 1 0 00-1.414 0l-3 3a1 1 0 001.414 1.414L9 9.414V13a1 1 0 102 0V9.414l1.293 1.293a1 1 0 001.414-1.414z"
|
|
65
|
+
clip-rule="evenodd"
|
|
66
|
+
/>
|
|
67
|
+
</svg>
|
|
68
|
+
</div>
|
|
69
|
+
<h2 class="text-3xl font-bold">Answer</h2>
|
|
70
|
+
</div>
|
|
71
|
+
<p class="text-xl leading-relaxed whitespace-pre-wrap break-words font-light">{{answer}}</p>
|
|
72
|
+
</section>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<div
|
|
2
|
+
class="bg-gradient-to-br from-indigo-900 via-blue-800 to-slate-800 text-white flex items-center justify-center min-h-screen px-20 relative overflow-hidden"
|
|
3
|
+
>
|
|
4
|
+
<!-- Decorative background elements -->
|
|
5
|
+
<div class="absolute inset-0 opacity-10">
|
|
6
|
+
<div class="absolute top-0 right-0 w-96 h-96 bg-gradient-to-br from-blue-400 to-indigo-600 rounded-full transform translate-x-32 -translate-y-32"></div>
|
|
7
|
+
<div class="absolute bottom-0 left-0 w-80 h-80 bg-gradient-to-tr from-indigo-400 to-blue-500 rounded-full transform -translate-x-24 translate-y-24"></div>
|
|
8
|
+
</div>
|
|
9
|
+
|
|
10
|
+
<div class="w-full max-w-6xl text-center relative z-10">
|
|
11
|
+
<div class="mb-12 flex items-center justify-center">
|
|
12
|
+
<div class="h-px w-20 bg-gradient-to-r from-transparent to-blue-300"></div>
|
|
13
|
+
<div class="mx-6 w-3 h-3 bg-blue-300 rounded-full"></div>
|
|
14
|
+
<div class="h-px w-20 bg-gradient-to-l from-transparent to-blue-300"></div>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
<h1 class="text-7xl lg:text-8xl font-black tracking-tight mb-8 leading-none bg-gradient-to-r from-white to-blue-100 bg-clip-text text-transparent">
|
|
18
|
+
{{heading}}
|
|
19
|
+
</h1>
|
|
20
|
+
|
|
21
|
+
<div class="w-24 h-0.5 bg-gradient-to-r from-blue-300 to-indigo-300 mx-auto mb-8"></div>
|
|
22
|
+
|
|
23
|
+
<p class="text-2xl lg:text-3xl text-blue-100 font-light leading-relaxed max-w-4xl mx-auto">{{subheading}}</p>
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<div class="bg-gradient-to-br from-slate-50 to-blue-50 text-gray-900 px-16 py-16 min-h-screen">
|
|
2
|
+
<!-- Header -->
|
|
3
|
+
<div class="mb-16">
|
|
4
|
+
<div class="w-20 h-1 bg-gradient-to-r from-blue-600 to-indigo-600 mb-6"></div>
|
|
5
|
+
<h1 class="text-6xl font-bold text-gray-900 mb-4 leading-tight">Market Segmentation</h1>
|
|
6
|
+
<div class="w-32 h-0.5 bg-gray-300"></div>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<!-- Segments Grid -->
|
|
10
|
+
<div class="grid grid-cols-1 md:grid-cols-{{segments|length}} gap-8 max-w-7xl mx-auto">
|
|
11
|
+
{% for s in segments %}
|
|
12
|
+
<section class="bg-gradient-to-br from-emerald-500 to-green-600 rounded-3xl p-8 text-white shadow-2xl hover:scale-105 transition-all duration-300">
|
|
13
|
+
<div class="flex items-center mb-6">
|
|
14
|
+
<div class="w-12 h-12 bg-white bg-opacity-20 rounded-2xl flex items-center justify-center mr-4">
|
|
15
|
+
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20">
|
|
16
|
+
<path
|
|
17
|
+
fill-rule="evenodd"
|
|
18
|
+
d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a1 1 0 10-2 0v6a1 1 0 102 0V5zm0 8a1 1 0 10-2 0 1 1 0 002 0z"
|
|
19
|
+
clip-rule="evenodd"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</div>
|
|
23
|
+
<h2 class="text-2xl font-bold">{{s}}</h2>
|
|
24
|
+
</div>
|
|
25
|
+
<ul class="space-y-3 text-lg">
|
|
26
|
+
{% for d in descriptors %}
|
|
27
|
+
<li class="flex items-start">
|
|
28
|
+
<span class="w-2 h-2 bg-white rounded-full mt-3 mr-3 flex-shrink-0"></span>
|
|
29
|
+
<span>{{d}}</span>
|
|
30
|
+
</li>
|
|
31
|
+
{% endfor %}
|
|
32
|
+
</ul>
|
|
33
|
+
</section>
|
|
34
|
+
{% endfor %}
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|