Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexadezimal committed Apr 21, 2024
2 parents 81bcc54 + 670cea4 commit 7de67f5
Show file tree
Hide file tree
Showing 14 changed files with 20,842 additions and 67 deletions.
File renamed without changes
3,524 changes: 3,524 additions & 0 deletions assets/img/icon/Affe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,431 changes: 3,431 additions & 0 deletions assets/img/icon/Eisbar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,391 changes: 3,391 additions & 0 deletions assets/img/icon/Elefant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,467 changes: 3,467 additions & 0 deletions assets/img/icon/Orka.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
3,382 changes: 3,382 additions & 0 deletions assets/img/icon/Pinguin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,536 changes: 3,536 additions & 0 deletions assets/img/icon/Strauss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/paw.png
Binary file not shown.
Binary file added assets/video/Elefant.gif
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/video/Strauss.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
158 changes: 96 additions & 62 deletions index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions styles/pages-animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

.page.turn-overlay {
display: block;
display: flex;
position: absolute;
top: 0;
left: 0;
Expand Down Expand Up @@ -67,7 +67,7 @@
}
.page.turn {
display: block;
display: flex;
position: absolute;
top: 0;
left: 0;
Expand Down Expand Up @@ -155,7 +155,7 @@
}

.page.turn-underlay {
display: block;
display: flex;
position: absolute;
top: 0;
left: 0;
Expand Down Expand Up @@ -193,7 +193,7 @@


.page.turn {
display: block;
display: flex;
position: absolute;
top: 0;
left: 0;
Expand Down
12 changes: 11 additions & 1 deletion styles/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.page.active {
display: block;
display: flex;
}

.page .background {
Expand All @@ -22,4 +22,14 @@
}
.page .background.overlay {
background-size: auto 100%;
}

.page .facts {
flex-grow: 1;
text-align: center;
padding: 1em;

display: flex;
flex-direction: column;
justify-content: center;
}

0 comments on commit 7de67f5

Please sign in to comment.