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,5 +1,6 @@
// Page header // new edition
.page-template-partner { // Page header
.page-template-partner {
@include breakpoint(small) { @include breakpoint(small) {
.featured-hero { .featured-hero {
@include xy-cell(12); @include xy-cell(12);
@ -21,17 +22,17 @@
@include xy-cell(9); @include xy-cell(9);
} }
} }
} }
$grid-column-width:$grid-row-width/$grid-column-count; $grid-column-width:$grid-row-width/$grid-column-count;
//_post formats //_post formats
// post format video // post format video
.single-format-video iframe { .single-format-video iframe {
width: 60vw; width: 60vw;
height: 33.75vw; height: 33.75vw;
} }
// aside sigle post format // aside sigle post format
.format-aside{ .format-aside{
@include breakpoint(small) { @include breakpoint(small) {
// .entry-content { // .entry-content {
// } // }
@ -48,10 +49,10 @@ $grid-column-width:$grid-row-width/$grid-column-count;
} }
} }
} }
} }
// presentation as home and category archive // presentation as home and category archive
.home,.archive,.page-template-homepage2021{ .home,.archive{
.main-container { .main-container {
@include xy-grid-container(100vw,$global-padding*2); @include xy-grid-container(100vw,$global-padding*2);
overflow: hidden; overflow: hidden;
@ -175,26 +176,27 @@ $grid-column-width:$grid-row-width/$grid-column-count;
.bfr_category_title{ .bfr_category_title{
display:none; display:none;
} }
} }
// homepage 2021 // homepage 2021
.homepage-2021 { //&.main-container .page-template-homepage2021{
.entry-content { .homepage-2021 { //&.main-container
overflow: hidden; @include xy-grid-container($global-wider-width);
.entry-content { //.main-content
// background-color:rgb(250,240,250);
position: relative; position: relative;
& > * { & > * {
// background-color:rgb(250,250,240);
float:left; float:left;
clear:both; clear:both;
margin-left: $global-margin; margin-left: $global-margin;
} }
} }
.fp-gallery { .fp-gallery {
position:absolute; // background-color:rgb(250,240,240);
overflow: hidden;
position: absolute;
top:0; top:0;
right: 0; right: 0;
// .fp-gallery-item {
// }
// .fp-gallery-icon {
// }
img { img {
object-fit: cover; object-fit: cover;
object-position: center; object-position: center;
@ -265,3 +267,4 @@ $grid-column-width:$grid-row-width/$grid-column-count;
} }
} }
} }
}