diff options
Diffstat (limited to 'Pages/Shared/_SignUp.cshtml')
-rw-r--r-- | Pages/Shared/_SignUp.cshtml | 17 |
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 |