Skip to content

Commit ae07f85

Browse files
Ajustes generales
1 parent d76f2d2 commit ae07f85

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

assets/css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ img {
361361
/* ===== CONTACT =====*/
362362
.contact__input {
363363
width: 100%;
364+
font-family: inherit;
364365
font-size: var(--normal-font-size);
365366
font-weight: var(--font-semi);
366367
padding: 1rem;

assets/img/blob.svg

Lines changed: 9 additions & 0 deletions
Loading

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="es">
33
<head>
44
<meta charset="UTF-8">
55
<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
5757
</mask>
5858
<g mask="url(#mask0)">
5959
<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"/>
6161
</g>
6262
</svg>
6363
</div>
@@ -174,19 +174,19 @@ <h2 class="section-title">Work</h2>
174174
<h2 class="section-title">Contact</h2>
175175

176176
<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">
182182
</form>
183183
</div>
184184
</section>
185185
</main>
186186

187187
<!--===== FOOTER =====-->
188188
<footer class="footer">
189-
<p class="footer__title">Marlon</p>
189+
<p class="footer__title">Andrea</p>
190190
<div class="footer__social">
191191
<a href="#" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
192192
<a href="#" class="footer__icon"><i class='bx bxl-instagram' ></i></a>

0 commit comments

Comments
 (0)