Skip to content

Commit

Permalink
add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakoshilka committed Sep 20, 2023
1 parent 436dd89 commit be25c43
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dia</title>
<title>Air</title>
<link rel="icon" href="images/logo/Logo.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@600;700&display=swap" rel="stylesheet">
Expand Down Expand Up @@ -295,6 +296,7 @@ <h2 class="footer__title">Send us a message</h2>
class="input"
required
form="myForm"
autocomplete="off"
>
<div class="input__line"></div>
</div>
Expand All @@ -307,6 +309,7 @@ <h2 class="footer__title">Send us a message</h2>
class="input"
required
form="myForm"
autocomplete="off"
>
<div class="input__line"></div>
</div>
Expand All @@ -319,6 +322,7 @@ <h2 class="footer__title">Send us a message</h2>
class="input"
required
form="myForm"
autocomplete="off"
>
<div class="input__line"></div>
</div>
Expand Down Expand Up @@ -350,9 +354,24 @@ <h2 class="footer__contact__title">Contact us</h2>

<p class="footer__contact__small__title">our socials</p>
<div class="footer__socials">
<a href="#" class="footer__icon footer__facebook"></a>
<a href="#" class="footer__icon footer__twitter"></a>
<a href="#" class="footer__icon footer__instagram"></a>
<a
href="https://www.facebook.com/"
class="footer__icon footer__facebook"
target="_blank"
>
</a>
<a
href="https://twitter.com/"
class="footer__icon footer__twitter"
target="_blank"
>
</a>
<a
href="https://www.instagram.com/"
class="footer__icon footer__instagram"
target="_blank"
>
</a>
</div>
</div>

Expand Down

0 comments on commit be25c43

Please sign in to comment.