|
22 | 22 | gtag('config', 'UA-110647385-1')
|
23 | 23 | </script>
|
24 | 24 | </head>
|
25 |
| - <body style="background: black; min-height: 100vh; display: flex; flex-direction: column"> |
26 |
| - <!-- |
| 25 | + <body> |
27 | 26 | <div class="banner">
|
28 | 27 | 👕 Support Parcel by getting an awesome
|
29 | 28 | <a href="https://cottonbureau.com/products/parcel-t-shirt" target="_blank">t-shirt or hoodie</a>! All proceeds
|
30 | 29 | support our <a href="https://opencollective.com/parcel" target="_blank">Open Collective</a>. ✨
|
31 | 30 | </div>
|
32 |
| - --> |
33 | 31 |
|
34 |
| - <header |
35 |
| - style="background: black; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;" |
36 |
| - > |
37 |
| - <h1><img class="logo" style="width: 100%" src="assets/logo.svg" alt="Parcel" /></h1> |
38 |
| - <!-- |
| 32 | + <header> |
| 33 | + <h1><img class="logo" src="assets/logo.svg" alt="Parcel" /></h1> |
39 | 34 | <p class="subtitle">Blazing fast, zero configuration web application bundler</p>
|
40 |
| - !--> |
41 |
| - <p class="subtitle"> |
42 |
| - Black lives matter. |
43 |
| - <a style="color: inherit" href="https://support.eji.org/give/153413/#!/donation/checkout" target="_blank" |
44 |
| - >Support the Equal Justice Initiative.</a |
45 |
| - > |
46 |
| - </p> |
47 |
| - <!-- |
48 | 35 | <div class="parcel">
|
49 | 36 | <picture>
|
50 | 37 | <source
|
@@ -72,7 +59,6 @@ <h1><img class="logo" style="width: 100%" src="assets/logo.svg" alt="Parcel" /><
|
72 | 59 | </div>
|
73 | 60 | <a class="button get-started" href="getting_started.html">Get Started</a>
|
74 | 61 | <a class="button" href="https://github.com/parcel-bundler/parcel" target="_blank">GitHub</a>
|
75 |
| - --> |
76 | 62 |
|
77 | 63 | <nav class="links">
|
78 | 64 | <form class="languages">
|
@@ -100,7 +86,6 @@ <h1><img class="logo" style="width: 100%" src="assets/logo.svg" alt="Parcel" /><
|
100 | 86 | </header>
|
101 | 87 |
|
102 | 88 | <main>
|
103 |
| - <!-- |
104 | 89 | <div class="features">
|
105 | 90 | <section>
|
106 | 91 | <h3>🚀 Blazing fast bundle times</h3>
|
@@ -222,10 +207,8 @@ <h2>Benchmarks</h2>
|
222 | 207 | 4 physical cores.
|
223 | 208 | </p>
|
224 | 209 | </section>
|
225 |
| - --> |
226 | 210 | </main>
|
227 | 211 |
|
228 |
| - <!-- |
229 | 212 | <footer>
|
230 | 213 | <a class="button" href="getting_started.html">Get Started</a>
|
231 | 214 | <div class="content">
|
@@ -262,7 +245,6 @@ <h3>Links</h3>
|
262 | 245 | <a href="https://github.com/parcel-bundler/website" target="_blank">open source</a>.
|
263 | 246 | </div>
|
264 | 247 | </footer>
|
265 |
| - --> |
266 | 248 |
|
267 | 249 | <script src="assets/icons.js"></script>
|
268 | 250 | </body>
|
|
0 commit comments