Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/social-card-old.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 modified public/social-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/data/enabledPages.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@
"/contacts",
"/terms"
],
"navItems": [
"Programme"
]
"navItems": ["Programme"]
}
36 changes: 25 additions & 11 deletions src/styles/bg-universe.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,47 @@

.section-universe {
background-color: #0b1121;
background-image:
radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0.5%),
radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 0.5%),
background-image:
radial-gradient(
circle at 10% 20%,
rgba(255, 255, 255, 0.05) 0%,
rgba(255, 255, 255, 0) 0.5%
),
radial-gradient(
circle at 90% 80%,
rgba(255, 255, 255, 0.05) 0%,
rgba(255, 255, 255, 0) 0.5%
),
radial-gradient(1px 1px at 40px 60px, #ffffff 1px, transparent 0),
radial-gradient(1px 1px at 20px 50px, #ffffff99 1px, transparent 0),
radial-gradient(2px 2px at 30px 100px, #ffffff 1px, transparent 0),
radial-gradient(1.5px 1.5px at 80px 120px, #ffffffcc 1px, transparent 0),
radial-gradient(1px 1px at 150px 200px, #ffffff 1px, transparent 0);
background-repeat: repeat;
background-size: 100% 100%, 100% 100%, 250px 250px, 150px 150px, 300px 300px, 200px 200px, 400px 400px;
background-size:
100% 100%,
100% 100%,
250px 250px,
150px 150px,
300px 300px,
200px 200px,
400px 400px;
color: #fff;
padding-bottom: 4rem;
}

.section-universe h1,
.section-universe h2,
.section-universe h3,
.section-universe h4,
.section-universe p,
.section-universe h1,
.section-universe h2,
.section-universe h3,
.section-universe h4,
.section-universe p,
.section-universe span,
.section-universe strong,
.section-universe li {
color: #fff;
}

.section-universe .bg-icons svg text {
fill: #A0B7E9;
fill: #a0b7e9;
opacity: 0.8;
}

Expand Down
Loading