Skip to content

Commit 82ab4be

Browse files
authored
Merge pull request #1839 from anatoliykmetyuk/remove-scaladays-sponsors
Remove Scala Days 2025 sponsors from the frontpage
2 parents 34c26ff + 2789d0d commit 82ab4be

File tree

2 files changed

+3
-136
lines changed

2 files changed

+3
-136
lines changed

_data/scala-days-sponsors.yml

Lines changed: 1 addition & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -16,138 +16,4 @@ sponsorship-types:
1616
icon: img/assets/icon-bronze.svg
1717
css-class: scaladays-org-logo-bronze
1818

19-
sponsors:
20-
- title: VirtusLab
21-
type: Platinum
22-
logo: /resources/img/scala-days-sponsors/virtuslab.png
23-
url: https://virtuslab.com
24-
25-
- title: Signify Technology
26-
type: Platinum
27-
logo: /resources/img/scala-days-sponsors/signify.png
28-
url: https://www.signifytechnology.com/
29-
30-
- title: Gradle
31-
type: Gold
32-
logo: /resources/img/scala-days-sponsors/gradle.png
33-
url: https://gradle.com/
34-
35-
- title: JetBrains
36-
type: Gold
37-
logo: /resources/img/scala-days-sponsors/jetbrains.svg
38-
url: https://jetbrains.com
39-
40-
- title: Scalac
41-
type: Gold
42-
logo: /resources/img/scala-days-sponsors/scalac.svg
43-
url: https://scalac.io
44-
45-
- title: Xebia
46-
type: Gold
47-
logo: /resources/img/scala-days-sponsors/xebia.svg
48-
url: https://xebia.com
49-
50-
- title: Writer
51-
type: Gold
52-
logo: /resources/img/scala-days-sponsors/writer.svg
53-
url: https://writer.com
54-
55-
- title: Kpler
56-
type: Silver
57-
logo: /resources/img/scala-days-sponsors/kpler.png
58-
url: https://www.kpler.com/
59-
60-
- title: Scala Teams
61-
type: Bronze
62-
logo: /resources/img/scala-days-sponsors/scalateams.png
63-
url: https://www.scalateams.com/scala-days-2025
64-
65-
- title: Mastercard
66-
type: Bronze
67-
logo: /resources/img/scala-days-sponsors/mc_symbol.svg
68-
url: https://www.mastercard.com/
69-
70-
- title: MOIA
71-
type: Bronze
72-
logo: /resources/img/scala-days-sponsors/MOIA-logo-black.png
73-
url: https://www.moia.io/en
74-
75-
- title: Les Toises
76-
type: Bronze
77-
logo: /resources/img/scala-days-sponsors/les-toises.png
78-
url: https://www.lestoises.ch/
79-
80-
- title: Rock the JVM
81-
type: Bronze
82-
logo: /resources/img/scala-days-sponsors/rock-the-jvm.png
83-
url: https://rockthejvm.com/
84-
85-
- title: Ngrok
86-
type: Bronze
87-
logo: /resources/img/scala-days-sponsors/ngrok-coral.svg
88-
url: https://ngrok.com/
89-
90-
- title: Youmoni
91-
type: Bronze
92-
logo: /resources/img/scala-days-sponsors/youmoni.svg
93-
url: https://youmoni.com/
94-
95-
- title: DFiant
96-
type: Bronze
97-
logo: /resources/img/scala-days-sponsors/DFiant-LightBG.png
98-
url: https://dfiant.works/
99-
100-
- title: Snowplow Analytics Ltd
101-
type: Bronze
102-
logo: /resources/img/scala-days-sponsors/snowplow-logo.svg
103-
url: https://snowplow.io/
104-
105-
- title: SoftwareMill
106-
type: Bronze
107-
logo: /resources/img/scala-days-sponsors/softwaremill-logo.png
108-
url: https://softwaremill.com/
109-
110-
- title: Tiko
111-
type: Bronze
112-
logo: /resources/img/scala-days-sponsors/tiko.png
113-
url: https://tiko.org/
114-
115-
- title: Recorded Future
116-
type: Bronze
117-
logo: /resources/img/scala-days-sponsors/recorded-future.png
118-
url: https://www.recordedfuture.com/
119-
120-
- title: Swissborg
121-
type: Bronze
122-
logo: /resources/img/scala-days-sponsors/swissborg.svg
123-
url: https://swissborg.com/
124-
125-
- title: Deltek
126-
type: Bronze
127-
logo: /resources/img/scala-days-sponsors/deltek.png
128-
url: https://www.deltek.com/
129-
130-
- title: HES-SO Valais-Wallis
131-
type: Bronze
132-
logo: /resources/img/scala-days-sponsors/hesso.png
133-
url: https://www.hevs.ch/en/applied-research/research-institute-informatics/
134-
135-
- title: Artima
136-
type: Bronze
137-
logo: /resources/img/scala-days-sponsors/artima.png
138-
url: https://www.artima.com/
139-
140-
- title: NuMind
141-
type: Bronze
142-
logo: /resources/img/scala-days-sponsors/numind.png
143-
url: https://numind.ai/
144-
145-
- title: SiriusXM
146-
type: Bronze
147-
logo: /resources/img/scala-days-sponsors/siriusxm.png
148-
url: https://www.siriusxm.com/
149-
150-
- title: Netflix
151-
type: Bronze
152-
logo: /resources/img/scala-days-sponsors/netflix.png
153-
url: https://about.netflix.com/
19+
sponsors: []

_layouts/frontpage.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
</p>
1717
<span class="hide"><i class="fa fa-close"></i></span>
1818
</div>
19-
{% include scala-days-sponsors.html %}
19+
<!-- Uncomment the line below to enable the Scala Days Sponsors banner -->
20+
<!-- {% include scala-days-sponsors.html %} -->
2021
<div class="wrap">
2122
<!-- Navigation -->
2223
<nav class="navigation" role="menu">

0 commit comments

Comments
 (0)