Skip to content

Commit

Permalink
improve styling and words
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Sep 6, 2023
1 parent 01dcbeb commit 92c8e0c
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 50 deletions.
85 changes: 39 additions & 46 deletions _data/projects.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
- name: Language
projects:
- name: Scala.js
logo: /resources/img/scala-js-dark.png
logo: /resources/img/scala-js-logo-2.svg
force_name_display: true
web: https://github.com/scala-js/scala-js
github: https://github.com/scala-js/scala-js
stars: 4.5k
Expand Down Expand Up @@ -29,19 +30,18 @@
- Eric Richardson
- sjrd
process: false
description: 'Scala Native is a compiler that allows you to write Scala code that
runs on native platforms (such as Linux, macOS, and Windows) without the JVM.'
description: 'We completed critical work including support for Scala 2.12, 2.13 and 3.x versions.'
impact: 32,000 dl / month
start_year: 2020
end_year: null
- name: TASTy Reader in scalac
end_year: 2022
- name: TASTy Reader for Scala 2.13
web: null
github: null
origin: https://github.com/scalacenter/advisoryboard/blob/main/proposals/018-converging-214-30.md
contributors: [jamie]
process: false
description: 'A collaborative effort to evolve TASTY into a shared format for Scala 2 and 3'
impact: null
description: 'Adding forwards compatibility to use Scala 3 compiled artefacts from Scala 2.13.'
impact: Eases migration to Scala 3
start_year: 2019
end_year: 2020
- name: Scala 3 trait encoding
Expand All @@ -50,7 +50,7 @@
origin: null
contributors: [sjrd]
process: false
description: 'This contribution to Dotty defines how traits are encoded in TASTy.'
description: 'This contribution to Scala 3 ensures bytecode compatibility with Scala 2.13.'
impact: All Scala 3 users
start_year: 2020
end_year: 2020
Expand Down Expand Up @@ -112,22 +112,10 @@
- vincenzobaz
- julien
- meriam
description: Scaladex is a project that serves as a central repository for Scala
libraries. It provides a platform for developers to discover and share Scala
libraries.
impact: null
description: Scaladex indexes Scala libraries, providing search functionality and categorisation.
impact: discover libraries to use in your projects
start_year: 2016
end_year: 2017
- name: Ecosystem sbt upgrade to 1.x
web: null
github: null
origin: https://github.com/scalacenter/advisoryboard/blob/main/proposals/013-sbt-migration.md
contributors: [guillaume, martinduhem]
process: true
description: 'Campaign to help ecosystem upgrade to sbt 1.x'
impact: All the users of the target sbt plugins
start_year: 2017
end_year: 2017
- name: Metals
logo: /resources/img/[email protected]
invert_logo_colors: true
Expand All @@ -142,25 +130,10 @@
- chris
- meriam
process: false
description: Metals is a language server for Scala that works with VS Code, Vim,
Sublime, Atom, and Emacs. It provides features like code completion, go to definition,
hover documentation, and more.
impact: 100,000 installs of the VS Code plugin
description: Metals is a Scala language server that supports many text editors, providing rich IDE features, improving productivity.
impact: 400,000 installs of the VS Code plugin
start_year: 2017
end_year: null
- name: scalameta
web: http://scalameta.org/
github: https://github.com/scalameta/scalameta
stars: 1.1k
origin: null
contributors:
- Eugene Burmako
- Denys Shabalin
process: false
description: 'Library to read, analyze, transform and generate Scala programs'
impact: All Metals users
start_year: 2017
end_year: 2018
- name: Scalafix
logo: /resources/img/[email protected]
invert_logo_colors: true
Expand All @@ -173,8 +146,7 @@
- meriam
- guillaume
process: false
description: Scalafix is a tool to automatically rewrite Scala code. It provides
a convenient way to define and apply code transformations to large codebases.
description: Scalafix can automatically rewrite Scala code at scale. Ship your custom code migrations, lint rules and refactorings.
impact: 50,000 dl / month
start_year: 2016
end_year: 2018
Expand All @@ -190,12 +162,33 @@
- guillaume
- vincenzobaz
process: false
description: Scastie is a tool for experimenting with Scala code in the browser.
It allows users to write, compile, and run Scala code snippets in an interactive
editor.
impact: null
description: Scastie is an online environment for running Scala snippets, supporting sharing, IDE features and library dependencies.
impact: 27,000 users / month
start_year: 2016
end_year: 2017
- name: Ecosystem sbt upgrade to 1.x
web: null
github: null
origin: https://github.com/scalacenter/advisoryboard/blob/main/proposals/013-sbt-migration.md
contributors: [guillaume, martinduhem]
process: true
description: 'Campaign to help ecosystem upgrade to sbt 1.x'
impact: All the users of the target sbt plugins
start_year: 2017
end_year: 2017
- name: scalameta
web: http://scalameta.org/
github: https://github.com/scalameta/scalameta
stars: 1.1k
origin: null
contributors:
- Eugene Burmako
- Denys Shabalin
process: false
description: 'Library to read, analyze, transform and generate Scala programs'
impact: All Metals users
start_year: 2017
end_year: 2018
- name: scalajs-bundler
web: https://scalacenter.github.io/scalajs-bundler
github: https://github.com/scalacenter/scalajs-bundler
Expand Down Expand Up @@ -310,4 +303,4 @@
process: true
description: The Scala Center Advisory Board is a group of representatives from
the Scala community and industry that meets regularly to discuss the current state and future of Scala.
impact: null
impact: null
2 changes: 1 addition & 1 deletion hall-of-fame.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ <h2>{{ category.name }}</h2>
</div>
<div class="row icon-attribution">
Icons courtesy of <a href="https://blendicons.com/">Blend Icons</a>
</div>
</div>
4 changes: 2 additions & 2 deletions resources/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ div.search {

ul.nav {
li.social {
width: 52px;
width: 35px;
&.first {
margin-left: 10px;
@media(max-width: $screen-sm) {
Expand All @@ -1479,7 +1479,7 @@ ul.nav {
padding: 20px;
margin-bottom: 20px;

height: 200px;
height: 225px;
overflow: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion resources/css/sass/bootstrap/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ $navbar-inverse-toggle-border-color: #333 !default;
//##

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

$nav-disabled-link-color: $gray-light !default;
Expand Down
109 changes: 109 additions & 0 deletions resources/img/scala-js-logo-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92c8e0c

Please sign in to comment.