@@ -7,11 +7,11 @@ description: MonoGame Documentation Hub
7
7
<section class =" container-xxl my-5 " >
8
8
<h1 id="monogame-documentation" class="fw-bold"><a href="#monogame-documentation">MonoGame Documentation</a></h1>
9
9
<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
11
11
tutorials here.
12
12
</p>
13
13
</section >
14
- <section class =" container-xxl mb-5 " >
14
+ <section class =" container-xxl mb-5 " >
15
15
<div class="row">
16
16
<div class="col-12 col-lg-4 mb-5">
17
17
<div class="mg-card mg-box-shadow h-100">
@@ -44,6 +44,8 @@ description: MonoGame Documentation Hub
44
44
</a>
45
45
</div>
46
46
</div>
47
+ </div>
48
+ <div class="row">
47
49
<div class="col-12 col-lg-4 mb-5">
48
50
<div class="mg-card mg-box-shadow h-100">
49
51
<a target="_self"
@@ -60,6 +62,21 @@ description: MonoGame Documentation Hub
60
62
</a>
61
63
</div>
62
64
</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>
63
80
</div>
64
81
</section >
65
82
<section class =" container-xxl mb-5 " >
0 commit comments