more progress on about us page
This commit is contained in:
parent
263d02e5ed
commit
12e4a235ee
@ -146,6 +146,24 @@
|
|||||||
.cute-imgs{
|
.cute-imgs{
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
margin-left: 200px;
|
||||||
|
margin-right: 200px;
|
||||||
|
padding-top: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 150px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
/*.rotate-torch{*/
|
||||||
|
/* transform: rotate(-20deg);*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
@media only screen and (max-width: 480px){
|
@media only screen and (max-width: 480px){
|
||||||
.text-img{
|
.text-img{
|
||||||
@ -196,6 +214,23 @@
|
|||||||
.increase-font{
|
.increase-font{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
padding-top: 20px;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 10px;
|
||||||
|
font-weight: lighter;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
/*.img-small-media{*/
|
||||||
|
/* height: 100%;*/
|
||||||
|
/*}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 600px) and (max-width: 1024px){
|
@media (min-width: 600px) and (max-width: 1024px){
|
||||||
@ -235,4 +270,18 @@
|
|||||||
/*margin-left: 10px;*/
|
/*margin-left: 10px;*/
|
||||||
/*margin-right: 10px;*/
|
/*margin-right: 10px;*/
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
padding-top: 40px;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 150px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
}
|
}
|
BIN
ge-theme/static/images/howitworks-imgs/drawing1.webp
Normal file
BIN
ge-theme/static/images/howitworks-imgs/drawing1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
ge-theme/static/images/howitworks-imgs/long-torch.gif
Normal file
BIN
ge-theme/static/images/howitworks-imgs/long-torch.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
@ -111,10 +111,39 @@
|
|||||||
<div class="cuteimg-container">
|
<div class="cuteimg-container">
|
||||||
<img class="img-fluid cute-imgs" src="{{SITEURL}}/theme/images/howitworks-imgs/foodimg.gif">
|
<img class="img-fluid cute-imgs" src="{{SITEURL}}/theme/images/howitworks-imgs/foodimg.gif">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="image-span-over">
|
||||||
|
<p>image-missing</p>
|
||||||
|
</div>
|
||||||
|
<div class="long-drawings-wrap">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-4">
|
||||||
|
<!-- <div class="img-cont">-->
|
||||||
|
<img class="img-fluid img-small-media" src="{{SITEURL}}/theme/images/howitworks-imgs/drawing1.webp">
|
||||||
|
<!-- </div>-->
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
<p class="text-img-font center-this">Investments and donations provide funding and liquidity for CICs to develop local industries and infrastructure</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-4 center-this">
|
||||||
|
<img class="img-fluid rotate-torch" src="{{SITEURL}}/theme/images/howitworks-imgs/long-torch.gif">
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
<p class="diff-font center-this">These industries act as backers for the community currencies that are issued into the region through interest-free credit, community services and operational costs</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-4">
|
||||||
|
<img class="img-fluid img-extend" src="{{SITEURL}}/theme/images/howitworks-imgs/manyimgs1resized.gif">
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -172,10 +172,39 @@
|
|||||||
<div class="cuteimg-container">
|
<div class="cuteimg-container">
|
||||||
<img class="img-fluid cute-imgs" src="../theme/images/howitworks-imgs/foodimg.gif">
|
<img class="img-fluid cute-imgs" src="../theme/images/howitworks-imgs/foodimg.gif">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="image-span-over">
|
||||||
|
<p>image-missing</p>
|
||||||
|
</div>
|
||||||
|
<div class="long-drawings-wrap">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-4">
|
||||||
|
<!-- <div class="img-cont">-->
|
||||||
|
<img class="img-fluid img-small-media" src="../theme/images/howitworks-imgs/drawing1.webp">
|
||||||
|
<!-- </div>-->
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
<p class="text-img-font center-this">Investments and donations provide funding and liquidity for CICs to develop local industries and infrastructure</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-4 center-this">
|
||||||
|
<img class="img-fluid rotate-torch" src="../theme/images/howitworks-imgs/long-torch.gif">
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
<p class="diff-font center-this">These industries act as backers for the community currencies that are issued into the region through interest-free credit, community services and operational costs</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-4">
|
||||||
|
<img class="img-fluid img-extend" src="../theme/images/howitworks-imgs/manyimgs1resized.gif">
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -146,6 +146,24 @@
|
|||||||
.cute-imgs{
|
.cute-imgs{
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
margin-left: 200px;
|
||||||
|
margin-right: 200px;
|
||||||
|
padding-top: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 150px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
/*.rotate-torch{*/
|
||||||
|
/* transform: rotate(-20deg);*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
@media only screen and (max-width: 480px){
|
@media only screen and (max-width: 480px){
|
||||||
.text-img{
|
.text-img{
|
||||||
@ -196,6 +214,23 @@
|
|||||||
.increase-font{
|
.increase-font{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
padding-top: 20px;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 10px;
|
||||||
|
font-weight: lighter;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
/*.img-small-media{*/
|
||||||
|
/* height: 100%;*/
|
||||||
|
/*}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 600px) and (max-width: 1024px){
|
@media (min-width: 600px) and (max-width: 1024px){
|
||||||
@ -235,4 +270,18 @@
|
|||||||
/*margin-left: 10px;*/
|
/*margin-left: 10px;*/
|
||||||
/*margin-right: 10px;*/
|
/*margin-right: 10px;*/
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
padding-top: 40px;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 150px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
}
|
}
|
@ -107,8 +107,8 @@
|
|||||||
}
|
}
|
||||||
.round-this{
|
.round-this{
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
/*border: 1px solid #a3a3c2;*/
|
border: 1px solid #a3a3c2;
|
||||||
box-shadow: 2px 2px 2px #a3a3c2;
|
/*box-shadow: 2px 2px 2px #a3a3c2;*/
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
/*padding-top: 40px;*/
|
/*padding-top: 40px;*/
|
||||||
}
|
}
|
||||||
@ -142,8 +142,28 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 1px solid #a3a3c2;
|
border: 1px solid #a3a3c2;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
}
|
||||||
|
.cute-imgs{
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
margin-left: 200px;
|
||||||
|
margin-right: 200px;
|
||||||
|
padding-top: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 150px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
/*.rotate-torch{*/
|
||||||
|
/* transform: rotate(-20deg);*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
@media only screen and (max-width: 480px){
|
@media only screen and (max-width: 480px){
|
||||||
.text-img{
|
.text-img{
|
||||||
@ -194,6 +214,23 @@
|
|||||||
.increase-font{
|
.increase-font{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
padding-top: 20px;
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
/*.img-small-media{*/
|
||||||
|
/* height: 100%;*/
|
||||||
|
/*}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 600px) and (max-width: 1024px){
|
@media (min-width: 600px) and (max-width: 1024px){
|
||||||
@ -233,4 +270,18 @@
|
|||||||
/*margin-left: 10px;*/
|
/*margin-left: 10px;*/
|
||||||
/*margin-right: 10px;*/
|
/*margin-right: 10px;*/
|
||||||
}
|
}
|
||||||
|
.long-drawings-wrap{
|
||||||
|
padding-top: 40px;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
.text-img-font{
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.diff-font{
|
||||||
|
padding-top: 150px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
}
|
}
|
BIN
output/theme/images/howitworks-imgs/drawing1.webp
Normal file
BIN
output/theme/images/howitworks-imgs/drawing1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
output/theme/images/howitworks-imgs/long-torch.gif
Normal file
BIN
output/theme/images/howitworks-imgs/long-torch.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in New Issue
Block a user