Skip to content

Commit 0958925

Browse files
Merge pull request #831 from jamstack/rm/move-conf-promo
Move up Jamstack Conf promo section
2 parents 38a5573 + 834b0bc commit 0958925

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

src/site/index.njk

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ layout: layouts/base.njk
88
{% import "components/zinger-cta.njk" as zinger %}
99
{% import "components/color-theme-selector.njk" as colorThemeToggle %}
1010

11+
<section class="mb-10">
12+
<div class="border-2 border-white bg-white dark:bg-blue-900 block rounded-xl shadow-lg text-center overflow-hidden">
13+
<a href="/conf/">
14+
<img src="/img/conf-2022-tout-new.png" alt="Jamstack Conf 2022, 7-8 November, San Francisco and online" width="1500" height="600"/>
15+
</a>
16+
<h2 class="mt-8">Join us at Jamstack Conf!</h2x>
17+
<p class="mt-4 text-lg md:text-xl mb-5 w-2/3 md:w-1/2 mx-auto">
18+
Join thousands of web developers for two days dedicated to building modern web projects.
19+
</p>
20+
<p class="mb-5">
21+
<a href="/conf/" class="cta">Attend Jamstack Conf</a>
22+
</p>
23+
</div>
24+
</section>
25+
1126
<section class="my-10 p-0">
1227
{{ ticker.icons() }}
1328
{{ ticker.main() }}
@@ -27,39 +42,24 @@ layout: layouts/base.njk
2742
</p>
2843
<p>
2944
It enables a composable architecture for the web where custom logic and 3rd party services are consumed through APIs.</p>
30-
</p>
31-
</div>
32-
</div>
33-
</section>
34-
35-
<section class="mb-10">
36-
<div class="border-2 border-white bg-white dark:bg-blue-900 block rounded-xl shadow-lg text-center overflow-hidden">
37-
<a href="/conf/">
38-
<img src="/img/conf-2022-tout-new.png" alt="Jamstack Conf 2022, 7-8 November, San Francisco and online" width="1500" height="600" />
39-
</a>
40-
<h2 class="mt-8">Join us at Jamstack Conf!</h2x>
41-
<p class="mt-4 text-lg md:text-xl mb-5 w-2/3 md:w-1/2 mx-auto">
42-
Join 20,000+ web developers for two days dedicated to building modern web projects.
43-
</p>
44-
<p class="mb-5">
45-
<a href="/conf/" class="cta">Attend Jamstack Conf</a>
4645
</p>
4746
</div>
47+
</div>
4848
</section>
4949

5050
{% include "components/join-the-movement.njk" %}
5151

5252
<section class=" mb-16">
53-
<div class="md:w-8/12 mx-auto">
54-
<h2>The Roots of Jamstack</h2>
55-
<p class="mt-6 mb-8">
56-
<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.
53+
<div class="md:w-8/12 mx-auto">
54+
<h2>The Roots of Jamstack</h2>
55+
<p class="mt-6 mb-8">
56+
<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.
5757
</p>
58-
<div class="videowrapper mb-8">
59-
<div data-lazyiframe src="https://player.vimeo.com/video/163522126?title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen title="Mathias Biilmann Smashing Conf 2016 talk video: The New Front-End Stack">
60-
<a href="https://vimeo.com/163522126">Watch <em>Mathias Biilmann Smashing Conf 2016 talk video: The New Front-End Stack</em> on Vimeo</a>
61-
</div>
58+
<div class="videowrapper mb-8">
59+
<div data-lazyiframe src="https://player.vimeo.com/video/163522126?title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen title="Mathias Biilmann Smashing Conf 2016 talk video: The New Front-End Stack">
60+
<a href="https://vimeo.com/163522126">Watch <em>Mathias Biilmann Smashing Conf 2016 talk video: The New Front-End Stack</em> on Vimeo</a>
6261
</div>
63-
<a href="/resources/" class="cta">See more videos and resources</a>
6462
</div>
65-
</section>
63+
<a href="/resources/" class="cta">See more videos and resources</a>
64+
</div>
65+
</section>

0 commit comments

Comments
 (0)