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
|
||||
SectionHeader:
|
||||
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
|
||||
TextWhite: false
|
||||
Links:
|
||||
|
|
|
@ -6,7 +6,8 @@ layout: app
|
|||
HeaderImage: /img/full/logarithmplotter.webp
|
||||
SectionHeader:
|
||||
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
|
||||
TextWhite: false
|
||||
Links:
|
||||
|
|
|
@ -7,15 +7,17 @@ HeaderImage: /img/full/unchecker.webp
|
|||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
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
|
||||
TextWhite: true
|
||||
Links:
|
||||
- Icon: lookup
|
||||
Title: Découvrir
|
||||
Secondary: true
|
||||
URL: "#about-section"
|
||||
- Icon: download
|
||||
Title: Télécharger
|
||||
Secondary: true
|
||||
URL: "#download-section"
|
||||
|
||||
About:
|
||||
|
|
|
@ -7,15 +7,17 @@ HeaderImage: /img/full/unchecker.webp
|
|||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
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
|
||||
TextWhite: true
|
||||
Links:
|
||||
- Icon: lookup
|
||||
Title: Discover
|
||||
Secondary: true
|
||||
URL: "#about-section"
|
||||
- Icon: download
|
||||
Title: Download
|
||||
Secondary: true
|
||||
URL: "#download-section"
|
||||
|
||||
About:
|
||||
|
|
Loading…
Reference in a new issue