|
1 | 1 | <!DOCTYPE html> |
2 | | -<html lang="en"> |
| 2 | +<html lang="es"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
@@ -57,7 +57,7 @@ <h1 class="home__title">Hola,<br>Soy <span class="home__title-color">Andrea</spa |
57 | 57 | </mask> |
58 | 58 | <g mask="url(#mask0)"> |
59 | 59 | <path d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z"/> |
60 | | - <image class="home__blob-img" x="50" y="60" href="assets/img/perfil.png"/> |
| 60 | + <image class="home__blob-img" x="50" y="106" href="assets/img/perfil.png"/> |
61 | 61 | </g> |
62 | 62 | </svg> |
63 | 63 | </div> |
@@ -174,19 +174,19 @@ <h2 class="section-title">Work</h2> |
174 | 174 | <h2 class="section-title">Contact</h2> |
175 | 175 |
|
176 | 176 | <div class="contact__container bd-grid"> |
177 | | - <form action="" class="contact__form"> |
178 | | - <input type="text" placeholder="Name" class="contact__input"> |
179 | | - <input type="mail" placeholder="Email" class="contact__input"> |
180 | | - <textarea name="" id="" cols="0" rows="10" class="contact__input"></textarea> |
181 | | - <input type="button" value="Enviar" class="contact__button button"> |
| 177 | + <form class="contact__form"> |
| 178 | + <input type="text" id="name" placeholder="Nombre" class="contact__input"> |
| 179 | + <input type="email" id="email" placeholder="Correo" class="contact__input"> |
| 180 | + <textarea id="message" placeholder="Mensaje" rows="10" class="contact__input"></textarea> |
| 181 | + <input type="submit" value="Enviar" class="contact__button button"> |
182 | 182 | </form> |
183 | 183 | </div> |
184 | 184 | </section> |
185 | 185 | </main> |
186 | 186 |
|
187 | 187 | <!--===== FOOTER =====--> |
188 | 188 | <footer class="footer"> |
189 | | - <p class="footer__title">Marlon</p> |
| 189 | + <p class="footer__title">Andrea</p> |
190 | 190 | <div class="footer__social"> |
191 | 191 | <a href="#" class="footer__icon"><i class='bx bxl-facebook' ></i></a> |
192 | 192 | <a href="#" class="footer__icon"><i class='bx bxl-instagram' ></i></a> |
|
0 commit comments