@@ -0,0 +1,22 @@
+<?php
+return [
+ '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
+ 'filename' => '/mnt/data/Sites/anissabensalah.net/user/accounts/admin.yaml',
+ 'modified' => 1527087473,
+ 'data' => [
+ 'email' => 'kevin@figureslibres.io',
+ 'fullname' => 'Kevin Tessier',
+ 'title' => 'Administrator',
+ 'state' => 'enabled',
+ 'access' => [
+ 'admin' => [
+ 'login' => true,
+ 'super' => true
+ ],
+ 'site' => [
+ 'login' => true
+ ]
+ 'hashed_password' => '$2y$10$RCP2WDnZ7pI7kmo8dy5mKu6jTiKoaCNGdvupC1lLqo6WVCuna4WxC'
+];
@@ -0,0 +1,35 @@
+ 'filename' => '/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/blueprints/modular/text.yaml',
+ 'modified' => 1527502649,
+ 'title' => 'Text',
+ '@extends' => 'default',
+ 'form' => [
+ 'fields' => [
+ 'tabs' => [
+ 'content' => [
+ 'header.media_order' => [
+ 'label' => 'Page Media (first one will be displayed next to your content)'
+ 'header.image_align' => [
+ 'type' => 'select',
+ 'label' => 'Image position',
+ 'classes' => 'fancy',
+ 'default' => 'left',
+ 'options' => [
+ 'left' => 'Left',
+ 'right' => 'Right'
@@ -1 +1 @@
-{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":287}
+{"23-05-2018":157,"24-05-2018":194,"25-05-2018":212,"28-05-2018":287,"29-05-2018":79}
-{"05-2018":850}
+{"05-2018":929}
-{"\/":840,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
+{"\/":919,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527524282}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1527603731}
@@ -3,7 +3,7 @@ title: sovaj
image_align: left
---
-### Date de l'album sovaj
+**Date de l'album sovaj**
date(j/m/a) - nom de la salle - ville/pays - [billets](billets)
@@ -98,9 +98,12 @@ $category: "sans-serif";
$font16: 1rem;
$font18: 1.134rem;
$font21: 1.323rem;
+$font22: 1.375rem;
$font24: 1.512rem;
+$font32: 2rem;
$font36: 2.268rem;
$font48: 3.024rem;
+$font72: 4.5rem;
// $fonth1: 2rem;
// $fonth2: 1.5rem;
@@ -6,7 +6,7 @@ body{
#header{
a{
font-family: $Regular;
- font-size: $font36;
+ font-size: $font32;
font-weight: normal;
color: white;
}
@@ -14,7 +14,7 @@ body{
li{
&:nth-child(-n+2){
&::after{
content: "-";
@@ -23,12 +23,46 @@ body{
#start{
+ .content{
+ p{
+ font-size: $font22;
+ font-family: $light;
+ font-weight: normal;
+ line-height: 2rem;
+ }
#home{
h1{
font-family: $Thin;
font-size: 30vw;
+ p, a {
+ font-size: $font24;
+ color: white;
+ .chap{
+ h2{
+ font-size: $font72;
+ a{
+ font-family: $Regular;
+ &:nth-of-type(2){
+ &::before{
+ margin: 0 5px;
+ content: "-";
@@ -25,3 +25,8 @@ a{
p, ul, li, ol, h1, h2, h3, em, blockquote{
margin: 0;
+
+img{
+ width: 100%;
+ height: auto;
+}
@@ -1,23 +1,61 @@
- // & > div{
- // width: 100%;
- // height: 100vh;
- // img{
- // }
+ div:nth-child(n+3){
+ display: flex;
+ & > div{
+ width: 50%;
+ height: 100vh;
+ overflow: auto;
+ &:first-child{
+ background-image: linear-gradient(#98272D, #4f100B);
+ margin: auto;
+ text-align: center;
+ margin-bottom: 15px;
+ .grav-youtube{
+ margin: 0;
.visu-album{
position: absolute;
.title{
z-index: 999;
height: 100vh;
display: flex;
flex-wrap: wrap;
+ width: 100vw;
margin: auto;
text-transform: uppercase;
+ position: absolute;
+ width: 500px;
+ left: 50%;
+ margin-left: -250px;
+ top: 77%;
+ #biographie, #prochaine_date{
+ padding: 100px;
+ p:last-child{
+ margin-bottom: 100px;
@@ -2,22 +2,25 @@
{% block body %}
- <div class="column">
- <h2>{{page.title }}</h2>
- {{page.content}}
+ <div class="column red">
+ <div class="chap">
- {% for module in page.collection() %}
- <a href="#{{module.title}}">{{module.title}}</a>
- {% endfor %}
+ <h2>{{page.title|upper}}</h2>
+ {{page.content}}
- <div class="reso">
- <p>facebook</p>
- <p>youtube</p>
- </div>
+ {% for module in page.collection() %}
+ <a href="#{{module.title}}">{{module.title|upper}}</a>
+ {% endfor %}
+ <div class="reso">
+ <p>facebook</p>
+ <p>youtube</p>
+ </div>
</div>
+ <div class="column content">
{% for module in page.collection() %}
{{ module.content }}