Skip to content

Fix missing closing tag at the Training page #51035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 31 additions & 30 deletions content/en/training/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,36 +44,37 @@ <h2>Build your cloud native career</h2>
<center>
<h2>Take a free course on edX</h2>
</center>
<div class="col-container">
<div class="col-nav">
<center>
<h5>
<b>Introduction to Kubernetes <br> &nbsp;</b>
</h5>
<p>Want to learn Kubernetes? Get an in-depth primer on this powerful system for managing containerized applications.</p>
<br>
<a href="https://www.edx.org/course/introduction-to-kubernetes" target="_blank" class="button">Go to Course</a>
</center>
</div>
<div class="col-nav">
<center>
<h5>
<b>Introduction to Cloud Infrastructure Technologies</b>
</h5>
<p>Learn the fundamentals of building and managing cloud technologies directly from The Linux Foundation, the leader in open source.</p>
<br>
<a href="https://www.edx.org/course/introduction-to-cloud-infrastructure-technologies" target="_blank" class="button">Go to Course</a>
</center>
</div>
<div class="col-nav">
<center>
<h5>
<b>Introduction to Linux</b>
</h5>
<p>Never learned Linux? Want a refresh? Develop a good working knowledge of Linux using both the graphical interface and command line across the major Linux distribution families.</p>
<br>
<a href="https://www.edx.org/course/introduction-to-linux" target="_blank" class="button">Go to Course</a>
</center>
<div class="col-container">
<div class="col-nav">
<center>
<h5>
<b>Introduction to Kubernetes <br> &nbsp;</b>
</h5>
<p>Want to learn Kubernetes? Get an in-depth primer on this powerful system for managing containerized applications.</p>
<br>
<a href="https://www.edx.org/course/introduction-to-kubernetes" target="_blank" class="button">Go to Course</a>
</center>
</div>
<div class="col-nav">
<center>
<h5>
<b>Introduction to Cloud Infrastructure Technologies</b>
</h5>
<p>Learn the fundamentals of building and managing cloud technologies directly from The Linux Foundation, the leader in open source.</p>
<br>
<a href="https://www.edx.org/course/introduction-to-cloud-infrastructure-technologies" target="_blank" class="button">Go to Course</a>
</center>
</div>
<div class="col-nav">
<center>
<h5>
<b>Introduction to Linux</b>
</h5>
<p>Never learned Linux? Want a refresh? Develop a good working knowledge of Linux using both the graphical interface and command line across the major Linux distribution families.</p>
<br>
<a href="https://www.edx.org/course/introduction-to-linux" target="_blank" class="button">Go to Course</a>
</center>
</div>
</div>
</div>
</section>
Expand Down