first step, home page contained

This commit is contained in:
jorge 2021-11-04 12:11:56 +01:00
parent b5afc24183
commit d9b42246ec
16 changed files with 15609 additions and 225 deletions

14685
dist/assets/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 975 KiB

After

Width:  |  Height:  |  Size: 975 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
/**
* what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
* @version v4.3.1
* @link https://github.com/ten1seven/what-input
* @license MIT
*/

View File

@ -1,3 +1,4 @@
// new edition
// Page header
.page-template-partner {
@include breakpoint(small) {
@ -51,7 +52,7 @@ $grid-column-width:$grid-row-width/$grid-column-count;
}
// presentation as home and category archive
.home,.archive,.page-template-homepage2021{
.home,.archive{
.main-container {
@include xy-grid-container(100vw,$global-padding*2);
overflow: hidden;
@ -177,24 +178,25 @@ $grid-column-width:$grid-row-width/$grid-column-count;
}
}
// homepage 2021
.page-template-homepage2021{
.homepage-2021 { //&.main-container
.entry-content {
overflow: hidden;
@include xy-grid-container($global-wider-width);
.entry-content { //.main-content
// background-color:rgb(250,240,250);
position: relative;
& > * {
// background-color:rgb(250,250,240);
float:left;
clear:both;
margin-left: $global-margin;
}
}
.fp-gallery {
// background-color:rgb(250,240,240);
overflow: hidden;
position: absolute;
top:0;
right: 0;
// .fp-gallery-item {
// }
// .fp-gallery-icon {
// }
img {
object-fit: cover;
object-position: center;
@ -265,3 +267,4 @@ $grid-column-width:$grid-row-width/$grid-column-count;
}
}
}
}