Skip to content

Commit 28f117a

Browse files
committed
Dark blue behind diagram on home page
1 parent b3d00c4 commit 28f117a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/site/index.njk

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ layout: layouts/base.njk
5757
<a href="/why-jamstack" class="cta">Read more about the benefits of Jamstack</a>
5858
</section>
5959

60-
<section class="mb-20">
61-
<h2 class="text-2xl">The future is highly distributed</h2>
62-
<p class="mt-6 mb-8">
63-
Jamstack is the new standard architecture for the web. Using Git workflows and modern build tools, pre-rendered content is served to a CDN and made dynamic through APIs and serverless functions. Technologies in the stack include JavaScript frameworks, Static Site Generators, Headless CMSs, and CDNs.
64-
</p>
65-
<img src="/img/svg/architecture.svg" alt="Jamstack architecture diagram, Bidirectional arrows between Client and CDN, Client and Microservices">
66-
</section>
60+
<div class="bg-gray-100 mb-20">
61+
<section>
62+
<h2 class="text-2xl">The future is highly distributed</h2>
63+
<p class="mt-6 mb-8">
64+
Jamstack is the new standard architecture for the web. Using Git workflows and modern build tools, pre-rendered content is served to a CDN and made dynamic through APIs and serverless functions. Technologies in the stack include JavaScript frameworks, Static Site Generators, Headless CMSs, and CDNs.
65+
</p>
66+
<img src="/img/svg/architecture.svg" alt="Jamstack architecture diagram, Bidirectional arrows between Client and CDN, Client and Microservices">
67+
</section>
68+
</div>
6769

6870
<section class="text-center mb-20">
6971
<div class="md:w-8/12 mx-auto">

0 commit comments

Comments
 (0)