Skip to content

Commit

Permalink
Simplified HTML and removed unwanted x-overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Jan 5, 2024
1 parent ade96b1 commit a39c10e
Showing 1 changed file with 31 additions and 35 deletions.
66 changes: 31 additions & 35 deletions src/index.html.njk
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,26 @@ og_type:

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

<div class="columns is-variable is-6">
<div class="column is-one-third">
<h4 class="subtitle is-4 is-green">150 Working examples &amp; 50 exercises</h4>
<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>
</div>
<div class="columns is-6">
<div class="column is-one-third">
<h4 class="subtitle is-4 is-green">150 Working examples &amp; 50 exercises</h4>
<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>
</div>

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

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

<div class="container is-max-desktop">
<div class="container" style="max-width: 800px;">
<h2 class="title is-2 underline has-text-centered mb-6">
<span>What are the Benefits of choosing <em>Node.js Design Patterns</em>?</span>
</h2>
<div class="container" style="max-width: 800px;">
<h2 class="title is-2 underline has-text-centered mb-6">
<span>What are the Benefits of choosing <em>Node.js Design Patterns</em>?</span>
</h2>
</div>
<div class="columns is-6">
<div class="column is-one-third">
<h4 class="subtitle is-4 is-green">Get a 360° knowledge of the Node.js ecosystem</h4>
<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>
</div>
<div class="columns is-variable is-6">
<div class="column is-one-third">
<h4 class="subtitle is-4 is-green">Get a 360° knowledge of the Node.js ecosystem</h4>
<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>
</div>

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

<div class="column is-one-third">
<h4 class="subtitle is-4 is-green">Join a thriving Node.js dev community</h4>
<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>
</div>
<div class="column is-one-third">
<h4 class="subtitle is-4 is-green">Join a thriving Node.js dev community</h4>
<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>
</div>
</div>
</div>
Expand Down

0 comments on commit a39c10e

Please sign in to comment.