diff --git a/bellissima/css/bellissima.css b/bellissima/css/bellissima.css index 4f06e9f..00c114e 100644 --- a/bellissima/css/bellissima.css +++ b/bellissima/css/bellissima.css @@ -18,17 +18,17 @@ html { } :root { - --main-color: #266FF1; + --main-color: #266ff1; --white-color: #fffbfe; --background-color: #edf1fa; --secondary-color: #000000; /* Product Details Colors */ --primary-color: #90e0ef; - --second-color: #00b4d5; - --tertiary-color: #0077b6; - --yellow-color: #ffb900; - --gray-color: #808080; + --second-color: #00b4d5; + --tertiary-color: #0077b6; + --yellow-color: #ffb900; + --gray-color: #808080; /*------- Font and typography -------*/ --biggest-font-size: 4rem; @@ -168,7 +168,12 @@ h3 { .hero__section { height: 100vh; z-index: 1; - background-image: linear-gradient(45deg, rgba(17, 17, 17, 0.301), rgba(0, 0, 0, 0.5)),url(../images/nature.jpg); + background-image: linear-gradient( + 45deg, + rgba(17, 17, 17, 0.301), + rgba(0, 0, 0, 0.5) + ), + url(../images/nature.jpg); background-size: cover; background-position: 50% 50%; display: flex; @@ -267,7 +272,7 @@ h3 { background: linear-gradient(to top, transparent, var(--white-color)); } -.about__contact{ +.about__contact { display: flex; flex-direction: column; flex-wrap: wrap; @@ -315,7 +320,6 @@ h3 { border-radius: 12px; margin-bottom: 40px; overflow: hidden; - } /* This container is needed to position the front and back side */ @@ -351,7 +355,7 @@ h3 { /* Style the back side */ .flip-card-back { - background: url(../images/hill-cover.png) no-repeat; + background: url(.https://cdn.traleor.com/hill-cover.png) no-repeat; /* background-color: var(--main-color); */ background-size: cover; color: var(--white-color); @@ -375,7 +379,7 @@ h3 { margin: 0; padding: 5%; } -.view__more__button .btn{ +.view__more__button .btn { margin-top: 0; } .view__more__button h3 { @@ -521,8 +525,8 @@ footer ul li a:hover { .responsive__nav { display: flex; flex-direction: column; - top: -600%; - right: 0; + top: -600%; + right: 0; z-index: 1; width: 100%; height: 500%; @@ -545,14 +549,12 @@ footer ul li a:hover { align-items: center; } - .responsive__nav li a { font-size: 1.5rem; padding: 8px 16px; font-weight: bolder; /* border-bottom: 0.5px solid var(--main-color); */ transition: all 0.2s ease-out; - } .responsive__nav li { @@ -583,38 +585,35 @@ footer ul li a:hover { line-height: 45px; font-size: var(--h3-font-size); } -/* ************************ABOUT SECTION****************** */ -.about__me h1{ - font-size: var(--h3-font-size); -} -.about__info__inner{ - padding-bottom: 10%; -} -.about__info__inner .img img{ - width: 100%; - /* padding: 5%; */ - } -.about__info__inner .text { + /* ************************ABOUT SECTION****************** */ + .about__me h1 { + font-size: var(--h3-font-size); + } + .about__info__inner { + padding-bottom: 10%; + } + .about__info__inner .img img { + width: 100%; + /* padding: 5%; */ + } + .about__info__inner .text { margin: 0; width: 100%; - } .about__info__inner .text h2 { text-align: right; margin-bottom: 5%; font-size: var(--h4-font-size); - } - .about__info__inner - .text .text__inner h3 { + .about__info__inner .text .text__inner h3 { text-align: left; margin: 5% 0; font-size: var(--normal-font-size); } - .about__info{ + .about__info { padding: 0; } - .about__info p{ + .about__info p { text-align: left; } .about__info__inner img { @@ -635,13 +634,13 @@ footer ul li a:hover { left: 0; right: 0; } - .about__contact{ + .about__contact { text-align: center; } - .about__contact .btn{ + .about__contact .btn { margin-top: 0; } - .about__contact .footer__socials{ + .about__contact .footer__socials { margin-left: -13%; } /* *********************** CATALOG ******************* */ @@ -654,7 +653,6 @@ footer ul li a:hover { height: 25%; } - /* ************************** CATALOG ENDS HERE ************* */ /* **********************************FOOTER ********************************** */ @@ -688,11 +686,11 @@ footer ul li a:hover { justify-content: center; } } -@media screen and (min-width: 700px) and (max-width:950px){ +@media screen and (min-width: 700px) and (max-width: 950px) { .view__more__button { margin-top: 15%; } - .about__contact .footer__socials{ + .about__contact .footer__socials { margin-left: 0; } } @@ -708,16 +706,16 @@ footer ul li a:hover { z-index: 1; } - .logo h1{ + .logo h1 { font-size: var(--normal-font-size); } - .responsive__nav{ + .responsive__nav { height: 590%; } - .responsive__nav ul{ + .responsive__nav ul { padding: 0; } - .responsive__nav li{ + .responsive__nav li { font-size: var(--normal-font-size); } /* **********************HERO SECTION************************ */ @@ -740,7 +738,7 @@ footer ul li a:hover { } /* ***********ABOUT ME ************ */ - .about__me h1{ + .about__me h1 { font-size: var(--normal-font-size); } /* **********************SECTION1************************ */ @@ -771,39 +769,39 @@ footer ul li a:hover { text-align: center; } - /* ************ FOOTER ************ */ - .footer__container { + /* ************ FOOTER ************ */ + .footer__container { grid-template-columns: 1fr; text-align: center; /* gap: 2rem; */ } /* ****************CATALOG**************** */ - .cards h2{ + .cards h2 { font-size: var(--normal-font-size); } - .view__more__button h3{ + .view__more__button h3 { font-size: var(--normal-font-size); } .flip-card-back .btn { margin-top: 40%; height: 25%; } - .flip-card{ + .flip-card { width: 80%; margin-left: 10%; } - .flip-card-back h3{ + .flip-card-back h3 { margin-top: 30%; } - .view__more__button .btn{ - margin-top: 0; - width: 75%; + .view__more__button .btn { + margin-top: 0; + width: 75%; } } @media screen and (max-width: 360px) { - /**********************SECTION1************************ */ + /**********************SECTION1************************ */ .sec1__inner { flex-direction: column; width: 90%; @@ -831,12 +829,11 @@ footer ul li a:hover { } } @media screen and (max-width: 428px) { - /* *********CATALOG******* */ .flip-card-back .btn { margin-top: 20%; } - /**********************SECTION1************************ */ + /**********************SECTION1************************ */ .sec1__inner { flex-direction: column; width: 90%; @@ -877,12 +874,12 @@ footer ul li a:hover { .navbar .logo img { padding: 2% 13% 4% 12%; } - /* *********CATALOG******* */ - .flip-card-back .btn { + /* *********CATALOG******* */ + .flip-card-back .btn { margin-top: 45%; } - .cards{ + .cards { padding: 0; } /* ******************************FOOTER******************** */ @@ -891,12 +888,11 @@ footer ul li a:hover { } } - /* **********************PRODUCT DETAILS PAGE ******* */ .main { background-color: var(--primary-color); - min-height:100vh; + min-height: 100vh; display: flex; padding: 3% 0; color: var(--secondary-color); @@ -916,9 +912,9 @@ footer ul li a:hover { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto 1fr; - grid-template-areas: - "images info" - "images description"; + grid-template-areas: + "images info" + "images description"; grid-gap: 35px; } @@ -927,9 +923,9 @@ footer ul li a:hover { display: grid; grid-template-columns: repeat(3, auto); grid-template-rows: auto 1fr; - grid-template-areas: - "active active active" - "idle idle idle"; + grid-template-areas: + "active active active" + "idle idle idle"; grid-gap: 5px; } @@ -1030,53 +1026,53 @@ footer ul li a:hover { @media (max-width: 991px) { .box { - width: 750px; - grid-template-areas: + width: 750px; + grid-template-areas: "info info" "images description"; } .box .basic-info .options a { - padding: 8.5px 12px; + padding: 8.5px 12px; } } @media screen and (max-width: 991px) and (min-width: 769px) { .box .basic-info span { - position: absolute; - align-self: flex-end; + position: absolute; + align-self: flex-end; } .box .basic-info .options { - position: absolute; - align-self: flex-end; - margin-top: 40px; + position: absolute; + align-self: flex-end; + margin-top: 40px; } } @media (max-width: 768px) { .box { - width: 600px; - grid-template-areas: + width: 600px; + grid-template-areas: "images info" "description description"; } .box .images { - gap: 3px; + gap: 3px; } .box .images .img-holder img { - border-radius: 5px; + border-radius: 5px; } } @media (max-width: 640px) { .box { - width: 100%; - min-height: 100vh; - border-radius: 0; - padding: 35px; - margin: 0; - grid-template-columns: 1fr; - grid-template-rows: repeat(3, auto); - grid-template-areas: + width: 100%; + min-height: 100vh; + border-radius: 0; + padding: 35px; + margin: 0; + grid-template-columns: 1fr; + grid-template-rows: repeat(3, auto); + grid-template-areas: "images" "info" "description"; diff --git a/dior/blog_index.html b/dior/blog_index.html index 9f22e58..f341319 100644 --- a/dior/blog_index.html +++ b/dior/blog_index.html @@ -79,7 +79,10 @@

class="featured__article__wrapper flex a-j-center default-padding" >
- yellow-cover + yellow-cover
@@ -103,7 +106,10 @@

- alt-text + alt-text
Tuesday 25, 2022 @@ -121,7 +127,10 @@

- alt-text + alt-text
Tuesday 25, 2022 @@ -139,7 +148,10 @@

- alt-text + alt-text
Tuesday 25, 2022 @@ -157,7 +169,10 @@

- alt-text + alt-text
Tuesday 25, 2022 diff --git a/dior/blog_post.html b/dior/blog_post.html index 278a907..6f11037 100644 --- a/dior/blog_post.html +++ b/dior/blog_post.html @@ -1,28 +1,36 @@ - - + Nova - Traleor Default Template - + - + - - - - + + + +
- -
-
-
-

Sed ut perspiciatis unde omnis iste natus

-

- Sed ut perspiciatis unde omnis iste natus error sit voluptatem - accusantium doloremque laudantium. -

-
-
-
- - + + - + - - - - \ No newline at end of file + + diff --git a/dior/css/nova.css b/dior/css/nova.css index 68a201c..105fdd1 100644 --- a/dior/css/nova.css +++ b/dior/css/nova.css @@ -357,7 +357,7 @@ ul { justify-content: center; } -.list__block .list__block__item{ +.list__block .list__block__item { width: 30%; flex: 30% 0 0; margin: 0.5rem; @@ -425,7 +425,7 @@ ul { .banner { background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), - url("../../media/dark-cover.png"); + url("https://cdn.traleor.com/dark-cover.png"); background-size: cover; background-position: center; padding: 3rem 4vw; @@ -476,7 +476,7 @@ ul { border-radius: 10px; box-shadow: 0 0 10px 1px #d3d3d3; } -.cards__flex .card .card__image{ +.cards__flex .card .card__image { width: 100%; height: 15vw; object-fit: cover; @@ -843,10 +843,10 @@ footer { /*---- list__block ----*/ /* .list__block { /* Fixing grid on smaller screen */ - /* grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); */ + /* grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); */ /* } */ - .list__block .list__block__item{ + .list__block .list__block__item { width: 100%; flex: 100% 0 0; /* box-shadow: 0 0 10px 1px #d3d3d3; */ @@ -858,7 +858,7 @@ footer { height: fit-content; } - .cards__flex .card .card__image{ + .cards__flex .card .card__image { width: 100%; height: 50%; object-fit: cover; diff --git a/dior/flex_page.html b/dior/flex_page.html index 3c559f7..f4f62de 100644 --- a/dior/flex_page.html +++ b/dior/flex_page.html @@ -113,7 +113,7 @@

Traleor templates are crafted with love to help you to build

hill-cover @@ -134,7 +134,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -229,7 +229,7 @@

hill-cover @@ -248,7 +248,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -272,7 +272,10 @@

Cards Title Here

- alt-text + alt-text

sub title

@@ -287,7 +290,10 @@

- alt-text + alt-text

sub title

@@ -302,7 +308,10 @@

- alt-text + alt-text

sub title

@@ -317,7 +326,10 @@

- alt-text + alt-text

sub title

@@ -332,7 +344,10 @@

- alt-text + alt-text

sub title

@@ -347,7 +362,10 @@

- alt-text + alt-text

sub title

diff --git a/dior/index.html b/dior/index.html index cfe9091..841fc5c 100644 --- a/dior/index.html +++ b/dior/index.html @@ -79,7 +79,7 @@

- hero-pic + hero-pic

@@ -96,7 +96,6 @@

-
@@ -179,7 +178,7 @@

hill-cover @@ -211,7 +210,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -235,7 +234,10 @@

Cards Title Here

- alt-text + alt-text

sub title

@@ -250,7 +252,10 @@

- alt-text + alt-text

sub title

@@ -265,7 +270,10 @@

- alt-text + alt-text

sub title

@@ -280,7 +288,10 @@

- alt-text + alt-text

sub title

@@ -295,7 +306,10 @@

- alt-text + alt-text

sub title

@@ -310,7 +324,10 @@

- alt-text + alt-text

sub title

@@ -399,9 +416,7 @@

Address

Powered by - Traleor + Traleor

© 2023 Dior Moscow. All rights reserved

diff --git a/nova/blog_index.html b/nova/blog_index.html index c7e6e30..b987cbd 100755 --- a/nova/blog_index.html +++ b/nova/blog_index.html @@ -87,7 +87,10 @@

class="featured__article__wrapper flex a-j-center default-padding" >
- yellow-cover + yellow-cover
@@ -111,7 +114,10 @@

- alt-text + alt-text
Tuesday 25, 2022 @@ -129,7 +135,10 @@

- alt-text + alt-text
Tuesday 25, 2022 @@ -147,7 +156,10 @@

- alt-text + alt-text
Tuesday 25, 2022 @@ -165,7 +177,10 @@

- alt-text + alt-text
Tuesday 25, 2022 diff --git a/nova/blog_post.html b/nova/blog_post.html index a881995..cebf7ce 100755 --- a/nova/blog_post.html +++ b/nova/blog_post.html @@ -86,20 +86,23 @@

Tuesday 25, 2022
- hill-cover + hill-cover
Hill Cover - By Traleor
- author + author John Doe
- author + author John Doe
- author + author John Doe
@@ -163,10 +166,10 @@

No Time to Waste

<section class="blog__cards"> <div class="list__block__item"> <figure> - <img src="./images/hill-cover.png" alt="hill-cover" style="width: 100%" /> + <img src="https://cdn.traleor.com/hill-cover.png" alt="hill-cover" style="width: 100%" /> <figcaption> <a href=""> - <img src="./images/hill-cover.png" alt="hill-cover" style="width: 100%" /> + <img src="https://cdn.traleor.com/hill-cover.png" alt="hill-cover" style="width: 100%" /> </a> </figcaption> </figure> @@ -228,7 +231,7 @@

No Time to Waste

inventore Veritatis.

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -266,7 +269,7 @@

hill-cover @@ -312,7 +315,7 @@

hill-cover @@ -347,7 +350,7 @@

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit diff --git a/nova/css/nova.css b/nova/css/nova.css index c7e16b7..b44bf4e 100755 --- a/nova/css/nova.css +++ b/nova/css/nova.css @@ -393,7 +393,7 @@ ul { .banner { background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), - url("../../media/dark-cover.png"); + url("https://cdn.traleor.com/dark-cover.png"); background-size: cover; background-position: center; padding: 5rem 8vw; diff --git a/nova/flex_page.html b/nova/flex_page.html index 72a782f..7df0419 100755 --- a/nova/flex_page.html +++ b/nova/flex_page.html @@ -120,7 +120,7 @@

Traleor templates are crafted with love to help you to build

hill-cover @@ -141,7 +141,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -236,7 +236,7 @@

hill-cover @@ -255,7 +255,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -279,7 +279,10 @@

Cards Title Here

- alt-text + alt-text

sub title

@@ -294,7 +297,10 @@

- alt-text + alt-text

sub title

@@ -309,7 +315,10 @@

- alt-text + alt-text

sub title

@@ -324,7 +333,10 @@

- alt-text + alt-text

sub title

@@ -339,7 +351,10 @@

- alt-text + alt-text

sub title

@@ -354,7 +369,10 @@

- alt-text + alt-text

sub title

diff --git a/nova/index.html b/nova/index.html index 02d79ed..869afbc 100755 --- a/nova/index.html +++ b/nova/index.html @@ -112,7 +112,7 @@

- hero-pic + hero-pic

@@ -137,7 +137,7 @@

hill-cover @@ -157,7 +157,7 @@

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -233,7 +233,7 @@

hill-cover @@ -273,7 +273,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -297,7 +297,10 @@

Cards Title Here

- alt-text + alt-text

sub title

@@ -312,7 +315,10 @@

- alt-text + alt-text

sub title

@@ -327,7 +333,10 @@

- alt-text + alt-text

sub title

@@ -341,7 +350,10 @@

- alt-text + alt-text

sub title

@@ -356,7 +368,10 @@

- alt-text + alt-text

sub title

@@ -371,7 +386,10 @@

- alt-text + alt-text

sub title

diff --git a/rolly/index.html b/rolly/index.html index 111903a..7c4aaf5 100644 --- a/rolly/index.html +++ b/rolly/index.html @@ -57,7 +57,7 @@

Rolly's Blog

- Cover image + Cover image

diff --git a/techa/blog_index.html b/techa/blog_index.html index 6a8f0ba..f90ad11 100644 --- a/techa/blog_index.html +++ b/techa/blog_index.html @@ -79,7 +79,10 @@

class="featured__article__wrapper flex a-j-center default-padding" >
- yellow-cover + yellow-cover
@@ -104,7 +107,10 @@

Lorem Ipsum

- alt-text + alt-text
Tuesday 25, 2022 @@ -122,7 +128,10 @@

- alt-text + alt-text
Tuesday 25, 2022 @@ -140,7 +149,10 @@

- alt-text + alt-text
Tuesday 25, 2022 @@ -158,7 +170,10 @@

- alt-text + alt-text
Tuesday 25, 2022 diff --git a/techa/blog_post.html b/techa/blog_post.html index d68a3ec..2a9d15e 100644 --- a/techa/blog_post.html +++ b/techa/blog_post.html @@ -78,20 +78,23 @@

Tuesday 25, 2022
- hill-cover + hill-cover
Hill Cover - By Traleor
- author + author John Doe
- author + author John Doe
- author + author John Doe
@@ -155,10 +158,10 @@

No Time to Waste

<section class="blog__cards"> <div class="list__block__item"> <figure> - <img src="./images/hill-cover.png" alt="hill-cover" style="width: 100%" /> + <img src="https://cdn.traleor.com/hill-cover.png" alt="hill-cover" style="width: 100%" /> <figcaption> <a href=""> - <img src="./images/hill-cover.png" alt="hill-cover" style="width: 100%" /> + <img src="https://cdn.traleor.com/hill-cover.png" alt="hill-cover" style="width: 100%" /> </a> </figcaption> </figure> @@ -220,7 +223,7 @@

No Time to Waste

inventore Veritatis.

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -258,7 +261,7 @@

hill-cover @@ -304,7 +307,7 @@

hill-cover @@ -339,7 +342,7 @@

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -403,14 +406,28 @@

Made With Traleor

host: "https://comments.traleor.com", site_id: "traleor", ccomponents: ["embed", "counter"], - max_shown_comments: 10, - theme: 'light', + max_shown_comments: 10, + theme: "light", locale: "en", show_email_subscription: true, simple_view: false, }; - + diff --git a/techa/css/techa.css b/techa/css/techa.css index 448c3f1..8d7eb86 100644 --- a/techa/css/techa.css +++ b/techa/css/techa.css @@ -319,7 +319,7 @@ ul { height: 100vh; /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)); */ background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), - url("../../media/dark-cover.png"); + url("https://cdn.traleor.com/dark-cover.png"); background-position: center; background-repeat: no-repeat; background-size: cover; @@ -438,7 +438,7 @@ ul { .banner { background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), - url("../../media/dark-cover.png"); + url("https://cdn.traleor.com/dark-cover.png"); background-size: cover; background-position: center; padding: 5rem 8vw; diff --git a/techa/flex_page.html b/techa/flex_page.html index d50619f..f9398d4 100644 --- a/techa/flex_page.html +++ b/techa/flex_page.html @@ -113,7 +113,7 @@

Traleor templates are crafted with love to help you to build

hill-cover @@ -134,7 +134,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -229,7 +229,7 @@

hill-cover @@ -248,7 +248,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -272,7 +272,10 @@

Cards Title Here

- alt-text + alt-text

sub title

@@ -287,7 +290,10 @@

- alt-text + alt-text

sub title

@@ -302,7 +308,10 @@

- alt-text + alt-text

sub title

@@ -317,7 +326,10 @@

- alt-text + alt-text

sub title

@@ -332,7 +344,10 @@

- alt-text + alt-text

sub title

@@ -347,7 +362,10 @@

- alt-text + alt-text

sub title

diff --git a/techa/index.html b/techa/index.html index 06d49bc..dcc4fc4 100644 --- a/techa/index.html +++ b/techa/index.html @@ -63,12 +63,8 @@ @@ -95,7 +91,7 @@

@@ -117,7 +113,7 @@

hill-cover @@ -137,7 +133,7 @@

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -207,7 +203,7 @@

hill-cover @@ -239,7 +235,7 @@

Sed ut perspiciatis unde omnis iste natus.

voluptatemaccusantium doloremque laudantium, totam rem aperiam inventore Veritatis

- +

Sed ut perspiciatis unde omnis iste natus error sit @@ -263,7 +259,10 @@

Cards Title Here

- alt-text + alt-text

sub title

@@ -278,7 +277,10 @@

- alt-text + alt-text

sub title

@@ -293,7 +295,10 @@

- alt-text + alt-text

sub title

@@ -308,7 +313,10 @@

- alt-text + alt-text

sub title

@@ -323,7 +331,10 @@

- alt-text + alt-text

sub title

@@ -338,7 +349,10 @@

- alt-text + alt-text

sub title

diff --git a/zion/about.html b/zion/about.html index 33f355a..0dabc97 100644 --- a/zion/about.html +++ b/zion/about.html @@ -36,7 +36,7 @@
diff --git a/zion/blog_index.html b/zion/blog_index.html new file mode 100755 index 0000000..3bc6d44 --- /dev/null +++ b/zion/blog_index.html @@ -0,0 +1,174 @@ + + + + + + + Nova - Traleor Default Template + + + + + + + + + + +
+ +
+ +
+ + +
+

Zion Blog

+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident sit + minima tempora odio praesentium quod est? Consequatur cumque, qui, ab + at nemo excepturi, hic quo voluptatibus non blanditiis laborum aut! +

+
+ + +
+
+
+ + alt-text + +
+ Tuesday 25, 2022 + +

+ This Article Headline is So Cool and Catchy, Click and Read + Now +

+
+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Id, + labore. Lorem ipsum consectetur adipisicing. dolor sit amet. +

+
+
+
+ + alt-text + +
+ Tuesday 25, 2022 + +

+ This Article Headline is So Cool and Catchy, Click and Read + Now +

+
+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Id, + labore. Lorem ipsum consectetur adipisicing. dolor sit amet. +

+
+
+
+ + alt-text + +
+ Tuesday 25, 2022 + +

+ This Article Headline is So Cool and Catchy, Click and Read + Now +

+
+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Id, + labore. Lorem ipsum consectetur adipisicing. dolor sit amet. +

+
+
+
+ + alt-text + +
+ Tuesday 25, 2022 + +

+ This Article Headline is So Cool and Catchy, Click and Read + Now +

+
+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Id, + labore. Lorem ipsum consectetur adipisicing. dolor sit amet. +

+
+
+
+
+ +
+ +
+
+ + + + + + diff --git a/zion/blog_post.html b/zion/blog_post.html new file mode 100755 index 0000000..0c084ff --- /dev/null +++ b/zion/blog_post.html @@ -0,0 +1,414 @@ + + + + + + + Nova - Traleor Default Template + + + + + + + + + + + + +
+ +
+ +
+ + +
+

+ Traleor helps you create Modern and Powerful websites. +

+ Tuesday 25, 2022 +
+ hill-cover +
Hill Cover - By Traleor
+
+
+
+ author + John Doe +
+
+ author + John Doe +
+
+ author + John Doe +
+
+ + +
+

Traleor templates are crafted with love to help you to build

+
+
+

Traleor templates are crafted with love to help you to build

+
+
+

Traleor templates are crafted with love to help you to build

+
+
+

Traleor templates are crafted with love to help you to build

+
+ +
+
+
+

No Time to Waste

+

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, + totam rem aperiam inventore Veritatis. Sed ut perspiciatis unde + omnis iste natus error sit voluptatemaccusantium doloremque + laudantium, totam rem aperiam inventore Veritatis. Sed ut + perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +

+
+
+
+ +
+
+                    
+                        
+    
+    .blog__card {
+        width: 30%;
+        flex: 30% 0 0;
+        margin: 0.5rem;
+        border-radius: 10px;
+    }
+    .blog__card a img {
+        object-fit: cover;
+        -o-object-fit: cover;
+        border-radius: 10px;
+    }
+                    
+                
+
+ +
+
+                    
+    
+    <section class="blog__cards">
+        <div class="list__block__item">
+            <figure>
+                <img src="https://cdn.traleor.com/hill-cover.png" alt="hill-cover" style="width: 100%" />
+                <figcaption>
+                    <a href="">
+                        <img src="https://cdn.traleor.com/hill-cover.png" alt="hill-cover" style="width: 100%" />
+                    </a>
+                </figcaption>
+            </figure>
+        </div>
+    </section>
+                    
+                
+
+ +
+
+                    
+    
+    class CodeBlockAdapter(StructBlockAdapter):
+        js_constructor = "codeblock.blocks.CodeBlock"
+
+        @cached_property
+        def media(self):
+            structblock_media = super().media
+            return Media(
+                js=structblock_media._js + ["codeblock/js/codeblock.js"],
+                css=structblock_media._css,
+            )
+
+    register(CodeBlockAdapter(), CodeBlock)
+                    
+                
+
+ +
+
+                    
+    
+    function copyLink() {
+        var dummy = document.createElement("input"),
+        text = window.location.href;
+        document.body.appendChild(dummy);
+        dummy.value = text;
+        dummy.select();
+        document.execCommand("copy");
+        document.body.removeChild(dummy);
+        alert("Link copied to clipboard");
+    }
+                    
+                
+
+ +
+
+
+

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, + totam rem aperiam inventore Veritatis. Sed ut perspiciatis unde + omnis iste natus error sit voluptatemaccusantium doloremque + laudantium, totam rem aperiam inventore Veritatis. Sed ut + perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +

+ + + +

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +

+
    +
  • + Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +
  • +
  • + Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +
  • +
+
+
+
+ + +
+
+

Sed ut perspiciatis unde omnis iste natus

+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem + accusantium doloremque laudantium. +

+
+
+ +
+
+
+ hill-cover +
Hill Cover - By Traleor
+
+
+
+ + + + +
+
+
+
    +
  • + Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +
  • +
  • + Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +
  • +
+
+
+
+ +
+
+
+ hill-cover +
Hill Cover - By Traleor
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+

No Time to Waste

+

Sed ut perspiciatis unde omnis iste natus.

+

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, + totam rem aperiam inventore Veritatis +

+ + +

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +

+
+
+
+ +
+ +
+ + +
+
+
+
+
+ +
+ +
+ + + + + + + + + + + + + diff --git a/zion/contact.html b/zion/contact.html index 7cae421..e7c396b 100644 --- a/zion/contact.html +++ b/zion/contact.html @@ -36,7 +36,7 @@
diff --git a/zion/css/style.css b/zion/css/style.css index c01a016..ec71da0 100644 --- a/zion/css/style.css +++ b/zion/css/style.css @@ -1,8 +1,8 @@ :root { - --main-color: #018489; + --main-color: #0a2b25; --white-color: #fffbfe; --background-color: #e4ddd3; - --secondary-color: #1b364c; + --secondary-color: #0a2b25; --inter-font: "Inter", sans-serif; @@ -40,6 +40,7 @@ body { font-family: var(--inter-font), -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + background-color: var(--background-color); } h1 { @@ -99,10 +100,289 @@ img { /* Aspect ratio of 1920x1080 (16:9) (Full HD) is default */ /* aspect-ratio: auto 9 / 16; */ } + +img, iframe, video { width: 100%; } +iframe { + min-height: 50vh; +} + +pre { + color: white; + border-radius: 10px; + background-color: #0a2b25; +} + +pre, +code { + /* font-family: monospace, monospace; */ + background-color: #0a2b25 !important; +} +pre { + overflow: auto; +} +pre > code { + word-wrap: normal; +} + +.default-padding { + padding: 2rem var(--content-margin); +} +.default__LR__padding { + padding: 0 var(--content-margin); +} + +.full-width { + width: 100%; +} + +ul { + list-style-type: none; +} + +.flex { + display: flex; + display: -ms-flexbox; +} + +.flex-one { + flex: 1; + -ms-flex: 1; +} + +.flex-one-half { + flex: 1.5; + -ms-flex: 1.5; +} + +.a-j-center { + align-items: center; + justify-content: center; +} + +.a-j-space-between { + align-items: center; + justify-content: space-between; +} + +.flex-column { + flex-direction: column; + -ms-flex-direction: column; +} + +.relative { + position: relative; +} + +.absolute { + position: absolute; +} + +.fixed { + position: fixed; +} + +.py-1 { + padding: 1rem 0; +} + +.py-2 { + padding: 2rem 0; +} + +.my-1 { + margin: 1rem 0; +} + +.my-2 { + margin: 2rem 0; +} + +.made__mark { + left: 1rem; + bottom: 15rem; + transform-origin: left; + border: 1px solid rgba(0, 0, 0, 0.1); + transform: rotate(90deg); + -webkit-transform: rotate(90deg); + padding: 0.5rem; + background: var(--background-color); + display: block; +} + +.made__mark h3 { + margin: 0; + color: var(--main-color); + font-weight: 500; + font-size: 14px; +} + +/* NOVA STYLES */ + +button { + background: #0a2b25; + box-shadow: -5px 4px 4px 0px rgba(0, 0, 0, 0.25); + outline: none; + border: none; + line-height: 55px; + text-align: center; + font-size: var(--font-size-body); + font-style: normal; + font-weight: 700; + width: 14rem; + height: auto; +} + +button a { + color: white; + text-align: center; + font-size: var(--font-size-body); + font-style: normal; + font-weight: 500; + color: var(--background-color); + line-height: normal; + display: block; + width: 100%; + height: 100%; + line-height: 55px; +} + +.title__text__wrapper { + background: var(--secondary-color); + padding: 6rem var(--content-margin); +} + +.title__text__content h2 { + color: #fff; + font-size: var(--font-size-2); + margin: 0; + margin-bottom: 2rem; + text-align: center; +} + +.title__text__content h3 { + color: #f3f3f3; + font-size: var(--font-size-3); + font-weight: 400; + text-align: center; +} + +.list__block { + display: grid; + display: -ms-grid; + grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); + gap: 1rem; +} + +.list__block__item a, +.list__block__item span { + color: var(--secondary-color); + /* font-style: italic; */ +} + +.list__block__item .rich__text img { + margin: 0.5rem 0; +} + +.list__block__item figcaption { + text-align: center; + margin-top: 0.5rem; +} + +.list__block__item section { + padding: 2rem; + min-height: 50vh; + display: flex; + display: -ms-flexbox; + align-items: center; + justify-content: center; + flex-direction: column; + -ms-flex-direction: column; +} + +.list__block__item .title__text__content h2 { + font-size: var(--font-size-2); + text-align: center; +} + +.list__block__item .title__text__content h3 { + font-size: var(--font-size-3); + text-align: center; + width: 100%; +} + +.rich__text a { + color: var(--main-color); + /* font-style: italic; */ +} +.rich__text ul { + list-style-type: disc; + padding: 1rem 0; +} +.rich__text ul li { + padding: 0.5rem 0; +} + +.banner { + background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), + url("https://cdn.traleor.com/dark-cover.png"); + background-size: cover; + background-position: center; + padding: 5rem var(--content-margin); +} + +.banner__content h2 { + color: #fff; + font-size: var(--font-size-2); + margin: 0; + margin-bottom: 2rem; + text-align: center; +} + +.banner__content h3 { + color: #f3f3f3; + font-weight: 400; + width: 90%; + margin: 0; + text-align: center; + margin-bottom: 2rem; +} + +.list__block__item .banner__content h2 { + font-size: var(--font-size-2); + text-align: center; +} + +.list__block__item .banner__content h3 { + font-size: var(--font-size-3); + text-align: center; + width: 100%; +} + +.banner__content button { + background: #fff; + color: var(--main-color); +} + +.authors__wrapper { + margin-bottom: 4rem; +} +.author { + display: flex; + align-items: center; + gap: 1rem; + margin-right: 2%; +} +.author img { + width: 5rem; + height: 5rem; + border-radius: 50%; +} + +/* END NOVA STYLES */ /* START */ @@ -477,6 +757,27 @@ ul { list-style: none; } +/* BLOG HEAD */ +.blog_head { + padding-top: 6rem; +} +.blog_head h2 { + font-size: var(--font-size-4); +} + +/* END BLOG HEAD */ + +.footer__mark { + /* text-align: center; */ + background-color: var(--secondary-color); +} +.footer__mark h4 { + margin: auto; + text-align: center; + color: white; + padding: 1rem 2rem; +} + .footer-col { width: 25%; padding: 0 1rem; diff --git a/zion/flex_page.html b/zion/flex_page.html new file mode 100755 index 0000000..76b38e9 --- /dev/null +++ b/zion/flex_page.html @@ -0,0 +1,245 @@ + + + + + + + Nova - Traleor Default Template + + + + + + + + + + +
+ +
+ +
+ + +
+

Traleor templates are crafted with love to help you to build

+
+ + +
+
+

Sed ut perspiciatis unde omnis iste natus

+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem + accusantium doloremque laudantium. +

+
+
+ +
+

Traleor templates are crafted with love to help you to build

+
+
+

Traleor templates are crafted with love to help you to build

+
+
+

Traleor templates are crafted with love to help you to build

+
+
+

Traleor templates are crafted with love to help you to build

+
+ +
+ +
+ + +
+ + +
+
+
+
+

No Time to Waste

+

Sed ut perspiciatis unde omnis iste natus.

+

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, + totam rem aperiam inventore Veritatis +

+ + +

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +

+
    +
  • + Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem + aperiam inventore Veritatis. +
  • +
  • + Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem + aperiam inventore Veritatis. +
  • +
+
+
+
+
+ + + +
+
+
+

Sed ut perspiciatis unde omnis iste natus

+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem + accusantium doloremque laudantium. +

+
+
+
+
+ + + + +
+
+
+ hill-cover +
Hill Cover - By Traleor
+
+
+
+ +
+
+
+

No Time to Waste

+

Sed ut perspiciatis unde omnis iste natus.

+

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam + rem aperiam inventore Veritatis +

+ + +

+ Sed ut perspiciatis unde omnis iste natus error sit + voluptatemaccusantium doloremque laudantium, totam rem aperiam + inventore Veritatis. +

+
+
+
+ +
+ +
+
+ +
+
+ + + + + + + diff --git a/zion/index.html b/zion/index.html index 5b8ca72..d9bf58e 100644 --- a/zion/index.html +++ b/zion/index.html @@ -36,7 +36,7 @@