Gave a new structure to project

This commit is contained in:
Pierre
2018-05-10 11:16:54 +02:00
parent 993f16bacd
commit 005b1e4526
14 changed files with 40 additions and 40 deletions

View File

@@ -0,0 +1,14 @@
<section id="download" class="download bg-primary text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="section-heading">Comunic is everywhere!</h2>
<p>Use Comunic in your browser or on Android!</p>
<div class="badges">
<a class="btn btn-outline btn-xl" href="{{ site.app_url }}">Web Application</a>
<a class="badge-link" href="#"><img src="/img/google-play-badge.svg" alt=""></a>
</div>
</div>
</div>
</div>
</section>

View File

@@ -0,0 +1,9 @@
<section class="cta">
<div class="cta-content">
<div class="container">
<h2>We need your help!</h2>
<a href="/funds" class="btn btn-outline btn-xl page-scroll">Donate now !</a>
</div>
</div>
<div class="overlay"></div>
</section>

View File

@@ -0,0 +1,43 @@
<section id="why">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Get started now</h2>
<hr class="primary">
<br />
</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-pencil wow bounceIn text-primary"></i>
<h3><a href="{{site.app_url}}create_account">Create an account</a></h3>
<p class="text-muted">Create an account to use all Comunic features.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-dollar wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Make a donation</h3>
<p class="text-muted">Maintaining a social network is not free, do not hesitate to help!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-bug wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>Report bugs</h3>
<p class="text-muted">Do not hesitate to report any unexcepted behaviour!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-code wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Developers</h3>
<p class="text-muted">As developer, do not hesitate to visit our developer website!</p>
</div>
</div>
</div>
</div>
</section>

15
_includes/home/header.html Executable file
View File

@@ -0,0 +1,15 @@
<header>
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="header-content">
<div class="header-content-inner">
<h1>Comunic is a new social network that respect your privacy.</h1>
<a href="{{ site.app_url }}create_account" class="btn btn-outline btn-xl page-scroll">Create an account now !</a>
</div>
</div>
</div>
</div>
</div>
</header>

View File

@@ -0,0 +1,9 @@
<section id="quote" class="download bg-primary text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="section-heading">Privacy is a fundamental right.</h2>
</div>
</div>
</div>
</section>

51
_includes/home/services.html Executable file
View File

@@ -0,0 +1,51 @@
<!--
Service tab
-->
<section id="features" class="features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h2>A full social network, with privacy</h2>
<p class="text-muted">Comunic present most of the common features excepted for a social network!</p>
<hr>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<div class="feature-item">
<i class="icon-screen-smartphone text-primary"></i>
<h3>Mobile Device Friendly</h3>
<p class="text-muted">The Web Application is optimized for mobile devices!</p>
</div>
</div>
<div class="col-md-6">
<div class="feature-item">
<i class="icon-settings text-primary"></i>
<h3>Flexible Use</h3>
<p class="text-muted">Update privacy settings as you want!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="feature-item">
<i class="icon-present text-primary"></i>
<h3>Free to Use</h3>
<p class="text-muted">Although donations are welcome, you can use Comunic for free!</p>
</div>
</div>
<div class="col-md-6">
<div class="feature-item">
<i class="icon-lock-open text-primary"></i>
<h3>Open Source</h3>
<p class="text-muted">You can freely browse the source code of the network!</p>
</div>
</div>
</div>
</div>
</div>
</section>