Skip to content

Commit

Permalink
Added download CV at the contact section
Browse files Browse the repository at this point in the history
  • Loading branch information
xGauss05 committed Jun 14, 2024
1 parent 8b8edbb commit 538a57a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
33 changes: 3 additions & 30 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,29 +362,7 @@ section {
margin-bottom: 2rem;
}

form input,
form textarea {
width: 100%;
padding: 20px;
outline: none;
border: none;
background: #0b0b13;
color: var(--text-color);
margin-bottom: 0.5rem;
border-radius: 5px;
}

form input::placeholder,
form textarea::placeholder {
color: var(--2nd-main-color);
}

textarea {
height: 200px;
resize: none;
}

form .send-btn {
.contact-btn {
background: var(--main-color);
color: var(--text-color);
box-shadow: 4px 4px var(--text-color);
Expand All @@ -396,13 +374,8 @@ form .send-btn {
font-weight: 400;
letter-spacing: 2px;
transition: ease all 0.35s;
margin-top: 5px;
}

form .send-btn:hover {
background: var(--text-color);
color: var(--main-color);
box-shadow: 4px 4px var(--main-color);
margin-top: 1rem;
margin-bottom: 1rem;
}

/* Footer */
Expand Down
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<header>
<a href="#contact" class="logo">Contact <span>me</span></a>
<div class="bx bx-menu" id="menu-icon"></div>

<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#background">Background</a></li>
Expand Down Expand Up @@ -299,13 +298,11 @@ <h5>Barcelona, Spain</h5>
<h3>Contact</h3>
</div>
<div class="contact-center">

<a href="https://www.linkedin.com/in/jonathan-cacay-llanes-15982716b/"><img src="img/linkedin.png" width="150" height="150"></a>
<a href="https://github.com/xGauss05"><img src="img/github.png" width="150" height="150"></a>


</div>
<h3>[email protected]</h3>
<a href="cv-jonathan-cacay-llanes.pdf" class="contact-btn">Download CV</a>
</section>
<!-- End of Contact Section -->

Expand Down

0 comments on commit 538a57a

Please sign in to comment.