Skip to content

Commit 67d506d

Browse files
authored
Merge pull request #344 from scala/update-supporters
change supporters for April 2024
2 parents f2060f8 + c2299c6 commit 67d506d

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

_layouts/frontpage.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,9 @@ <h2>Brought to you by</h2>
265265
<div class="col-sm-3 supporter-logo">
266266
<a href="http://www.lightbend.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/lightbend.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
267267
</div>
268-
<div class="col-sm-3 supporter-logo">
269-
<a href="http://www.47deg.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/47deg.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
270-
</div>
271268
<div class="col-sm-3 supporter-logo">
272269
<a href="https://www.spotify.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/spotify.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
273270
</div>
274-
<div class="col-sm-3 supporter-logo">
275-
<a href="https://lunatech.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/lunatech.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
276-
</div>
277271
<div class="col-sm-3 supporter-logo">
278272
<a href="https://virtuslab.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/virtuslab.png" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
279273
</div>
@@ -286,9 +280,11 @@ <h2>Brought to you by</h2>
286280
</div>
287281
<p>For information on the community representatives, see <a href="https://www.scala-lang.org/blog/2019/03/18/announcing-new-community-representative.html">this blog post</a>.-->
288282
<input type="checkbox" id="toggle-list" style="display: none;">
289-
<label for="toggle-list" class="subtitle col-sm-12">Former contributions</label>
283+
<label for="toggle-list" class="subtitle col-sm-12 toggle-list-active">Former contributions <span class="smaller">(click to expand)</span></label>
290284
<div class="text-center back-level clearfix">
291285
<ul id="contributions-list" style="list-style-type: none; margin: 0; padding: 0;">
286+
<li class="transparent-text">Lunatech</li>
287+
<li class="transparent-text">47 Degrees</li>
292288
<li class="transparent-text">Goldman Sachs</li>
293289
<li class="transparent-text">Twitter</li>
294290
<li class="transparent-text">Databricks</li>

resources/css/main.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,14 @@ body.home {
547547
font-size: 26px;
548548
color: #fff;
549549
text-align: center;
550+
551+
span.smaller {
552+
font-size: 15px;
553+
}
554+
}
555+
556+
label.toggle-list-active {
557+
cursor: pointer;
550558
}
551559

552560
.circular {

0 commit comments

Comments
 (0)