diff --git a/_config.yml b/_config.yml
index a623185..797ada0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -21,7 +21,11 @@
title: Dylan Monin
subtitle: cg artist
email: dylan.monin@gmail.com
-author: Allella
+skills: Production 3D · VFX · Post production
+phone: 06 71 88 26 64
+author:
+ label: Allella
+ site: https://allella.fr
description: >- # this means to ignore newlines until "baseurl:"
Dylan Monin website - CG Artist - France
baseurl: "" # the subpath of your site, e.g. /blog
@@ -44,7 +48,7 @@ defaults:
type: category
values:
layout: "category"
-
+
plugins:
- jekyll-feed
- jekyll-seo-tag
diff --git a/_includes/footer.html b/_includes/footer.html
index 60fcb13..65d74d2 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,40 +3,39 @@
-
diff --git a/_layouts/home.html.back b/_layouts/home.html.back
deleted file mode 100644
index 3e020fb..0000000
--- a/_layouts/home.html.back
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
- {%- include head.html -%}
-
-
-
- {%- include header.html -%}
-
-
-
-
-
-
-
- {%- if page.title -%}
-
{{ page.title }}
- {%- endif -%}
- {{ content }}
- {%- if site.posts.size > 0 -%}
-
-
-
- {%- for post in site.posts -%}
- -
- {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
-
-
-
- {{ post.title | escape }}
- {{post.hometext}}
-
- {%- if site.show_excerpts -%}
- {{ post.excerpt }}
- {%- endif -%}
-
- {%- endfor -%}
-
-
-
- {%- endif -%}
-
-
-
-
- {%- include contact.html -%}
- {%- include footer.html -%}
-
-
-
-
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index e08b5eb..658e683 100644
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -56,7 +56,7 @@ video#demo{
text-transform: uppercase;
&,&:visited {
- color: $grey-color-dark;
+ color: black;//$grey-color-dark;
}
.site-subtitle {
@@ -158,6 +158,15 @@ video#demo{
padding: calc(#{$spacing-unit}/2) 0;
background-color: $background-color;
+ a {
+ text-decoration: none;
+ color: $grey-color-dark;
+
+ &:hover{
+ color: $grey-color;
+ }
+ }
+
}
.footer-heading {
@@ -172,32 +181,41 @@ video#demo{
}
.footer-col-wrapper {
+ display: flex;
@include relative-font-size(0.9375);
color: $grey-color;
margin-left: -$spacing-unit / 2;
@extend %clearfix;
+ p {
+ margin: 0;
+ }
+ align-items: center;
+ justify-content: center;
}
-.footer-col {
- float: left;
- margin-bottom: $spacing-unit / 2;
- padding-left: $spacing-unit / 2;
-}
-
+// .footer-col {
+// float: left;
+// padding-left: $spacing-unit / 2;
+// }
+//
.footer-col-1 {
- width: -webkit-calc(35% - (#{$spacing-unit} / 2));
- width: calc(35% - (#{$spacing-unit} / 2));
+ flex: 1;
}
+//
+// .footer-col-2 {
+// width: -webkit-calc(20% - (#{$spacing-unit} / 2));
+// width: calc(20% - (#{$spacing-unit} / 2));
+// }
+//
+.footer-col-3 {
+ flex: 3;
-.footer-col-2 {
- width: -webkit-calc(20% - (#{$spacing-unit} / 2));
- width: calc(20% - (#{$spacing-unit} / 2));
+ img{
+ margin-left: 15px;
+ }
}
-.footer-col-3 {
- width: -webkit-calc(45% - (#{$spacing-unit} / 2));
- width: calc(45% - (#{$spacing-unit} / 2));
-}
+
@include media-query($on-laptop) {
.footer-col-1,
@@ -331,12 +349,23 @@ video#demo{
color: white;
@include relative-font-size(5.0);
}
+
+ span.logo{
+ display: inline-block;
+ margin-right:5px;
+ }
+
+ .text-uppercase{
+ @include relative-font-size(2);
+ }
&.shown{
z-index: 100;
display : flex;
justify-content: center;
align-items: center;
}
+
+
}
#fullscreen-showreel{
diff --git a/assets/images/copyleft.png b/assets/images/copyleft.png
new file mode 100644
index 0000000..e2061d2
Binary files /dev/null and b/assets/images/copyleft.png differ