pelican-website-ge/ge-theme/templates/getInvolved.html

91 lines
5.7 KiB
HTML

{% extends "base.html" %}
{% block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/css/get-involved.css">
{% endblock %}
{% block content %}
<div class="container-fluid">
<div class="img-ge-container">
<img class="img-fluid" src="{{SITEURL}}/theme/images/get-involved-imgs/howit-img1.webp">
<h1 class="join-forces1 text-inside1">Joining</h1>
<h1 class="join-forces2 text-inside2">FORCES</h1>
</div>
<div class="container container-getinv">
<div class="row pt-5">
<div class="col-lg-6 col-md-6 col-sm-12 center-text">
<p>We are seeking support to both spread our programs through training global leaders and currency designers and to deepen cooperative economic resilience in communities already using Community Currencies through increasing health, education and trade opportunities.</p>
<p><a class="geinv-link" href="https://www.grassrootseconomics.org/get-involved">Join our chat server!</a></p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 center-text">
<h2 class="ways-txt">WAYS IN WHICH YOU CAN GET INVOLVED</h2>
</div>
</div>
<div class="d-flex justify-content-center geinv-butt-class">
<a class="geinv-buttons" href="#">Jobs</a>
<a class="geinv-buttons" href="#">Donate</a>
<a class="geinv-buttons" href="#">Work study</a>
</div>
<div class="d-flex justify-content-center">
<div class="line-deco"></div>
</div>
<div class="available-positions">
<h1 class="big-title">Available Positions</h1>
<div class="row row-pad">
<div class="col-lg-6 col-md-6 col-sm-12 center-text">
<h2 class="positions">Fundraising Officer </h2>
<div class="img-pad">
<img class="img-fluid gev-img-round" src="{{SITEURL}}/theme/images/get-involved-imgs/availabeimg1.webp">
</div>
<div class="text-wrap">
<p class="gev-text">Lead the way in designing, implementing and monitoring our diverse fundraising campaigns</p>
<p class="gev-small-text">Contact us to learn more on the role and on how to apply</p>
<p class="gev-italics">Deadline for applications: On going</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 center-text">
<h2 class="positions mobile-pad">M&E and Research Manager </h2>
<div class="img-pad">
<img class="img-fluid gev-img-round" src="{{SITEURL}}/theme/images/get-involved-imgs/availableimg2.webp">
</div>
<div class="text-wrap">
<p class="gev-text">Lead the way in gathering and analyzing community and CC related data, do research into related fields and work with other team to monitor project implementation and effectiveness</p>
<p class="gev-small-text">Contact us to learn more on the role and on how to apply</p>
<p class="gev-italics">Deadline for applications: On going</p>
</div>
</div>
</div>
<div class="row row-pad">
<div class="col-lg-6 col-md-6 col-sm-12 center-text">
<h2 class="positions">Program Manager</h2>
<div class="img-pad">
<img class="img-fluid gev-img-round" src="{{SITEURL}}/theme/images/get-involved-imgs/availableimg3.webp">
</div>
<div class="text-wrap">
<p class="gev-text">Work closely with the field team, coordinate internal resources as well as external resources and have direct responsibility over project outcomes</p>
<p class="gev-small-text">Contact us to learn more on the role and on how to apply </p>
<p class="gev-italics">Deadline for applications: On Going</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 center-text">
<h2 class="positions mobile-pad">Developer</h2>
<div class="img-pad">
<img class="img-fluid gev-img-round" src="{{SITEURL}}/theme/images/get-involved-imgs/availableimg4.webp">
</div>
<div class="text-wrap">
<p class="gev-text">Lead the way in designing, implementing and monitoring our diverse projects from a tech perspective </p>
<p class="gev-text">Check out our <a class="geinv-link" href="https://gitlab.com/grassrootseconomics/cic-platform/-/wikis/BLOXBERG-component-overview">Component Overview </a> and <a class="geinv-link" href="https://gitlab.com/groups/grassrootseconomics/-/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=help-wanted">open Issues!</a></p>
</div>
</div>
</div>
</div>
<div class="research-title center-text">
<h1 class="big-title">Research,Intern,Volunteer& Explore!</h1>
<p class="bigger-small-font">Volunteering, researching and being an intern with Grassroots Economics is a rewarding experience that can change the lives of people in need. You will be building a bridge between cultures and sharing your hope, enthusiasm, skills and dreams. Through this experience you will be able to fully understand how community currencies work and be able to take back and spread this knowledge with you.</p>
</div>
</div>
</div>
{% endblock %}