Skip to content

Commit

Permalink
Add new book
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Jun 20, 2024
1 parent e1b088e commit e3154f8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions layouts/partials/books.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
<a id="books"></a>
<section class="feature section">
<div class="container">
<div class="row">
<div class="col-lg-4 ml-auto justify-content-center">
<!-- Feature Mockup -->
<div class="image-content">
<a href="https://www.amazon.com/Certified-Kubernetes-Application-Developer-Study-ebook/dp/B0D4X23FSY" target="_blank"><img class="img-fluid" src="{{ "images/books/ckad-study-guide-2nd.jpg" | absURL }}" alt="Certified Kubernetes Application Developer (CKAD) Study Guide, 2nd Edition" style="width:280px;height:auto"></a>
</div>
</div>
<div class="col-lg-6 mr-auto align-self-center">
<div class="feature-content">
<!-- Feature Title -->
<h2>Certified Kubernetes Application Developer (CKAD) Study Guide, 2nd Edition</h2>
<!-- Feature Description -->
<p class="desc">This study guide walks you through all the topics you need to fully prepare for the Certified Application Developer (CKAD) exam. The content has been updated to cover the latest version of the curriculum.</p>
</div>
<!-- Testimonial Quote -->
<div class="testimonial">
<p>
"As someone who oversaw the creation of the CKAD in CNCF, I'm happy to see an updated study guide that covers the latest version of the ever evolving certification."
</p>
<ul class="list-inline meta">
<li class="list-inline-item">Chris Aniszczyk, CTO and Cofounder, CNCF</li>
</ul>
</div>
<div class="testimonial">
<p>
"A direct, example-driven guide essential for CKAD exam preparation."
</p>
<ul class="list-inline meta">
<li class="list-inline-item">Bilgin Ibryam, Coauthor of Kubernetes Patterns, Principal Product Manager at Diagrid</li>
</ul>
</div>
<br>
<div class="apply-button">
<a href="https://learning.oreilly.com/library/view/certified-kubernetes-application/9781098152857" class="btn btn-main-sm">O'Reilly</a>
<a href="https://www.amazon.com/Certified-Kubernetes-Application-Developer-Study-ebook/dp/B0D4X23FSY" class="btn btn-main-sm">Amazon</a>
</div>
</div>
</div>
</div>
</section>
<section class="feature section">
<div class="container">
<div class="row">
Expand Down
Binary file added static/images/books/ckad-study-guide-2nd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3154f8

Please sign in to comment.