summaryrefslogtreecommitdiff
path: root/Views/Home/_SignUp.cshtml
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-22 08:32:22 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-22 08:32:22 +0300
commit6cb87f6c78d774d7179edceb2c8305ca42a257c1 (patch)
tree4757c81209a080cbc6f3fe2c37d7dedcf0fd5ac5 /Views/Home/_SignUp.cshtml
parent54d36a9d093ce66ee96f35c3f03e5011cf165b06 (diff)
Sign up section social links
Diffstat (limited to 'Views/Home/_SignUp.cshtml')
-rw-r--r--Views/Home/_SignUp.cshtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Views/Home/_SignUp.cshtml b/Views/Home/_SignUp.cshtml
index 09bdde3..02584f6 100644
--- a/Views/Home/_SignUp.cshtml
+++ b/Views/Home/_SignUp.cshtml
@@ -4,6 +4,13 @@
<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>