174 lines
6.2 KiB
HTML
174 lines
6.2 KiB
HTML
{% load static %}
|
|
{% load bootstrap3 %}
|
|
{% load i18n %}
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<title>ungleich GmbH</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">
|
|
|
|
|
|
<!-- Custom CSS -->
|
|
<link href="{% static 'ungleich_page/css/agency.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="{% static 'ungleich_page/css/ungleich.css' %}" rel="stylesheet">
|
|
|
|
<!-- Google analytics -->
|
|
{% include "google_analytics.html" %}
|
|
<!-- End Google Analytics -->
|
|
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
|
|
<style id="igtranslator-color" type="text/css"></style>
|
|
</head>
|
|
|
|
<body id="page-top" class="index">
|
|
|
|
<!-- Navigation -->
|
|
<nav class="navbar navbar-default navbar-fixed-top">
|
|
<div class="container">
|
|
<!-- 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>
|
|
<p><a class="navbar-brand page-scroll" href="#page-top"><img
|
|
src="{% static 'ungleich_page/img/logo_white.svg' %}"></a></p>
|
|
|
|
<p> </p>
|
|
</div>
|
|
|
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li class="hidden active">
|
|
<a href="#page-top"></a>
|
|
</li>
|
|
<li>
|
|
<a class="page-scroll" href="#services">{% trans "Services"%}</a></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li>
|
|
<a class="page-scroll" href="#portfolio">{% trans "products"%}</a></li>
|
|
<li></li>
|
|
<li>
|
|
<a class="page-scroll" href="#about">{% trans "About"%}</a>
|
|
</li>
|
|
<li>
|
|
<a class="page-scroll" href="#team">{% trans "WHY UNGLEICH?"%}</a>
|
|
</li>
|
|
<li>
|
|
<a class="page-scroll" href="http://blog.ungleich.ch">{% trans "BLOG"%}</a>
|
|
</li>
|
|
<li>
|
|
<a class="page-scroll" href="#contact">{% trans "CONTACT"%} </a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- /.navbar-collapse -->
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
</nav>
|
|
|
|
<!-- Header -->
|
|
{% include "ungleich_page/includes/_header.html" %}
|
|
|
|
|
|
<!-- Services Section -->
|
|
{% include "ungleich_page/includes/_services.html" %}
|
|
|
|
<!-- Portfolio Grid Section -->
|
|
{% include "ungleich_page/includes/_portfolio.html" %}
|
|
|
|
|
|
<!-- About Section -->
|
|
{% include "ungleich_page/includes/_about.html" %}$
|
|
|
|
<!-- Team Section -->
|
|
{% include "ungleich_page/includes/_team.html" %}
|
|
|
|
<!-- Software We Use Section -->
|
|
{% include "ungleich_page/includes/_softwares.html" %}
|
|
|
|
<!-- Contact Us Section -->
|
|
{% include "ungleich_page/includes/_contact_us.html" %}
|
|
|
|
<!-- Footer -->
|
|
{% include "ungleich_page/includes/_footer.html" %}
|
|
|
|
<!-- Portfolio Modals -->
|
|
<!-- Use the modals below to showcase details about your portfolio projects! -->
|
|
|
|
<!-- Portfolio Modal 1 -->
|
|
|
|
<!-- Portfolio Modal 2 -->
|
|
|
|
<!-- Portfolio Modal 3 -->
|
|
|
|
<!-- Portfolio Modal 4 -->
|
|
|
|
<!-- Portfolio Modal 6 -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- jQuery -->
|
|
<script src="{% static 'ungleich_page/js/jquery.js' %}" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
if ($(".has-error").length != 0) {
|
|
window.location = window.location.pathname + "#contact"
|
|
}
|
|
});
|
|
</script>
|
|
|
|
<!-- Bootstrap Core JavaScript -->
|
|
<script src="{% static 'ungleich_page/js/bootstrap.min.js' %}" type="text/javascript"></script>
|
|
|
|
<!-- Plugin JavaScript -->
|
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"
|
|
type="text/javascript"></script>
|
|
<script src="{% static 'ungleich_page/js/classie.js' %}" type="text/javascript"></script>
|
|
<script src="{% static 'ungleich_page/js/cbpAnimatedHeader.js' %}" type="text/javascript"></script>
|
|
|
|
|
|
<!-- Contact Form JavaScript -->
|
|
<script src="{% static 'ungleich_page/js/jqBootstrapValidation.js' %}" type="text/javascript"></script>
|
|
<!-- <script src="{% static 'ungleich_page/js/contact_me.js' %}" type="text/javascript"></script> -->
|
|
<script src="{% static 'ungleich_page/js/lib/wow.min.js' %}" type="text/javascript"></script>
|
|
|
|
<!-- Custom Theme JavaScript -->
|
|
<script src="{% static 'ungleich_page/js/ungleich.js' %}" type="text/javascript"></script>
|
|
|
|
|
|
<!-- Custom Fonts -->
|
|
<link href="//fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
|
|
<link href="{% static 'ungleich_page/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">
|
|
</html>
|