Skip to content

Commit 10b4d1e

Browse files
authored
Merge pull request #51035 from dkarczmarski/fix-html-traning-_index.html
Fix missing closing tag at the Training page
2 parents c578d06 + 3e64635 commit 10b4d1e

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

content/en/training/_index.html

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,36 +44,37 @@ <h2>Build your cloud native career</h2>
4444
<center>
4545
<h2>Take a free course on edX</h2>
4646
</center>
47-
<div class="col-container">
48-
<div class="col-nav">
49-
<center>
50-
<h5>
51-
<b>Introduction to Kubernetes <br> &nbsp;</b>
52-
</h5>
53-
<p>Want to learn Kubernetes? Get an in-depth primer on this powerful system for managing containerized applications.</p>
54-
<br>
55-
<a href="https://www.edx.org/course/introduction-to-kubernetes" target="_blank" class="button">Go to Course</a>
56-
</center>
57-
</div>
58-
<div class="col-nav">
59-
<center>
60-
<h5>
61-
<b>Introduction to Cloud Infrastructure Technologies</b>
62-
</h5>
63-
<p>Learn the fundamentals of building and managing cloud technologies directly from The Linux Foundation, the leader in open source.</p>
64-
<br>
65-
<a href="https://www.edx.org/course/introduction-to-cloud-infrastructure-technologies" target="_blank" class="button">Go to Course</a>
66-
</center>
67-
</div>
68-
<div class="col-nav">
69-
<center>
70-
<h5>
71-
<b>Introduction to Linux</b>
72-
</h5>
73-
<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>
74-
<br>
75-
<a href="https://www.edx.org/course/introduction-to-linux" target="_blank" class="button">Go to Course</a>
76-
</center>
47+
<div class="col-container">
48+
<div class="col-nav">
49+
<center>
50+
<h5>
51+
<b>Introduction to Kubernetes <br> &nbsp;</b>
52+
</h5>
53+
<p>Want to learn Kubernetes? Get an in-depth primer on this powerful system for managing containerized applications.</p>
54+
<br>
55+
<a href="https://www.edx.org/course/introduction-to-kubernetes" target="_blank" class="button">Go to Course</a>
56+
</center>
57+
</div>
58+
<div class="col-nav">
59+
<center>
60+
<h5>
61+
<b>Introduction to Cloud Infrastructure Technologies</b>
62+
</h5>
63+
<p>Learn the fundamentals of building and managing cloud technologies directly from The Linux Foundation, the leader in open source.</p>
64+
<br>
65+
<a href="https://www.edx.org/course/introduction-to-cloud-infrastructure-technologies" target="_blank" class="button">Go to Course</a>
66+
</center>
67+
</div>
68+
<div class="col-nav">
69+
<center>
70+
<h5>
71+
<b>Introduction to Linux</b>
72+
</h5>
73+
<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>
74+
<br>
75+
<a href="https://www.edx.org/course/introduction-to-linux" target="_blank" class="button">Go to Course</a>
76+
</center>
77+
</div>
7778
</div>
7879
</div>
7980
</section>

0 commit comments

Comments
 (0)