summaryrefslogtreecommitdiff
path: root/Views/Home/_SignUp.cshtml
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-05-30 07:18:47 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-05-30 07:30:44 +0300
commit81c1fc0c14253457c3c4fc24735e787ace1db70b (patch)
treefed58558300250876657fe6f9b0880af6d11f9f0 /Views/Home/_SignUp.cshtml
parent55b30fc75acb554770dc171b5ea54ad821b81d00 (diff)
Add index razor page
Diffstat (limited to 'Views/Home/_SignUp.cshtml')
-rw-r--r--Views/Home/_SignUp.cshtml17
1 files changed, 0 insertions, 17 deletions
diff --git a/Views/Home/_SignUp.cshtml b/Views/Home/_SignUp.cshtml
deleted file mode 100644
index 02584f6..0000000
--- a/Views/Home/_SignUp.cshtml
+++ /dev/null
@@ -1,17 +0,0 @@
-<section class="signup-section" id="signup">
- <div class="container px-4 px-lg-5">
- <div class="row gx-4 gx-lg-5">
- <div class="col-md-10 col-lg-8 mx-auto text-center">
- <i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
- <h2 class="text-white mb-5">Сделайте заказ сейчас!</h2>
- <div class="social d-flex justify-content-center">
- <a class="mx-2" href="https://instagram.com/my_darling_underwear"><i
- class="fab fa-instagram"></i></a>
- <a class="mx-2" href="https://vk.com/my_darling_underwear"><i class="fab fa-vk"></i></a>
- <a class="mx-2" href="https://t.me/my_darling_underwear"><i class="fab fa-telegram"></i></a>
- <a class="mx-2" href="https://wa.me/+79604455258"><i class="fab fa-whatsapp"></i></a>
- </div>
- </div>
- </div>
- </div>
-</section> \ No newline at end of file