@@ -7,11 +7,11 @@ description: MonoGame Documentation Hub
77<section class =" container-xxl my-5 " >
88 <h1 id="monogame-documentation" class="fw-bold"><a href="#monogame-documentation">MonoGame Documentation</a></h1>
99 <p>
10- Whether you are just starting out with MonoGame or you've been using it for years, you can find all documentation and
10+ Whether you are just starting out with MonoGame or you have been using it for years, you can find all documentation and
1111 tutorials here.
1212 </p>
1313</section >
14- <section class =" container-xxl mb-5 " >
14+ <section class =" container-xxl mb-5 " >
1515 <div class="row">
1616 <div class="col-12 col-lg-4 mb-5">
1717 <div class="mg-card mg-box-shadow h-100">
@@ -44,6 +44,8 @@ description: MonoGame Documentation Hub
4444 </a>
4545 </div>
4646 </div>
47+ </div>
48+ <div class="row">
4749 <div class="col-12 col-lg-4 mb-5">
4850 <div class="mg-card mg-box-shadow h-100">
4951 <a target="_self"
@@ -60,6 +62,21 @@ description: MonoGame Documentation Hub
6062 </a>
6163 </div>
6264 </div>
65+ <div class="col-12 col-lg-4 mb-5">
66+ <div class="mg-card mg-box-shadow h-100">
67+ <a target="_self"
68+ href="/articles/samples.html"
69+ class="mg-no-link">
70+ <div class="mg-card-body d-flex flex-column h-100">
71+ <div class="mg-card-title"><i class="bi bi-arrow-down-circle"></i> Samples</div>
72+ <p>
73+ Check out the MonoGame samples collection, showcasing some awesome projects made with MonoGame.
74+ </p>
75+ <p class="mt-auto">Click to view samples</p>
76+ </div>
77+ </a>
78+ </div>
79+ </div>
6380 </div>
6481</section >
6582<section class =" container-xxl mb-5 " >
0 commit comments