pelican-website-ge/ge-theme/templates/home-template.html

35 lines
1.5 KiB
HTML
Raw Normal View History

2021-05-19 17:38:39 +02:00
{% extends "base.html" %}
{% block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/css/home-styles.css">
{% endblock %}
{% block content %}
2021-05-24 18:32:57 +02:00
<div class="container-fluid overflow-hidden">
<div class="row row-margin h-80">
2021-05-21 17:26:00 +02:00
<div class="col-lg-6 col-md-12 col-sm-12">
<img src="{{SITEURL}}/theme/images/home-imgs/home-img1.gif" class=" img-fluid img-style" alt="img-gif" >
2021-05-20 20:38:50 +02:00
</div>
2021-05-21 17:26:00 +02:00
<div class="col-lg-6 col-md-12 col-sm-12">
2021-05-20 20:38:50 +02:00
<div class="wrapper-col">
<p class="row-one-words">Prospering economies built by thriving communities</p>
<img class="img-fluid mx-auto d-block row-one-img" src="{{SITEURL}}/theme/images/home-imgs/home-logo.webp">
</div>
2021-05-19 17:38:39 +02:00
</div>
</div>
2021-05-24 18:32:57 +02:00
<div class="row row-margin">
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="words-col-wrapper">
<h2 class="h2-title">Ending poverty lies in building communities</h2>
<p class="row-2-words">Through Community Inclusion Currencies people have a way to exchange goods and services and incubate projects and businesses, without relying on scarce national currency and volatile markets.</p>
<a href="{{SITEURL}}/pages/how-it-works.html" class="butt-style">how it works</a>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<img class="img-fluid" src="{{SITEURL}}/theme/images/home-imgs/home-img2.webp">
</div>
</div>
2021-05-19 17:38:39 +02:00
</div>
2021-05-20 20:38:50 +02:00
{% endblock %}