We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c161b6 commit c8a2095Copy full SHA for c8a2095
_includes/scala-days-sponsors.html
@@ -1,4 +1,9 @@
1
<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
+
7
<!-- Static Platinum Sponsors Row -->
8
<div class="sponsors-static-row">
9
{% for sponsor in site.data.scala-days-sponsors.sponsors %}
_sass/components/scala-days-sponsors.scss
@@ -76,6 +76,14 @@
76
transition: opacity 0.2s;
77
}
78
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
87
@keyframes sponsors-scroll {
88
0% { transform: translateX(0); }
89
100% { transform: translateX(-50%); }
0 commit comments