2016-08-31 02:32:45 +00:00
{% extends "new_base_glarus.html" %}
{% load staticfiles cms_tags bootstrap3%}
{% block title %}crowdfunding{% endblock %}
{% block content %}
2016-12-05 15:24:46 +00:00
< style type = "text/css" >
2016-12-19 14:33:15 +00:00
@media screen and (min-width: 768px) { }
2016-12-05 15:24:46 +00:00
2016-12-09 15:11:41 +00:00
cancel-subscription-modal .modal-dialog {width:350px;}
position: relative;
top: -200px;
width: 400px;
z-index: 1000;
margin: 0 auto;
border-radius: 10px;
-webkit-border-radius: 10px;
2016-12-07 15:20:20 +00:00
2016-12-09 15:11:41 +00:00
}
2016-12-06 14:32:58 +00:00
.glyphicon-calendar{
font-size: 42px;
display: block;
text-align: center;
margin: 40px auto 20px;
color: #88c7d7;
}
2016-12-06 15:23:51 +00:00
.price2 {
2016-12-06 14:32:58 +00:00
-webkit-background-size: cover;
-moz-background-size: cover;
}
2016-12-09 15:11:41 +00:00
.cancel-subscription-modal{
position: absolute;
top: -200px;
width: 400px;
z-index: 1000;
margin: 0 auto;
border-radius: 10px;
-webkit-border-radius: 10px;
}
.btn-primary-text {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
color: #0F1221;
letter-spacing: 1px;
padding-right: 10px;
}
2016-12-05 15:24:46 +00:00
< / style >
2016-08-31 02:32:45 +00:00
< section id = "price" >
< div class = "container" >
2016-10-19 04:29:07 +00:00
< div class = "row col-md-2 text-center wow fadeInDown" > < / div >
< div class = "row col-md-8 text-center wow fadeInDown" >
2016-08-31 02:32:45 +00:00
< div class = "price-box" >
< span class = "glyphicon glyphicon-star" > < / span >
< h2 class = "section-heading" > Digital Glarus Membership< / h2 >
< h2 class = "price" > < strong > {{membership_type.price}}CHF< / strong > /month< br > (free working 2days included)< / h2 >
< hr class = "primary" >
< img src = "{% static 'digitalglarus/img/graph.png' %}" width = "450" height = "396" class = "img-responsive center-block graph" > < br >
< div class = "price-exp-box"
< p class = "carousel-text text-left supporter-black" >
Get your Digital Glarus Membership for only
< strong > {{membership_type.price}}CHF< / strong >
and get 2 working days for free!
The membership fee is a monthly subscription and
with every payment you help us to create a better
workspace.
< / p >
< div class = "text-center" >
2016-12-05 15:24:46 +00:00
< a class = "btn btn-primary btn-blue" href = "{% url 'digitalglarus:membership_payment' %}" > become a member< / a >
2016-08-31 02:32:45 +00:00
< / div >
2016-12-05 15:24:46 +00:00
< div class = "text-center" >
< br >
2016-12-09 15:11:41 +00:00
< a class = "btn btn-primary-text" data-toggle = "modal" data-target = "#cancel-subscription-modal" target = "_blank" > How to pay?< / a >
2016-12-05 15:24:46 +00:00
< / div >
< / div >
2016-08-31 02:32:45 +00:00
< / div >
< / div >
2016-10-19 04:29:07 +00:00
< div class = "row col-md-2 text-center wow fadeInDown" > < / div >
2016-08-31 02:32:45 +00:00
< / div >
< / section >
<!-- membership includes -->
< section id = "membership-includes" >
< div class = "container" >
< div class = "intro-price text-center wow fadeInDown" >
< div class = "intro-headline-small" >
< span class = "intro-headline-small" >
Become our member
< / span >
< / div >
< h3 class = "intro-smaller" > Our membership includes:< / h3 >
< div class = "col-lg-12 price-list" >
< li class = "list-group-item row price-list" >
< div class = "price-list" > < span class = "glyphicon glyphicon-ok " > < / span > Super-fast Internet< / div >
< div class = "price-list" > < span class = "glyphicon glyphicon-ok glyphicon-inverse" > < / span > Any workspace in our common areas< / div >
< div class = "price-list" > < span class = "glyphicon glyphicon-ok " > < / span > Free 2 working day passes< / div >
< div class = "price-list" > < span class = "glyphicon glyphicon-ok glyphicon-inverse" > < / span > Access to any of our great workshops< / div >
< div class = "price-list" > < span class = "glyphicon glyphicon-ok " > < / span > Special invitation to our fondue nights, cooking & hacking sessions, coworking & cohiking, and many more cool stuff.< / div >
< / li >
< / div >
< / div >
< / div >
< / div >
< / section >
< section id = "contact" >
< div class = "fill" >
< div class = "row" class = "wow fadeInDown" >
< div class = "col-lg-12 text-center 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 >
< / div >
< / section >
2016-12-05 15:24:46 +00:00
2016-12-09 15:11:41 +00:00
< div class = "modal fade bs-example-modal-sm" id = "cancel-subscription-modal" tabindex = "-1" role = "dialog" aria-hidden = "true" >
2016-12-06 14:32:58 +00:00
< div class = "modal-dialog" role = "document" >
< div class = "modal-content" >
< div class = "modal-body" >
2016-12-06 15:23:51 +00:00
< section id = "price2" >
2016-12-06 14:32:58 +00:00
< div class = "signup-container" >
2016-12-09 15:11:41 +00:00
< button type = "button" class = "close" data-dismiss = "modal" aria-label = "Close" > < span aria-hidden = "true" > × < / span > < / button >
< div class = "col-xs-12 col-sm-3 col-lg-4 text-center wow fadeInDown" margin-top:0 ; > < / div >
< div class = "col-xs-12 col-sm-12 col-lg-12 text-center wow fadeInDown" margin-top:0 ; >
2016-12-06 14:32:58 +00:00
< div class = "signup-box" >
< span class = "glyphicon glyphicon-calendar" > < / span >
< h2 class = "section-heading" > How the pricing works< / h2 >
< hr class = "primary" >
< h2 class = "signup-lead text-left" >
< ul >
< li > All members get 2 free days per month for booking.< br > < / li >
< / ul >
< ul >
< li > Additional booking costs 15CHF per day. < br > < / li >
< / ul >
< ul >
< li > But your coworking after 17th day is free of charge. < / li >
< / ul >
< ul >
< li > So more you work, more you can save money! < br > < / li >
< / ul >
< ul >
< li > You will never be charged more than 290CHF per month. < br > < / li >
< / ul >
< / h2 >
2016-12-07 15:20:20 +00:00
< br >
< a href = "mailto:info@ungleich.ch" class = "btn btn-primary btn-blue" > Still have a question?< / a >
2016-12-06 14:32:58 +00:00
< div class = "notice-box" >
< / div >
< / div >
< / div >
< div class = "col-xs-12 col-sm-3 col-lg-4 text-center wow fadeInDown" > < / div >
< / div >
< / section >
< / div >
2016-12-05 15:24:46 +00:00
< / div > <!-- /.modal - content -->
< / div > <!-- /.modal - dialog -->
< / div > <!-- /.modal -->
2016-08-31 02:32:45 +00:00
{% endblock %}