2016-08-04 06:07:41 +00:00
|
|
|
{% load static %}
|
2016-08-20 05:57:35 +00:00
|
|
|
{% load staticfiles cms_tags menu_tags sekizai_tags menu_tags bootstrap3 %}
|
2016-08-04 06:07:41 +00:00
|
|
|
{% load i18n %}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2016-08-09 05:54:25 +00:00
|
|
|
<head>
|
2016-08-04 06:07:41 +00:00
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2016-12-09 15:11:41 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2016-08-04 06:07:41 +00:00
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
2016-08-09 05:54:25 +00:00
|
|
|
<title>Digital Glarus</title>
|
2016-08-04 06:07:41 +00:00
|
|
|
|
|
|
|
|
2016-08-09 05:54:25 +00:00
|
|
|
<link href="{% static 'digitalglarus/css/bootstrap.min.css' %}" rel="stylesheet">
|
|
|
|
|
2016-08-04 06:07:41 +00:00
|
|
|
<!-- Bootstrap Core CSS -->
|
2016-08-09 05:54:25 +00:00
|
|
|
<link href="{% static 'digitalglarus/font-awesome-4.1.0/css/font-awesome.min.css' %}" rel="stylesheet">
|
|
|
|
<link href="{% static 'ungleich_page/font-awesome-4.1.0/css/font-awesome.min.css' %}" rel="stylesheet"
|
|
|
|
type="text/css">
|
|
|
|
|
|
|
|
<link href="{% static 'digitalglarus/css/agency.css' %}" rel="stylesheet">
|
|
|
|
<link href="{% static 'digitalglarus/css/ungleich.css' %}" rel="stylesheet">
|
2016-08-10 04:53:49 +00:00
|
|
|
<link href="{% static 'digitalglarus/css/history.css' %}" rel="stylesheet">
|
2016-08-20 05:57:35 +00:00
|
|
|
<link href="{% static 'digitalglarus/css/price.css' %}" rel="stylesheet">
|
2016-09-16 04:16:21 +00:00
|
|
|
|
2016-09-09 04:24:52 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.css" />
|
2016-09-16 04:16:21 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.42/css/bootstrap-datetimepicker.min.css" />
|
2016-09-09 04:24:52 +00:00
|
|
|
|
2016-08-09 05:54:25 +00:00
|
|
|
<!-- <link href="css/bootstrap.min.css" rel="stylesheet"> -->
|
|
|
|
<link href="{% static 'digitalglarus/css/lib/animate.min.css' %}" rel="stylesheet">
|
2016-08-11 06:07:12 +00:00
|
|
|
<!-- <link href="{% static 'css/membership.css' %}" rel="stylesheet"> -->
|
2016-08-09 05:54:25 +00:00
|
|
|
|
2016-08-04 06:07:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- Custom CSS -->
|
2016-08-09 05:54:25 +00:00
|
|
|
<!-- <link href="css/agency.css" rel="stylesheet"> -->
|
2016-08-04 06:07:41 +00:00
|
|
|
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
|
|
<!--[if lt IE 9]>
|
2016-08-09 05:54:25 +00:00
|
|
|
<script src="{% static 'digitalglarus/https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
|
|
<script src="{% static 'digitalglarus/https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
2016-08-04 06:07:41 +00:00
|
|
|
<![endif]-->
|
2016-08-09 05:54:25 +00:00
|
|
|
<!-- <link href="css/ungleich.css" rel="stylesheet" type="text/css"></link> -->
|
2017-07-13 19:53:15 +00:00
|
|
|
|
|
|
|
<!-- Google analytics -->
|
|
|
|
{% include 'google_analytics.html' %}
|
|
|
|
<!-- End Google Analytics -->
|
2017-07-03 19:32:32 +00:00
|
|
|
<link rel="shortcut icon" href="{% static 'digitalglarus/img/favicon.ico' %}" type="image/x-icon">
|
2016-09-09 04:24:52 +00:00
|
|
|
<style id="igtranslator-color" type="text/css"></style>
|
|
|
|
<style type="text/css">
|
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .nav .dropdown.open .dropdown-toggle {
|
|
|
|
background: none !important;
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.navbar-default .nav .dropdown li a{
|
|
|
|
color:#0f1221;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-default .nav li a .glyphicon-user{
|
|
|
|
|
|
|
|
font-size: 15px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0px;
|
|
|
|
color:white;
|
|
|
|
}
|
2018-01-17 11:01:46 +00:00
|
|
|
|
|
|
|
@media only screen and (min-width: 769px){
|
2016-11-21 15:41:21 +00:00
|
|
|
.dropdown.home-dropdown-mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.dropdown.home-dropdown {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2018-01-17 11:01:46 +00:00
|
|
|
|
|
|
|
|
2016-12-09 15:11:41 +00:00
|
|
|
@media only screen and (max-width: 768px){
|
|
|
|
.dropdown.home-dropdown-mobile {
|
2016-11-21 15:41:21 +00:00
|
|
|
display: block;
|
|
|
|
}
|
2018-01-17 11:01:46 +00:00
|
|
|
|
2016-12-09 15:11:41 +00:00
|
|
|
.dropdown.home-dropdown-mobile .dropdown-menu{
|
2016-11-21 15:41:21 +00:00
|
|
|
display: block;
|
|
|
|
background-color: #0f1221;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.home-dropdown-mobile .dropdown-menu li a {
|
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
.dropdown.home-dropdown-mobile .dropdown-menu li a:hover {
|
|
|
|
color: #0f1221;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.home-dropdown {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-01-17 11:01:46 +00:00
|
|
|
|
2017-01-11 17:10:33 +00:00
|
|
|
}
|
2018-01-17 11:01:46 +00:00
|
|
|
|
2016-09-09 04:24:52 +00:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
2018-01-17 11:01:46 +00:00
|
|
|
|
2016-12-09 15:11:41 +00:00
|
|
|
<body id="page-top" class="index">
|
2016-08-09 05:54:25 +00:00
|
|
|
|
|
|
|
<!-- Navigation -->
|
|
|
|
<nav class="navbar navbar-default navbar-fixed-top">
|
2018-01-17 11:01:46 +00:00
|
|
|
<div style="margin-left: 0px; margin-right: 0px;">
|
2016-08-09 05:54:25 +00:00
|
|
|
<!-- Brand and toggle get grouped for better mobile display -->
|
|
|
|
<div class="navbar-header page-scroll">
|
|
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
2016-12-01 04:28:06 +00:00
|
|
|
<p><a class="navbar-brand page-scroll" href="{% url 'digitalglarus:landing' %}"><img src="{% static 'digitalglarus/img/logo_white.svg' %}"></a></p>
|
2016-08-04 06:07:41 +00:00
|
|
|
</div>
|
|
|
|
|
2016-08-09 05:54:25 +00:00
|
|
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
|
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
2016-12-01 04:28:06 +00:00
|
|
|
<ul class="nav navbar-nav navbar-right" style="margin-right: -; margin-left: 0px;margin-right: 0px;">
|
2016-08-09 05:54:25 +00:00
|
|
|
<li class="hidden active">
|
|
|
|
<a href="#page-top"></a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2016-12-09 15:11:41 +00:00
|
|
|
<a class="page-scroll" href="{% url 'digitalglarus:booking' %}">booking & price</a>
|
2016-08-09 05:54:25 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2016-08-11 06:07:12 +00:00
|
|
|
<a class="page-scroll" href="{% url 'digitalglarus:history' %}">history</a>
|
2016-08-09 05:54:25 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a class="page-scroll" href="http://blog.ungleich.ch">BLOG</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a class="page-scroll" href="#contact">Contact</a>
|
|
|
|
</li>
|
2016-09-09 04:24:52 +00:00
|
|
|
|
2018-01-17 11:01:46 +00:00
|
|
|
|
2016-12-09 15:11:41 +00:00
|
|
|
{% if request.user.is_authenticated %}
|
2018-01-17 11:01:46 +00:00
|
|
|
|
|
|
|
|
2016-12-01 04:28:06 +00:00
|
|
|
<li class="dropdown home-dropdown-mobile open">
|
2016-11-21 15:41:21 +00:00
|
|
|
<a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">
|
|
|
|
<i class="glyphicon glyphicon-user"></i>{{request.user.name}} <span class="caret"></span>
|
|
|
|
</a>
|
2016-12-01 04:28:06 +00:00
|
|
|
<ul id="g-account-menu" class="dropdown-menu" role="menu" aria-hidden="true">
|
2016-11-21 15:41:21 +00:00
|
|
|
<li>
|
|
|
|
<a href="{% url 'digitalglarus:booking_orders_list' %}">
|
2016-12-01 04:28:06 +00:00
|
|
|
<i class="fa fa-home" aria-hidden="true"></i> {% trans "Bookings"%}
|
2016-11-21 15:41:21 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2018-01-17 11:01:46 +00:00
|
|
|
<a href="{% url 'digitalglarus:membership_orders_list' %}"><i class="fa fa-heart-o" aria-hidden="true"></i> {% trans "Membership"%}
|
2016-11-21 15:41:21 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="{% url 'digitalglarus:logout' %}">
|
|
|
|
<i class="fa fa-lock" aria-hidden="true"></i>
|
|
|
|
{% trans "Logout"%}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
2016-12-01 04:28:06 +00:00
|
|
|
</li>
|
2018-01-17 11:01:46 +00:00
|
|
|
|
2016-12-09 15:11:41 +00:00
|
|
|
<li class="dropdown home-dropdown">
|
2016-09-09 04:24:52 +00:00
|
|
|
<a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">
|
|
|
|
<i class="glyphicon glyphicon-user"></i>{{request.user.name}} <span class="caret"></span>
|
|
|
|
</a>
|
|
|
|
<ul id="g-account-menu" class="dropdown-menu" role="menu">
|
|
|
|
<li>
|
|
|
|
<a href="{% url 'digitalglarus:booking_orders_list' %}">
|
2018-01-17 11:01:46 +00:00
|
|
|
<i class="fa fa-home" aria-hidden="true"></i> {% trans "Bookings"%}
|
2016-09-09 04:24:52 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2018-01-17 11:01:46 +00:00
|
|
|
<a href="{% url 'digitalglarus:membership_orders_list' %}"><i class="fa fa-heart-o" aria-hidden="true"></i> {% trans "Membership"%}
|
2016-09-09 04:24:52 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="{% url 'digitalglarus:logout' %}">
|
|
|
|
<i class="fa fa-lock" aria-hidden="true"></i>
|
|
|
|
{% trans "Logout"%}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
2018-01-17 11:01:46 +00:00
|
|
|
</li>
|
|
|
|
|
2016-09-09 04:24:52 +00:00
|
|
|
{% else %}
|
|
|
|
<li>
|
|
|
|
<a class="page-scroll" href="{% url 'digitalglarus:login' %}">Login</a>
|
2018-01-17 11:01:46 +00:00
|
|
|
</li>
|
2016-09-09 04:24:52 +00:00
|
|
|
{% endif %}
|
|
|
|
<!-- <li>
|
2016-08-31 02:32:45 +00:00
|
|
|
<a class="page-scroll" href="{% url 'digitalglarus:signup' %}">Sign Up</a>
|
2016-08-09 05:54:25 +00:00
|
|
|
</li>
|
2016-09-09 04:24:52 +00:00
|
|
|
--> </ul>
|
2016-08-09 05:54:25 +00:00
|
|
|
</div>
|
|
|
|
<!-- /.navbar-collapse -->
|
|
|
|
</div>
|
|
|
|
<!-- /.container-fluid -->
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
{% block content %} {% endblock %}
|
2018-01-17 11:01:46 +00:00
|
|
|
|
2016-08-09 05:54:25 +00:00
|
|
|
<footer>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-4">
|
2017-01-11 17:10:33 +00:00
|
|
|
<span class="copyright">Copyright © ungleich GmbH {% now "Y" %}</span>
|
2016-08-09 05:54:25 +00:00
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
|
|
<ul class="list-inline social-buttons">
|
2016-08-10 04:53:49 +00:00
|
|
|
<li><a href="https://facebook.com/digitalglarus"><i class="fa fa-facebook"></i></a>
|
|
|
|
</li>
|
2016-08-09 05:54:25 +00:00
|
|
|
<li><a href="https://twitter.com/ungleich"><i class="fa fa-twitter"></i></a>
|
|
|
|
</li>
|
|
|
|
<li><a href="https://github.com/ungleich"><i class="fa fa-github"></i></a>
|
|
|
|
</li>
|
|
|
|
<li><a href="https://www.linkedin.com/company/ungleich-gmbh?trk=nav_account_sub_nav_company_admin/"><i class="fa fa-linkedin"></i></a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
|
|
<ul class="list-inline quicklinks">
|
2016-12-14 14:34:20 +00:00
|
|
|
<li><a class="btn btn-primary-text" href="http://www.ungleich.ch/">ungleich Home</a>
|
2016-08-09 05:54:25 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2018-01-17 11:01:46 +00:00
|
|
|
|
2016-08-11 06:07:12 +00:00
|
|
|
<script type="text/javascript" src="{% static 'digitalglarus/bower_components/jquery/dist/jquery.min.js' %}"></script>
|
|
|
|
|
2016-08-04 06:07:41 +00:00
|
|
|
<!-- jQuery -->
|
2016-08-20 05:57:35 +00:00
|
|
|
<script src="{% static 'digitalglarus/js/jquery.js' %}"></script>
|
|
|
|
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.validation/1.13.1/jquery.validate.min.js"></script>
|
|
|
|
|
2016-08-04 06:07:41 +00:00
|
|
|
|
|
|
|
<!-- Bootstrap Core JavaScript -->
|
2016-08-09 05:54:25 +00:00
|
|
|
<script src="{% static 'digitalglarus/js/bootstrap.min.js' %}"></script>
|
2016-08-04 06:07:41 +00:00
|
|
|
|
2016-08-20 05:57:35 +00:00
|
|
|
|
2016-08-04 06:07:41 +00:00
|
|
|
<!-- Plugin JavaScript -->
|
2016-09-16 04:27:46 +00:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
2016-08-09 05:54:25 +00:00
|
|
|
<script src="{% static 'digitalglarus/js/classie.js' %}"></script>
|
|
|
|
<script src="{% static 'digitalglarus/js/cbpAnimatedHeader.js' %}"></script>
|
2016-08-04 06:07:41 +00:00
|
|
|
|
2016-08-20 05:57:35 +00:00
|
|
|
<!-- Stripe Lib -->
|
2017-01-31 02:15:59 +00:00
|
|
|
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
|
2016-08-20 05:57:35 +00:00
|
|
|
|
|
|
|
<!-- Proccess payment lib -->
|
|
|
|
<script src="{% static 'digitalglarus/js/payment.js' %}"></script>
|
|
|
|
|
2016-08-04 06:07:41 +00:00
|
|
|
<!-- Contact Form JavaScript -->
|
2016-08-09 05:54:25 +00:00
|
|
|
<script src="{% static 'digitalglarus/js/jqBootstrapValidation.js' %}"></script>
|
2016-08-11 06:07:12 +00:00
|
|
|
|
|
|
|
<!-- <script src="{% static 'digitalglarus/js/contact_me.js' %}"></script>
|
|
|
|
-->
|
2016-08-09 05:54:25 +00:00
|
|
|
<script src="{% static 'digitalglarus/./js/lib/wow.min.js' %}"></script>
|
2016-08-04 06:07:41 +00:00
|
|
|
<!-- Custom Theme JavaScript -->
|
2016-08-09 05:54:25 +00:00
|
|
|
<script src="{% static 'digitalglarus/js/agency.js' %}"></script>
|
|
|
|
|
|
|
|
<script src="{% static 'digitalglarus/js/ungleich.js' %}"></script>
|
2017-01-20 16:33:25 +00:00
|
|
|
<script src="{% static 'digitalglarus/js/edit_creditcard.js' %}"></script>
|
2016-08-09 05:54:25 +00:00
|
|
|
|
2016-08-20 05:57:35 +00:00
|
|
|
|
|
|
|
|
2016-08-31 02:32:45 +00:00
|
|
|
<!-- Include Required Prerequisites -->
|
2017-01-20 16:33:25 +00:00
|
|
|
<!-- <script type="text/javascript" src="//cdn.jsdelivr.net/jquery/1/jquery.min.js"></script> -->
|
2016-08-31 02:32:45 +00:00
|
|
|
<script type="text/javascript" src="//cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
|
|
|
|
<!-- <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/bootstrap/latest/css/bootstrap.css" />
|
2018-01-17 11:01:46 +00:00
|
|
|
-->
|
2016-08-31 02:32:45 +00:00
|
|
|
<!-- Include Date Range Picker -->
|
|
|
|
<script type="text/javascript" src="//cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.js"></script>
|
2016-09-16 04:24:46 +00:00
|
|
|
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.42/js/bootstrap-datetimepicker.min.js
|
2016-09-16 04:16:21 +00:00
|
|
|
"></script>
|
|
|
|
|
2016-08-31 02:32:45 +00:00
|
|
|
|
|
|
|
<!-- Booking JavaScript -->
|
|
|
|
<script src="{% static 'digitalglarus/js/booking.js' %}"></script>
|
|
|
|
|
2016-09-06 00:45:45 +00:00
|
|
|
<!-- Utils JavaScript -->
|
|
|
|
<script src="{% static 'digitalglarus/js/utils.js' %}"></script>
|
|
|
|
|
2016-08-31 02:32:45 +00:00
|
|
|
<!-- Custom Fonts -->
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
|
|
|
|
<link href="{% static 'digitalglarus/font-awesome-4.1.0/css/font-awesome.min.css' %}" rel="stylesheet" type="text/css">
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet" type="text/css">
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
|
2016-08-09 05:54:25 +00:00
|
|
|
</html>
|