This commit is contained in:
Pierre 2018-05-10 12:09:57 +02:00
parent 4d30c4bd06
commit 2f356cc58d
8 changed files with 10 additions and 10 deletions

View File

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

View File

@ -1,4 +1,4 @@
<header class="developper-header">
<header class="developer-header">
<div class="container">
<div class="row">
<div class="col-sm-7">
@ -6,7 +6,7 @@
<div class="header-content-inner">
<h1>Help us building Comunic or setup your own server.</h1>
<a href="#" class="btn btn-outline btn-xl page-scroll">Help us</a>
<a href="{{ site.baseurl }}/developper/install" class="btn btn-outline btn-xl page-scroll">Install Comunic</a>
<a href="{{ site.baseurl }}/developer/install" class="btn btn-outline btn-xl page-scroll">Install Comunic</a>
</div>
</div>
</div>

View File

@ -3,4 +3,4 @@ layout: default
---
<!-- Include page head -->
{% include developper/home/head.html %}
{% include developer/home/head.html %}

View File

@ -1,10 +1,10 @@
/**
* Developper stylesheet
* Developer stylesheet
*
* $author Pierre HUBERT
*/
.developper-header {
.developer-header {
background: $theme-secondary; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, $theme-primary , $theme-secondary); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, $theme-primary , $theme-secondary); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

View File

@ -45,5 +45,5 @@ $theme-dark: #222;
"fonts",
"mixins",
"base",
"developper"
"developer"
;

3
developer/index.html Normal file
View File

@ -0,0 +1,3 @@
---
layout: developer/home
---

View File

@ -1,3 +0,0 @@
---
layout: developper/home
---