This commit is contained in:
2018-06-01 17:07:02 +02:00
parent 03ef9e8426
commit f4b45a7213
17 changed files with 642 additions and 56 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":287,"29-05-2018":82,"30-05-2018":86,"31-05-2018":252}
{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":287,"29-05-2018":82,"30-05-2018":86,"31-05-2018":252,"01-06-2018":177}
+1 -1
View File
@@ -1 +1 @@
{"05-2018":1270}
{"05-2018":1270,"06-2018":177}
+1 -1
View File
@@ -1 +1 @@
{"\/":1260,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
{"\/":1437,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
+1 -1
View File
@@ -1 +1 @@
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527794010}
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527865001}
@@ -2,6 +2,9 @@
title: sovaj
media_order: 'jazzradio-logo-copie_0_0_0.jpg,150px-montecarlodoualiya_2013.svg_0_0.png,fr2.jpg,frinter.jpg,logo_france_info_1_0.png,logo-lesinrocks_0.jpg,photohome.JPG'
image_align: left
taxonomy:
tag:
- white
---
![](photohome.JPG)
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+13 -5
View File
@@ -1,3 +1,6 @@
function divisionnav() {
$('.navigation li:nth-child(n+4)').wrapAll("<div class='cc' />")
}
function activenav() {
// Cache selectors
var lastId,
@@ -6,7 +9,7 @@ function activenav() {
// All list items
menuItems = topMenu.find("a"),
// Anchors corresponding to menu items
scrollItems = menuItems.map(function(){
scrollItems = menuItems.map(function(){
var item = $($(this).attr("href"));
if (item.length) { return item; }
});
@@ -14,7 +17,6 @@ function activenav() {
// Bind click handler to menu items
// so we can get a fancy scroll animation
// Bind to scroll
$(window).scroll(function(){
// Get container scroll position
@@ -35,10 +37,16 @@ function activenav() {
menuItems
.parent().removeClass("active")
.end().filter("[href='#"+id+"']").parent().addClass("active");
}
}
});
}
};
jQuery(document).ready(function($) {
function iswhite() {
$('.navigation li').midnight();
};
$(document).ready(function() {
// divisionnav();
activenav();
iswhite();
});
@@ -8,7 +8,7 @@ body{
font-family: $Regular;
font-size: $font24;
font-weight: normal;
color: white;
// color: white;
}
.language-selector{
li{
@@ -16,7 +16,7 @@ body{
&::after{
font-size: $font24;
content: "-";
color: white;
// color: white;
}
}
}
@@ -1,6 +1,19 @@
.midnightHeader{
margin-top: 0px;
}
.midnightHeader.default a{
color: white;
}
.midnightHeader.white a{
color: black;
}
.midnightHeader.black a{
color: white;
}
#header{
position: fixed;
z-index: 999;
.language-selector{
display: flex;
position: fixed;
@@ -22,50 +35,92 @@
.navigation{
li{
z-index: 999;
position: fixed;
text-align: center;
&:first-child{
display: none;
}
&:nth-child(2){
margin-bottom: 10px;
bottom: 0;
// margin-bottom: 10px;
top: auto!important;
right: auto!important;
bottom: 10px!important;
left: auto!important;
width: 50%;
}
&:nth-child(3){
margin-top: 10px;
top: 0;
// margin-top: 10px;
top: 10px!important;
bottom: auto!important;
right: auto!important;
left: auto!important;
width: 50%;
}
&:nth-child(4){
margin-bottom: 10px;
bottom: 0;
// margin-bottom: 10px;
bottom: 10px!important;
top: auto!important;
right: 0!important;
left: auto!important;
width: 50%;
right: 0;
}
&:nth-child(5){
transform: rotate(90deg);
top: 50%;
top: 50%!important;
width: 100%;
right: -50%;
margin-right: 22px;
right: -48.6%!important;
left: auto!important;
bottom: auto!important;
// margin-right: 22px;
}
&:nth-child(6){
transform: rotate(-90deg);
top: 50%;
top: 50%!important;
width: 100%;
left: -50%;
margin-left: 22px;
left: -48.6%!important;
right: auto!important;
bottom: auto!important;
// margin-left: 22px;
}
&:nth-child(7){
margin-top: 10px;
top: 0;
right: 0;
// margin-top: 10px;
top: 10px!important;
right: 0!important;
bottom: auto!important;
left: auto!important;
width: 50%;
}
a{
position: relative;
margin: auto;
&:hover:before{
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
&:before{
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: white;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
}
}
.active{
a:before{
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
}
@@ -59,7 +59,7 @@
position: absolute;
}
.title{
z-index: 998;
// z-index: 998;
width: 100%;
display: flex;
flex-wrap: wrap;
@@ -2,7 +2,7 @@
{% block body %}
<div class="column red">
<div class="column red" data-midnight=white>
<div class="citation">
{{page.content}}
</div>
@@ -25,12 +25,14 @@
</div>
</div>
<div class="column content">
{% for module in page.collection() %}
{{ module.content }}
{% endfor %}
<div class="column content" data-midnight=black>
{% for module in page.collection() %}
</div>
{{ module.content }}
{% endfor %}
</div>
{% endblock %}
@@ -25,8 +25,8 @@
{% do assets.addJs('theme://js/jquery.treemenu.js', {group:'bottom'}) %}
{% do assets.addJs('theme://js/site.js', {group:'bottom'}) %}
{% do assets.add('theme://js/fullPage.js') %}
{% do assets.add('theme://js/midnight.jquery.min.js') %}
{% do assets.add('theme://js/script.js') %}
{% endblock %}
{{ assets.js() }}