-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathfrontpage.html
409 lines (389 loc) · 20.1 KB
/
frontpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html>
{% include head.html %}
<body class="home">
{% include alert-banner.html message_id='disabled' message=site.data.messages.scam-banner %}
<div id="wrap">
<div id="main">
<div class="splash">
<div class=" navbar navbar-default" style="background-color: transparent;">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="frontpage-nav collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="{{ site.baseurl }}/projects.html">Projects</a></li>
<li><a href="{{ site.baseurl }}/hall-of-fame.html">Hall of Fame</a></li>
<li><a href="{{ site.baseurl }}/team.html">Team</a></li>
<li><a href="{{ site.baseurl }}/faqs.html">FAQs</a></li>
<li><a href="{{ site.baseurl }}/records.html">Records</a></li>
<li><a href="{{ site.baseurl }}/contact.html">Contact</a></li>
<li><a href="{{ site.baseurl }}/corporate-membership.html">Corporate Membership</a></li>
<li><a href="{{ site.baseurl }}/donate.html">Donate</a></li>
<li class="social first"><a href="https://github.com/scalacenter"><i class="fa fa-github"></i></a></li>
<li class="social"><a href="https://twitter.com/scala_lang"><i class="fa fa-twitter"></i></a></li>
<li class="social"><a href="https://www.linkedin.com/company/scala-center/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="container inner-splash main-logo-wrap">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<img src="/resources/img/scala-center-main-logo@2x.png" width="100%" alt="ScalaCenter. For Open Source. For Education" >
</div>
</div>
</div>
<div class="container" style="margin-top: 60px;">
<div class="vertical-spacer-top"></div>
<div class="row">
<div class="col-md-12 text-center">
<div class="objectives">
An independent not-for-profit center established at EPFL.<br/>
<b>Focused on</b>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center home-popovers">
<a class="btn btn-default btn" data-toggle="popover" data-placement="bottom" data-container="body" href="#open-source">Open Source</a>
<a class="btn btn-default btn" data-toggle="popover" data-placement="bottom" data-container="body" href="#education">Education</a>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<div class="objectives short">
<b>Activities</b>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center home-popovers">
<a class="btn btn-default btn" href="https://www.scala-lang.org/blog/2024/02/06/scala-center-2024-roadmap.html">2024 Roadmap</a>
<a class="btn btn-default btn" href="/records/first-five-years/">5 year impact report</a>
</div>
</div>
</div>
<div class="vertical-spacer-bottom gradient"></div>
</div>
<div class="open-source hidden" id="open-source">
<div class="close-popover">
<i class="fa fa-close"></i>
</div>
<div class="col-md-12">
<!-- <div class="sect-header">Open Source</div> -->
<p>Let's improve Scala together. The Scala Center seeks to:</p>
<ul class="red">
<li>Coordinate and direct the open source development of libraries/tools of broad benefit to the community.</li>
<li>Substantially grow our community of open source contributors.</li>
<li>Improve the landscape of Scala's libraries.</li>
<li>Provide scaffolding to help the community develop, publish, find, and evaluate Scala libraries.</li>
</ul>
</div>
<div class="col-md-12">
<p>
We'll start by consulting with the user community, defining common
goals, and organizing contributions and its own resources to achieve
these goals.
</p>
<div class="text-left" style="margin-top: 30px;"><a class="btn btn-default btn" href="{{ site.baseurl }}/contact.html">Join the Discussion</a></div>
</div>
</div>
<div class="education hidden" id="education">
<div class="close-popover">
<i class="fa fa-close"></i>
</div>
<div class="col-md-12">
The Scala Center is committed to creating quality and freely-available
educational resources for leaning Scala and functional programming. For
now, we have produced a handful of courses that combine to form a
"mini-degree" on Coursera, as well as an interactive tutorial series
based on our functional programming course on Coursera.
<br/><br/>
<div class="the-courses">The courses:</div>
{% assign courses = site.data.education.courses %}
<ul class="course-list">
{% for course in courses %}
<li>
<a class="title" href="{{ course.url }}" target="_blank">{{ course.title }}</a>
<div class="description">Taught by: {{ course.taught_by }}</div>
</li>
{% endfor %}
+ an <a href="https://www.scala-exercises.org/scala_tutorial/terms_and_types">interactive introduction to Scala and FP</a> on scala-exercises.org.
</ul>
</div>
</div>
<div class="dark-blue-stripe">
<div class="container">
<div class="col-md-12 text-center">
<h2>Scala Center's Mission</h2>
</div>
<div class="clearfix"></div>
<div class="text-left">
<div >
<ul class="red">
<li>Guide and support the Scala community</li>
<li>Coordinate and develop open source libraries and tools for the benefit of all Scala users</li>
<li>Provide deep, and quality, educational materials for Scala</li>
</ul>
<div class="text-center">
<a class="btn btn-default btn" href="http://scala-lang.org/blog/2016/03/14/announcing-the-scala-center.html">See the blog article</a>
</div>
</div>
</div>
</div>
</div>
<div class="dark-blue-stripe">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Projects that we've worked on</h2>
</div>
<div class="col-md-10 text-center col-md-offset-1">
<div class="row" id="projects-logo">
<div class="col-md-3 col-xs-6"><a href="https://www.scala-lang.org/" target="_blank"><img width="100%" src="/resources/img/scala@2x.png" alt="Scala"></a></div>
<div class="col-md-3 col-xs-6"><a href="http://www.scala-sbt.org/" target="_blank"><img width="100%" src="/resources/img/sbt@2x.png" alt="SBT"></a></div>
<div class="col-md-3 col-xs-6"><a href="http://scala-lang.org/community/" target="_blank"><img width="100%" src="/resources/img/Community@2x.png" alt="Community"></a></div>
<div class="col-md-3 col-xs-6"><a href="http://scastie.scala-lang.org/" target="_blank"><img width="100%" src="/resources/img/scastie@2x.png" alt="Scastie"></a></div>
<div class="col-md-3 col-xs-6"><a href="https://index.scala-lang.org/" target="_blank"><img width="100%" src="/resources/img/scaladex-brand@2x.png" alt="Scaladex"></a></div>
<div class="col-md-3 col-xs-6"><a href="https://www.coursera.org" target="_blank"><img width="100%" src="/resources/img/coursera@2x.png" alt="Coursera"></a></div>
<div class="col-md-3 col-xs-6"><a href="https://scalameta.org/metals/" target="_blank"><img width="100%" src="/resources/img/metals@2x.png" alt="Metals"></a></div>
<div class="col-md-3 col-xs-6"><a href="https://scalacenter.github.io/scalafix/" target="_blank"><img width="100%" src="/resources/img/scalafix@2x.png" alt="Scalafix"></a></div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="text-center" style="margin-top: 45px; clear: both;">
<a href="/records.html" class="btn btn-default">See all our project reports</a>
</div>
</div>
</div>
<div class="dark-blue-stripe">
<div class="vertical-spacer-top" id="our-projects"></div>
<div class="open-source">
<div class="container">
<h2>Current priorities</h2>
<div class="clearfix"></div>
<div class="text-left">
<div>
<ul class="red">
<li>
<strong>Communicate excitement about Scala</strong>. We want more people (programmers, teachers,
scientists) to know about Scala’s strengths.
</li>
<li>
<strong>Newcomers onboarding experience</strong>. We want newcomers to quickly get started in
Scala, with no hassles.
</li>
<li>
<strong>Robust and seamless tooling</strong>. We want the infrastructure that supports the Scala
ecosystem to be reliable while being "invisible" to the end-users.
</li>
<li>
<strong>Sustainability and governance</strong>. We want to make sure that the Scala
infrastructure has no technical debt, and is easy to maintain. We want to help every actor of
the community to contribute to Scala.
</li>
</ul>
</div>
</div>
<div class="text-center" style="margin-top: 45px; clear: both;">
<a href="/projects.html" class="btn btn-default">See our full roadmap</a>
</div>
</div>
</div>
<div class="vertical-spacer-bottom"></div>
</div>
<div class="light-grey-stripe" style="padding-bottom: 70px;">
<div class="vertical-spacer-top"></div>
<div class="who-are-we">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<!-- <div class="sect-header">Who are we?</div> -->
<h2>Who are we?</h2>
</div>
</div>
<div class="col-md-10 col-md-offset-1 text-center">
{% assign members = site.data.team-members.members %}
{% for member in members %}{% if member.active %}
<div class="us text-center">
<div class="circular" style="background-image: url({{ member.photo }});"></div>
<div class="us-data">
<div class="name">{{ member.name }}</div>
<div class="about">{{ member.title }}</div>
</div>
</div>
{% endif %}{% endfor %}
</div>
<div class="row">
<div class="col-md-8 text-center col-md-offset-2">
<div class="text-center" style="margin-top: 40px;">
<a class="btn btn-default btn" href="{{ site.baseurl }}/team.html">Get to know our team</a>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
</div>
<div class="vertical-spacer-bottom"></div>
</div>
<!-- <span class="entypo heart"> -->
<div class="dark-blue-stripe">
<div class="vertical-spacer-top"></div>
<div class="supporters">
<div class="container">
<div class="row">
<div class="col-md-12 text-center" id="brought-to-you-by">
<!-- <div class="sect-header">Brought to you by</div> -->
<h2>Brought to you by</h2>
</div>
<div class="col-md-10 col-md-offset-1 text-center">
<div class="col-sm-12 first-supporter-logo" style="margin-bottom: 18px;">
<a href="http://epfl.ch" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/epfl.png" /></a>
</div>
<br/><br/>
<div class="subtitle col-sm-12" id="advisory-board-member-list">Advisory Board members:</div>
<div class="col-sm-3 supporter-logo">
<a href="http://akka.io" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/akka.png" /></a>
</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>
</div>
<br/><br/>
<div class="subtitle col-sm-12" id="advisory-board-member-list">Affiliate members:</div>
<div class="col-sm-3 supporter-logo">
<a href="https://www.jetbrains.com/" style="border: none;" target="_blank"><img src="{{ site.baseurl }}/resources/img/jetbrains.png" /></a>
</div>
</div>
<div class="col-md-12 text-center">
<!--<span class="subtitle col-sm-12">Community representatives:</span>
<div class="text-center back-level clearfix">
<a href="" class="col-md-6 col-xs-12" target="_blank">new rep</a>
<a href="" class="col-md-6 col-xs-12" target="_blank">new rep</a>
</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 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">Spotify</li>
<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>
<li class="transparent-text">Swissborg</li>
<li class="transparent-text">Knoldus</li>
<li class="transparent-text">Ionut Neagu</li>
<li class="transparent-text">Andy Hicks</li>
<li class="transparent-text">Trond Bjerkstand</li>
<li class="transparent-text">Heiko Seeberger</li>
</ul>
</div>
<style>
#toggle-list:checked ~ .text-center.back-level.clearfix #contributions-list {
display: block;
}
.text-center.back-level.clearfix #contributions-list {
display: none;
}
.transparent-text {
opacity: 0.3;
}
</style>
<div class="col-md-12 founding-blurb">
<p>
The Scala Center is backed by <a href="http://epfl.ch" target="_blank">EPFL</a>, a world-class research
university in Lausanne, Switzerland, several industries that depend
on Scala every day, and countless individual members of the Scala
community.
</p>
<p>
All of our members, individual and corporate, are actively involved
in the Scala ecosystem. We are a coalition of individuals and
organizations working together to contribute to Scala.
</p>
<div class="subtitle" style="font-weight: 900;">Interested in joining the effort?</div>
<p>
The best way to help is to get involved in the Scala ecosystem!
</p>
<p>
We also accept sponsorships/donations to be able to fund important project work that would otherwise not be possible.
</p>
<div class="text-center">
<a class="btn btn-default btn" href="{{ site.baseurl }}/corporate-membership.html">Corporate Membership</a>
<a class="btn btn-default btn" href="{{ site.baseurl }}/donate.html">Individual Donation</a>
<a class="btn btn-default btn" href="{{ site.baseurl }}/faqs.html">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="vertical-spacer-bottom"></div>
</div>
</div>
</div>
{% include footer.html %}
<script type="text/javascript">
$(document).ready(function(){
// background image on frontpage
$(".splash").backstretch("{{ site.baseurl }}/resources/img/home-bg.png");
$(document).on('click', '.close-popover', function (e) {
e.preventDefault();
$(this).closest('.popover').popover('hide');
$('#popover-spacer').animate({'height': 0});
$('#popover-spacer-2').animate({'height': 0});
});
$('.home-popovers a').each(function () {
var button = $(this);
button.data('html', true);
button.data('content', $($(this).attr('href')).html());
});
$(document).on('click', '.home-popovers a', function(e){
var button = $(this);
e.preventDefault();
$('.popover').popover('hide');
setTimeout(function() {
if(button.attr('href') == '#our-missions') {
$('#popover-spacer').animate({'height': 0}, 150, function() {
button.popover('show');
$('#popover-spacer-2').animate({'height': $('.popover').height() + 100});
});
} else {
$('#popover-spacer-2').animate({'height': 0}, 50, function() {
$('#popover-spacer').animate({'height': $('.popover').height()});
});
button.popover('show');
}
setTimeout(function () {
if(button.attr('href') == '#education') {
$('.popover .arrow').css('left', button.offset().left + 65 - $('.popover').offset().left);
} else if(button.attr('href') != '#our-missions') {
$('.popover .arrow').css('left', button.offset().left + 73 - $('.popover').offset().left);
} else {
$('.popover .arrow').css('left', '');
}
}, 150);
}, 150);
});
// Who we are effects
$('.who-are-we .us').mouseenter(function() {
$(this).find('.circular').addClass('active');
$('.who-are-we .circular:not(.active)').stop().animate({'opacity':'.3'}, 300);
});
$('.who-are-we .us').mouseleave(function() {
$('.who-are-we .circular').removeClass('active');
$('.who-are-we .circular').stop().animate({'opacity':'1'}, 300);
});
});
</script>
</body>
</html>