summaryrefslogtreecommitdiff
path: root/Pages/Shared/_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 /Pages/Shared/_SignUp.cshtml
parent55b30fc75acb554770dc171b5ea54ad821b81d00 (diff)
Add index razor page
Diffstat (limited to 'Pages/Shared/_SignUp.cshtml')
-rw-r--r--Pages/Shared/_SignUp.cshtml17
1 files changed, 17 insertions, 0 deletions
diff --git a/Pages/Shared/_SignUp.cshtml b/Pages/Shared/_SignUp.cshtml
new file mode 100644
index 0000000..02584f6
--- /dev/null
+++ b/Pages/Shared/_SignUp.cshtml
@@ -0,0 +1,17 @@
+<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