Skip to content

Commit d068373

Browse files
committed
feat: new banner gov ai
1 parent 30ac780 commit d068373

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

_includes/banner-survey.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
<div class="col-12 col-lg-7 col-xl-6 order-2 order-lg-1 pe-3 pe-lg-0 ps-3 ps-lg-0">
55
<div class="it-hero-text-wrapper">
66
<div class="banner-survey__title-wrapper">
7-
<h2 class="h2">Aiutaci a migliorare i nostri siti</h2>
7+
<h2 class="h2">G7 Gov<span class="accent">AI</span> Grand Challenge</h2>
88
</div>
99
<p class="pt-2 pb-2pt-lg-3 pb-lg-3 pe-3 pe-lg-0">
10-
Partecipa al sondaggio e condividi la tua opinione sui siti del Dipartimento per la trasformazione digitale. Ci vorranno solo 2 minuti!
10+
<span class="accent">Solve public sector challenges with responsible AI</span>
11+
</p>
12+
<p class="pt-2 pb-2pt-lg-3 pb-lg-3 pe-3 pe-lg-0">
13+
November 17th to December 1, 2025
1114
</p>
1215
<div class="it-btn-container pt-3 pt-lg-0 mb-2">
1316
<a class="btn btn-sm btn-primary" rel="noopener" href="https://ec.europa.eu/eusurvey/runner/redesignsitidipartimento" title="Partecipa al sondaggio" target="_blank">

assets/scss/main.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,11 +2185,11 @@ body {
21852185

21862186
// Banner Survey
21872187
.banner-survey {
2188-
background-color: #BFDFFF;
2188+
background-color: #001009;
21892189
min-height: 316px;
21902190

21912191
h2 {
2192-
color: rgba(23, 50, 77, 0.9);
2192+
color: #F6F8F1;
21932193
font-size: 2.5rem;
21942194

21952195
@include media-breakpoint-up(xl) {
@@ -2198,8 +2198,13 @@ body {
21982198
}
21992199
}
22002200

2201+
.accent {
2202+
color: #F5A01A;
2203+
text-transform: uppercase;
2204+
}
2205+
22012206
p {
2202-
color: rgba(23, 50, 77, 0.9);
2207+
color: #F6F8F1;
22032208
}
22042209

22052210
&__title-wrapper {

0 commit comments

Comments
 (0)