Skip to content

Commit

Permalink
Cambios página contacto, fondos "donde estamos" y ratio imagen proyecto
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSaSo committed Jan 19, 2024
1 parent 35baaf9 commit 7bed16a
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 60 deletions.
20 changes: 3 additions & 17 deletions src/assets/img/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 3 additions & 17 deletions src/assets/img/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 3 additions & 17 deletions src/assets/img/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/contacto.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Contacto</h1>
/>
<span>Teléfono</span>
<div class="dots"></div>
<span>+34&nbsp;693&nbsp;55&nbsp;45&nbsp;18</span>
<a href="tel:+34693554518">+34&nbsp;693&nbsp;55&nbsp;45&nbsp;18</a>
</li>
<li>
<img
Expand All @@ -31,7 +31,7 @@ <h1>Contacto</h1>
/>
<span>Email</span>
<div class="dots"></div>
<span>[email protected]</span>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
<div class="social">
Expand All @@ -42,7 +42,7 @@ <h1>Contacto</h1>
<img src="/assets/img/facebook.svg" alt="" width="80" height="80" />
</a>
<a href="https://www.linkedin.com/company/enreda" target="_blank">
<img src="/assets/img/linkedin.svg" alt="" width="80" height="80" />
<img src="/assets/img/Linkedin.svg" alt="" width="80" height="80" />
</a>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ a {
-ms-user-select: none;
user-select: none;
}
p a{
color: #db5125;
text-decoration: none;
font-weight: 700;

}
a:focus {
outline: none !important;
}
Expand Down
18 changes: 14 additions & 4 deletions src/css/contacto.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,13 @@
margin-right: 1rem;
margin-left: 1rem;
}

.contacto section.head .info .list a {
text-decoration: none;
color: var(--black);
}
.contacto section.head .contacto-img {
width: 38.25rem;
width: 34.5rem;
height: auto;
}
@media screen and (max-width: 640px) {
Expand All @@ -112,19 +117,24 @@
}
}
.contacto section.head .info .social {
margin-top: 1.5rem;
margin-top: 2.8rem;
display: flex;
flex-direction: row;
align-items: start;
gap: 1rem;
gap: 1.5rem;
}
.contacto section.head .info .social img {
width: 4.8rem;
width: 2.9rem;
height: auto;
transition: 0.3s;
}
.contacto section.head .info .social img:hover{
filter: drop-shadow(4px 8px #e48f75);
}

.contacto section.locations {
text-align: center;
background-color: white;
}
.contacto section.locations h2 {
border-bottom: 1px solid var(--primary);
Expand Down
2 changes: 2 additions & 0 deletions src/css/cooperativa.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@
}
.cooperativa section.contacto {
text-align: center;
background-color: white;

}
.cooperativa section.contacto h2 {
border-bottom: 1px solid var(--primary);
Expand Down
3 changes: 3 additions & 0 deletions src/css/project-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
text-transform: uppercase;
margin-right: 0.91rem;
}
.project-card .content .action span:hover{
color: #DB5125;
}
.project-card .content .action img {
width: 3.87rem;
}
Expand Down
4 changes: 2 additions & 2 deletions src/css/proyecto.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--proyecto-layout-padding: 3.75rem 6rem;
--proyecto-head-img-ratio: 21/9;
--proyecto-layout-padding: 3.5rem 6rem;
--proyecto-head-img-ratio: 25/9;
--proyecto-head-gap: 2rem;
--proyecto-section-margin-y: 3.75rem;
--proyecto-client-margin-t: 1.5rem;
Expand Down

0 comments on commit 7bed16a

Please sign in to comment.