Skip to content

Commit 4d23790

Browse files
committed
Change text
1 parent 0853d16 commit 4d23790

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Is Elm dead?</title>
7-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:wght@400&amp;display=swap">
7+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:wght@400;700&amp;display=swap">
88
<style>
99
body { text-align: center; font-family: 'IBM Plex Sans', sans-serif; }
1010
main { max-width: 40em; margin: auto; }
1111
p { margin: 2.5em 0; line-height: 1.75; }
1212
.dead { font-size: 1.1em; margin: 10vh 0; }
1313
a { text-decoration: none; color: #0d7bb6; }
1414
a:hover { text-decoration: underline; }
15-
.no { font-size: 2em; margin: 25vh 0; font-weight: 400 !important;}
15+
.no { font-size: 2.5em; margin: 25vh 0; font-weight: 700 !important;}
1616
.details { font-size: 0.9em; }
1717
</style>
1818
</head>
1919
<body>
2020
<main>
2121
<h1 class="dead">Is <a href="https://elm-lang.org/">Elm</a> dead?</h1>
2222
<p class="no"><strong>No.</strong></p>
23-
<p class="details">Elm development is happening at a slow pace on purpose. As Elm’s creator <a href="https://github.com/elm/compiler/blob/master/roadmap.md">Evan Czaplicki wrote in February 2021</a>: “<cite>If you like what you see now, that's pretty much what Elm is going to be for a while.</cite>”. In <a href="https://discourse.elm-lang.org/t/status-update-3-nov-2021/7870">an update from November 2021</a>, he shared some details about what he has been working on. This <a href="https://github.com/elm/projects/blob/master/roadmap.md">roadmap FAQ</a> document might also address some of your concerns.</p>
23+
<p class="details">Elm development is happening in private. As Elm’s creator <a href="https://github.com/elm/compiler/blob/master/roadmap.md">Evan Czaplicki wrote in February 2021</a>: “<cite>If you like what you see now, that's pretty much what Elm is going to be for a while.</cite>”. In <a href="https://discourse.elm-lang.org/t/status-update-3-nov-2021/7870">an update from November 2021</a>, he shared some details about what he has been working on.</p>
24+
25+
<p class="details">While the language doesn’t get frequent updates (and that’s a good thing!), the community is more active than ever. Here’s <a href="https://dev.to/lucamug/elm-2021-a-year-in-review-4pho">a recap of what happened in 2021</a> in the Elm community.</p>
2426
</main>
2527
</body>
2628
</html>

0 commit comments

Comments
 (0)