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 /Views/Home/_Masthead.cshtml | |
parent | 55b30fc75acb554770dc171b5ea54ad821b81d00 (diff) |
Add index razor page
Diffstat (limited to 'Views/Home/_Masthead.cshtml')
-rw-r--r-- | Views/Home/_Masthead.cshtml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Views/Home/_Masthead.cshtml b/Views/Home/_Masthead.cshtml deleted file mode 100644 index 531a9a1..0000000 --- a/Views/Home/_Masthead.cshtml +++ /dev/null @@ -1,11 +0,0 @@ -<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 |