-
-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathhome.template.html
More file actions
45 lines (44 loc) · 1.65 KB
/
home.template.html
File metadata and controls
45 lines (44 loc) · 1.65 KB
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
{%
sponsors: [${spotify}, ${aruna}, ${shopify}, ${wide-angle}, ${famly}]
%}
@:embed(/templates/main.template.html)
<div class="bulma-section">
<div class="bulma-container bulma-is-max-desktop">
<h1 class="bulma-title bulma-is-1 bulma-is-size-3-mobile">
We develop industry-proven, <br class="bulma-is-hidden-mobile">
state-of-the-art libraries for <br class="bulma-is-hidden-mobile">
functional programming.
</h1>
<h2 class="bulma-subtitle bulma-is-3 bulma-is-size-4-mobile">
Start building scalable, performant applications <br class="bulma-is-hidden-mobile">
that you can grow and maintain
with confidence.
</h2>
</div>
</div>
<section class="bulma-hero bulma-is-primary bulma-has-text-light">
<div class="bulma-hero-body">
<p class="bulma-is-size-4 bulma-has-text-weight-medium">
Typelevel is an ecosystem of Scala-based projects and a community of people united to foster an inclusive, welcoming, and safe
environment around functional programming.
</p>
</div>
</section>
<div class="bulma-section">
<div class="bulma-columns bulma-is-vcentered">
<div class="bulma-column"></div>
@:for(sponsors)
<div class="bulma-column bulma-is-narrow bulma-has-text-centered">
<a href="${_.url}"><img class="sponsor" src="@:target(_.logo)" /></a>
</div>
@:@
<div class="bulma-column"></div>
</div>
<div class="bulma-container bulma-is-max-desktop">
<h4 class="bulma-subtitle bulma-is-4 bulma-has-text-centered">
Typelevel is built by a vibrant global community and backed by a nonprofit Foundation with the support of our
industry sponsors.
</h4>
</div>
</div>
@:@