Skip to content

Commit 82a8340

Browse files
Adding missing section and fixing anchor tags.
1 parent 85ba519 commit 82a8340

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

src/site/_includes/header.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set linkList = [
44
{ "url": "/", "text": "Home", "children": [
55
{ "url": "#what-is-jamstack", "text": "What is the Jamstack?" },
6-
{ "url": "#why-jamstack/", "text": "Why Jamstack?" }
6+
{ "url": "#why-jamstack", "text": "Why Jamstack?" }
77
]},
88
{ "url": "/glossary/", "text": "Glossary" },
99
{ "url": "/women-of-jamstack/", "text": "Women of Jamstack"},

src/site/index.njk

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,27 @@ layout: layouts/base.njk
1919
</a>
2020
<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>
2121
</section>
22-
22+
2323
<section>
24+
<h2>Jamstack projects have:</h2>
25+
<ol>
26+
<li>
27+
Ready-to-serve assets
28+
</li>
29+
<li>
30+
Any interactivity provided <em>without a managed server</em>
31+
</li>
32+
<li>
33+
Any interactivity provided by some combination of Javascript and decoupled services via APIs
34+
</li>
35+
</ol>
36+
</section>
2437

25-
<h1><a name="why-jamstack">Why Jamstack?</a></h1>
26-
27-
<p >
38+
<section>
39+
<a name="why-jamstack">
40+
<h1>Why Jamstack?</h1>
41+
</a>
42+
<p>
2843
A Jamstack architecture can bring all sorts of benefits to the sites and to project workflows. Some of the key benefits are:
2944
</p>
3045
</section>
@@ -90,7 +105,7 @@ layout: layouts/base.njk
90105

91106
<section class=" mb-16">
92107
<div class="md:w-8/12 mx-auto">
93-
<h2>The Roots of the Jamstack</h2>
108+
<h2>The Roots of Jamstack</h2>
94109
<p class="mt-6 mb-8">
95110
<a href="https://www.netlify.com/authors/matt-biilmann/">Matt Biilmann</a> took the concept of Jamstack mainstream with his presentation at Smashing Conf 2016. Watch the quintessential introduction to the Jamstack.
96111
</p>

0 commit comments

Comments
 (0)