105 lines
4.9 KiB
HTML
Executable file
105 lines
4.9 KiB
HTML
Executable file
{% extends "nosystemd/base.html" %}
|
|
{% load staticfiles bootstrap3 i18n %}
|
|
{% block content %}
|
|
|
|
<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>
|
|
{% if allow_donation %}
|
|
<a href="{% url 'nosystemd:make_donation' %}" class="btn btn-primary btn-xl page-scroll">DONATE NOW</a>
|
|
{% endif %}
|
|
<h2>We have collected <strong class="text-primary" >{{total_donations_amount}} USD</strong> at time. Thanks you all.</h2>
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- <section class="bg-primary" id="about">
|
|
<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>
|
|
<p><a href="mailto:your-email@your-domain.com">info@ungleich.com</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section> -->
|
|
{% endblock %}
|
|
|