108 lines
5 KiB
HTML
108 lines
5 KiB
HTML
{% load static bootstrap3 i18n cms_tags sekizai_tags menu_tags %}
|
|
{% get_current_language as LANGUAGE_CODE %}
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="{{LANGUAGE_CODE}}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="author" content="ungleich glarus ag">
|
|
<meta name="description" content="{% page_attribute 'meta_description' %}">
|
|
<title>{% page_attribute "page_title" %}</title>
|
|
|
|
<!-- Bootstrap Core CSS -->
|
|
<link href="{% static 'ungleich_page/css/bootstrap.min.css' %}" rel="stylesheet">
|
|
<link href="{% static 'ungleich_page/css/lib/animate.min.css' %}" rel="stylesheet">
|
|
|
|
<!-- 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]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Lato:300,400,700|Montserrat:400,700" rel="stylesheet" type="text/css">
|
|
|
|
<!-- Custom CSS -->
|
|
<link href="{% static 'ungleich_page/css/agency.css' %}" rel="stylesheet">
|
|
<link href="{% static 'ungleich_page/css/ungleich.css' %}" rel="stylesheet">
|
|
<link href="{% static 'datacenterlight/css/landing-page.css' %}" rel="stylesheet">
|
|
<link href="{% static 'ungleich_page/css/glasfaser.css' %}" rel="stylesheet">
|
|
{% addtoblock "css" %}
|
|
<link href="{% static 'ungleich_page/css/cms.css' %}" media="screen" rel="stylesheet" type="text/css"/>
|
|
{% endaddtoblock %}
|
|
{% render_block "css" postprocessor "compressor.contrib.sekizai.compress" %}
|
|
{% render_block "js" postprocessor "compressor.contrib.sekizai.compress" %}
|
|
|
|
<!-- Google analytics -->
|
|
{% include "google_analytics.html" %}
|
|
<!-- End Google Analytics -->
|
|
|
|
<link rel="shortcut icon" href="{% static 'ungleich_page/img/favicon.ico' %}" type="image/x-icon">
|
|
</head>
|
|
|
|
<body id="page-top" class="index">
|
|
{% include "gdpr_banner.html" %}
|
|
{% cms_toolbar %}
|
|
<nav class="navbar navbar-default navbar-fixed-top topnav navbar-transparent">
|
|
<div class="topnav">
|
|
<!-- Brand and toggle get grouped for better mobile display -->
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
|
<span class="sr-only">{% trans "Toggle navigation" %}</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a href="{% url 'ungleich_page:landing' %}" id="logoBlack" class="navbar-brand topnav"><img src="{% static 'ungleich_page/img/logo_black.svg' %}"></a>
|
|
<a href="{% url 'ungleich_page:landing' %}" id="logoWhite" class="navbar-brand topnav"><img src="{% static 'ungleich_page/img/logo_white.svg' %}"></a>
|
|
</div>
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
|
<!-- Start Navbar collapse-->
|
|
<ul class="nav navbar-nav navbar-right">
|
|
{% show_sub_menu 1 None 100 "ungleich_page/glasfaser/menus.html" %}
|
|
</ul>
|
|
<!-- /.navbar-collapse -->
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
{% placeholder 'Top Section' %}
|
|
|
|
{% placeholder 'Middle Section' %}
|
|
|
|
{% placeholder 'Glasfaser Services' %}
|
|
|
|
{% placeholder 'Glasfaser About' %}
|
|
|
|
{% placeholder 'Contact Section' %}
|
|
|
|
<!-- Footer -->
|
|
{% include "ungleich_page/includes/_footer.html" %}
|
|
|
|
<!-- jQuery -->
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
if ($(".has-error").length != 0) {
|
|
window.location = window.location.pathname + "#contact_section"
|
|
}
|
|
});
|
|
</script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
|
<!-- Plugin JavaScript -->
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.9/validator.min.js"></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/classie/1.0.1/classie.min.js" type="text/javascript"></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js" type="text/javascript"></script>
|
|
|
|
<!-- Custom Theme JavaScript -->
|
|
<script src="{% static 'ungleich_page/js/ungleich.js' %}" type="text/javascript"></script>
|
|
<script src="{% static 'datacenterlight/js/main.js' %}"></script>
|
|
|
|
<!-- Custom Fonts -->
|
|
<link href="//fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
|
|
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
</body>
|
|
</html>
|