-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (180 loc) · 9.37 KB
/
Copy pathindex.html
File metadata and controls
196 lines (180 loc) · 9.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EU Cloud Sovereignty Assessment Tool</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🇪🇺</text></svg>">
</head>
<body>
<div class="container">
<!-- Header -->
<header class="header" id="header">
<div class="logo">
<span class="flag">🇪🇺</span>
<h1>EU Cloud Sovereignty Framework</h1>
</div>
<p class="subtitle">Assessment Tool v3.0.0</p>
<p class="framework-version">Aligned with the EU Cloud Sovereignty Framework (v1.2.1) and the official Implementation Guidance & Sovereignty Assessment Calculator (1 June 2026)</p>
</header>
<!-- Welcome Screen -->
<section id="welcome-screen" class="screen active">
<div class="welcome-content">
<h2>Welcome to the Cloud Sovereignty Assessment</h2>
<p class="intro-text">
This interactive tool helps organizations assess their cloud infrastructure's compliance
with EU sovereignty requirements through a comprehensive questionnaire covering
<strong>8 key sovereignty objectives</strong>.
</p>
<button class="btn btn-primary btn-large" onclick="startAssessment()">
Begin Assessment
</button>
<div class="info-grid">
<div class="info-card">
<div class="info-icon">📋</div>
<h3>48 Criteria</h3>
<p>The official assessment criteria across all 8 objectives</p>
</div>
<div class="info-card">
<div class="info-icon">⏱️</div>
<h3>10-15 Minutes</h3>
<p>Estimated completion time</p>
</div>
<div class="info-card">
<div class="info-icon">🎯</div>
<h3>Score + SEAL</h3>
<p>A weighted Sovereignty Score and a SEAL level (0–4)</p>
</div>
</div>
<div class="method-note">
<strong>How it scores (official methodology):</strong> the
<em>Sovereignty Score</em> is the weighted average of the 8 objective scores,
while the <em>SEAL level</em> is the <strong>lowest</strong> SEAL achieved on
any single criterion (a weakest-link measure). A high score does not guarantee
a high SEAL.
</div>
<div class="objectives-overview">
<h3>The 8 Sovereignty Objectives</h3>
<div class="objectives-list">
<div class="objective-item highlight">
<span class="obj-code">SOV-1</span>
<span class="obj-name">Strategic Sovereignty</span>
<span class="obj-weight">20%</span>
</div>
<div class="objective-item">
<span class="obj-code">SOV-2</span>
<span class="obj-name">Legal & Jurisdictional Sovereignty</span>
<span class="obj-weight">10%</span>
</div>
<div class="objective-item">
<span class="obj-code">SOV-3</span>
<span class="obj-name">Data & AI Sovereignty</span>
<span class="obj-weight">10%</span>
</div>
<div class="objective-item">
<span class="obj-code">SOV-4</span>
<span class="obj-name">Operational Sovereignty</span>
<span class="obj-weight">15%</span>
</div>
<div class="objective-item">
<span class="obj-code">SOV-5</span>
<span class="obj-name">Supply Chain Sovereignty</span>
<span class="obj-weight">10%</span>
</div>
<div class="objective-item">
<span class="obj-code">SOV-6</span>
<span class="obj-name">Technology Sovereignty</span>
<span class="obj-weight">15%</span>
</div>
<div class="objective-item">
<span class="obj-code">SOV-7</span>
<span class="obj-name">Security & Compliance Sovereignty</span>
<span class="obj-weight">15%</span>
</div>
<div class="objective-item">
<span class="obj-code">SOV-8</span>
<span class="obj-name">Environmental Sustainability</span>
<span class="obj-weight">5%</span>
</div>
</div>
</div>
</div>
</section>
<!-- Assessment Screen -->
<section id="assessment-screen" class="screen">
<div class="progress-container">
<div class="progress-bar">
<div class="progress-fill" id="progress-fill"></div>
</div>
<div class="progress-text" id="progress-text">Question 1 of 48</div>
</div>
<div class="objective-header" id="objective-header">
<span class="objective-code" id="current-objective-code"></span>
<span class="objective-name" id="current-objective-name"></span>
<span class="objective-weight" id="current-objective-weight"></span>
</div>
<div class="question-container" id="question-container">
<div class="question-number" id="question-number"></div>
<div class="question-heading">
<div class="question-text" id="question-text"></div>
<button class="help-toggle" id="help-toggle" type="button"
aria-label="How to answer this question" title="How to answer this question"
onclick="toggleHelp()">i</button>
</div>
<div class="question-help" id="question-help" hidden></div>
<div class="question-options" id="question-options"></div>
</div>
<div class="navigation-buttons">
<button class="btn btn-secondary" id="prev-btn" onclick="previousQuestion()" disabled>
Previous
</button>
<button class="btn btn-primary" id="next-btn" onclick="nextQuestion()" disabled>
Next
</button>
</div>
</section>
<!-- Results Screen -->
<section id="results-screen" class="screen">
<div class="results-header">
<h2>Assessment Results</h2>
</div>
<div class="results-summary">
<div class="result-card sov-score-card">
<div class="result-card-label">Sovereignty Score</div>
<div class="percentage-value" id="sov-score-value">0%</div>
<div class="result-card-detail" id="sov-score-detail"></div>
</div>
<div class="result-card seal-card">
<div class="result-card-label">SEAL — weakest link across all criteria</div>
<div class="seal-badge" id="seal-badge"></div>
</div>
</div>
<div class="objectives-breakdown" id="objectives-breakdown"></div>
<div class="recommendations" id="recommendations"></div>
<div class="action-buttons">
<button class="btn btn-secondary" onclick="downloadReport()">
Download Report
</button>
<button class="btn btn-primary" onclick="restartAssessment()">
Start New Assessment
</button>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<p>
<strong>Disclaimer:</strong> This tool is for informational and self-assessment purposes only.
It does not constitute legal advice or official EU certification.
</p>
<p>
<a href="https://github.com/flavienbwk/cloud-sovereignty-score" target="_blank">View on GitHub</a> |
<a href="https://commission.europa.eu/document/download/09579818-64a6-4dd5-9577-446ab6219113_en" target="_blank">EU Framework</a> |
<a href="https://commission.europa.eu/news-and-media/news/sovereign-cloud-framework-explained-2026-06-01_en" target="_blank">Implementation Guidance (June 2026)</a>
</p>
</footer>
</div>
<script src="questions.js"></script>
<script src="app.js"></script>
</body>
</html>