Skip to content

Commit 6e9366f

Browse files
authored
Merge pull request #43 from deka27/Fix_hero2
RF: Modified hero section
2 parents 723dd4a + 847d5bc commit 6e9366f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

2026.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.. workshop-home::
1212
:template: _templates/v2/home_template.html
1313
:year: 2026
14-
:codename: Online Edition
14+
:codename: 100% Online Event
1515
:reg_start_date: 2025-10-01 00:00
1616
:start_date: 2026-03-16 09:00
1717
:end_date: 2026-03-20 17:00

_static/css/v2/splide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
width: 8px;
196196
}
197197
.splide__pagination__page.is-active {
198-
background: #fff;
198+
background: #F58F00;
199199
transform: scale(1.4);
200200
z-index: 1;
201201
}

_templates/v2/home_template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ <h1 class="hero-title">
2828
</svg>
2929
<span>{{ workshop.start_date.strftime('%B %d') }} - {{ workshop.end_date.strftime('%B %d, %Y') }}</span>
3030
</div>
31-
<div class="hero-info-item">
31+
<!-- <div class="hero-info-item">
3232
<svg class="hero-info-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
3333
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"></path>
3434
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path>
3535
</svg>
3636
<span>{{ workshop.team_location }}</span>
37-
</div>
37+
</div> -->
3838
</div>
3939
</div>
4040

0 commit comments

Comments
 (0)