Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Astro migration #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: delete contact form and instagram links
AntonioMrtz committed Sep 11, 2024
commit a5211782265130c83ed941d0df948ed908db9f5b
52 changes: 3 additions & 49 deletions index.html
Original file line number Diff line number Diff line change
@@ -106,14 +106,11 @@ <h2 style="font-size: 3rem;">Desarrollador Software</h2>
</div>

</div>
<a href="https://www.instagram.com/antonio_martin3z/" target="_blank" class="d-flex justify-content-end"
<div class="d-flex justify-content-end"
id="header-img-wrapper">
<img src="assets/images/bio/header_frente.webp" alt="Imagen perfil" class="img-fluid rounded-4"
id="header-img">
<div id="header-img-hover-item">
<img src="assets/icons/instagram.png" class="scale-up-ver-center" alt="instagram icon">
</div>
</a>
</div>
</div>

<div class="container-fluid d-flex flex-column align-items-center me-3" id="experiencia">
@@ -720,44 +717,6 @@ <h5>Tiempo libre</h5>
</button>
</div>
</div>

<div class="container-fluid" id="contacto">
<h2 class="formulario-contacto-header">
Formulario de contacto
</h2>

<form id="contact_form" name="contact_form" action="https://formspree.io/f/moqrwpev" method="POST">
<div class="mb-5 row">
<div class="col">
<label>Primer Nombre</label>
<input type="text" required maxlength="50" class="form-control" id="first_name" name="first_name" />
</div>
<div class="col">
<label>Apellidos</label>
<input type="text" required maxlength="50" class="form-control" id="last_name" name="last_name" />
</div>
</div>
<div class="mb-5 row">
<div class="col">
<label for="email_addr">Email</label>
<input type="email" required maxlength="50" class="form-control" id="email_addr" name="email"
placeholder="[email protected]" />
</div>
<div class="col">
<label for="phone_input">Teléfono</label>
<input type="tel" required maxlength="50" class="form-control" id="phone_input" name="Phone"
placeholder="Phone" />
</div>
</div>
<div class="mb-5">
<label for="message">Mensaje</label>
<textarea class="form-control" id="message" name="message" rows="5"></textarea>
</div>
<button type="submit" class="btn btn-primary px-4 btn-lg">
Enviar
</button>
</form>
</div>
<footer class="text-center text-lg-start text-white" style="background-color: #2b2a2e">
<section class="d-flex justify-content-between p-4" style="background-color: #4d4c53">
<div class="me-5">
@@ -800,11 +759,6 @@ <h6 class="text-uppercase fw-bold">
<i class="fab fa-linkedin fa-xs fa-fh"></i>
Linkedin
</a>
<a href="https://www.instagram.com/antonio_martin3z/" target="_blank"
style="display: flex; align-items: center; text-decoration: none; color: white;justify-content: start;">
<i class="fab fa-instagram fa-xs fa-fh"></i>
Instagram
</a>
</div>

</div>
@@ -823,7 +777,7 @@ <h6 class="text-uppercase fw-bold">Contacto</h6>
</a>

<p>
<i class="fas fa-envelope fa-xs"></i>ㅤantoniomartinezfernandez17<br>@gmail.com
<i class="fas fa-envelope fa-xs"></i>antoniomartinezfernandez17<br>@gmail.com
</p>
</div>
</div>
7 changes: 1 addition & 6 deletions styles.css
Original file line number Diff line number Diff line change
@@ -323,7 +323,7 @@ h3 {
padding-right: 0% !important;
}

/* */
/* TECH */

#tecnologias-parent span {
display: flex;
@@ -656,11 +656,6 @@ footer a:hover {
color: var(--naranja) !important;
}

#header-img-wrapper:hover #header-img {
-webkit-box-shadow: 0 0 5px 1px var(--naranja);
box-shadow: 0 0 5px 1px var(--naranja);
}

#header-img-wrapper:hover #header-img-hover-item {
display: block !important;
}