diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-22 08:32:22 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-22 08:32:22 +0300 |
commit | 6cb87f6c78d774d7179edceb2c8305ca42a257c1 (patch) | |
tree | 4757c81209a080cbc6f3fe2c37d7dedcf0fd5ac5 /Views/Home | |
parent | 54d36a9d093ce66ee96f35c3f03e5011cf165b06 (diff) |
Sign up section social links
Diffstat (limited to 'Views/Home')
-rw-r--r-- | Views/Home/Index.cshtml | 3 | ||||
-rw-r--r-- | Views/Home/_Contact.cshtml | 42 | ||||
-rw-r--r-- | Views/Home/_SignUp.cshtml | 7 |
3 files changed, 8 insertions, 44 deletions
diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 7c575c3..54ff64d 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -8,5 +8,4 @@ <partial name="_Masthead" /> <partial name="_About" /> <partial name="_Projects" /> -<partial name="_SignUp" /> -<partial name="_Contact" />
\ No newline at end of file +<partial name="_SignUp" />
\ No newline at end of file diff --git a/Views/Home/_Contact.cshtml b/Views/Home/_Contact.cshtml deleted file mode 100644 index cc85304..0000000 --- a/Views/Home/_Contact.cshtml +++ /dev/null @@ -1,42 +0,0 @@ -<section class="contact-section bg-black"> - <div class="container px-4 px-lg-5"> - <div class="row gx-4 gx-lg-5"> - <div class="col-md-4 mb-3 mb-md-0"> - <div class="card py-4 h-100"> - <div class="card-body text-center"> - <i class="fas fa-map-marked-alt text-primary mb-2"></i> - <h4 class="text-uppercase m-0">Address</h4> - <hr class="my-4 mx-auto" /> - <div class="small text-black-50">4923 Market Street, Orlando FL</div> - </div> - </div> - </div> - <div class="col-md-4 mb-3 mb-md-0"> - <div class="card py-4 h-100"> - <div class="card-body text-center"> - <i class="fas fa-envelope text-primary mb-2"></i> - <h4 class="text-uppercase m-0">Email</h4> - <hr class="my-4 mx-auto" /> - <div class="small text-black-50"><a href="#!">hello@yourdomain.com</a></div> - </div> - </div> - </div> - <div class="col-md-4 mb-3 mb-md-0"> - <div class="card py-4 h-100"> - <div class="card-body text-center"> - <i class="fas fa-mobile-alt text-primary mb-2"></i> - <h4 class="text-uppercase m-0">Phone</h4> - <hr class="my-4 mx-auto" /> - <div class="small text-black-50">+1 (555) 902-8832</div> - </div> - </div> - </div> - </div> - <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> -</section>
\ No newline at end of file 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> |