Skip to content

Commit

Permalink
add animejs, animate logo and text first section
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Nov 7, 2023
1 parent fe78bf4 commit 9b26e5a
Show file tree
Hide file tree
Showing 36 changed files with 11,956 additions and 9,490 deletions.
Binary file removed .parcel-cache/02d11406e30eeab1
Binary file not shown.
Binary file removed .parcel-cache/2c475ca5ee6b8161
Binary file not shown.
Binary file modified .parcel-cache/4b01599a0c98b0b8
Binary file not shown.
Binary file removed .parcel-cache/7646ae722836b284
Binary file not shown.
4,419 changes: 0 additions & 4,419 deletions .parcel-cache/7a7cd45db6ddaf09.txt

This file was deleted.

Binary file added .parcel-cache/982964a529adf81a
Binary file not shown.
Binary file modified .parcel-cache/b2646b682114e528
Binary file not shown.
Binary file modified .parcel-cache/b779b00951e56a75
Binary file not shown.
Binary file modified .parcel-cache/cf7b7e94738ab5fb
Binary file not shown.
10,343 changes: 5,884 additions & 4,459 deletions .parcel-cache/d2ee299723dba740.txt

Large diffs are not rendered by default.

Binary file modified .parcel-cache/data.mdb
Binary file not shown.
Binary file removed .parcel-cache/ec29b2d76a2615bc
Binary file not shown.
Binary file modified .parcel-cache/lock.mdb
Binary file not shown.
52 changes: 43 additions & 9 deletions app.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
body {
padding: 0;
margin: 0;
box-sizing: border-box;
}

.section-one {
height: 100vh;
background-size: cover;
background-position: center;
background-image: url("/public/assets/background_01.png");
background-image: url("/public/assets/background_01.jpg");
color: white;
justify-content: center;
display: flex;
flex-direction: column;
}

.section-two {
Expand Down Expand Up @@ -34,18 +43,21 @@
height: 100vh;
background-size: cover;
background-position: center;
background-image: url("public/assets/background_01.png");
background-image: url("/public/assets/background_01.jpg");
color: white;
}

.container-one {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

svg {
height: 30vh;
}

.container-four {
height: 100vh;
display: flex;
Expand All @@ -54,16 +66,16 @@
align-items: center;
}

.logo-osrd-big {
height: 17rem;
}

.logo-date {
height: 4rem;
}

.logo-titre {
height: 3rem;
#circle {
opacity: 0;
}

.st1 {
height: 10rem;
}

.logo-place {
Expand Down Expand Up @@ -98,6 +110,28 @@ time {
height: 2rem;
}

#first-text {
opacity: 0;
}

#second-text {
opacity: 0;
}

#line-container {
height: 10%;
width: 20%;
position: absolute;
left: 0;
bottom: 100;
/* rotate: -45deg; */
transform: translate(-50%, -50%);
}

#line {
stroke-dashoffset: 0;
}

@media screen and (max-width: 1024px) {
p {
padding: 0.5rem;
Expand Down
39 changes: 2 additions & 37 deletions dist/OSRD-kickoff-programme-date-kickoff.cee698e7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/OSRD-kickoff-programme-logo-kickoff.c0ec14d5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions dist/OSRD-kickoff-programme-ornement-03.14c6980c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 2 additions & 36 deletions dist/OSRD-kickoff-programme-titre-kickoff.673f7ddf.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 added dist/background_01.1e2e62c2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions dist/index.579125c3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.579125c3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 38 additions & 9 deletions dist/index.75a90472.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.75a90472.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9b26e5a

Please sign in to comment.