few changes for blog

This commit is contained in:
Idaapayo 2021-06-30 13:26:59 +03:00
parent ebaf4500ea
commit fba4f315e0
60 changed files with 1161 additions and 959 deletions

View File

@ -15,12 +15,13 @@
}
.article-entry-title a{
color: black;
text-decoration: none;
}
.vcard-author a{
color: gray;
}
.tags{
padding-top: 10px;
gap: 5px;
}
.tags a{
text-decoration: none;
@ -31,7 +32,6 @@
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
margin-right: 4px;
}
.tags a:hover{
background-color: gray;
@ -42,10 +42,10 @@
text-decoration: underline;
}
@media only screen and (max-width: 480px){
.tags {
display: flex;
flex-wrap: wrap;
justify-content: left;
margin-top: 2px;
}
/*.tags {*/
/* display: flex;*/
/* flex-wrap: wrap;*/
/* justify-content: left;*/
/* margin-top: 2px;*/
/*}*/
}

View File

@ -1,12 +1,12 @@
.try{
color: darkred;
.container-margins{
width: 50%;
}
#content{
padding-top: 40px;
}
.article-display{
border-style: solid;
border-color: #85adad;
border-color: #A1A1A1;
border-width: 1px;
}
.ul-style{
@ -17,13 +17,15 @@
}
.img-resize{
width: 100%;
height: 400px;
height: 100%;
overflow: hidden;
}
.row{
height: 400px;
height: auto;
}
.entry-title a{
color: black;
text-decoration: none;
}
.post-info{
display: flex;
@ -37,8 +39,13 @@
padding-right: 10px ;
font-size: 30px;
}
.vcard-author a{
.author-url{
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: black;
text-decoration-thickness: 3px;
color: black;
}
.entry-content{
padding-right: 10px;
@ -46,7 +53,11 @@
.published{
color: gray;
}
@media only screen and (max-width: 480px){
.container-margins{
width: 100%;
}
.entry-title {
font-size: 20px;
@ -57,7 +68,18 @@
.post-info address{
font-size: 12px;
}
.post-wrap{
padding-left: 20px;
}
}
@media (min-width: 600px) and (max-width: 1024px){
.container-margins{
width: 100%;
}
.post-wrap{
padding-left: 20px;
}
}

View File

@ -53,7 +53,7 @@
<!-- </div>-->
<!-- {% endif %}-->
{% if article.tags %}
<div class="tags">
<div class=" d-flex flex-wrap tags">
{% for tag in article.tags %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>
{% endfor %}

View File

@ -7,7 +7,7 @@
{% endblock %}
{% block content %}
<div class="container">
<div class="container container-margins">
<section id="content">
{% block content_title %}
<!--<h2 class="try">All articles</h2>-->
@ -17,22 +17,24 @@
{% for article in articles_page.object_list %}
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark"><img class="img-fluid img-resize" src="{{ SITEURL}}/images/blog/{{ article.slug}}1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
{% for author in article.authors %}
<a class="author-url" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a><br>
{% endfor %}
<time class="published" datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} </time>
</address>
</div>
<h2 class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
<div class="entry-content"> {{ article.summary }} </div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
{% for author in article.authors %}
<a class="author-url" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a><br>
{% endfor %}
<time class="published" datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} </time>
</address>
</div>
<h2 class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
<div class="entry-content"> {{ article.summary }} </div><!-- /.entry-content -->
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,29 +69,31 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles by Amina Godana</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kakuma-amina.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kakuma-amina1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/amina-godana.html">Amina Godana</a><br>
<a class="author-url" href="../author/janet-akinyi-atieno.html">Janet Akinyi Atieno</a><br>
<time class="published" datetime="2021-03-28T00:00:00+03:00"> Sun 28 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kakuma-amina.html" rel="bookmark" title="Permalink to Kakuma Refugee Testimonial">Kakuma Refugee Testimonial</a></h2>
<div class="entry-content"> <p class="first last">After hearing about sarafu local leaders of a small community group started building a support network in their community</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/amina-godana.html">Amina Godana</a><br>
<a class="author-url" href="../author/janet-akinyi-atieno.html">Janet Akinyi Atieno</a><br>
<time class="published" datetime="2021-03-28T00:00:00+03:00"> Sun 28 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kakuma-amina.html" rel="bookmark" title="Permalink to Kakuma Refugee Testimonial">Kakuma Refugee Testimonial</a></h2>
<div class="entry-content"> <p class="first last">After hearing about sarafu local leaders of a small community group started building a support network in their community</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,49 +69,53 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles by Isavary Khabuqwi</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../recycling.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/recycling1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kilifi-isavary.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kilifi-isavary1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles by James-thiong'o</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../self-funded-james.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/self-funded-james1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,29 +69,31 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles by Janet Akinyi Atieno</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kakuma-amina.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kakuma-amina1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/amina-godana.html">Amina Godana</a><br>
<a class="author-url" href="../author/janet-akinyi-atieno.html">Janet Akinyi Atieno</a><br>
<time class="published" datetime="2021-03-28T00:00:00+03:00"> Sun 28 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kakuma-amina.html" rel="bookmark" title="Permalink to Kakuma Refugee Testimonial">Kakuma Refugee Testimonial</a></h2>
<div class="entry-content"> <p class="first last">After hearing about sarafu local leaders of a small community group started building a support network in their community</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/amina-godana.html">Amina Godana</a><br>
<a class="author-url" href="../author/janet-akinyi-atieno.html">Janet Akinyi Atieno</a><br>
<time class="published" datetime="2021-03-28T00:00:00+03:00"> Sun 28 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kakuma-amina.html" rel="bookmark" title="Permalink to Kakuma Refugee Testimonial">Kakuma Refugee Testimonial</a></h2>
<div class="entry-content"> <p class="first last">After hearing about sarafu local leaders of a small community group started building a support network in their community</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles by Marcelin Munga Petro</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../refugee.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/refugee1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles by Shaila Agha</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../shalia_agha.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/shalia_agha1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,133 +69,145 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles by Will Ruddick</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../redcross-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/redcross-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kenyancic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kenyancic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../youth-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/youth-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../municipal-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/municipal-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../static-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/static-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../cic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/cic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,218 +69,238 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<!--<h2>Articles in the blog category</h2>-->
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../redcross-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/redcross-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../shalia_agha.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/shalia_agha1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kakuma-amina.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kakuma-amina1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/amina-godana.html">Amina Godana</a><br>
<a class="author-url" href="../author/janet-akinyi-atieno.html">Janet Akinyi Atieno</a><br>
<time class="published" datetime="2021-03-28T00:00:00+03:00"> Sun 28 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kakuma-amina.html" rel="bookmark" title="Permalink to Kakuma Refugee Testimonial">Kakuma Refugee Testimonial</a></h2>
<div class="entry-content"> <p class="first last">After hearing about sarafu local leaders of a small community group started building a support network in their community</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/amina-godana.html">Amina Godana</a><br>
<a class="author-url" href="../author/janet-akinyi-atieno.html">Janet Akinyi Atieno</a><br>
<time class="published" datetime="2021-03-28T00:00:00+03:00"> Sun 28 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kakuma-amina.html" rel="bookmark" title="Permalink to Kakuma Refugee Testimonial">Kakuma Refugee Testimonial</a></h2>
<div class="entry-content"> <p class="first last">After hearing about sarafu local leaders of a small community group started building a support network in their community</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../recycling.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/recycling1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../refugee.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/refugee1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kilifi-isavary.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kilifi-isavary1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kenyancic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kenyancic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../youth-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/youth-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../municipal-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/municipal-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../static-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/static-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,49 +69,53 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<!--<h2>Articles in the blog category</h2>-->
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../self-funded-james.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/self-funded-james1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../cic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/cic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -96,7 +96,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/dex.html">dex</a>
<a href="./tag/exchange.html">exchange</a>
<a href="./tag/liquidity.html">liquidity</a>

View File

@ -69,218 +69,238 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<!--<h2 class="try">All articles</h2>-->
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./redcross-will.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/redcross-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./shalia_agha.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/shalia_agha1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./kakuma-amina.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/kakuma-amina1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/amina-godana.html">Amina Godana</a><br>
<a class="author-url" href="./author/janet-akinyi-atieno.html">Janet Akinyi Atieno</a><br>
<time class="published" datetime="2021-03-28T00:00:00+03:00"> Sun 28 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./kakuma-amina.html" rel="bookmark" title="Permalink to Kakuma Refugee Testimonial">Kakuma Refugee Testimonial</a></h2>
<div class="entry-content"> <p class="first last">After hearing about sarafu local leaders of a small community group started building a support network in their community</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/amina-godana.html">Amina Godana</a><br>
<a class="author-url" href="./author/janet-akinyi-atieno.html">Janet Akinyi Atieno</a><br>
<time class="published" datetime="2021-03-28T00:00:00+03:00"> Sun 28 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./kakuma-amina.html" rel="bookmark" title="Permalink to Kakuma Refugee Testimonial">Kakuma Refugee Testimonial</a></h2>
<div class="entry-content"> <p class="first last">After hearing about sarafu local leaders of a small community group started building a support network in their community</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./recycling.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/recycling1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./refugee.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/refugee1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./kilifi-isavary.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/kilifi-isavary1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./kenyancic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/kenyancic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./youth-will.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/youth-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./municipal-will.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/municipal-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./static-will.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/static-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,49 +69,53 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<!--<h2 class="try">All articles</h2>-->
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./self-funded-james.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/self-funded-james1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="./cic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="./images/blog/cic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="./author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="./cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -96,7 +96,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/dex.html">dex</a>
<a href="./tag/exchange.html">exchange</a>
<a href="./tag/liquidity.html">liquidity</a>

View File

@ -100,7 +100,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/kilifi.html">Kilifi</a>
<a href="./tag/kenya.html">Kenya</a>
<a href="./tag/debt.html">debt</a>

View File

@ -99,7 +99,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/ubi.html">UBI</a>
<a href="./tag/basic-income.html">Basic Income</a>
<a href="./tag/municipe.html">municipe</a>

View File

@ -96,7 +96,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/debt.html">debt</a>
<a href="./tag/defaulters.html">defaulters</a>
<a href="./tag/lenders.html">lenders</a>

View File

@ -95,7 +95,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/red-cross.html">Red Cross</a>
<a href="./tag/kisauni.html">Kisauni</a>
<a href="./tag/covid.html">Covid</a>

View File

@ -95,7 +95,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/refugee.html">refugee</a>
<a href="./tag/kakuma.html">kakuma</a>
<a href="./tag/sarafu.html">sarafu</a>

View File

@ -96,7 +96,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/syntropic.html">syntropic</a>
<a href="./tag/agroforestry.html">agroforestry</a>
<a href="./tag/regen.html">regen</a>

View File

@ -96,7 +96,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/organization.html">organization</a>
<a href="./tag/directors.html">directors</a>
<a href="./tag/staff.html">staff</a>

View File

@ -98,7 +98,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/liquidity.html">liquidity</a>
<a href="./tag/pools.html">pools</a>
<a href="./tag/defi.html">defi</a>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with agroforestry</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../self-funded-james.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/self-funded-james1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,70 +69,76 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with Basic income</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kilifi-isavary.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kilifi-isavary1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../youth-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/youth-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../municipal-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/municipal-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,70 +69,76 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with Community currency</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kilifi-isavary.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kilifi-isavary1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kenyancic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kenyancic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../cic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/cic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with Covid</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../redcross-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/redcross-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,49 +69,53 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with debt</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../recycling.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/recycling1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kilifi-isavary.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kilifi-isavary1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with debtors</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../recycling.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/recycling1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with defaulters</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../recycling.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/recycling1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with defi</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../static-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/static-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,49 +69,53 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with dex</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kenyancic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kenyancic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../cic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/cic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with directors</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../shalia_agha.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/shalia_agha1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with elderly</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../youth-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/youth-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,49 +69,53 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with exchange</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kenyancic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kenyancic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../cic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/cic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with food forest</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../self-funded-james.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/self-funded-james1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with kakuma</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../refugee.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/refugee1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with Kenya</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kilifi-isavary.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kilifi-isavary1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with Kilifi</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kilifi-isavary.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kilifi-isavary1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-02-10T00:00:00+03:00"> Wed 10 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kilifi-isavary.html" rel="bookmark" title="Permalink to Kilifi Kenya - a hub for Community Driven Basic Income">Kilifi Kenya - a hub for Community Driven Basic Income</a></h2>
<div class="entry-content"> <p class="first last">The current reality is that following Covid-19 many have fallen deeper and deeper into debt.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with Kisauni</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../redcross-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/redcross-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with lenders</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../recycling.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/recycling1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/isavary-khabuqwi.html">Isavary Khabuqwi</a><br>
<time class="published" datetime="2021-03-13T00:00:00+03:00"> Sat 13 March 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../recycling.html" rel="bookmark" title="Permalink to Recycling Debt (Kusaga Deni, Kubali Sarafu)">Recycling Debt (Kusaga Deni, Kubali Sarafu)</a></h2>
<div class="entry-content"> <p class="first last">Imagine having to endure constant reminders and threatening messages from predatory lenders your entire life.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,70 +69,76 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with liquidity</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../kenyancic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/kenyancic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-02-07T00:00:00+03:00"> Sun 07 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../kenyancic-will.html" rel="bookmark" title="Permalink to 2020 Kenyan CICs Review">2020 Kenyan CICs Review</a></h2>
<div class="entry-content"> <p class="first last">Starting in 2010 Grassroots Economics worked with local communities to issue vouchers aka Community Currencies (CCs)</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../static-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/static-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>
</article></li>
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../cic-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/cic-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-07T00:00:00+03:00"> Thu 07 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../cic-will.html" rel="bookmark" title="Permalink to Community Currencies and DEX Multitudes">Community Currencies and DEX Multitudes</a></h2>
<div class="entry-content"> <p class="first last">Decentralized Exchange (DEX) Contracts contain multitudes. There are nearly infinite ways to use them to connect blockchain contracts</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with MBI</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../municipal-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/municipal-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with mission</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../shalia_agha.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/shalia_agha1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with municipe</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../municipal-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/municipal-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with organization</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../shalia_agha.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/shalia_agha1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with pools</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../static-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/static-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-16T00:00:00+03:00"> Sat 16 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../static-will.html" rel="bookmark" title="Permalink to Static vs Bonded Liquidity Pools for CICs">Static vs Bonded Liquidity Pools for CICs</a></h2>
<div class="entry-content"> <p class="first last">As communities create their Community Inclusion Currencies as a credit against their future production, projects and excess capacity</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with Red Cross</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../redcross-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/redcross-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-04-25T00:00:00+03:00"> Sun 25 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../redcross-will.html" rel="bookmark" title="Permalink to Red Cross brings Community Currency to Kisauni">Red Cross brings Community Currency to Kisauni</a></h2>
<div class="entry-content"> <p class="first last">Below are a compilation of Community Inclusion Currency (CIC) user stories from Grassroots Economics Field Support Engineers</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with refugee</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../refugee.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/refugee1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with regen</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../self-funded-james.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/self-funded-james1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with sarafu</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../refugee.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/refugee1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/marcelin-munga-petro.html">Marcelin Munga Petro</a><br>
<time class="published" datetime="2021-02-13T00:00:00+03:00"> Sat 13 February 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../refugee.html" rel="bookmark" title="Permalink to Refugee Economics in Kakuma Kenya">Refugee Economics in Kakuma Kenya</a></h2>
<div class="entry-content"> <p class="first last">Short description of FHE community based organization.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with staff</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../shalia_agha.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/shalia_agha1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/shaila-agha.html">Shaila Agha</a><br>
<time class="published" datetime="2021-04-08T00:00:00+03:00"> Thu 08 April 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../shalia_agha.html" rel="bookmark" title="Permalink to Grassroots Economics has a New Director: Shaila Agha">Grassroots Economics has a New Director: Shaila Agha</a></h2>
<div class="entry-content"> <p class="first last">When I was 9 years old, my mother came home one day with a monopoly board game.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with syntropic</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../self-funded-james.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/self-funded-james1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/james-thiongo.html">James-thiong'o</a><br>
<time class="published" datetime="2021-01-14T00:00:00+03:00"> Thu 14 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../self-funded-james.html" rel="bookmark" title="Permalink to Self-Funded Regenerative Agriculture Kwale Site January Visit">Self-Funded Regenerative Agriculture Kwale Site January Visit</a></h2>
<div class="entry-content"> <p class="first last">On 11th January 2021, I visited Miyani Demo Plot to monitor the progress made a month later after my visit in December</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with UBI</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../municipal-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/municipal-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-23T00:00:00+03:00"> Sat 23 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../municipal-will.html" rel="bookmark" title="Permalink to Municipal Basic Income(MBI) via CIC">Municipal Basic Income(MBI) via CIC</a></h2>
<div class="entry-content"> <p class="first last">A municipality, town or local administration is an ideal issuer and anchor for a basic/guaranteed income</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -69,28 +69,30 @@
</div>
</nav>
<div class="container">
<div class="container container-margins">
<section id="content">
<h2>Articles tagged with youth</h2>
<ul class="ul-style" id="post-list">
<li class="li-style"><article class="article-display">
<div class="row">
<div class="col-6">
<div class="col-lg-6 col-md-12 col-sm-12">
<a href="../youth-will.html" rel="bookmark"><img class="img-fluid img-resize" src="../images/blog/youth-will1.webp"/></a>
</div>
<div class="col-6">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="post-wrap">
<div class="post-info">
<address class="vcard-author">By
<a class="author-url" href="../author/will-ruddick.html">Will Ruddick</a><br>
<time class="published" datetime="2021-01-28T00:00:00+03:00"> Thu 28 January 2021 </time>
</address>
</div>
<h2 class="entry-title"><a href="../youth-will.html" rel="bookmark" title="Permalink to Youth Employment via Elderly/Vulnerable Support">Youth Employment via Elderly/Vulnerable Support</a></h2>
<div class="entry-content"> <p class="first last">Using a basic income (Sarafu in Kenya) youth can support their elderly and vulnerable by giving them their Sarafu.</p>
</div><!-- /.entry-content -->
<div class="article-display-footer">
<div class="article-display-footer">
</div>
</div>
</div>
</div>

View File

@ -15,12 +15,13 @@
}
.article-entry-title a{
color: black;
text-decoration: none;
}
.vcard-author a{
color: gray;
}
.tags{
padding-top: 10px;
gap: 5px;
}
.tags a{
text-decoration: none;
@ -31,7 +32,6 @@
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
margin-right: 4px;
}
.tags a:hover{
background-color: gray;
@ -42,10 +42,10 @@
text-decoration: underline;
}
@media only screen and (max-width: 480px){
.tags {
display: flex;
flex-wrap: wrap;
justify-content: left;
margin-top: 2px;
}
/*.tags {*/
/* display: flex;*/
/* flex-wrap: wrap;*/
/* justify-content: left;*/
/* margin-top: 2px;*/
/*}*/
}

View File

@ -1,12 +1,12 @@
.try{
color: darkred;
.container-margins{
width: 50%;
}
#content{
padding-top: 40px;
}
.article-display{
border-style: solid;
border-color: #85adad;
border-color: #A1A1A1;
border-width: 1px;
}
.ul-style{
@ -17,13 +17,15 @@
}
.img-resize{
width: 100%;
height: 400px;
height: 100%;
overflow: hidden;
}
.row{
height: 400px;
height: auto;
}
.entry-title a{
color: black;
text-decoration: none;
}
.post-info{
display: flex;
@ -37,8 +39,13 @@
padding-right: 10px ;
font-size: 30px;
}
.vcard-author a{
.author-url{
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: black;
text-decoration-thickness: 3px;
color: black;
}
.entry-content{
padding-right: 10px;
@ -46,7 +53,11 @@
.published{
color: gray;
}
@media only screen and (max-width: 480px){
.container-margins{
width: 100%;
}
.entry-title {
font-size: 20px;
@ -57,7 +68,18 @@
.post-info address{
font-size: 12px;
}
.post-wrap{
padding-left: 20px;
}
}
@media (min-width: 600px) and (max-width: 1024px){
.container-margins{
width: 100%;
}
.post-wrap{
padding-left: 20px;
}
}

View File

@ -95,7 +95,7 @@
<!-- Category: <a href="./category/blog.html">blog</a>-->
<!-- </div>-->
<!-- -->
<div class="tags">
<div class=" d-flex flex-wrap tags">
<a href="./tag/elderly.html">elderly</a>
<a href="./tag/youth.html">youth</a>
<a href="./tag/basic-income.html">Basic Income</a>