Skip to content

Commit

Permalink
Links & images
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis committed Mar 28, 2022
1 parent 9f941a0 commit 9e7d3c5
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 19 deletions.
12 changes: 9 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ header img {
position: absolute;
top: 0;
width: 100%;
height: 160vh;
height: 180vh;
z-index: 1;
}
.parent {
Expand All @@ -47,7 +47,7 @@ header img {

display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 32px;
grid-row-gap: 32px;
}
Expand Down Expand Up @@ -106,11 +106,17 @@ header img {
grid-row: 3;
grid-column: 3;
}
.div10 {
grid-row: 4;
grid-column: 1;
}
.img {
width: 100%;
height: 100%;
height: auto;
margin: auto 0;
grid-row: 1 / 3;
grid-column: 1;
background-color: white;
}
.subtitle {
grid-row: 1;
Expand Down
Binary file added assets/images/R_logo.png
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 assets/images/antaresWeb.png
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 assets/images/antaresXpansion.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 assets/images/antaressim.png
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 assets/images/logo.png
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 favicon.ico
Binary file not shown.
40 changes: 24 additions & 16 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 9e7d3c5

Please sign in to comment.