Skip to content

Commit 1e12d3a

Browse files
authored
Restore landing page
1 parent d9d4824 commit 1e12d3a

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

src/i18n/en/index.html

+3-21
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,16 @@
2222
gtag('config', 'UA-110647385-1')
2323
</script>
2424
</head>
25-
<body style="background: black; min-height: 100vh; display: flex; flex-direction: column">
26-
<!--
25+
<body>
2726
<div class="banner">
2827
👕 Support Parcel by getting an awesome
2928
<a href="https://cottonbureau.com/products/parcel-t-shirt" target="_blank">t-shirt or hoodie</a>! All proceeds
3029
support our <a href="https://opencollective.com/parcel" target="_blank">Open Collective</a>. ✨
3130
</div>
32-
-->
3331

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>
3934
<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-
<!--
4835
<div class="parcel">
4936
<picture>
5037
<source
@@ -72,7 +59,6 @@ <h1><img class="logo" style="width: 100%" src="assets/logo.svg" alt="Parcel" /><
7259
</div>
7360
<a class="button get-started" href="getting_started.html">Get Started</a>
7461
<a class="button" href="https://github.com/parcel-bundler/parcel" target="_blank">GitHub</a>
75-
-->
7662

7763
<nav class="links">
7864
<form class="languages">
@@ -100,7 +86,6 @@ <h1><img class="logo" style="width: 100%" src="assets/logo.svg" alt="Parcel" /><
10086
</header>
10187

10288
<main>
103-
<!--
10489
<div class="features">
10590
<section>
10691
<h3>🚀 Blazing fast bundle times</h3>
@@ -222,10 +207,8 @@ <h2>Benchmarks</h2>
222207
4 physical cores.
223208
</p>
224209
</section>
225-
-->
226210
</main>
227211

228-
<!--
229212
<footer>
230213
<a class="button" href="getting_started.html">Get Started</a>
231214
<div class="content">
@@ -262,7 +245,6 @@ <h3>Links</h3>
262245
<a href="https://github.com/parcel-bundler/website" target="_blank">open source</a>.
263246
</div>
264247
</footer>
265-
-->
266248

267249
<script src="assets/icons.js"></script>
268250
</body>

0 commit comments

Comments
 (0)