Added about page

This commit is contained in:
Pierre 2018-05-12 12:23:25 +02:00
parent b78838272d
commit 95b5529998
2 changed files with 36 additions and 1 deletions

View File

@ -12,7 +12,10 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/developer">Developer</a>
<a href="{{site.base_url}}/about">About</a>
</li>
<li>
<a href="{{site.base_url}}/developer">Developer</a>
</li>
<li>
<a href="{{ site.app_url }}create_account">Sign up</a>

32
about/index.html Normal file
View File

@ -0,0 +1,32 @@
---
title: About Comunic
subtitle: Learn more about the team who develop Comunic
layout: common/page
---
<h2>We are Comunic</h2>
<p>Comunic is being build by passionate people, who want to see a new social network appear, a new one that respects its users privacy.</p>
<p>&nbsp;</p>
<h2>The team</h2>
<p><strong>Pierre Hubert :</strong> Founder of Comunic, he has been developing Comunic since the begining.</p>
<p><strong>Samuel Godart :</strong> Coordinates the improvements ideas, he always been tracking the little nauty bugs hidden in the Web Application.</p>
<p><strong>Alexis Fargeat :</strong> Joined us recently, he is building a Desktop Application for Comunic.</p>
<p><strong>Tristan T. :</strong> He is here since the begining of the network, with improvement ideas, and has always been an active Comunic user.</p>
<p>&nbsp;</p>
<p>Special thanks to Florent (lin lian) Wang and Samir Bertache for their ideas and their support.</p>
<p>&nbsp;</p>
<p>The network is globaly more secure thanks to Let's Encrypt who provide us a free HTTPS certificate.</p>
<p>&nbsp;</p>
<h2>Legal</h2>
<p>All the legal notice can be found on the <a href="{{site.baseurl}}/about/legal">legal notice page</a>.</p>