This commit is contained in:
parent
a730cf0174
commit
0f1c1fea3a
4 changed files with 10 additions and 4 deletions
|
@ -6,7 +6,8 @@ layout: app
|
||||||
HeaderImage: /img/full/logarithmplotter.webp
|
HeaderImage: /img/full/logarithmplotter.webp
|
||||||
SectionHeader:
|
SectionHeader:
|
||||||
AppIndex: logarithmplotter
|
AppIndex: logarithmplotter
|
||||||
Background: linear-gradient(135deg, rgba(255,255,255,1) 10%, rgba(170,170,170,1) 90%)
|
Background: radial-gradient(ellipse at 20%, #FFF, #FFF 15%, rgb(220,220,220) 70%)
|
||||||
|
# linear-gradient(135deg, rgba(255,255,255,1) 10%, rgba(170,170,170,1) 90%)
|
||||||
ShowPlatforms: true
|
ShowPlatforms: true
|
||||||
TextWhite: false
|
TextWhite: false
|
||||||
Links:
|
Links:
|
||||||
|
|
|
@ -6,7 +6,8 @@ layout: app
|
||||||
HeaderImage: /img/full/logarithmplotter.webp
|
HeaderImage: /img/full/logarithmplotter.webp
|
||||||
SectionHeader:
|
SectionHeader:
|
||||||
AppIndex: logarithmplotter
|
AppIndex: logarithmplotter
|
||||||
Background: linear-gradient(135deg, rgba(255,255,255,1) 10%, rgba(170,170,170,1) 90%)
|
Background: |
|
||||||
|
radial-gradient(ellipse at 20%, #FFF, #FFF 15%, rgb(220,220,220) 70%)
|
||||||
ShowPlatforms: true
|
ShowPlatforms: true
|
||||||
TextWhite: false
|
TextWhite: false
|
||||||
Links:
|
Links:
|
||||||
|
|
|
@ -7,15 +7,17 @@ HeaderImage: /img/full/unchecker.webp
|
||||||
HeaderTextWhite: true
|
HeaderTextWhite: true
|
||||||
SectionHeader:
|
SectionHeader:
|
||||||
AppIndex: unchecker
|
AppIndex: unchecker
|
||||||
Background: linear-gradient(135deg, rgba(128,128,128,1) 10%, rgba(10,10,10,1) 90%)
|
Background: radial-gradient(ellipse at 20%, rgb(100,102,105) 0%, rgb(10,8,7) 85%)
|
||||||
ShowPlatforms: true
|
ShowPlatforms: true
|
||||||
TextWhite: true
|
TextWhite: true
|
||||||
Links:
|
Links:
|
||||||
- Icon: lookup
|
- Icon: lookup
|
||||||
Title: Découvrir
|
Title: Découvrir
|
||||||
|
Secondary: true
|
||||||
URL: "#about-section"
|
URL: "#about-section"
|
||||||
- Icon: download
|
- Icon: download
|
||||||
Title: Télécharger
|
Title: Télécharger
|
||||||
|
Secondary: true
|
||||||
URL: "#download-section"
|
URL: "#download-section"
|
||||||
|
|
||||||
About:
|
About:
|
||||||
|
|
|
@ -7,15 +7,17 @@ HeaderImage: /img/full/unchecker.webp
|
||||||
HeaderTextWhite: true
|
HeaderTextWhite: true
|
||||||
SectionHeader:
|
SectionHeader:
|
||||||
AppIndex: unchecker
|
AppIndex: unchecker
|
||||||
Background: linear-gradient(135deg, rgba(170,170,170,1) 10%, rgba(10,10,10,1) 90%)
|
Background: radial-gradient(ellipse at 20%, rgb(100,102,105) 0%, rgb(10,8,7) 85%)
|
||||||
ShowPlatforms: true
|
ShowPlatforms: true
|
||||||
TextWhite: true
|
TextWhite: true
|
||||||
Links:
|
Links:
|
||||||
- Icon: lookup
|
- Icon: lookup
|
||||||
Title: Discover
|
Title: Discover
|
||||||
|
Secondary: true
|
||||||
URL: "#about-section"
|
URL: "#about-section"
|
||||||
- Icon: download
|
- Icon: download
|
||||||
Title: Download
|
Title: Download
|
||||||
|
Secondary: true
|
||||||
URL: "#download-section"
|
URL: "#download-section"
|
||||||
|
|
||||||
About:
|
About:
|
||||||
|
|
Loading…
Reference in a new issue