diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 07:04:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 07:04:29 +0300 |
commit | 69deeefae835fa48b677297217bb622e0460401c (patch) | |
tree | 6ad630c6b94ef5ebdf287f455851734e5f7ae018 /Views/Home/_Masthead.cshtml | |
parent | e922edc785a34f219ded4d2a3e5538235f7ae182 (diff) |
Split Index into partials
Diffstat (limited to 'Views/Home/_Masthead.cshtml')
-rw-r--r-- | Views/Home/_Masthead.cshtml | 11 |
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 |