147 lines
5.8 KiB
HTML
147 lines
5.8 KiB
HTML
|
{% extends "new_base_glarus.html" %}
|
||
|
{% load staticfiles cms_tags %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
<!-- Header -->
|
||
|
<section>
|
||
|
<div class="supportus">
|
||
|
<div class="container">
|
||
|
<div class="intro-text">
|
||
|
<p>
|
||
|
</p>
|
||
|
<div class="intro-headline-big">
|
||
|
<span class="intro-headline-big">
|
||
|
Become Our Supporter
|
||
|
</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
<!-- form section ends-->
|
||
|
<!-- Services Section -->
|
||
|
<section id="waystohelp">
|
||
|
<div class="col-md-12 col-lg-12 text-center wow fadeInDown">
|
||
|
|
||
|
<div class="help-wrap">
|
||
|
<h2 class="section-heading">3 Ways to Help</h2>
|
||
|
|
||
|
<p class="text-center supporter-lead">The First Coworking Space of Glarus was not possible without our
|
||
|
supporters. <br>
|
||
|
Be our supporter today and help us realize our dream coworking space!</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="help-box-group row">
|
||
|
|
||
|
<div class="col-md-4 col-sm-6 portfolio-item text-center wow fadeInDown">
|
||
|
<div class="supportus-box">
|
||
|
<a href="#">
|
||
|
<img class="img-responsive img-centered" src="{% static 'digitalglarus/img/supportus/2.png' %}" alt="">
|
||
|
</a>
|
||
|
|
||
|
<h3 class="donate">Get our news</h3>
|
||
|
|
||
|
<div class="help-box">
|
||
|
<hr class="primary">
|
||
|
<p>Subscribe to our mailing list and stay informed on our news at Digital Glarus!
|
||
|
We'll keep you up to date to our events and send you special invitations!</p>
|
||
|
|
||
|
<!-- <div class="submit-box">
|
||
|
<button type="submit" class="btn btn-primary btn-blue">Subscribe</button>
|
||
|
</div>-->
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-md-4 col-sm-6 text-center wow fadeInDown">
|
||
|
<div class="supportus-box">
|
||
|
<a href="#">
|
||
|
<img class="img-responsive img-centered" src="{% static 'digitalglarus/img/supportus/3.png' %}" alt="">
|
||
|
</a>
|
||
|
|
||
|
<h3 class="donate">Connect and Share</h3>
|
||
|
|
||
|
<div class="help-box">
|
||
|
<hr class="primary">
|
||
|
<p>Share your experience at Digital Glarus with your friends and collegues, let the other discover our coworking space!</p>
|
||
|
|
||
|
<!-- <div class="submit-box">
|
||
|
<ul class="list-inline social-buttons">
|
||
|
<li><a href="https://twitter.com/ungleich"><i class="fa fa-twitter"></i></a>
|
||
|
</li>
|
||
|
<li><a href="https://www.facebook.com/digitalglarus/"><i class="fa fa-facebook"></i></a>
|
||
|
</li> </ul>
|
||
|
</div> -->
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-md-4 col-sm-6 text-center wow fadeInDown">
|
||
|
<div class="supportus-box">
|
||
|
<a href="#">
|
||
|
<img class="img-responsive img-centered" src="{% static 'digitalglarus/img/supportus/1.png' %}" alt="">
|
||
|
</a>
|
||
|
|
||
|
<h3 class="donate">
|
||
|
Donate now
|
||
|
</h3>
|
||
|
|
||
|
<div class="help-box">
|
||
|
<hr class="primary">
|
||
|
<p>Your donation helps us renovate our 100+years old coworking space! This very old house needs a lot of love.</p>
|
||
|
|
||
|
<!-- <div class="submit-box">
|
||
|
<button type="submit" class="btn btn-primary btn-blue">Donate</button>
|
||
|
|
||
|
</div> -->
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section id="whatwedowith">
|
||
|
|
||
|
<div class="col-md-12 col-lg-12 text-center wow fadeInDown whatwedowith">
|
||
|
<div class="whatwe-wrap">
|
||
|
<h2 class="whatwedo">What we do with your support</h2>
|
||
|
<p class="carousel-text text-center supporter-black">Discover how your donation is being used in renovating our coworking space!</p>
|
||
|
<div class="row">
|
||
|
<div class="col-md-2"></div>
|
||
|
<div class="col-md-8">
|
||
|
<section class="blog-list">
|
||
|
{% for post in post_list %}
|
||
|
{% include "ungleich/djangocms_blog/includes/blog_item.html" with post=post image="true" TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %}
|
||
|
{% endfor %}
|
||
|
</section>
|
||
|
|
||
|
<a href="https://blog.ungleich.ch/en-us/blog/2016/05/21/renovation-digital-chalet/">
|
||
|
<img class="img-responsive img-centered" src="{% static 'digitalglarus/img/supportus/7.png' %}" alt="">
|
||
|
</a>
|
||
|
</div>
|
||
|
<div class="col-md-2"></div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</section>
|
||
|
|
||
|
<section id="contact">
|
||
|
<div class="fill">
|
||
|
<div class="row col-lg-12" class="wow fadeInDown">
|
||
|
<div class="col-md-4 map-title">
|
||
|
Digital Glarus <br>
|
||
|
<span class="map-caption">In der Au 7 Schwanden 8762 Switzerland
|
||
|
<br>info@digitalglarus.ch
|
||
|
<br>
|
||
|
(044) 534-66-22
|
||
|
<p> </p>
|
||
|
</span>
|
||
|
</div>
|
||
|
<p> </p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
{% endblock %}
|