Skip to content

Commit

Permalink
add back the js award banner
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Apr 20, 2022
1 parent f82679b commit f1a5cb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ let description = 'Snowpack is a lightning-fast frontend build tool, designed fo
<style lang="scss">
@use '../../public/styles/var' as *;

blockquote {
margin: 1rem 0;
}
blockquote a {
font-weight: bold;
}
Expand Down Expand Up @@ -105,6 +108,11 @@ blockquote a {
</aside>

<article class="layout-main">
<a class="img-banner" href="https://osawards.com/javascript/2020" target="_blank"
rel="noopener noreferrer">
<img src="/img/JSAwardWinner.png" alt="2020 JavaScript Open Source Award Winner banner" />
</a>

<blockquote>
<p><strong>Update (April 20, 2022):</strong> Snowpack is no longer actively maintained and is not recommended for new projects.</p>
<p>Check out <a href="https://vitejs.dev/" rel="nofollow">Vite</a> for a well-maintained Snowpack alternative.<br>
Expand Down

0 comments on commit f1a5cb1

Please sign in to comment.