summaryrefslogtreecommitdiff
path: root/Views/Home/_About.cshtml
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-14 07:04:29 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-14 07:04:29 +0300
commit69deeefae835fa48b677297217bb622e0460401c (patch)
tree6ad630c6b94ef5ebdf287f455851734e5f7ae018 /Views/Home/_About.cshtml
parente922edc785a34f219ded4d2a3e5538235f7ae182 (diff)
Split Index into partials
Diffstat (limited to 'Views/Home/_About.cshtml')
-rw-r--r--Views/Home/_About.cshtml16
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