Skip to content

Commit

Permalink
fix first image
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoJArg committed Apr 1, 2024
1 parent 7f05af8 commit 004bd3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified LP/fotocarnet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LP/fotocarnet2.jpg
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 LP/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
section.landing { height: calc(640px - 100px); position: relative; }
section.landing { background-image: url("fotocarnet.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; }
section.landing { background-color: var(--color-land-bg); color: var(--color-land-text); }
section.landing article { position: absolute; bottom: 2rem; padding: 0 0 0 10% ; }
section.landing article > div { width: 90%; height: auto; padding: 3rem; border: 0.3rem solid var(--color-land-border); border-radius: 20px; background: rgba(0,0,0,0.5); }
section.landing article { width:100%; position: absolute; bottom: 2rem; padding: 0 10% 0 10% ; }
section.landing article > div { width: 100%; height: auto; padding: 3rem; border: 0.3rem solid var(--color-land-border); border-radius: 20px; background: rgba(0,0,0,0.5); }
section.landing h1 { font-size: 1.8rem; }
section.landing p { font-size: 1.3rem; padding-top: 1rem; }

Expand Down Expand Up @@ -217,7 +217,7 @@
<div>
<h1>JACOBI, Diego Matias</h1>
<p>
Welcome to my portfolio landing page.
Welcome to my portfolio/personal web page.
</p><p>
<b style='color: red;'>This website is permanently under construction.</b>
</p>
Expand Down

0 comments on commit 004bd3a

Please sign in to comment.