diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-30 07:18:47 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-30 07:30:44 +0300 |
commit | 81c1fc0c14253457c3c4fc24735e787ace1db70b (patch) | |
tree | fed58558300250876657fe6f9b0880af6d11f9f0 /Pages/Shared/_Masthead.cshtml | |
parent | 55b30fc75acb554770dc171b5ea54ad821b81d00 (diff) |
Add index razor page
Diffstat (limited to 'Pages/Shared/_Masthead.cshtml')
-rw-r--r-- | Pages/Shared/_Masthead.cshtml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Pages/Shared/_Masthead.cshtml b/Pages/Shared/_Masthead.cshtml new file mode 100644 index 0000000..531a9a1 --- /dev/null +++ b/Pages/Shared/_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 |