2016-07-27 05:08:45 +00:00
{% extends "nosystemd/base.html" %}
{% load staticfiles bootstrap3 i18n %}
{% block content %}
2016-07-19 06:07:49 +00:00
< header >
< div class = "header-content" >
< div class = "header-content-inner" >
< h1 id = "homeHeading" > No more SYSTEMD< / h1 >
< hr >
< p > We want to remove systemd from the famous linux distros and create a good replacement< / p >
2016-07-31 23:58:43 +00:00
{% if allow_donation %}
2016-07-29 05:17:34 +00:00
< a href = "{% url 'nosystemd:make_donation' %}" class = "btn btn-primary btn-xl page-scroll" > DONATE NOW< / a >
2016-07-31 23:58:43 +00:00
{% endif %}
2016-07-29 05:17:34 +00:00
< h2 > We have collected < strong class = "text-primary" > {{total_donations_amount}} USD< / strong > at time. Thanks you all.< / h2 >
< p > < / p >
2016-07-19 06:07:49 +00:00
< / div >
< / div >
< / header >
2016-07-31 23:58:43 +00:00
<!-- <section class="bg - primary" id="about">
2016-07-19 06:07:49 +00:00
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 col-lg-offset-2 text-center" >
< h2 class = "section-heading" > Lorem Ipsum!< / h2 >
< hr class = "light" >
< p class = "text-faded" > Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.< / p >
< a href = "#services" class = "page-scroll btn btn-default btn-xl sr-button" > Get Started!< / a >
< / div >
< / div >
< / div >
< / section >
< section id = "services" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-12 text-center" >
< h2 class = "section-heading" > No More Systemd< / h2 >
< hr class = "primary" >
< / div >
< / div >
< / div >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-3 col-md-6 text-center" >
< div class = "service-box" >
< i class = "fa fa-4x fa-diamond text-primary sr-icons" > < / i >
< h3 > Lorem Ipsum< / h3 >
< p class = "text-muted" > Lorem Ipsum is simply dummy text of the printing and typesetting industry.< / p >
< / div >
< / div >
< div class = "col-lg-3 col-md-6 text-center" >
< div class = "service-box" >
< i class = "fa fa-4x fa-paper-plane text-primary sr-icons" > < / i >
< h3 > Lorem Ipsum< / h3 >
< p class = "text-muted" > Lorem Ipsum is simply dummy text of the printing and typesetting industry.< / p >
< / div >
< / div >
< div class = "col-lg-3 col-md-6 text-center" >
< div class = "service-box" >
< i class = "fa fa-4x fa-newspaper-o text-primary sr-icons" > < / i >
< h3 > Lorem Ipsum< / h3 >
< p class = "text-muted" > Lorem Ipsum is simply dummy text of the printing and typesetting industry.< / p >
< / div >
< / div >
< div class = "col-lg-3 col-md-6 text-center" >
< div class = "service-box" >
< i class = "fa fa-4x fa-heart text-primary sr-icons" > < / i >
< h3 > Lorem Ipsum< / h3 >
< p class = "text-muted" > Lorem Ipsum is simply dummy text of the printing and typesetting industry.< / p >
< / div >
< / div >
< / div >
< / div >
< / section >
< aside class = "bg-dark" >
< div class = "container text-center" >
< div class = "call-to-action" >
< h2 > Free Download at Start Bootstrap!< / h2 >
< a href = "http://startbootstrap.com/template-overviews/creative/" class = "btn btn-default btn-xl sr-button" > Download Now!< / a >
< / div >
< / div >
< / aside >
< section id = "contact" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 col-lg-offset-2 text-center" >
< h2 class = "section-heading" > Let's Get In Touch!< / h2 >
< hr class = "primary" >
< p > Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.< / p >
< / div >
< div class = "col-lg-4 col-lg-offset-2 text-center" >
< i class = "fa fa-phone fa-3x sr-contact" > < / i >
< p > 123-456-6789< / p >
< / div >
< div class = "col-lg-4 text-center" >
< i class = "fa fa-envelope-o fa-3x sr-contact" > < / i >
2018-01-07 07:42:52 +00:00
< p > < a href = "mailto:your-email@your-domain.com" > info@ungleich.ch< / a > < / p >
2016-07-19 06:07:49 +00:00
< / div >
< / div >
< / div >
2016-07-31 23:58:43 +00:00
< / section > -->
2016-07-27 05:08:45 +00:00
{% endblock %}
2016-07-19 06:07:49 +00:00