diff options
Diffstat (limited to 'Views/Home/_About.cshtml')
-rw-r--r-- | Views/Home/_About.cshtml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Views/Home/_About.cshtml b/Views/Home/_About.cshtml new file mode 100644 index 0000000..00386f8 --- /dev/null +++ b/Views/Home/_About.cshtml @@ -0,0 +1,16 @@ +<section class="about-section text-center" id="about"> + <div class="container px-4 px-lg-5"> + <div class="row gx-4 gx-lg-5 justify-content-center"> + <div class="col-lg-8"> + <h2 class="text-white mb-4">Built with Bootstrap 5</h2> + <p class="text-white-50"> + Grayscale is a free Bootstrap theme created by Start Bootstrap. It can be yours right now, + simply download the template on + <a href="https://startbootstrap.com/theme/grayscale/">the preview page.</a> + The theme is open source, and you can use it for any purpose, personal or commercial. + </p> + </div> + </div> + <img class="img-fluid" src="assets/img/ipad.png" alt="..." /> + </div> +</section>
\ No newline at end of file |