Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Simon Vieille
6a1fa2b8c0 Merge branch 'develop' into noel
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-28 17:40:21 +01:00
Simon Vieille
3d7010ca01 Merge branch 'develop' into noel
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful
2022-12-28 17:04:22 +01:00
Simon Vieille
3a85319421 Merge branch 'develop' into noel
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline failed
2022-12-28 16:51:41 +01:00
Simon Vieille
d824d564e6 Merge branch 'develop' into noel
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline failed
2022-12-28 16:12:38 +01:00
Simon Vieille
8b629e44b7 Merge branch 'develop' into noel 2022-12-26 18:18:45 +01:00
Simon Vieille
48b3758010
remove openid 2022-12-26 18:18:32 +01:00
Simon Vieille
1ae820d385 Merge branch 'develop' into noel 2022-12-26 18:15:26 +01:00
Simon Vieille
c637319882 Merge branch 'develop' into noel 2022-12-26 16:31:08 +01:00
Simon Vieille
c7d9e591ff Merge branch 'develop' into noel 2022-12-22 21:01:12 +01:00
31534fa154
update ejs link ul 2022-12-14 22:33:29 +01:00
4581051642
add noel css 2022-12-02 18:37:46 +01:00
0dc58c2658
add noel css 2022-12-02 18:20:56 +01:00
9d58a539f0
add noel css 2022-12-01 18:12:16 +01:00
4 changed files with 18 additions and 8 deletions

View file

@ -313,16 +313,15 @@ pre[class*="language-"] {
} }
.header { .header {
background: linear-gradient(45deg, $color-header-background-from 0%, #0685b3 29%, #1fbaf2 66%, $color-header-background-to 100%); background: url('../images/header.jpg') no-repeat;
background-size: 400% 400%; background-size: cover;
animation: HeaderGradient 15s ease infinite;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
justify-content: space-evenly; justify-content: space-evenly;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
text-shadow: 0px 0px 6px #274298; text-shadow: 0px 0px 2px #fff;
} }
.header-wrapper { .header-wrapper {
@ -331,6 +330,12 @@ pre[class*="language-"] {
margin: auto; margin: auto;
text-align: center; text-align: center;
z-index: 1000; z-index: 1000;
p, ul {
background: rgba(255, 255, 255, 0.8);
padding: 4px 10px;
border-radius: 20px;
}
} }
.header-shadow { .header-shadow {

View file

@ -19,9 +19,13 @@ $color-small-menu-background: $color-dark-grey;
$color-wide-menu-background-from: $color-dark-grey; $color-wide-menu-background-from: $color-dark-grey;
$color-wide-menu-background-to: darken($color-dark-grey, 10%); $color-wide-menu-background-to: darken($color-dark-grey, 10%);
$color-header-background-from: $color-blue2; //$color-header-background-from: $color-blue2;
$color-header-background-to: $color-blue; //$color-header-background-to: $color-blue;
$color-header-text: $color-white; //$color-header-text: $color-white;
$color-header-background-from: #e8e8e8;
$color-header-background-to: #f4f4f4;
$color-header-text: #373238;
$color-body-text: $color-dark-grey; $color-body-text: $color-dark-grey;
$color-body-link-border: $color-blue; $color-body-link-border: $color-blue;

BIN
assets/images/header.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

View file

@ -16,7 +16,8 @@ class Particles {
this.particles.style.maxHeight = height + 'px' this.particles.style.maxHeight = height + 'px'
this.particles.style.maxWidth = width + 'px' this.particles.style.maxWidth = width + 'px'
particlesJS.load('particles', '/js/particles.json?v=3') // particlesJS.load('particles', '/js/particles.json?v=3')
particlesJS.load('particles', '/js/particles.flocons.json?v=3')
} }
clean() { clean() {