212 lines
9.7 KiB
HTML
212 lines
9.7 KiB
HTML
{% load static bootstrap3 i18n cms_tags sekizai_tags %}
|
|
{% get_current_language as LANGUAGE_CODE %}
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<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">
|
|
|
|
<!-- 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">
|
|
{% 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">
|
|
<li>
|
|
<a class="page-scroll" href="#services">Technische Details</a>
|
|
</li>
|
|
<li>
|
|
<a class="page-scroll" href="#about">Wie funktioniert es?</a>
|
|
</li>
|
|
<li>
|
|
<a class="page-scroll" href="#contact">{% trans "CONTACT" %}</a>
|
|
</li>
|
|
</ul>
|
|
<!-- /.navbar-collapse -->
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
{% placeholder 'Top Section' %}
|
|
|
|
{% placeholder 'Middle Section' %}
|
|
|
|
|
|
|
|
<section id="services">
|
|
<div class="container">
|
|
<div class="text-center wow fadeInDown">
|
|
<h2 class="section-heading">Technische Details</h2>
|
|
<h3 class="section-subheading text-muted">Im Angebot enthalten sind</h3>
|
|
</div>
|
|
<div class="row text-center">
|
|
<div class="col-sm-4">
|
|
<div class="team-member wow fadeInUp" data-wow-delay="0.25s">
|
|
<img src="{% static 'ungleich_page/img/glasfaser/business.svg' %}" class="img-responsive img-circle" alt="">
|
|
<div class="team-member-caption inline-block">
|
|
<h4 class="portfolio-caption">Business-Internet</h4>
|
|
<p class="text-muted">Symmetrische Internetleitung 100 Mbit/s upload und 100 Mbit/s download</p>
|
|
<p class="text-muted">Glasfaser-Installation bis ins Haus (keine Hausverkabelung)</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="team-member wow fadeInUp" data-wow-delay="0.5s">
|
|
<img src="{% static 'ungleich_page/img/glasfaser/ip.svg' %}" class="img-responsive img-circle" alt="">
|
|
<div class="team-member-caption inline-block">
|
|
<h4 class="portfolio-caption">Erreichbarkeit im Internet</h4>
|
|
<p class="text-muted">1 öffentliches IPv6-Netzwerk (/64)</p>
|
|
<p class="text-muted">1 öffentliche IPv4-Adresse</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="team-member wow fadeInUp" data-wow-delay="0.75s">
|
|
<img src="{% static 'ungleich_page/img/glasfaser/switch.svg' %}" class="img-responsive img-circle" alt="">
|
|
<div class="team-member-caption inline-block">
|
|
<h4 class="portfolio-caption">Einfach zu nutzen</h4>
|
|
<p class="text-muted">2 vorkonfigurierte Endgeräte (benötigt zwei Steckdosen auf Ihrer Seite)</p>
|
|
<p class="text-muted">Einfach einstecken und los!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- About Section -->
|
|
<section id="about">
|
|
<div class="container">
|
|
<div class="text-center wow fadeInDown">
|
|
<h2 class="section-heading">Wie funktioniert es?</h2>
|
|
<h3 class="section-subheading text-muted">So kommen Sie in wenigen einfachen Schritten zu Ihrem High-Speed-Internet</h3>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<ul class="timeline">
|
|
<li>
|
|
<div class="timeline-image">
|
|
<img class="img-circle img-responsive" src="{% static 'ungleich_page/img/glasfaser/a.jpg' %}" alt="">
|
|
</div>
|
|
<div class="timeline-panel wow slideInLeft">
|
|
<div class="timeline-body">
|
|
<p>Senden Sie uns via E-Mail Ihren Firmennamen und Ihre Anschrift zu.</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li class="timeline-inverted">
|
|
<div class="timeline-image">
|
|
<img class="img-circle img-responsive" src="{% static 'ungleich_page/img/glasfaser/b.jpg' %}" alt="">
|
|
</div>
|
|
<div class="timeline-panel wow slideInRight">
|
|
<div class="timeline-body">
|
|
<p>Wir prüfen dann die Entfernung zum nächsten Anschlusspunkt und schicken Ihnen eine Offerte zu.</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="timeline-image">
|
|
<img class="img-circle img-responsive" src="{% static 'ungleich_page/img/glasfaser/c.jpg' %}" alt="">
|
|
</div>
|
|
<div class="timeline-panel wow slideInLeft">
|
|
<div class="timeline-body">
|
|
<p>Sollten Sie dem Angebot zustimmen, wird die Glasfaser zu Ihrem Standort verlegt und die Endgeräte installiert.</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li class="timeline-inverted" style="background: #fff;">
|
|
<div class="timeline-image">
|
|
<img class="img-circle img-responsive" src="{% static 'ungleich_page/img/glasfaser/d.jpg' %}" alt="">
|
|
</div>
|
|
<div class="timeline-panel wow slideInDown">
|
|
<div class="timeline-body">
|
|
<p>Sie müssen dann nur noch Ihre Geräte anschliessen und schon surfen Sie bllitzschnell im Internet!</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- / contact section -->
|
|
{% 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"
|
|
}
|
|
});
|
|
</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>
|