Skip to content

Commit 92c8e0c

Browse files
committed
improve styling and words
1 parent 01dcbeb commit 92c8e0c

File tree

5 files changed

+152
-50
lines changed

5 files changed

+152
-50
lines changed

_data/projects.yml

Lines changed: 39 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
- name: Language
22
projects:
33
- name: Scala.js
4-
logo: /resources/img/scala-js-dark.png
4+
logo: /resources/img/scala-js-logo-2.svg
5+
force_name_display: true
56
web: https://github.com/scala-js/scala-js
67
github: https://github.com/scala-js/scala-js
78
stars: 4.5k
@@ -29,19 +30,18 @@
2930
- Eric Richardson
3031
- sjrd
3132
process: false
32-
description: 'Scala Native is a compiler that allows you to write Scala code that
33-
runs on native platforms (such as Linux, macOS, and Windows) without the JVM.'
33+
description: 'We completed critical work including support for Scala 2.12, 2.13 and 3.x versions.'
3434
impact: 32,000 dl / month
3535
start_year: 2020
36-
end_year: null
37-
- name: TASTy Reader in scalac
36+
end_year: 2022
37+
- name: TASTy Reader for Scala 2.13
3838
web: null
3939
github: null
4040
origin: https://github.com/scalacenter/advisoryboard/blob/main/proposals/018-converging-214-30.md
4141
contributors: [jamie]
4242
process: false
43-
description: 'A collaborative effort to evolve TASTY into a shared format for Scala 2 and 3'
44-
impact: null
43+
description: 'Adding forwards compatibility to use Scala 3 compiled artefacts from Scala 2.13.'
44+
impact: Eases migration to Scala 3
4545
start_year: 2019
4646
end_year: 2020
4747
- name: Scala 3 trait encoding
@@ -50,7 +50,7 @@
5050
origin: null
5151
contributors: [sjrd]
5252
process: false
53-
description: 'This contribution to Dotty defines how traits are encoded in TASTy.'
53+
description: 'This contribution to Scala 3 ensures bytecode compatibility with Scala 2.13.'
5454
impact: All Scala 3 users
5555
start_year: 2020
5656
end_year: 2020
@@ -112,22 +112,10 @@
112112
- vincenzobaz
113113
- julien
114114
- meriam
115-
description: Scaladex is a project that serves as a central repository for Scala
116-
libraries. It provides a platform for developers to discover and share Scala
117-
libraries.
118-
impact: null
115+
description: Scaladex indexes Scala libraries, providing search functionality and categorisation.
116+
impact: discover libraries to use in your projects
119117
start_year: 2016
120118
end_year: 2017
121-
- name: Ecosystem sbt upgrade to 1.x
122-
web: null
123-
github: null
124-
origin: https://github.com/scalacenter/advisoryboard/blob/main/proposals/013-sbt-migration.md
125-
contributors: [guillaume, martinduhem]
126-
process: true
127-
description: 'Campaign to help ecosystem upgrade to sbt 1.x'
128-
impact: All the users of the target sbt plugins
129-
start_year: 2017
130-
end_year: 2017
131119
- name: Metals
132120
logo: /resources/img/[email protected]
133121
invert_logo_colors: true
@@ -142,25 +130,10 @@
142130
- chris
143131
- meriam
144132
process: false
145-
description: Metals is a language server for Scala that works with VS Code, Vim,
146-
Sublime, Atom, and Emacs. It provides features like code completion, go to definition,
147-
hover documentation, and more.
148-
impact: 100,000 installs of the VS Code plugin
133+
description: Metals is a Scala language server that supports many text editors, providing rich IDE features, improving productivity.
134+
impact: 400,000 installs of the VS Code plugin
149135
start_year: 2017
150136
end_year: null
151-
- name: scalameta
152-
web: http://scalameta.org/
153-
github: https://github.com/scalameta/scalameta
154-
stars: 1.1k
155-
origin: null
156-
contributors:
157-
- Eugene Burmako
158-
- Denys Shabalin
159-
process: false
160-
description: 'Library to read, analyze, transform and generate Scala programs'
161-
impact: All Metals users
162-
start_year: 2017
163-
end_year: 2018
164137
- name: Scalafix
165138
logo: /resources/img/[email protected]
166139
invert_logo_colors: true
@@ -173,8 +146,7 @@
173146
- meriam
174147
- guillaume
175148
process: false
176-
description: Scalafix is a tool to automatically rewrite Scala code. It provides
177-
a convenient way to define and apply code transformations to large codebases.
149+
description: Scalafix can automatically rewrite Scala code at scale. Ship your custom code migrations, lint rules and refactorings.
178150
impact: 50,000 dl / month
179151
start_year: 2016
180152
end_year: 2018
@@ -190,12 +162,33 @@
190162
- guillaume
191163
- vincenzobaz
192164
process: false
193-
description: Scastie is a tool for experimenting with Scala code in the browser.
194-
It allows users to write, compile, and run Scala code snippets in an interactive
195-
editor.
196-
impact: null
165+
description: Scastie is an online environment for running Scala snippets, supporting sharing, IDE features and library dependencies.
166+
impact: 27,000 users / month
197167
start_year: 2016
198168
end_year: 2017
169+
- name: Ecosystem sbt upgrade to 1.x
170+
web: null
171+
github: null
172+
origin: https://github.com/scalacenter/advisoryboard/blob/main/proposals/013-sbt-migration.md
173+
contributors: [guillaume, martinduhem]
174+
process: true
175+
description: 'Campaign to help ecosystem upgrade to sbt 1.x'
176+
impact: All the users of the target sbt plugins
177+
start_year: 2017
178+
end_year: 2017
179+
- name: scalameta
180+
web: http://scalameta.org/
181+
github: https://github.com/scalameta/scalameta
182+
stars: 1.1k
183+
origin: null
184+
contributors:
185+
- Eugene Burmako
186+
- Denys Shabalin
187+
process: false
188+
description: 'Library to read, analyze, transform and generate Scala programs'
189+
impact: All Metals users
190+
start_year: 2017
191+
end_year: 2018
199192
- name: scalajs-bundler
200193
web: https://scalacenter.github.io/scalajs-bundler
201194
github: https://github.com/scalacenter/scalajs-bundler
@@ -310,4 +303,4 @@
310303
process: true
311304
description: The Scala Center Advisory Board is a group of representatives from
312305
the Scala community and industry that meets regularly to discuss the current state and future of Scala.
313-
impact: null
306+
impact: null

hall-of-fame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ <h2>{{ category.name }}</h2>
2828
</div>
2929
<div class="row icon-attribution">
3030
Icons courtesy of <a href="https://blendicons.com/">Blend Icons</a>
31-
</div>
31+
</div>

resources/css/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ div.search {
14571457

14581458
ul.nav {
14591459
li.social {
1460-
width: 52px;
1460+
width: 35px;
14611461
&.first {
14621462
margin-left: 10px;
14631463
@media(max-width: $screen-sm) {
@@ -1479,7 +1479,7 @@ ul.nav {
14791479
padding: 20px;
14801480
margin-bottom: 20px;
14811481

1482-
height: 200px;
1482+
height: 225px;
14831483
overflow: hidden;
14841484
}
14851485

resources/css/sass/bootstrap/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ $navbar-inverse-toggle-border-color: #333 !default;
428428
//##
429429

430430
//=== Shared nav styles
431-
$nav-link-padding: 10px 15px !default;
431+
$nav-link-padding: 10px 12px !default;
432432
$nav-link-hover-bg: $gray-lighter !default;
433433

434434
$nav-disabled-link-color: $gray-light !default;

resources/img/scala-js-logo-2.svg

Lines changed: 109 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)