Skip to content

Commit

Permalink
Add post (#6)
Browse files Browse the repository at this point in the history
* fix path

* add if statements to posts

* finish article
  • Loading branch information
ilhanu committed Jan 19, 2024
1 parent f90b871 commit 38c730f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
8 changes: 4 additions & 4 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
{% include head-feed.html %}
{% endif %}
<!--favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5464ff">
<link rel="shortcut icon" href="favicon.ico">
<meta name="apple-mobile-web-app-title" content="www.fair-squares.nl">
Expand Down
6 changes: 4 additions & 2 deletions _includes/page-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ <h2 id="fixedTitle" class="intro-title no-scroll">{{ page.headline | markdownify
<div class="content-outer">
<div class="p-section-inner">
<div>
{% if page.layout != 'post' %}
<div id="sub-hero-wrapper" class="sub-hero-wrapper scroll-marker">
{% if page.url == '/' %}
<div style="position:absolute; top:-3rem; left:0; width:1px; height:1px;" id="scroll-marker-2"></div>
<div style="position:absolute; bottom:10vh; left:0; width:1px; height:1px;" id="scroll-marker-3"></div>
<div class="section-siteNav">
{% include nav-pages.html %}
</div>
{% endif %}
{% endif %}
{% endif %}
<video poster="/assets/images/colorkit-2.png" autoplay loop muted playsinline height=40px id="bgvid">
</video>
<div class="subheading-text">
Expand All @@ -34,7 +36,7 @@ <h2 class="intro-title no-scroll">{{ page.headline | markdownify | remove: '<p>
<p class="large">{{ page.subheadline | default: page.subheadline | default: site.subheadline | markdownify | strip_html }}</p>
<!--{% endif %}-->
<!--{% if page.subheadline2 %}-->
<p class="large">{{ page.subheadline2 | default: page.subheadline | default: site.subheadline | markdownify | strip_html }}</p>
<p class="large">{{ page.subheadline2 | default: page.subheadline | default: site.subheadline | markdownify | strip_html }}</p>
<!--{% endif %}-->
<!--{% if page.subheadline3 %}-->
<p class="large">{{ page.subheadline3 | default: page.subheadline | default: site.subheadline | markdownify | strip_html }}</p>
Expand Down
35 changes: 35 additions & 0 deletions _posts/2024-01-19-invitation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: post
title: "Invitation to test FS"
date: 19-01-2024
---


<h2> Invitation for Housing Europe partners who want to co-develop social innovations</h2>


<h1> What is Fair Squares </h1>


Fair Squares is committed to let the number of affordable rental houses grow, motivated by the unfair lack of adequate housing. This urgent societal problem we face impacts a huge number of people, also in the European Union.

The financing costs and also the profits of rental housing can be quite high resulting in rental housing being too expensive. We started in 2021 with the question if organizational technology such as blockchain could help solve one of the main reasons behind the lack of affordable housing. Our hypothesis is that the combination of the further concentration of meanings privatizing social housing structures and rising construction costs are the main reasons for the growth of rental prices and so more housing costs are overburdened in Europe.

The FS housing operating and financing system is designed and built via public, open source software to enable crowd-capital as a social instrument. The intention is to organize and finance housing more effectively, with less friction, administration and more transparency to achieve lower, more affordable rental prices of houses.
Instead of a normal landlord or developer putting up all the money, social impact investors within the Fair Squares community will fund projects in exchange for fractional ownership generating a low-risk return that is comparable with other risk-off assets like bonds. Initially, Fair Square will focus on crowdfunding the purchase of residential real estate and in later stages may progress to development or sustainable renovation projects.

<h1>Project status</h1>

With the help of the Web3 foundation Grant Program and several (housing) experts we started to develop the first rough version of the main processes we envisioned. We recently delivered the core of the FS digital coordination framework to connect citizens (testers) who need housing, real estate sellers, social investors, builders, housing corporations, other real estate professionals, and public policymakers. The guiding principles of the Fair Squares society are affordability, equitability, and transparency in the creation, sale, and renting of residential rental real estate.

The Fair Squares MVP shows that a reduction of rental costs by at least 15% is possible, compared to the free market by changing the capital structure. Obviously there is a lot of work ahead of us between solving the problem with software and connecting with and embedding into real world institutions.

<h1>Invitation</h1>

Currently we are building bridges and connecting with government bodies including Housing Europe, Municipalities, European Union, Universities, Housing Corporations and other housing experts and organizations.

We are eager to get in touch with organizations who want to test the FS software and processes and learn, improve and cooperate from there. If you are part of an organization who is open to forming their digital transformation radar together with independent projects, please get in contact with us. We aim to collaborate in order to innovate and create (partly) alternative, digital cooperative financing structures.

In the longer term the base of the Fair Squares protocol also has to enable new forms of financing of projects in order to make existing social rental houses more sustainable.

For more information you can visit our website, documentation our public software repository or email/call us .

0 comments on commit 38c730f

Please sign in to comment.