44 lines
1.2 KiB
HTML
44 lines
1.2 KiB
HTML
{% extends "digitalglarus/base.html" %}
|
|
{% load staticfiles %}
|
|
{% block title %}crowdfounding{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<div class="box">
|
|
<div class="col-lg-12 text-center">
|
|
<h1>Our crowdfunding campaign launches on the 18th of Septmeber 2015!</h1>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="box">
|
|
<div class="col-lg-12">
|
|
<hr>
|
|
<h2 class="intro-text text-center">why
|
|
<strong>glarus?</strong>
|
|
</h2>
|
|
<hr>
|
|
</div>
|
|
<div class="col-sm-4 text-center">
|
|
<img class="img-responsive" src="{% static 'digitalglarus/img/img_1.jpg' %}" alt="">
|
|
<h3>BEAUTIFUL
|
|
<small> landscape</small>
|
|
</h3>
|
|
</div>
|
|
<div class="col-sm-4 text-center">
|
|
<img class="img-responsive" src="{% static 'digitalglarus/img/price_1.jpg' %}" alt="">
|
|
<h3>AFFORDABLE
|
|
<small>price</small></h3>
|
|
</div>
|
|
<div class="col-sm-4 text-center">
|
|
<img class="img-responsive" src="{% static 'digitalglarus/img/img_3.jpg' %}" alt="">
|
|
<h3>direct
|
|
<small> connection to zurich</small>
|
|
</h3>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
<!-- /.container -->
|
|
{% endblock %}
|