mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
feature layout images
This commit is contained in:
parent
c3a93e037d
commit
fee105d2a6
@ -80,9 +80,6 @@ LAYOUT
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mt77 {
|
|
||||||
margin-top: 18rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---------------------------------------------------
|
/* ---------------------------------------------------
|
||||||
TYPO AND LAYOUT ELEMENTS
|
TYPO AND LAYOUT ELEMENTS
|
||||||
@ -363,6 +360,10 @@ GRAPHICS
|
|||||||
background: url(/theme/images/gfx-feature-2.png) center;
|
background: url(/theme/images/gfx-feature-2.png) center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
#bg-feature-3 {
|
||||||
|
background: url(/theme/images/gfx-feature-3.png) center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
/* --------------------------------------------- */
|
/* --------------------------------------------- */
|
||||||
#bg-feature {
|
#bg-feature {
|
||||||
background: url(/theme/images/gfx-pattern-mint-bright.svg) center;
|
background: url(/theme/images/gfx-pattern-mint-bright.svg) center;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 164 KiB |
Binary file not shown.
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 243 KiB |
BIN
homepage/theme/static/images/gfx-feature-3.png
Normal file
BIN
homepage/theme/static/images/gfx-feature-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<div class="flex justify-center w55-container" id="bg-feature-1">
|
<div class="flex justify-center w55-container" id="bg-feature-1">
|
||||||
<div class="w56 tc pa3">
|
<div class="w56 tc pa3">
|
||||||
<h2 class="f25 normal lh-solid mt4 mb3">
|
<h2 class="f25 normal lh-solid mt5 mb3">
|
||||||
Free & Open
|
Free & Open
|
||||||
</h2>
|
</h2>
|
||||||
<p class="ma0 mb5">
|
<p class="ma0 mb5">
|
||||||
@ -55,14 +55,23 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="flex justify-center w55-container" id="bg-feature-3">
|
||||||
|
<div class="w56 tc pa3">
|
||||||
|
<h2 class="f25 normal lh-solid mt6 mb3">
|
||||||
|
Self hosted
|
||||||
|
</h2>
|
||||||
|
<p class="ma0">
|
||||||
|
Comply with GDPR guidelines. Don't share data with third parties. Your users have full access to their data.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="flex justify-center w55-container" id="bg-feature-2">
|
<div class="flex justify-center w55-container" id="bg-feature-2">
|
||||||
<div class=" w56 tc pa3">
|
<div class=" w56 tc pa3">
|
||||||
<h2 class="f25 normal lh-solid mt77 mb3">
|
<h2 class="f25 normal lh-solid mt7 mb3">
|
||||||
Fair & Secure
|
Fair & Secure
|
||||||
</h2>
|
</h2>
|
||||||
<p class="ma0 mb5">
|
<p class="ma0">
|
||||||
Pay respect to your website visitors. Gain valuable insights at the same time. All data is encrypted end-to-end.
|
Pay respect to your website visitors. Gain valuable insights at the same time. All data is encrypted end-to-end.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -70,16 +79,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="flex justify-center w55-container mintA">
|
|
||||||
<div class="w56 tc pa3">
|
|
||||||
<h2 class="f25 normal lh-solid">
|
|
||||||
<em>Self hosted</em>
|
|
||||||
</h2>
|
|
||||||
<p class="ma0 mb5">
|
|
||||||
Comply with GDPR guidelines. Don't share data with third parties. Your users have full access to their data.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user