@@ -270,21 +270,33 @@ <h2>Brought to you by</h2>
270
270
<a href="" class="col-md-6 col-xs-12" target="_blank">new rep</a>
271
271
</div>
272
272
<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>.-->
273
- < span class ="subtitle col-sm-12 "> Former contributions:</ span >
273
+ < input type ="checkbox " id ="toggle-list " style ="display: none; ">
274
+ < label for ="toggle-list " class ="subtitle col-sm-12 "> Former contributions</ label >
274
275
< div class ="text-center back-level clearfix ">
275
- < ul style ="list-style-type: none; margin: 0; padding: 0; ">
276
- < li > Goldman Sachs</ li >
277
- < li > Twitter</ li >
278
- < li > Databricks</ li >
279
- < li > Swissborg</ li >
280
- < li > Knoldus</ li >
281
- < li > Ionut Neagu</ li >
282
- < li > Andy Hicks</ li >
283
- < li > Trond Bjerkstand</ li >
284
- < li > Heiko Seeberger</ li >
276
+ < ul id =" contributions-list " style ="list-style-type: none; margin: 0; padding: 0; ">
277
+ < li class =" transparent-text " > Goldman Sachs</ li >
278
+ < li class =" transparent-text " > Twitter</ li >
279
+ < li class =" transparent-text " > Databricks</ li >
280
+ < li class =" transparent-text " > Swissborg</ li >
281
+ < li class =" transparent-text " > Knoldus</ li >
282
+ < li class =" transparent-text " > Ionut Neagu</ li >
283
+ < li class =" transparent-text " > Andy Hicks</ li >
284
+ < li class =" transparent-text " > Trond Bjerkstand</ li >
285
+ < li class =" transparent-text " > Heiko Seeberger</ li >
285
286
</ ul >
286
287
</ div >
287
- < div class ="col-md-12 founding-blurb ">
288
+ < style >
289
+ # toggle-list : checked ~ .text-center .back-level .clearfix # contributions-list {
290
+ display : block;
291
+ }
292
+ .text-center .back-level .clearfix # contributions-list {
293
+ display : none;
294
+ }
295
+ .transparent-text {
296
+ opacity : 0.3 ;
297
+ }
298
+ </ style >
299
+ < div class ="col-md-12 founding-blurb ">
288
300
< p >
289
301
The Scala Center is backed by < a href ="http://epfl.ch " target ="_blank "> EPFL</ a > , a world-class research
290
302
university in Lausanne, Switzerland, several industries that depend
0 commit comments