Skip to content

Commit a39c10e

Browse files
committed
Simplified HTML and removed unwanted x-overflow on mobile
1 parent ade96b1 commit a39c10e

File tree

1 file changed

+31
-35
lines changed

1 file changed

+31
-35
lines changed

src/index.html.njk

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,26 @@ og_type:
3737

3838
<div class="bg-green">
3939
<section id="key-characteristics" class="section bd-lt bd-rd bg-white is-medium">
40-
<div class="container is-max-desktop">
41-
<div class="container" style="max-width: 800px;">
42-
<h2 class="title is-2 has-text-centered mb-6">
40+
<div class="container" style="max-width: 800px;">
41+
<h2 class="title is-2 has-text-centered mb-6">
4342
The most practical and comprehensive Node.js book on the market
4443
</h2>
45-
</div>
44+
</div>
4645

47-
<div class="columns is-variable is-6">
48-
<div class="column is-one-third">
49-
<h4 class="subtitle is-4 is-green">150 Working examples &amp; 50 exercises</h4>
50-
<p>Put into practice everything you learn. Step-by-step explanation of code samples and engaging coding challenges at the end of every chapter. </p>
51-
</div>
46+
<div class="columns is-6">
47+
<div class="column is-one-third">
48+
<h4 class="subtitle is-4 is-green">150 Working examples &amp; 50 exercises</h4>
49+
<p>Put into practice everything you learn. Step-by-step explanation of code samples and engaging coding challenges at the end of every chapter. </p>
50+
</div>
5251

53-
<div class="column is-one-third">
54-
<h4 class="subtitle is-4 is-green">13 Exquisitely crafted chapters</h4>
55-
<p>From the basics of the Node.js architecture to how to scale and distribute your application.</p>
56-
</div>
52+
<div class="column is-one-third">
53+
<h4 class="subtitle is-4 is-green">13 Exquisitely crafted chapters</h4>
54+
<p>From the basics of the Node.js architecture to how to scale and distribute your application.</p>
55+
</div>
5756

58-
<div class="column is-one-third">
59-
<h4 class="subtitle is-4 is-green">660 Pages packed with knowledge</h4>
60-
<p>In-depth explanations and examples, so that even if you are a novice you can follow and immediately apply advanced techniques.</p>
61-
</div>
57+
<div class="column is-one-third">
58+
<h4 class="subtitle is-4 is-green">660 Pages packed with knowledge</h4>
59+
<p>In-depth explanations and examples, so that even if you are a novice you can follow and immediately apply advanced techniques.</p>
6260
</div>
6361
</div>
6462
</section>
@@ -249,27 +247,25 @@ og_type:
249247
<section class="section bg-white bd-rd is-medium">
250248
<div class="container">
251249

252-
<div class="container is-max-desktop">
253-
<div class="container" style="max-width: 800px;">
254-
<h2 class="title is-2 underline has-text-centered mb-6">
255-
<span>What are the Benefits of choosing <em>Node.js Design Patterns</em>?</span>
256-
</h2>
250+
<div class="container" style="max-width: 800px;">
251+
<h2 class="title is-2 underline has-text-centered mb-6">
252+
<span>What are the Benefits of choosing <em>Node.js Design Patterns</em>?</span>
253+
</h2>
254+
</div>
255+
<div class="columns is-6">
256+
<div class="column is-one-third">
257+
<h4 class="subtitle is-4 is-green">Get a 360° knowledge of the Node.js ecosystem</h4>
258+
<p>660 pages packed with deep knowledge of Node.js from a theoretical and practical point of view, to become a Node.js pro and apply what you discover to real-world projects.</p>
257259
</div>
258-
<div class="columns is-variable is-6">
259-
<div class="column is-one-third">
260-
<h4 class="subtitle is-4 is-green">Get a 360° knowledge of the Node.js ecosystem</h4>
261-
<p>660 pages packed with deep knowledge of Node.js from a theoretical and practical point of view, to become a Node.js pro and apply what you discover to real-world projects.</p>
262-
</div>
263260

264-
<div class="column is-one-third">
265-
<h4 class="subtitle is-4 is-green">Thoroughly test your understanding</h4>
266-
<p>You will find practical exercises at the end of each chapter to test what you have previously learnt with the theory.</p>
267-
</div>
261+
<div class="column is-one-third">
262+
<h4 class="subtitle is-4 is-green">Thoroughly test your understanding</h4>
263+
<p>You will find practical exercises at the end of each chapter to test what you have previously learnt with the theory.</p>
264+
</div>
268265

269-
<div class="column is-one-third">
270-
<h4 class="subtitle is-4 is-green">Join a thriving Node.js dev community</h4>
271-
<p>Gain access to an active community on GitHub, where other developers who are reading the book share ideas, comments, and correct exercises together.</p>
272-
</div>
266+
<div class="column is-one-third">
267+
<h4 class="subtitle is-4 is-green">Join a thriving Node.js dev community</h4>
268+
<p>Gain access to an active community on GitHub, where other developers who are reading the book share ideas, comments, and correct exercises together.</p>
273269
</div>
274270
</div>
275271
</div>

0 commit comments

Comments
 (0)