Skip to content

change supporters for April 2024 #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions _layouts/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,15 +265,9 @@ <h2>Brought to you by</h2>
<div class="col-sm-3 supporter-logo">
<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;
</div>
<div class="col-sm-3 supporter-logo">
<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;
</div>
<div class="col-sm-3 supporter-logo">
<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;
</div>
<div class="col-sm-3 supporter-logo">
<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;
</div>
<div class="col-sm-3 supporter-logo">
<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;
</div>
Expand All @@ -286,9 +280,11 @@ <h2>Brought to you by</h2>
</div>
<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>.-->
<input type="checkbox" id="toggle-list" style="display: none;">
<label for="toggle-list" class="subtitle col-sm-12">Former contributions</label>
<label for="toggle-list" class="subtitle col-sm-12 toggle-list-active">Former contributions <span class="smaller">(click to expand)</span></label>
<div class="text-center back-level clearfix">
<ul id="contributions-list" style="list-style-type: none; margin: 0; padding: 0;">
<li class="transparent-text">Lunatech</li>
<li class="transparent-text">47 Degrees</li>
<li class="transparent-text">Goldman Sachs</li>
<li class="transparent-text">Twitter</li>
<li class="transparent-text">Databricks</li>
Expand Down
8 changes: 8 additions & 0 deletions resources/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,14 @@ body.home {
font-size: 26px;
color: #fff;
text-align: center;

span.smaller {
font-size: 15px;
}
}

label.toggle-list-active {
cursor: pointer;
}

.circular {
Expand Down