diff --git a/0-services.markdown b/0-services.markdown index aebc186..410fba4 100644 --- a/0-services.markdown +++ b/0-services.markdown @@ -1,5 +1,5 @@ --- layout: services -title: Services +title: services permalink: /services/ --- diff --git a/1-ressources.markdown b/1-ressources.markdown index 2f877a6..be3fa21 100644 --- a/1-ressources.markdown +++ b/1-ressources.markdown @@ -1,6 +1,6 @@ --- layout: page -title: Ressources +title: ressources permalink: /ressources/ --- diff --git a/2-blog.markdown b/2-blog.markdown index cb56f52..9754727 100644 --- a/2-blog.markdown +++ b/2-blog.markdown @@ -1,6 +1,6 @@ --- layout: blog -title: Blog +title: blog permalink: /blog/ --- diff --git a/_includes/header.html b/_includes/header.html index 19b2e0b..707af1a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,7 +5,7 @@ {%- assign page_paths = site.header_pages | default: default_paths -%}
- + {%- include header.html -%} + +
+ +
-

subscribe via RSS

- {%- endif -%} +
+
+ {{ content }} +
+
-
+ {%- include footer.html -%} + + + + diff --git a/assets/images/allella-logogramme.png b/assets/images/allella-logogramme.png new file mode 100644 index 0000000..95f37b4 Binary files /dev/null and b/assets/images/allella-logogramme.png differ diff --git a/assets/main.scss b/assets/main.scss index 80aa5cd..46fa183 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -11,13 +11,26 @@ $border-color: #e8e8e8; $header-height: 20vh; -header.site-header{ +.fullscreen{ + width: 100vw; + background-color: black; + min-height: calc(100vh - #{$header-height}); + margin-top: $header-height; + display: flex; + justify-content: center; + align-item:center; +} +header.site-header{ + position: fixed; + width: 100vw; border-top: none; min-height: $header-height; display: flex; align-items: center; + background-color: $bg-color; + border-bottom: 2px solid $txt-color; a, a:visited { color : $txt-color; } @@ -42,11 +55,15 @@ header.site-header{ } .site-nav .page-link{ - color: $bg-color; - background-color: $txt-color; + //color: $bg-color; + //background-color: $txt-color; padding: 5px; font-variant: small-caps; @include relative-font-size(1); + &:hover{ + text-decoration: none; + background-color: #2a7ae2; + } } } @@ -100,6 +117,15 @@ body{ } } +.page-content{ + margin-top: $header-height; +} + +.home-page-content{ + margin-top: 10px; + @include relative-font-size(1.1); +} + .post-list{ @include relative-font-size(1.1); p{ diff --git a/index.markdown b/index.markdown index db1f928..55274aa 100644 --- a/index.markdown +++ b/index.markdown @@ -1,5 +1,5 @@ --- -layout: page +layout: home ---