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

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>