summaryrefslogtreecommitdiff
path: root/Views/Home/_Masthead.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Views/Home/_Masthead.cshtml')
-rw-r--r--Views/Home/_Masthead.cshtml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Views/Home/_Masthead.cshtml b/Views/Home/_Masthead.cshtml
new file mode 100644
index 0000000..531a9a1
--- /dev/null
+++ b/Views/Home/_Masthead.cshtml
@@ -0,0 +1,11 @@
+<section class="masthead">
+ <div class="container px-4 px-lg-5 d-flex h-100 align-items-center justify-content-center">
+ <div class="d-flex justify-content-center">
+ <div class="text-center">
+ <img class="mx-auto my-0" height="140" src="/assets/img/logo.svg" />
+ <h2 class="text-white-50 mx-auto mt-2 mb-5">Нижнее бельё ручной работы по индивидуальным меркам</h2>
+ <a class="btn btn-primary" href="#about">Узнать больше</a>
+ </div>
+ </div>
+ </div>
+</section> \ No newline at end of file