Skip to content

Commit c8a2095

Browse files
Add brought to you by section
1 parent 6c161b6 commit c8a2095

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

_includes/scala-days-sponsors.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<div class="scala-days-sponsors-bar">
2+
<!-- Brought to you by -->
3+
<div class="sponsors-brought-to-you-by">
4+
Scala Days 2025 is brought to you by:
5+
</div>
6+
27
<!-- Static Platinum Sponsors Row -->
38
<div class="sponsors-static-row">
49
{% for sponsor in site.data.scala-days-sponsors.sponsors %}

_sass/components/scala-days-sponsors.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
transition: opacity 0.2s;
7777
}
7878

79+
.sponsors-brought-to-you-by {
80+
font-size: 1.2em;
81+
font-weight: 600;
82+
color: #fff;
83+
margin-bottom: 1em;
84+
text-align: center;
85+
}
86+
7987
@keyframes sponsors-scroll {
8088
0% { transform: translateX(0); }
8189
100% { transform: translateX(-50%); }

0 commit comments

Comments
 (0)