New background for logarithmplotter & Nowox
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5425cf1dc8
commit
a54ce28342
5 changed files with 15 additions and 5 deletions
|
@ -6,7 +6,11 @@ layout: app
|
|||
HeaderImage: /img/full/logarithmplotter.webp
|
||||
SectionHeader:
|
||||
AppIndex: logarithmplotter
|
||||
Background: radial-gradient(ellipse at 20%, #FFF, #FFF 15%, rgb(220,220,220) 70%)
|
||||
Background: |
|
||||
radial-gradient(ellipse at 20%, #dddddddf, #eeeeeedf 20%, transparent 85%),
|
||||
linear-gradient(to bottom, #fff, #fff 4em, transparent 8em),
|
||||
repeating-linear-gradient(#fafafa1f, #fafafa1f min(78px, calc(10% - 2px)), #bbb min(80px, 10%)),
|
||||
repeating-linear-gradient(0.25turn, #fafafa1f, #fafafa1f 78px, #bbb min(80px, 10%))
|
||||
# linear-gradient(135deg, rgba(255,255,255,1) 10%, rgba(170,170,170,1) 90%)
|
||||
ShowPlatforms: true
|
||||
TextWhite: false
|
||||
|
|
|
@ -7,7 +7,12 @@ HeaderImage: /img/full/logarithmplotter.webp
|
|||
SectionHeader:
|
||||
AppIndex: logarithmplotter
|
||||
Background: |
|
||||
radial-gradient(ellipse at 20%, #FFF, #FFF 15%, rgb(220,220,220) 70%)
|
||||
radial-gradient(ellipse at 20%, #dddddddf, #eeeeeedf 20%, transparent 85%),
|
||||
linear-gradient(to bottom, #fff, #fff 4em, transparent 8em),
|
||||
repeating-linear-gradient(#fafafa1f, #fafafa1f min(78px, calc(10% - 2px)), #bbb min(80px, 10%)),
|
||||
repeating-linear-gradient(0.25turn, #fafafa1f, #fafafa1f 78px, #bbb min(80px, 10%))
|
||||
|
||||
# linear-gradient(to bottom right, transparent 90%, red calc(90% + 1px), red 95%, transparent calc(95% + 1px)),
|
||||
ShowPlatforms: true
|
||||
TextWhite: false
|
||||
Links:
|
||||
|
|
|
@ -7,7 +7,7 @@ HeaderImage: /img/full/nowox.webp
|
|||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
AppIndex: nowox
|
||||
Background: linear-gradient(135deg, rgba(60,180,255,1) 0%, rgba(40,80,200,1) 100%)
|
||||
Background: radial-gradient(circle at top left, rgba(60,180,255,1) 0%, rgba(40,80,200,1) 100%)
|
||||
ShowPlatforms: true
|
||||
TextWhite: true
|
||||
Links:
|
||||
|
|
|
@ -7,7 +7,7 @@ HeaderImage: /img/full/nowox.webp
|
|||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
AppIndex: nowox
|
||||
Background: linear-gradient(135deg, rgba(60,180,255,1) 0%, rgba(40,80,200,1) 100%)
|
||||
Background: radial-gradient(circle at top left, rgba(60,180,255,1) 0%, rgba(40,80,200,1) 100%)
|
||||
ShowPlatforms: true
|
||||
TextWhite: true
|
||||
Links:
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
"accountfree",
|
||||
"logarithmplotter",
|
||||
"unchecker",
|
||||
"ad5001.eu"
|
||||
"ad5001.eu",
|
||||
"nowox"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue