Skip to content

Commit

Permalink
add banner to snowpack.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Apr 20, 2022
1 parent 45456aa commit b7f9094
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 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 a {
font-weight: bold;
}
.layout {
display: grid;
grid-template-areas: "main";
Expand Down Expand Up @@ -102,10 +105,11 @@ let description = 'Snowpack is a lightning-fast frontend build tool, designed fo
</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>
See also: <a href="https://esbuild.github.io/" rel="nofollow">esbuild</a>, <a href="https://parceljs.org/" rel="nofollow">parcel</a></p>
</blockquote>

<div class="markdown-body feature-list">
<div class={'t' + 'o' + 'p'}>
Expand Down

0 comments on commit b7f9094

Please sign in to comment.