Skip to content

Commit 39f2a9a

Browse files
Beginning home page restructure.
1 parent 611e512 commit 39f2a9a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/css/tailwind.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,7 @@ details[open] .summary-swap-open {
282282
font-size: 4em; /* 64px /16 */
283283
}
284284
}
285-
.hero-text-img {
286-
height: 1.244444444em;
287-
width: auto;
288-
margin-top: -0.1111111111111em; /* -4px /36 */
289-
}
285+
290286

291287
.rounded-xl-embed {
292288
border-radius: 0.9375rem; /* 15px /16 */

src/site/index.njk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ layout: layouts/base.njk
77
{% import "components/section-heading.njk" as section %}
88
{% import "components/zinger-cta.njk" as zinger %}
99

10-
<section class="mt-16">
11-
<p class="w-1/2">Comprehensive guide for building Jamstack sites and home of the global Jamstack community.</p>
12-
<h1 class="hero-text">The modern way to&nbsp;build <img src="/img/svg/websites-and-apps.svg" width="545" height="88" alt="Websites and Apps" class="inline-block mr-2 hero-text-img"> that delivers better performance</h1>
13-
<a href="/community" class="cta">Join the global community</a>
10+
<section class="">
11+
<h1 class="hero-text">What is Jamstack?</h1>
12+
<p>Pre-generated assets which are highly portable and may be served from a wide variety of hosting platforms. Elevated by modern developer tooling.</p>
13+
<a href="/discord" class="cta">Join the Discord community</a>
1414
</section>
1515

1616
<section class="mb-10 p-0">

0 commit comments

Comments
 (0)