added new index.html and history.html to digitalglarus
This commit is contained in:
		
					parent
					
						
							
								1d6c380127
							
						
					
				
			
			
				commit
				
					
						a27e7f9828
					
				
			
		
					 109 changed files with 14665 additions and 316 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
{% load i18n %}
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
  <head>
 | 
			
		||||
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
| 
						 | 
				
			
			@ -12,234 +12,148 @@
 | 
			
		|||
    <meta name="description" content="">
 | 
			
		||||
    <meta name="author" content="">
 | 
			
		||||
 | 
			
		||||
    <title>Digital Glarus - {% block title %}Welcome{% endblock %}</title>
 | 
			
		||||
    <title>Digital Glarus</title>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <link href="{% static 'digitalglarus/css/bootstrap.min.css' %}" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- 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">
 | 
			
		||||
    <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/history.css' %}" rel="stylesheet">
 | 
			
		||||
    <link href="{% static 'digitalglarus/css/ungleich.css' %}" rel="stylesheet">
 | 
			
		||||
    <!-- <link href="css/bootstrap.min.css" rel="stylesheet"> -->
 | 
			
		||||
    <link href="{% static 'digitalglarus/css/lib/animate.min.css' %}" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <!-- Custom CSS -->
 | 
			
		||||
    <link href="{% static 'ungleich_page/css/agency.css' %}" rel="stylesheet">
 | 
			
		||||
    <!-- <link href="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>
 | 
			
		||||
    <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>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
 | 
			
		||||
    <!-- Fonts -->
 | 
			
		||||
    <link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
 | 
			
		||||
          rel="stylesheet" type="text/css">
 | 
			
		||||
    <link href="//fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic"
 | 
			
		||||
          rel="stylesheet" type="text/css">
 | 
			
		||||
    <link href="{% static 'digitalglarus/bower_components/font-awesome/css/font-awesome.min.css' %}"
 | 
			
		||||
          rel="stylesheet" type="text/css">
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <link href="{% static 'ungleich_page/css/ungleich.css' %}" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    {% render_block "css" postprocessor "compressor.contrib.sekizai.compress" %}
 | 
			
		||||
    {% render_block "js" postprocessor "compressor.contrib.sekizai.compress" %}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <!-- <link href="css/ungleich.css" rel="stylesheet" type="text/css"></link> -->
 | 
			
		||||
    <!-- Google tracking -->
 | 
			
		||||
    <script src="//www.google-analytics.com/analytics.js" async></script>
 | 
			
		||||
    <script>
 | 
			
		||||
        (function (i, s, o, g, r, a, m) {
 | 
			
		||||
            i['GoogleAnalyticsObject'] = r;
 | 
			
		||||
            i[r] = i[r] || function () {
 | 
			
		||||
                        (i[r].q = i[r].q || []).push(arguments)
 | 
			
		||||
                    }, i[r].l = 1 * new Date();
 | 
			
		||||
            a = s.createElement(o),
 | 
			
		||||
                    m = s.getElementsByTagName(o)[0];
 | 
			
		||||
            a.async = 1;
 | 
			
		||||
            a.src = g;
 | 
			
		||||
            m.parentNode.insertBefore(a, m)
 | 
			
		||||
        })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
 | 
			
		||||
    <script src="//www.google-analytics.com/analytics.js" async></script><script>
 | 
			
		||||
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 | 
			
		||||
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 | 
			
		||||
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 | 
			
		||||
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 | 
			
		||||
 | 
			
		||||
        ga('create', 'UA-62285904-1', 'auto');
 | 
			
		||||
        ga('send', 'pageview');
 | 
			
		||||
      ga('create', 'UA-62285904-1', 'auto');
 | 
			
		||||
      ga('send', 'pageview');
 | 
			
		||||
 | 
			
		||||
    </script>
 | 
			
		||||
    <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
 | 
			
		||||
    <style id="igtranslator-color" type="text/css"></style>
 | 
			
		||||
    <style type="text/css">
 | 
			
		||||
    <style id="igtranslator-color" type="text/css"></style></head>
 | 
			
		||||
 | 
			
		||||
  <body id="page-top" class="index">
 | 
			
		||||
 | 
			
		||||
      .intro-cap{
 | 
			
		||||
 | 
			
		||||
        font-size:3em;
 | 
			
		||||
      }
 | 
			
		||||
      .intro-text a{
 | 
			
		||||
        color:white;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
    </style>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body id="page-top" class="index">
 | 
			
		||||
{% cms_toolbar %}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<!-- 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 "About"%}</a></li>
 | 
			
		||||
                <li></li>
 | 
			
		||||
                <li></li>
 | 
			
		||||
                <li></li>
 | 
			
		||||
                <li>
 | 
			
		||||
                    <a class="page-scroll" href="#portfolio">{% trans "Contact"%}</a></li>
 | 
			
		||||
                <li></li>
 | 
			
		||||
                <li>
 | 
			
		||||
                    <a class="page-scroll" href="#about">{% trans "Crowdfunding"%}</a>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li>
 | 
			
		||||
                    <a class="page-scroll" href="#team">{% trans "Supporters"%}</a>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li>
 | 
			
		||||
                    <a class="page-scroll" href="http://blog.ungleich.ch">{% trans "BLOG"%}</a>
 | 
			
		||||
                </li>
 | 
			
		||||
            </ul>
 | 
			
		||||
        </div>
 | 
			
		||||
        <!-- /.navbar-collapse -->
 | 
			
		||||
    <!-- Navigation -->
 | 
			
		||||
    <nav class="navbar navbar-default navbar-fixed-top">
 | 
			
		||||
      <div class="container" style="margin-right: -; margin-left: 0px;margin-right: 0px;">
 | 
			
		||||
    <!-- 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 'digitalglarus/img/logo_white.svg' %}"></a></p>
 | 
			
		||||
    </div>
 | 
			
		||||
    <!-- /.container-fluid -->
 | 
			
		||||
</nav>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <header style="background-image: url({% static 'digitalglarus/img/slide-1.jpg' %});box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);">
 | 
			
		||||
        <div class="container">
 | 
			
		||||
            <div class="intro-text">
 | 
			
		||||
              <p></p><p></p><br>
 | 
			
		||||
                <small>WELCOME TO</small>
 | 
			
		||||
                <br>
 | 
			
		||||
                <span class="intro-cap" style="font-size:3em;">
 | 
			
		||||
                   Digital Glarus
 | 
			
		||||
                </span>
 | 
			
		||||
                <hr class="tagline-divider">
 | 
			
		||||
                <small>By
 | 
			
		||||
                  <strong><a href="http://ungleich.ch">ungleich gmbh</a></strong>
 | 
			
		||||
                </small>
 | 
			
		||||
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </header>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<!-- 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>
 | 
			
		||||
 | 
			
		||||
    <!-- 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="#portfolio">booking & price</a>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li>
 | 
			
		||||
          <a class="page-scroll" href="#team">history</a>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li>
 | 
			
		||||
          <a class="page-scroll" href="http://blog.ungleich.ch">BLOG</a>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li>
 | 
			
		||||
          <a class="page-scroll" href="#contact">Contact</a>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li>
 | 
			
		||||
          <a class="page-scroll" href="#contact">Log In</a>
 | 
			
		||||
        </li>
 | 
			
		||||
         <li>
 | 
			
		||||
          <a class="page-scroll" href="#contact">Sign Up</a>
 | 
			
		||||
        </li>
 | 
			
		||||
      </ul>
 | 
			
		||||
    </div>
 | 
			
		||||
    <!-- /.navbar-collapse -->
 | 
			
		||||
      </div>
 | 
			
		||||
      <!-- /.container-fluid -->
 | 
			
		||||
    </nav>
 | 
			
		||||
 | 
			
		||||
    {% block content %} {% endblock %}
 | 
			
		||||
    
 | 
			
		||||
    <footer>
 | 
			
		||||
      <div class="container">
 | 
			
		||||
    <div class="row">
 | 
			
		||||
      <div class="col-md-4">
 | 
			
		||||
        <span class="copyright">Copyright © ungleich GmbH 2016</span>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="col-md-4">
 | 
			
		||||
        <ul class="list-inline social-buttons">
 | 
			
		||||
          <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">
 | 
			
		||||
          <li><a href="http://www.ungleich.ch/">ungleich Home</a>
 | 
			
		||||
          </li>
 | 
			
		||||
        </ul>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </footer>
 | 
			
		||||
        
 | 
			
		||||
<!-- 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>
 | 
			
		||||
<script src="{% static 'digitalglarus/js/jquery.js'  %}"></script>
 | 
			
		||||
 | 
			
		||||
<!-- Bootstrap Core JavaScript -->
 | 
			
		||||
<script src="{% static 'ungleich_page/js/bootstrap.min.js' %}" type="text/javascript"></script>
 | 
			
		||||
<script src="{% static 'digitalglarus/js/bootstrap.min.js'  %}"></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>
 | 
			
		||||
 | 
			
		||||
<!-- Bootstrap Core JavaScript -->
 | 
			
		||||
<script src="{% static 'digitalglarus/js/bootstrap.min.js' %}"></script>
 | 
			
		||||
<script src="{% static 'digitalglarus/js/digital.glarus.js' %}"></script>
 | 
			
		||||
 | 
			
		||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
 | 
			
		||||
<script src="{% static 'digitalglarus/js/classie.js' %}"></script>
 | 
			
		||||
<script src="{% static 'digitalglarus/js/cbpAnimatedHeader.js' %}"></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>
 | 
			
		||||
 | 
			
		||||
<script src="{% static 'digitalglarus/js/jqBootstrapValidation.js' %}"></script>
 | 
			
		||||
<script src="{% static 'digitalglarus/js/contact_me.js' %}"></script>
 | 
			
		||||
<script src="{% static 'digitalglarus/./js/lib/wow.min.js' %}"></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>
 | 
			
		||||
<script src="{% static 'digitalglarus/js/agency.js' %}"></script>
 | 
			
		||||
 | 
			
		||||
<script src="{% static 'digitalglarus/js/ungleich.js' %}"></script>
 | 
			
		||||
 | 
			
		||||
  <!-- 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">
 | 
			
		||||
</html>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue