Skip to content

Commit

Permalink
prueba a ver si se cargan las img en la pagina
Browse files Browse the repository at this point in the history
  • Loading branch information
clara7227 committed Jun 21, 2024
1 parent ef6964d commit dd4a21d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/sass/partials/_home.sass
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
margin-bottom: 2rem

.project_description
background-image: url("/assets/img/section_description_home.png")
background-image: url("assets/img/section_description_home.png")
background-size: cover
background-position: center
background-repeat: no-repeat
Expand Down Expand Up @@ -60,7 +60,7 @@
//scale:1.5
opacity: 45%
z-index:0
background-image: url("/assets/img/banner-prov.svg")
background-image: url("assets/img/banner-prov.svg")
margin: -6vh 0 0
background-size: cover
background-position: 70% 0
Expand Down
6 changes: 3 additions & 3 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function Footer(props) {
<p>{t("footer.title2")}</p>
<img

src="/assets/img/footer/financiador.png"
src="assets/img/footer/financiador.png"
alt="logo"
/>
</div>
Expand All @@ -84,12 +84,12 @@ export default function Footer(props) {
<div>
<img

src="/assets/img/footer/UC3M-logo.png"
src="assets/img/footer/UC3M-logo.png"
alt="logo"
/>
<img

src="/assets/img/footer/UPM-logo.png"
src="assets/img/footer/UPM-logo.png"
alt="logo"
/>
</div>
Expand Down

0 comments on commit dd4a21d

Please sign in to comment.