Skip to content

Commit 77c3301

Browse files
Removing examples / portfolios from the landing page.
1 parent 1e24cf6 commit 77c3301

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/site/index.njk

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,6 @@ layout: layouts/base.njk
9898
</div>
9999
</section>
100100

101-
<section class="text-center mb-20">
102-
<h2>Jamstack-Powered Projects</h2>
103-
<p class="md:w-8/12 mx-auto mt-6 mb-8">
104-
You have likely visited —and may have even worked on— a Jamstack site, which is commonly built using a static site generator like Gatsby, Next, Jekyll, Hugo, 11ty or Nuxt.
105-
</p>
106-
<div class="mt-12 flex flex-wrap justify-around lg:justify-between">
107-
{% for item in examples | iterable | selectattr("featured") | luckydip(6) %}
108-
<div class="md:w-1/2 lg:w-1/3 text-left mb-8 md:pr-10">
109-
{% include "components/example-thumbnail.njk" %}
110-
</div>
111-
{% endfor %}
112-
</div>
113-
<a href="/examples" class="cta">More examples</a>
114-
</section>
115101

116102
{% include "components/join-the-movement.njk" %}
117103

0 commit comments

Comments
 (0)