From 745d7f675001b3cb01c2fd7ee6847366a9d8d0ee Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 23 Jun 2025 11:58:36 -0300 Subject: [PATCH] update --- assets/css/main.css | 27 +- layouts/partials/sections/hero.html | 4 +- ...08d3aae37589ae40529ce2cb749d410f39c882.css | 1 + ...52d25210283ff6111d21c4288a2e8c8845fef8.css | 1 + ...a9a9645d2922ff72069833378f67d208968e34.css | 1 + ...a864bef862fce7b36a90d45bbffa18cef2ce5e.css | 1 + ...bfd5a2d1ee32c7dc81778dd22116ef0d96f404.css | 1 + ...11d68ee26f9c71e5f031305ed0be12bb3f9923.css | 1 + public/de/authors/index.html | 2 +- public/de/categories/0-5/index.html | 2 +- public/de/categories/5-10/index.html | 2 +- public/de/categories/farm/index.html | 2 +- public/de/categories/index.html | 2 +- public/de/categories/it/index.html | 2 +- public/de/index.html | 6 +- public/de/stories/agape/index.html | 2 +- public/de/stories/index.html | 2 +- public/de/stories/odoo4projects/index.html | 2 +- public/de/tags/community/index.html | 2 +- .../de/tags/digitale-umgestaltung/index.html | 2 +- public/de/tags/erp/index.html | 2 +- public/de/tags/index.html | 2 +- public/de/tags/it/index.html | 2 +- public/de/tags/odoo/index.html | 2 +- public/de/tags/paraguay/index.html | 2 +- public/de/tags/rinderfarm/index.html | 2 +- public/en/authors/index.html | 2 +- public/en/categories/0-5/index.html | 2 +- public/en/categories/5-10/index.html | 2 +- public/en/categories/farm/index.html | 2 +- public/en/categories/index.html | 2 +- public/en/categories/it/index.html | 2 +- public/en/index.html | 6 +- public/en/stories/agape/index.html | 2 +- public/en/stories/index.html | 2 +- public/en/stories/odoo4projects/index.html | 2 +- public/en/tags/cattle-farm/index.html | 2 +- public/en/tags/community/index.html | 2 +- public/en/tags/erp/index.html | 2 +- public/en/tags/index.html | 2 +- public/en/tags/it/index.html | 2 +- public/en/tags/odoo/index.html | 2 +- public/en/tags/paraguay/index.html | 2 +- public/es/authors/index.html | 2 +- public/es/categories/0-5/index.html | 2 +- public/es/categories/5-10/index.html | 2 +- public/es/categories/farm/index.html | 2 +- public/es/categories/index.html | 2 +- public/es/categories/it/index.html | 2 +- public/es/index.html | 6 +- public/es/stories/agape/index.html | 2 +- public/es/stories/index.html | 2 +- public/es/stories/odoo4projects/index.html | 2 +- public/es/tags/cattle-farm/index.html | 2 +- public/es/tags/community/index.html | 2 +- public/es/tags/erp/index.html | 2 +- public/es/tags/index.html | 2 +- public/es/tags/it/index.html | 2 +- public/es/tags/odoo/index.html | 2 +- public/es/tags/paraguay/index.html | 2 +- public/images/de.svg | 631 +++++++++++++++ public/images/en.svg | 760 ++++++++++++++++++ public/images/es.svg | 670 +++++++++++++++ static/images/de.svg | 631 +++++++++++++++ static/images/en.svg | 760 ++++++++++++++++++ static/images/es.svg | 670 +++++++++++++++ 66 files changed, 4203 insertions(+), 72 deletions(-) create mode 100644 public/css/main.min.1977f2008a8673d11a006dcceb08d3aae37589ae40529ce2cb749d410f39c882.css create mode 100644 public/css/main.min.2ab7774c9de8c019673fcdfe8052d25210283ff6111d21c4288a2e8c8845fef8.css create mode 100644 public/css/main.min.3543e399ef5fa81e6b01985ea3a9a9645d2922ff72069833378f67d208968e34.css create mode 100644 public/css/main.min.743bd1c88f2e6b592cb90d87e1a864bef862fce7b36a90d45bbffa18cef2ce5e.css create mode 100644 public/css/main.min.d2a79c3b2a1d1f32835f7ff8ecbfd5a2d1ee32c7dc81778dd22116ef0d96f404.css create mode 100644 public/css/main.min.d39a27d656e8c984aabad9765811d68ee26f9c71e5f031305ed0be12bb3f9923.css create mode 100644 public/images/de.svg create mode 100644 public/images/en.svg create mode 100644 public/images/es.svg create mode 100644 static/images/de.svg create mode 100644 static/images/en.svg create mode 100644 static/images/es.svg diff --git a/assets/css/main.css b/assets/css/main.css index 08008ea..388622a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -346,32 +346,35 @@ main { } } + .story-btn { - --story-btn-size: 15rem; + --story-btn-size: 12rem; height: var(--story-btn-size); width: var(--story-btn-size); - padding: 1.2rem 2rem; position: absolute; bottom: -10%; left: 5%; - font-weight: 600; - font-size: 1.6rem; - color: var(--white); - text-transform: capitalize; + + border-radius: 50%; + background-color: #ffffff; border-radius: 8rem; - background-color: var(--blue-2); cursor: pointer; - transition: color 0.2s ease-in; + transition: transform 0.2s ease-in; outline: 10px solid #ffffff; + object-fit: cover; /* optional: keeps image shape clean */ - &:hover { - background-color: var(--white); - color: var(--blue-2); - } + /* optional: adds background on hover if needed */ } +.story-btn:hover { + transform: scale(1.05); +} + + + + #stories { display: grid; grid-template-columns: repeat(4, 1fr); diff --git a/layouts/partials/sections/hero.html b/layouts/partials/sections/hero.html index 9b704fb..ae1dd4b 100644 --- a/layouts/partials/sections/hero.html +++ b/layouts/partials/sections/hero.html @@ -3,7 +3,7 @@

{{T "hero.heading"}}

{{T "hero.description"}}

- diff --git a/public/css/main.min.1977f2008a8673d11a006dcceb08d3aae37589ae40529ce2cb749d410f39c882.css b/public/css/main.min.1977f2008a8673d11a006dcceb08d3aae37589ae40529ce2cb749d410f39c882.css new file mode 100644 index 0000000..d1e6ca8 --- /dev/null +++ b/public/css/main.min.1977f2008a8673d11a006dcceb08d3aae37589ae40529ce2cb749d410f39c882.css @@ -0,0 +1 @@ +*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:montserratbold;src:url(/fonts/Montserrat/static/Montserrat-Bold.ttf)format("truetype")}@font-face{font-family:opensansregular;src:url(/fonts/Open_Sans/static/OpenSans-Regular.ttf)format("truetype")}:root{--dark-black-1:hsl(215.56deg 31.03% 17.06%);--dark-black-2:hsl(215.38deg 28.47% 26.86%);--gray:hsl(217.24deg 21.17% 26.86%);--gray-text:hsl(213.6deg 15.53% 68.43%);--bg-color:hsl(0, 40%, 5%);--white:hsl(0, 40%, 90%);--blue:hsl(211, 81%, 75%);--black:hsl(180, 38%, 6%);--blue-2:hsl(220, 100%, 22%);--black-2:hsl(210, 11%, 15%);--orage:hsl(17, 83%, 59%);--pagefind-ui-scale:1;--pagefind-ui-primary:var(--orage);--pagefind-ui-text:#393939;--pagefind-ui-background:#ffffff;--pagefind-ui-border:#eeeeee;--pagefind-ui-tag:#eeeeee;--pagefind-ui-border-width:2px;--pagefind-ui-border-radius:8px;--pagefind-ui-image-border-radius:8px;--pagefind-ui-image-box-ratio:3 / 2;--pagefind-ui-font:openSansRegular}.image-container{width:300px;height:300px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background-color:#f8f8f8}.image-container img{max-width:100%;height:auto;display:block}html{font-size:62.5%;scroll-behavior:smooth}a{text-decoration:none;cursor:pointer;color:inherit}h1,h2,h3,h4,h5,h6,button,strong{font-family:montserratbold}p,span,ul,a{font-family:opensansregular}ul{list-style:none}button{width:fit-content;border:none;outline:transparent;cursor:pointer}body{background-color:#fcf8f8;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}section{padding:5rem 5%}.space{padding-top:5rem}nav{width:100%;padding:2rem 4%;display:flex;align-items:center;justify-content:space-between}.dropbtn{background-color:var(--orage);color:var(--white);padding:1.4rem;text-transform:uppercase;font-size:1.6rem;font-weight:700;cursor:pointer}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:var(--orage);min-width:160px;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1;right:0}.dropdown-content a{color:var(--white);padding:12px 16px;font-size:1.6rem;text-decoration:none;display:block}.dropdown-content a:hover{background-color:hsl(from var(--orage) h s 64%)}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{background-color:hsl(from var(--orage) h s 45%)}.search-bar-container{max-width:50rem;width:100%;margin-inline:2rem}.pagefind-ui__form{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.pagefind-ui__search-input{border:none;flex:1;outline:.2rem solid var(--pagefind-ui-primary);padding:1.5rem;font-size:1.4rem;border-radius:.8rem;font-family:OpenSansRegular}.pagefind-ui__message{font-size:1.3rem}.pagefind-ui__search-clear{display:none}.pagefind-ui__drawer{position:absolute;top:95%;margin-top:1rem;max-width:95%;width:100%;z-index:50;background-color:hsl(from var(--white) h s 96%)}.pagefind-ui__results-area{height:35rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem;padding:3rem 2rem}.pagefind-ui__results{display:flex;flex-direction:column;gap:2rem}.pagefind-ui__result{display:flex;align-items:flex-start}.pagefind-ui__result-title{font-size:1.8rem;font-weight:600;color:var(--black);margin-bottom:1.8rem}.pagefind-ui__result-link,.pagefind-ui__result-excerpt,.pagefind-ui__message{color:var(--black-2)}.pagefind-ui__result-excerpt,.pagefind-ui__result-tags{font-size:1.36rem}.pagefind-ui__result-image{--size:6rem;height:var(--size);width:var(--size);display:none}#story-modal{position:fixed;top:50%;transform:translateY(-50%);z-index:50;max-height:90vh;height:100%;width:90%;display:none;overflow-y:auto;background-color:var(--text-color)}#story-modal.show-story-modal{display:block}#close-modal{position:absolute;top:2%;right:2%;z-index:100;border:none;background-color:orange;color:var(--text-color);cursor:pointer;padding:1rem}dialog{margin:auto;width:100%; #closeStoryModal { padding: 0.5rem 2rem; font-size: 1.5rem; cursor: pointer; color: var(--text-color); border: none; outline: none; background-color: orange; }}iframe{height:90vh;width:100%}main{width:100%}.hero{width:100%;min-height:60vh;height:100%;display:flex;gap:2rem;position:relative;justify-content:center;align-items:center;flex-direction:column;background:url(/images/banner.webp);background-blend-mode:multiply;background-size:cover;background-position:50%;h1 { font-size: 4rem; color: hsl(from var(--white) h s 99%); text-align: center; } p { text-align: center; max-width: 70ch; font-size: 1.8rem; font-weight: 200; color: var(--white); }}.story-btn{--story-btn-size:12rem;height:var(--story-btn-size);width:var(--story-btn-size);position:absolute;bottom:-10%;left:5%;border-radius:8rem;cursor:pointer;transition:transform .2s ease-in;outline:10px solid #fff;object-fit:cover}.story-btn:hover{transform:scale(1.05)}#stories{display:grid;grid-template-columns:repeat(4,1fr);align-items:start}.story__grid{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.story__grid_2{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.remote_img{object-fit:fill;height:30rem;width:30rem}.story__card{--border-radius:0.8rem;display:flex;flex-direction:column;justify-content:start;background-color:hsl(from var(--white) h s 98%);transition:background-color .2s ease-in,box-shadow .3s ease-in-out;&:hover { background-color:hsl(0,40%,95%); box-shadow:0.4rem 0.2rem 0.26rem 0.2rem hsl(0,0%,30%,0.16); }}.story__coverImg{--size:25rem;width:var(--size);height:var(--size);display:block;object-fit:cover;object-position:center;transition:scale .2s ease-in}.story__card__details{width:100%;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.card__title{color:var(--black);font-size:2.2rem;margin-block:.5rem 1rem;&:hover { color:var(--orage); }}.card__description{color:#666;font-size:1.4rem;line-height:1.4;margin-block:.8rem}.story__card__icon{height:1.5rem;width:auto;filter:invert(60%)}.card_tags_list,.card_category_list{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:.5rem;li { font-size: 1.3rem; word-break: keep-all; width: fit-content; margin-inline-end: 0.5rem; }}.category__chip{background-color:var(--orage);padding:.2rem .6rem;color:var(--white)}.tag__chip{color:var(--gray);&:hover { color:var(--orage); }}.hastag{font-size:1.8rem;margin-right:.2rem}.publish__date{font-size:1rem;color:gray;text-transform:uppercase;letter-spacing:.6ch;font-weight:600}.author__reading_time{display:flex;align-items:center;justify-content:space-between;.author, .timeToRead { font-size: 1.3rem; color: var(--orage); font-weight: 600; } .timeToRead { color: hsl(0, 0%, 50%); }}.card_author__name{display:flex;align-items:center;gap:.5rem}.tags_categories{grid-column:4/5;grid-row:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.tags_list,.category_list{width:100%;padding:2rem 4rem;ul { list-style: none; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }}.block_heading_container{width:100%;display:flex;gap:.5rem;align-items:center;margin-bottom:2rem;p { font-size: 2rem; text-transform: uppercase; font-weight: 400; letter-spacing: 0.2ch; color: var(--gray-text); } img { filter: invert(25%); height: 2rem; }}.chip{font-size:1.2rem;color:var(--white);text-decoration:none;text-transform:capitalize;padding:.4rem 1rem;border-radius:.4rem}.category_list .chip{background-color:var(--blue-2);&:hover { background-color:hsl(from var(--blue) h s 40%); }}.tags_list .chip{color:var(--blue-2);background-color:var(--white);border-radius:1rem;&:hover { background-color:hsl(from var(--blue) h s 40%); color:var(--white); }}.single-page{padding:4% 4rem;font-size:1.6rem;position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;.article__content { grid-column: 1/4; .article__header { h1 { font-size: 4rem; line-height: 1.2; color: var(--black-2); } .author__name { font-size: 1.4rem; color: var(--blue-2); margin-top: 1rem; } .publish__date { font-size: 1.4rem; letter-spacing: normal; font-weight: 500; margin-top: 0.2rem; text-transform: capitalize; } .article__tags_categories { margin-block: 2rem; ul:first-child { margin-bottom: 1rem; } ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem; padding: unset; li { font-size: 1.2rem; font-weight: 600; } .article__category { background-color: var(--blue-2); color: hsl(from var(--blue) h s 90%); padding: 0.2rem 1rem; } .article__tag { background-color: var(--blue); color: var(--blue-2); padding: 0.2rem 1rem; } } } } article { line-height: 1.8; h2, h3, h4, h5, h6 { color: var(--black); margin-block: 1rem; font-family: "montserratBold"; } p { color: var(--black-2); font-family: "openSansRegular"; } ul ::marker { content: "▶ "; color: var(--gray-text); } hr { margin-block: 2rem; } } } #TableOfContents { width: 100%; padding: 2rem 1.7rem; background-color: var(--white); ul { display: flex; flex-direction: column; justify-content: start; gap: 1.8rem; li { color: var(--blue-2); font-family: "openSansRegular"; } } } img, video, svg, picture { max-height: 50rem; width: 100%; margin: 4rem auto; display: block; object-fit: cover; border-radius: 1rem; } ul, ol { padding-block: 2rem; } li { font-size: 1.8rem; list-style-position: inside; } p { font-size: 1.8rem; }}.mobile_toc{display:none}footer{width:100%;min-height:20rem;padding:5rem 5% 2rem;background-color:var(--black);color:var(--white);display:flex;align-items:center;flex-direction:column;gap:3rem;.footer_links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; font-size: 1.3rem; margin-bottom: 3rem; } .copyright { font-size: 1.4rem; }}@media(width<=1024px){.pagefind-ui__result-image{--size:4rem}}@media(width<=768px){section{padding-inline:2rem}.dropbtn{font-size:1.2rem;padding:1rem;margin-left:.5rem}.dropdown-content a{font-size:1.4rem}.hero{h1 { font-size: 3.5rem; } p { font-size: 1.8rem; } .btn_container { flex-direction: column; }}.tags_list,.category_list{padding:3rem 2rem}#stories{display:flex;flex-direction:column;gap:2rem}.story__grid{grid-template-columns:repeat(auto-fill,minmax(23rem,1fr));justify-items:center}.card__title{font-size:2rem}.card__tags_categories ul li{font-size:1.2rem}.hastag{font-size:1.5rem}.publish__date{font-size:1.1rem}.author,.timeToRead{font-size:1.2rem}.single-page{display:flex;flex-direction:column-reverse;.article__content { .article__header { h1 { font-size: 3rem; } } } .desktop_toc { display: none; } .mobile_toc { width: 100%; display: block; }}}@media(width<=640px){.story-btn{--story-btn-size:11rem;font-size:1.3rem}.story__grid,.story__grid_2{grid-template-columns:1fr}.single-page{padding:5rem 2rem;.article__content { width: 100%; }}article{img, svg, picture, video { border-radius: 0.2rem; }}.article__heading{font-size:1.8rem}footer{.footer_links { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; li { width: fit-content; } .copyright { font-size: 1.4rem; } }}}@media(width<=425px){.story__coverImg{--size:20rem}} \ No newline at end of file diff --git a/public/css/main.min.2ab7774c9de8c019673fcdfe8052d25210283ff6111d21c4288a2e8c8845fef8.css b/public/css/main.min.2ab7774c9de8c019673fcdfe8052d25210283ff6111d21c4288a2e8c8845fef8.css new file mode 100644 index 0000000..8a093f8 --- /dev/null +++ b/public/css/main.min.2ab7774c9de8c019673fcdfe8052d25210283ff6111d21c4288a2e8c8845fef8.css @@ -0,0 +1 @@ +*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:montserratbold;src:url(/fonts/Montserrat/static/Montserrat-Bold.ttf)format("truetype")}@font-face{font-family:opensansregular;src:url(/fonts/Open_Sans/static/OpenSans-Regular.ttf)format("truetype")}:root{--dark-black-1:hsl(215.56deg 31.03% 17.06%);--dark-black-2:hsl(215.38deg 28.47% 26.86%);--gray:hsl(217.24deg 21.17% 26.86%);--gray-text:hsl(213.6deg 15.53% 68.43%);--bg-color:hsl(0, 40%, 5%);--white:hsl(0, 40%, 90%);--blue:hsl(211, 81%, 75%);--black:hsl(180, 38%, 6%);--blue-2:hsl(220, 100%, 22%);--black-2:hsl(210, 11%, 15%);--orage:hsl(17, 83%, 59%);--pagefind-ui-scale:1;--pagefind-ui-primary:var(--orage);--pagefind-ui-text:#393939;--pagefind-ui-background:#ffffff;--pagefind-ui-border:#eeeeee;--pagefind-ui-tag:#eeeeee;--pagefind-ui-border-width:2px;--pagefind-ui-border-radius:8px;--pagefind-ui-image-border-radius:8px;--pagefind-ui-image-box-ratio:3 / 2;--pagefind-ui-font:openSansRegular}.image-container{width:300px;height:300px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background-color:#f8f8f8}.image-container img{max-width:100%;height:auto;display:block}html{font-size:62.5%;scroll-behavior:smooth}a{text-decoration:none;cursor:pointer;color:inherit}h1,h2,h3,h4,h5,h6,button,strong{font-family:montserratbold}p,span,ul,a{font-family:opensansregular}ul{list-style:none}button{width:fit-content;border:none;outline:transparent;cursor:pointer}body{background-color:#fcf8f8;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}section{padding:5rem 5%}.space{padding-top:5rem}nav{width:100%;padding:2rem 4%;display:flex;align-items:center;justify-content:space-between}.dropbtn{background-color:var(--orage);color:var(--white);padding:1.4rem;text-transform:uppercase;font-size:1.6rem;font-weight:700;cursor:pointer}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:var(--orage);min-width:160px;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1;right:0}.dropdown-content a{color:var(--white);padding:12px 16px;font-size:1.6rem;text-decoration:none;display:block}.dropdown-content a:hover{background-color:hsl(from var(--orage) h s 64%)}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{background-color:hsl(from var(--orage) h s 45%)}.search-bar-container{max-width:50rem;width:100%;margin-inline:2rem}.pagefind-ui__form{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.pagefind-ui__search-input{border:none;flex:1;outline:.2rem solid var(--pagefind-ui-primary);padding:1.5rem;font-size:1.4rem;border-radius:.8rem;font-family:OpenSansRegular}.pagefind-ui__message{font-size:1.3rem}.pagefind-ui__search-clear{display:none}.pagefind-ui__drawer{position:absolute;top:95%;margin-top:1rem;max-width:95%;width:100%;z-index:50;background-color:hsl(from var(--white) h s 96%)}.pagefind-ui__results-area{height:35rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem;padding:3rem 2rem}.pagefind-ui__results{display:flex;flex-direction:column;gap:2rem}.pagefind-ui__result{display:flex;align-items:flex-start}.pagefind-ui__result-title{font-size:1.8rem;font-weight:600;color:var(--black);margin-bottom:1.8rem}.pagefind-ui__result-link,.pagefind-ui__result-excerpt,.pagefind-ui__message{color:var(--black-2)}.pagefind-ui__result-excerpt,.pagefind-ui__result-tags{font-size:1.36rem}.pagefind-ui__result-image{--size:6rem;height:var(--size);width:var(--size);display:none}#story-modal{position:fixed;top:50%;transform:translateY(-50%);z-index:50;max-height:90vh;height:100%;width:90%;display:none;overflow-y:auto;background-color:var(--text-color)}#story-modal.show-story-modal{display:block}#close-modal{position:absolute;top:2%;right:2%;z-index:100;border:none;background-color:orange;color:var(--text-color);cursor:pointer;padding:1rem}dialog{margin:auto;width:100%; #closeStoryModal { padding: 0.5rem 2rem; font-size: 1.5rem; cursor: pointer; color: var(--text-color); border: none; outline: none; background-color: orange; }}iframe{height:90vh;width:100%}main{width:100%}.hero{width:100%;min-height:60vh;height:100%;display:flex;gap:2rem;position:relative;justify-content:center;align-items:center;flex-direction:column;background:url(/images/banner.webp);background-blend-mode:multiply;background-size:cover;background-position:50%;h1 { font-size: 4rem; color: hsl(from var(--white) h s 99%); text-align: center; } p { text-align: center; max-width: 70ch; font-size: 1.8rem; font-weight: 200; color: var(--white); }}.story-btn{--story-btn-size:15rem;height:var(--story-btn-size);width:var(--story-btn-size);padding:1.2rem 2rem;position:absolute;bottom:-10%;left:5%;outline:10px solid #fff;&:hover { background-color:var(--white); color:var(--blue-2); }}#stories{display:grid;grid-template-columns:repeat(4,1fr);align-items:start}.story__grid{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.story__grid_2{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.remote_img{object-fit:fill;height:30rem;width:30rem}.story__card{--border-radius:0.8rem;display:flex;flex-direction:column;justify-content:start;background-color:hsl(from var(--white) h s 98%);transition:background-color .2s ease-in,box-shadow .3s ease-in-out;&:hover { background-color:hsl(0,40%,95%); box-shadow:0.4rem 0.2rem 0.26rem 0.2rem hsl(0,0%,30%,0.16); }}.story__coverImg{--size:25rem;width:var(--size);height:var(--size);display:block;object-fit:cover;object-position:center;transition:scale .2s ease-in}.story__card__details{width:100%;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.card__title{color:var(--black);font-size:2.2rem;margin-block:.5rem 1rem;&:hover { color:var(--orage); }}.card__description{color:#666;font-size:1.4rem;line-height:1.4;margin-block:.8rem}.story__card__icon{height:1.5rem;width:auto;filter:invert(60%)}.card_tags_list,.card_category_list{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:.5rem;li { font-size: 1.3rem; word-break: keep-all; width: fit-content; margin-inline-end: 0.5rem; }}.category__chip{background-color:var(--orage);padding:.2rem .6rem;color:var(--white)}.tag__chip{color:var(--gray);&:hover { color:var(--orage); }}.hastag{font-size:1.8rem;margin-right:.2rem}.publish__date{font-size:1rem;color:gray;text-transform:uppercase;letter-spacing:.6ch;font-weight:600}.author__reading_time{display:flex;align-items:center;justify-content:space-between;.author, .timeToRead { font-size: 1.3rem; color: var(--orage); font-weight: 600; } .timeToRead { color: hsl(0, 0%, 50%); }}.card_author__name{display:flex;align-items:center;gap:.5rem}.tags_categories{grid-column:4/5;grid-row:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.tags_list,.category_list{width:100%;padding:2rem 4rem;ul { list-style: none; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }}.block_heading_container{width:100%;display:flex;gap:.5rem;align-items:center;margin-bottom:2rem;p { font-size: 2rem; text-transform: uppercase; font-weight: 400; letter-spacing: 0.2ch; color: var(--gray-text); } img { filter: invert(25%); height: 2rem; }}.chip{font-size:1.2rem;color:var(--white);text-decoration:none;text-transform:capitalize;padding:.4rem 1rem;border-radius:.4rem}.category_list .chip{background-color:var(--blue-2);&:hover { background-color:hsl(from var(--blue) h s 40%); }}.tags_list .chip{color:var(--blue-2);background-color:var(--white);border-radius:1rem;&:hover { background-color:hsl(from var(--blue) h s 40%); color:var(--white); }}.single-page{padding:4% 4rem;font-size:1.6rem;position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;.article__content { grid-column: 1/4; .article__header { h1 { font-size: 4rem; line-height: 1.2; color: var(--black-2); } .author__name { font-size: 1.4rem; color: var(--blue-2); margin-top: 1rem; } .publish__date { font-size: 1.4rem; letter-spacing: normal; font-weight: 500; margin-top: 0.2rem; text-transform: capitalize; } .article__tags_categories { margin-block: 2rem; ul:first-child { margin-bottom: 1rem; } ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem; padding: unset; li { font-size: 1.2rem; font-weight: 600; } .article__category { background-color: var(--blue-2); color: hsl(from var(--blue) h s 90%); padding: 0.2rem 1rem; } .article__tag { background-color: var(--blue); color: var(--blue-2); padding: 0.2rem 1rem; } } } } article { line-height: 1.8; h2, h3, h4, h5, h6 { color: var(--black); margin-block: 1rem; font-family: "montserratBold"; } p { color: var(--black-2); font-family: "openSansRegular"; } ul ::marker { content: "▶ "; color: var(--gray-text); } hr { margin-block: 2rem; } } } #TableOfContents { width: 100%; padding: 2rem 1.7rem; background-color: var(--white); ul { display: flex; flex-direction: column; justify-content: start; gap: 1.8rem; li { color: var(--blue-2); font-family: "openSansRegular"; } } } img, video, svg, picture { max-height: 50rem; width: 100%; margin: 4rem auto; display: block; object-fit: cover; border-radius: 1rem; } ul, ol { padding-block: 2rem; } li { font-size: 1.8rem; list-style-position: inside; } p { font-size: 1.8rem; }}.mobile_toc{display:none}footer{width:100%;min-height:20rem;padding:5rem 5% 2rem;background-color:var(--black);color:var(--white);display:flex;align-items:center;flex-direction:column;gap:3rem;.footer_links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; font-size: 1.3rem; margin-bottom: 3rem; } .copyright { font-size: 1.4rem; }}@media(width<=1024px){.pagefind-ui__result-image{--size:4rem}}@media(width<=768px){section{padding-inline:2rem}.dropbtn{font-size:1.2rem;padding:1rem;margin-left:.5rem}.dropdown-content a{font-size:1.4rem}.hero{h1 { font-size: 3.5rem; } p { font-size: 1.8rem; } .btn_container { flex-direction: column; }}.tags_list,.category_list{padding:3rem 2rem}#stories{display:flex;flex-direction:column;gap:2rem}.story__grid{grid-template-columns:repeat(auto-fill,minmax(23rem,1fr));justify-items:center}.card__title{font-size:2rem}.card__tags_categories ul li{font-size:1.2rem}.hastag{font-size:1.5rem}.publish__date{font-size:1.1rem}.author,.timeToRead{font-size:1.2rem}.single-page{display:flex;flex-direction:column-reverse;.article__content { .article__header { h1 { font-size: 3rem; } } } .desktop_toc { display: none; } .mobile_toc { width: 100%; display: block; }}}@media(width<=640px){.story-btn{--story-btn-size:11rem;font-size:1.3rem}.story__grid,.story__grid_2{grid-template-columns:1fr}.single-page{padding:5rem 2rem;.article__content { width: 100%; }}article{img, svg, picture, video { border-radius: 0.2rem; }}.article__heading{font-size:1.8rem}footer{.footer_links { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; li { width: fit-content; } .copyright { font-size: 1.4rem; } }}}@media(width<=425px){.story__coverImg{--size:20rem}} \ No newline at end of file diff --git a/public/css/main.min.3543e399ef5fa81e6b01985ea3a9a9645d2922ff72069833378f67d208968e34.css b/public/css/main.min.3543e399ef5fa81e6b01985ea3a9a9645d2922ff72069833378f67d208968e34.css new file mode 100644 index 0000000..15ba878 --- /dev/null +++ b/public/css/main.min.3543e399ef5fa81e6b01985ea3a9a9645d2922ff72069833378f67d208968e34.css @@ -0,0 +1 @@ +*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:montserratbold;src:url(/fonts/Montserrat/static/Montserrat-Bold.ttf)format("truetype")}@font-face{font-family:opensansregular;src:url(/fonts/Open_Sans/static/OpenSans-Regular.ttf)format("truetype")}:root{--dark-black-1:hsl(215.56deg 31.03% 17.06%);--dark-black-2:hsl(215.38deg 28.47% 26.86%);--gray:hsl(217.24deg 21.17% 26.86%);--gray-text:hsl(213.6deg 15.53% 68.43%);--bg-color:hsl(0, 40%, 5%);--white:hsl(0, 40%, 90%);--blue:hsl(211, 81%, 75%);--black:hsl(180, 38%, 6%);--blue-2:hsl(220, 100%, 22%);--black-2:hsl(210, 11%, 15%);--orage:hsl(17, 83%, 59%);--pagefind-ui-scale:1;--pagefind-ui-primary:var(--orage);--pagefind-ui-text:#393939;--pagefind-ui-background:#ffffff;--pagefind-ui-border:#eeeeee;--pagefind-ui-tag:#eeeeee;--pagefind-ui-border-width:2px;--pagefind-ui-border-radius:8px;--pagefind-ui-image-border-radius:8px;--pagefind-ui-image-box-ratio:3 / 2;--pagefind-ui-font:openSansRegular}.image-container{width:300px;height:300px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background-color:#f8f8f8}.image-container img{max-width:100%;height:auto;display:block}html{font-size:62.5%;scroll-behavior:smooth}a{text-decoration:none;cursor:pointer;color:inherit}h1,h2,h3,h4,h5,h6,button,strong{font-family:montserratbold}p,span,ul,a{font-family:opensansregular}ul{list-style:none}button{width:fit-content;border:none;outline:transparent;cursor:pointer}body{background-color:#fcf8f8;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}section{padding:5rem 5%}.space{padding-top:5rem}nav{width:100%;padding:2rem 4%;display:flex;align-items:center;justify-content:space-between}.dropbtn{background-color:var(--orage);color:var(--white);padding:1.4rem;text-transform:uppercase;font-size:1.6rem;font-weight:700;cursor:pointer}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:var(--orage);min-width:160px;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1;right:0}.dropdown-content a{color:var(--white);padding:12px 16px;font-size:1.6rem;text-decoration:none;display:block}.dropdown-content a:hover{background-color:hsl(from var(--orage) h s 64%)}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{background-color:hsl(from var(--orage) h s 45%)}.search-bar-container{max-width:50rem;width:100%;margin-inline:2rem}.pagefind-ui__form{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.pagefind-ui__search-input{border:none;flex:1;outline:.2rem solid var(--pagefind-ui-primary);padding:1.5rem;font-size:1.4rem;border-radius:.8rem;font-family:OpenSansRegular}.pagefind-ui__message{font-size:1.3rem}.pagefind-ui__search-clear{display:none}.pagefind-ui__drawer{position:absolute;top:95%;margin-top:1rem;max-width:95%;width:100%;z-index:50;background-color:hsl(from var(--white) h s 96%)}.pagefind-ui__results-area{height:35rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem;padding:3rem 2rem}.pagefind-ui__results{display:flex;flex-direction:column;gap:2rem}.pagefind-ui__result{display:flex;align-items:flex-start}.pagefind-ui__result-title{font-size:1.8rem;font-weight:600;color:var(--black);margin-bottom:1.8rem}.pagefind-ui__result-link,.pagefind-ui__result-excerpt,.pagefind-ui__message{color:var(--black-2)}.pagefind-ui__result-excerpt,.pagefind-ui__result-tags{font-size:1.36rem}.pagefind-ui__result-image{--size:6rem;height:var(--size);width:var(--size);display:none}#story-modal{position:fixed;top:50%;transform:translateY(-50%);z-index:50;max-height:90vh;height:100%;width:90%;display:none;overflow-y:auto;background-color:var(--text-color)}#story-modal.show-story-modal{display:block}#close-modal{position:absolute;top:2%;right:2%;z-index:100;border:none;background-color:orange;color:var(--text-color);cursor:pointer;padding:1rem}dialog{margin:auto;width:100%; #closeStoryModal { padding: 0.5rem 2rem; font-size: 1.5rem; cursor: pointer; color: var(--text-color); border: none; outline: none; background-color: orange; }}iframe{height:90vh;width:100%}main{width:100%}.hero{width:100%;min-height:60vh;height:100%;display:flex;gap:2rem;position:relative;justify-content:center;align-items:center;flex-direction:column;background:url(/images/banner.webp);background-blend-mode:multiply;background-size:cover;background-position:50%;h1 { font-size: 4rem; color: hsl(from var(--white) h s 99%); text-align: center; } p { text-align: center; max-width: 70ch; font-size: 1.8rem; font-weight: 200; color: var(--white); }}.story-btn{--story-btn-size:12rem;height:var(--story-btn-size);width:var(--story-btn-size);padding:1.2rem 2rem;position:absolute;bottom:-10%;left:5%;border-radius:8rem;cursor:pointer;transition:color .2s ease-in;outline:10px solid #fff;&:hover { background-color:var(--white); color:var(--blue-2); }}#stories{display:grid;grid-template-columns:repeat(4,1fr);align-items:start}.story__grid{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.story__grid_2{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.remote_img{object-fit:fill;height:30rem;width:30rem}.story__card{--border-radius:0.8rem;display:flex;flex-direction:column;justify-content:start;background-color:hsl(from var(--white) h s 98%);transition:background-color .2s ease-in,box-shadow .3s ease-in-out;&:hover { background-color:hsl(0,40%,95%); box-shadow:0.4rem 0.2rem 0.26rem 0.2rem hsl(0,0%,30%,0.16); }}.story__coverImg{--size:25rem;width:var(--size);height:var(--size);display:block;object-fit:cover;object-position:center;transition:scale .2s ease-in}.story__card__details{width:100%;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.card__title{color:var(--black);font-size:2.2rem;margin-block:.5rem 1rem;&:hover { color:var(--orage); }}.card__description{color:#666;font-size:1.4rem;line-height:1.4;margin-block:.8rem}.story__card__icon{height:1.5rem;width:auto;filter:invert(60%)}.card_tags_list,.card_category_list{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:.5rem;li { font-size: 1.3rem; word-break: keep-all; width: fit-content; margin-inline-end: 0.5rem; }}.category__chip{background-color:var(--orage);padding:.2rem .6rem;color:var(--white)}.tag__chip{color:var(--gray);&:hover { color:var(--orage); }}.hastag{font-size:1.8rem;margin-right:.2rem}.publish__date{font-size:1rem;color:gray;text-transform:uppercase;letter-spacing:.6ch;font-weight:600}.author__reading_time{display:flex;align-items:center;justify-content:space-between;.author, .timeToRead { font-size: 1.3rem; color: var(--orage); font-weight: 600; } .timeToRead { color: hsl(0, 0%, 50%); }}.card_author__name{display:flex;align-items:center;gap:.5rem}.tags_categories{grid-column:4/5;grid-row:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.tags_list,.category_list{width:100%;padding:2rem 4rem;ul { list-style: none; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }}.block_heading_container{width:100%;display:flex;gap:.5rem;align-items:center;margin-bottom:2rem;p { font-size: 2rem; text-transform: uppercase; font-weight: 400; letter-spacing: 0.2ch; color: var(--gray-text); } img { filter: invert(25%); height: 2rem; }}.chip{font-size:1.2rem;color:var(--white);text-decoration:none;text-transform:capitalize;padding:.4rem 1rem;border-radius:.4rem}.category_list .chip{background-color:var(--blue-2);&:hover { background-color:hsl(from var(--blue) h s 40%); }}.tags_list .chip{color:var(--blue-2);background-color:var(--white);border-radius:1rem;&:hover { background-color:hsl(from var(--blue) h s 40%); color:var(--white); }}.single-page{padding:4% 4rem;font-size:1.6rem;position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;.article__content { grid-column: 1/4; .article__header { h1 { font-size: 4rem; line-height: 1.2; color: var(--black-2); } .author__name { font-size: 1.4rem; color: var(--blue-2); margin-top: 1rem; } .publish__date { font-size: 1.4rem; letter-spacing: normal; font-weight: 500; margin-top: 0.2rem; text-transform: capitalize; } .article__tags_categories { margin-block: 2rem; ul:first-child { margin-bottom: 1rem; } ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem; padding: unset; li { font-size: 1.2rem; font-weight: 600; } .article__category { background-color: var(--blue-2); color: hsl(from var(--blue) h s 90%); padding: 0.2rem 1rem; } .article__tag { background-color: var(--blue); color: var(--blue-2); padding: 0.2rem 1rem; } } } } article { line-height: 1.8; h2, h3, h4, h5, h6 { color: var(--black); margin-block: 1rem; font-family: "montserratBold"; } p { color: var(--black-2); font-family: "openSansRegular"; } ul ::marker { content: "▶ "; color: var(--gray-text); } hr { margin-block: 2rem; } } } #TableOfContents { width: 100%; padding: 2rem 1.7rem; background-color: var(--white); ul { display: flex; flex-direction: column; justify-content: start; gap: 1.8rem; li { color: var(--blue-2); font-family: "openSansRegular"; } } } img, video, svg, picture { max-height: 50rem; width: 100%; margin: 4rem auto; display: block; object-fit: cover; border-radius: 1rem; } ul, ol { padding-block: 2rem; } li { font-size: 1.8rem; list-style-position: inside; } p { font-size: 1.8rem; }}.mobile_toc{display:none}footer{width:100%;min-height:20rem;padding:5rem 5% 2rem;background-color:var(--black);color:var(--white);display:flex;align-items:center;flex-direction:column;gap:3rem;.footer_links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; font-size: 1.3rem; margin-bottom: 3rem; } .copyright { font-size: 1.4rem; }}@media(width<=1024px){.pagefind-ui__result-image{--size:4rem}}@media(width<=768px){section{padding-inline:2rem}.dropbtn{font-size:1.2rem;padding:1rem;margin-left:.5rem}.dropdown-content a{font-size:1.4rem}.hero{h1 { font-size: 3.5rem; } p { font-size: 1.8rem; } .btn_container { flex-direction: column; }}.tags_list,.category_list{padding:3rem 2rem}#stories{display:flex;flex-direction:column;gap:2rem}.story__grid{grid-template-columns:repeat(auto-fill,minmax(23rem,1fr));justify-items:center}.card__title{font-size:2rem}.card__tags_categories ul li{font-size:1.2rem}.hastag{font-size:1.5rem}.publish__date{font-size:1.1rem}.author,.timeToRead{font-size:1.2rem}.single-page{display:flex;flex-direction:column-reverse;.article__content { .article__header { h1 { font-size: 3rem; } } } .desktop_toc { display: none; } .mobile_toc { width: 100%; display: block; }}}@media(width<=640px){.story-btn{--story-btn-size:11rem;font-size:1.3rem}.story__grid,.story__grid_2{grid-template-columns:1fr}.single-page{padding:5rem 2rem;.article__content { width: 100%; }}article{img, svg, picture, video { border-radius: 0.2rem; }}.article__heading{font-size:1.8rem}footer{.footer_links { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; li { width: fit-content; } .copyright { font-size: 1.4rem; } }}}@media(width<=425px){.story__coverImg{--size:20rem}} \ No newline at end of file diff --git a/public/css/main.min.743bd1c88f2e6b592cb90d87e1a864bef862fce7b36a90d45bbffa18cef2ce5e.css b/public/css/main.min.743bd1c88f2e6b592cb90d87e1a864bef862fce7b36a90d45bbffa18cef2ce5e.css new file mode 100644 index 0000000..c8a990a --- /dev/null +++ b/public/css/main.min.743bd1c88f2e6b592cb90d87e1a864bef862fce7b36a90d45bbffa18cef2ce5e.css @@ -0,0 +1 @@ +*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:montserratbold;src:url(/fonts/Montserrat/static/Montserrat-Bold.ttf)format("truetype")}@font-face{font-family:opensansregular;src:url(/fonts/Open_Sans/static/OpenSans-Regular.ttf)format("truetype")}:root{--dark-black-1:hsl(215.56deg 31.03% 17.06%);--dark-black-2:hsl(215.38deg 28.47% 26.86%);--gray:hsl(217.24deg 21.17% 26.86%);--gray-text:hsl(213.6deg 15.53% 68.43%);--bg-color:hsl(0, 40%, 5%);--white:hsl(0, 40%, 90%);--blue:hsl(211, 81%, 75%);--black:hsl(180, 38%, 6%);--blue-2:hsl(220, 100%, 22%);--black-2:hsl(210, 11%, 15%);--orage:hsl(17, 83%, 59%);--pagefind-ui-scale:1;--pagefind-ui-primary:var(--orage);--pagefind-ui-text:#393939;--pagefind-ui-background:#ffffff;--pagefind-ui-border:#eeeeee;--pagefind-ui-tag:#eeeeee;--pagefind-ui-border-width:2px;--pagefind-ui-border-radius:8px;--pagefind-ui-image-border-radius:8px;--pagefind-ui-image-box-ratio:3 / 2;--pagefind-ui-font:openSansRegular}.image-container{width:300px;height:300px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background-color:#f8f8f8}.image-container img{max-width:100%;height:auto;display:block}html{font-size:62.5%;scroll-behavior:smooth}a{text-decoration:none;cursor:pointer;color:inherit}h1,h2,h3,h4,h5,h6,button,strong{font-family:montserratbold}p,span,ul,a{font-family:opensansregular}ul{list-style:none}button{width:fit-content;border:none;outline:transparent;cursor:pointer}body{background-color:#fcf8f8;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}section{padding:5rem 5%}.space{padding-top:5rem}nav{width:100%;padding:2rem 4%;display:flex;align-items:center;justify-content:space-between}.dropbtn{background-color:var(--orage);color:var(--white);padding:1.4rem;text-transform:uppercase;font-size:1.6rem;font-weight:700;cursor:pointer}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:var(--orage);min-width:160px;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1;right:0}.dropdown-content a{color:var(--white);padding:12px 16px;font-size:1.6rem;text-decoration:none;display:block}.dropdown-content a:hover{background-color:hsl(from var(--orage) h s 64%)}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{background-color:hsl(from var(--orage) h s 45%)}.search-bar-container{max-width:50rem;width:100%;margin-inline:2rem}.pagefind-ui__form{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.pagefind-ui__search-input{border:none;flex:1;outline:.2rem solid var(--pagefind-ui-primary);padding:1.5rem;font-size:1.4rem;border-radius:.8rem;font-family:OpenSansRegular}.pagefind-ui__message{font-size:1.3rem}.pagefind-ui__search-clear{display:none}.pagefind-ui__drawer{position:absolute;top:95%;margin-top:1rem;max-width:95%;width:100%;z-index:50;background-color:hsl(from var(--white) h s 96%)}.pagefind-ui__results-area{height:35rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem;padding:3rem 2rem}.pagefind-ui__results{display:flex;flex-direction:column;gap:2rem}.pagefind-ui__result{display:flex;align-items:flex-start}.pagefind-ui__result-title{font-size:1.8rem;font-weight:600;color:var(--black);margin-bottom:1.8rem}.pagefind-ui__result-link,.pagefind-ui__result-excerpt,.pagefind-ui__message{color:var(--black-2)}.pagefind-ui__result-excerpt,.pagefind-ui__result-tags{font-size:1.36rem}.pagefind-ui__result-image{--size:6rem;height:var(--size);width:var(--size);display:none}#story-modal{position:fixed;top:50%;transform:translateY(-50%);z-index:50;max-height:90vh;height:100%;width:90%;display:none;overflow-y:auto;background-color:var(--text-color)}#story-modal.show-story-modal{display:block}#close-modal{position:absolute;top:2%;right:2%;z-index:100;border:none;background-color:orange;color:var(--text-color);cursor:pointer;padding:1rem}dialog{margin:auto;width:100%; #closeStoryModal { padding: 0.5rem 2rem; font-size: 1.5rem; cursor: pointer; color: var(--text-color); border: none; outline: none; background-color: orange; }}iframe{height:90vh;width:100%}main{width:100%}.hero{width:100%;min-height:60vh;height:100%;display:flex;gap:2rem;position:relative;justify-content:center;align-items:center;flex-direction:column;background:url(/images/banner.webp);background-blend-mode:multiply;background-size:cover;background-position:50%;h1 { font-size: 4rem; color: hsl(from var(--white) h s 99%); text-align: center; } p { text-align: center; max-width: 70ch; font-size: 1.8rem; font-weight: 200; color: var(--white); }}.story-btn{--story-btn-size:15rem;height:var(--story-btn-size);width:var(--story-btn-size);padding:1.2rem 2rem;position:absolute;bottom:-10%;left:5%;border-radius:8rem;cursor:pointer;transition:color .2s ease-in;outline:10px solid #fff;&:hover { background-color:var(--white); color:var(--blue-2); }}#stories{display:grid;grid-template-columns:repeat(4,1fr);align-items:start}.story__grid{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.story__grid_2{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.remote_img{object-fit:fill;height:30rem;width:30rem}.story__card{--border-radius:0.8rem;display:flex;flex-direction:column;justify-content:start;background-color:hsl(from var(--white) h s 98%);transition:background-color .2s ease-in,box-shadow .3s ease-in-out;&:hover { background-color:hsl(0,40%,95%); box-shadow:0.4rem 0.2rem 0.26rem 0.2rem hsl(0,0%,30%,0.16); }}.story__coverImg{--size:25rem;width:var(--size);height:var(--size);display:block;object-fit:cover;object-position:center;transition:scale .2s ease-in}.story__card__details{width:100%;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.card__title{color:var(--black);font-size:2.2rem;margin-block:.5rem 1rem;&:hover { color:var(--orage); }}.card__description{color:#666;font-size:1.4rem;line-height:1.4;margin-block:.8rem}.story__card__icon{height:1.5rem;width:auto;filter:invert(60%)}.card_tags_list,.card_category_list{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:.5rem;li { font-size: 1.3rem; word-break: keep-all; width: fit-content; margin-inline-end: 0.5rem; }}.category__chip{background-color:var(--orage);padding:.2rem .6rem;color:var(--white)}.tag__chip{color:var(--gray);&:hover { color:var(--orage); }}.hastag{font-size:1.8rem;margin-right:.2rem}.publish__date{font-size:1rem;color:gray;text-transform:uppercase;letter-spacing:.6ch;font-weight:600}.author__reading_time{display:flex;align-items:center;justify-content:space-between;.author, .timeToRead { font-size: 1.3rem; color: var(--orage); font-weight: 600; } .timeToRead { color: hsl(0, 0%, 50%); }}.card_author__name{display:flex;align-items:center;gap:.5rem}.tags_categories{grid-column:4/5;grid-row:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.tags_list,.category_list{width:100%;padding:2rem 4rem;ul { list-style: none; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }}.block_heading_container{width:100%;display:flex;gap:.5rem;align-items:center;margin-bottom:2rem;p { font-size: 2rem; text-transform: uppercase; font-weight: 400; letter-spacing: 0.2ch; color: var(--gray-text); } img { filter: invert(25%); height: 2rem; }}.chip{font-size:1.2rem;color:var(--white);text-decoration:none;text-transform:capitalize;padding:.4rem 1rem;border-radius:.4rem}.category_list .chip{background-color:var(--blue-2);&:hover { background-color:hsl(from var(--blue) h s 40%); }}.tags_list .chip{color:var(--blue-2);background-color:var(--white);border-radius:1rem;&:hover { background-color:hsl(from var(--blue) h s 40%); color:var(--white); }}.single-page{padding:4% 4rem;font-size:1.6rem;position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;.article__content { grid-column: 1/4; .article__header { h1 { font-size: 4rem; line-height: 1.2; color: var(--black-2); } .author__name { font-size: 1.4rem; color: var(--blue-2); margin-top: 1rem; } .publish__date { font-size: 1.4rem; letter-spacing: normal; font-weight: 500; margin-top: 0.2rem; text-transform: capitalize; } .article__tags_categories { margin-block: 2rem; ul:first-child { margin-bottom: 1rem; } ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem; padding: unset; li { font-size: 1.2rem; font-weight: 600; } .article__category { background-color: var(--blue-2); color: hsl(from var(--blue) h s 90%); padding: 0.2rem 1rem; } .article__tag { background-color: var(--blue); color: var(--blue-2); padding: 0.2rem 1rem; } } } } article { line-height: 1.8; h2, h3, h4, h5, h6 { color: var(--black); margin-block: 1rem; font-family: "montserratBold"; } p { color: var(--black-2); font-family: "openSansRegular"; } ul ::marker { content: "▶ "; color: var(--gray-text); } hr { margin-block: 2rem; } } } #TableOfContents { width: 100%; padding: 2rem 1.7rem; background-color: var(--white); ul { display: flex; flex-direction: column; justify-content: start; gap: 1.8rem; li { color: var(--blue-2); font-family: "openSansRegular"; } } } img, video, svg, picture { max-height: 50rem; width: 100%; margin: 4rem auto; display: block; object-fit: cover; border-radius: 1rem; } ul, ol { padding-block: 2rem; } li { font-size: 1.8rem; list-style-position: inside; } p { font-size: 1.8rem; }}.mobile_toc{display:none}footer{width:100%;min-height:20rem;padding:5rem 5% 2rem;background-color:var(--black);color:var(--white);display:flex;align-items:center;flex-direction:column;gap:3rem;.footer_links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; font-size: 1.3rem; margin-bottom: 3rem; } .copyright { font-size: 1.4rem; }}@media(width<=1024px){.pagefind-ui__result-image{--size:4rem}}@media(width<=768px){section{padding-inline:2rem}.dropbtn{font-size:1.2rem;padding:1rem;margin-left:.5rem}.dropdown-content a{font-size:1.4rem}.hero{h1 { font-size: 3.5rem; } p { font-size: 1.8rem; } .btn_container { flex-direction: column; }}.tags_list,.category_list{padding:3rem 2rem}#stories{display:flex;flex-direction:column;gap:2rem}.story__grid{grid-template-columns:repeat(auto-fill,minmax(23rem,1fr));justify-items:center}.card__title{font-size:2rem}.card__tags_categories ul li{font-size:1.2rem}.hastag{font-size:1.5rem}.publish__date{font-size:1.1rem}.author,.timeToRead{font-size:1.2rem}.single-page{display:flex;flex-direction:column-reverse;.article__content { .article__header { h1 { font-size: 3rem; } } } .desktop_toc { display: none; } .mobile_toc { width: 100%; display: block; }}}@media(width<=640px){.story-btn{--story-btn-size:11rem;font-size:1.3rem}.story__grid,.story__grid_2{grid-template-columns:1fr}.single-page{padding:5rem 2rem;.article__content { width: 100%; }}article{img, svg, picture, video { border-radius: 0.2rem; }}.article__heading{font-size:1.8rem}footer{.footer_links { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; li { width: fit-content; } .copyright { font-size: 1.4rem; } }}}@media(width<=425px){.story__coverImg{--size:20rem}} \ No newline at end of file diff --git a/public/css/main.min.d2a79c3b2a1d1f32835f7ff8ecbfd5a2d1ee32c7dc81778dd22116ef0d96f404.css b/public/css/main.min.d2a79c3b2a1d1f32835f7ff8ecbfd5a2d1ee32c7dc81778dd22116ef0d96f404.css new file mode 100644 index 0000000..32b47c8 --- /dev/null +++ b/public/css/main.min.d2a79c3b2a1d1f32835f7ff8ecbfd5a2d1ee32c7dc81778dd22116ef0d96f404.css @@ -0,0 +1 @@ +*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:montserratbold;src:url(/fonts/Montserrat/static/Montserrat-Bold.ttf)format("truetype")}@font-face{font-family:opensansregular;src:url(/fonts/Open_Sans/static/OpenSans-Regular.ttf)format("truetype")}:root{--dark-black-1:hsl(215.56deg 31.03% 17.06%);--dark-black-2:hsl(215.38deg 28.47% 26.86%);--gray:hsl(217.24deg 21.17% 26.86%);--gray-text:hsl(213.6deg 15.53% 68.43%);--bg-color:hsl(0, 40%, 5%);--white:hsl(0, 40%, 90%);--blue:hsl(211, 81%, 75%);--black:hsl(180, 38%, 6%);--blue-2:hsl(220, 100%, 22%);--black-2:hsl(210, 11%, 15%);--orage:hsl(17, 83%, 59%);--pagefind-ui-scale:1;--pagefind-ui-primary:var(--orage);--pagefind-ui-text:#393939;--pagefind-ui-background:#ffffff;--pagefind-ui-border:#eeeeee;--pagefind-ui-tag:#eeeeee;--pagefind-ui-border-width:2px;--pagefind-ui-border-radius:8px;--pagefind-ui-image-border-radius:8px;--pagefind-ui-image-box-ratio:3 / 2;--pagefind-ui-font:openSansRegular}.image-container{width:300px;height:300px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background-color:#f8f8f8}.image-container img{max-width:100%;height:auto;display:block}html{font-size:62.5%;scroll-behavior:smooth}a{text-decoration:none;cursor:pointer;color:inherit}h1,h2,h3,h4,h5,h6,button,strong{font-family:montserratbold}p,span,ul,a{font-family:opensansregular}ul{list-style:none}button{width:fit-content;border:none;outline:transparent;cursor:pointer}body{background-color:#fcf8f8;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}section{padding:5rem 5%}.space{padding-top:5rem}nav{width:100%;padding:2rem 4%;display:flex;align-items:center;justify-content:space-between}.dropbtn{background-color:var(--orage);color:var(--white);padding:1.4rem;text-transform:uppercase;font-size:1.6rem;font-weight:700;cursor:pointer}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:var(--orage);min-width:160px;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1;right:0}.dropdown-content a{color:var(--white);padding:12px 16px;font-size:1.6rem;text-decoration:none;display:block}.dropdown-content a:hover{background-color:hsl(from var(--orage) h s 64%)}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{background-color:hsl(from var(--orage) h s 45%)}.search-bar-container{max-width:50rem;width:100%;margin-inline:2rem}.pagefind-ui__form{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.pagefind-ui__search-input{border:none;flex:1;outline:.2rem solid var(--pagefind-ui-primary);padding:1.5rem;font-size:1.4rem;border-radius:.8rem;font-family:OpenSansRegular}.pagefind-ui__message{font-size:1.3rem}.pagefind-ui__search-clear{display:none}.pagefind-ui__drawer{position:absolute;top:95%;margin-top:1rem;max-width:95%;width:100%;z-index:50;background-color:hsl(from var(--white) h s 96%)}.pagefind-ui__results-area{height:35rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem;padding:3rem 2rem}.pagefind-ui__results{display:flex;flex-direction:column;gap:2rem}.pagefind-ui__result{display:flex;align-items:flex-start}.pagefind-ui__result-title{font-size:1.8rem;font-weight:600;color:var(--black);margin-bottom:1.8rem}.pagefind-ui__result-link,.pagefind-ui__result-excerpt,.pagefind-ui__message{color:var(--black-2)}.pagefind-ui__result-excerpt,.pagefind-ui__result-tags{font-size:1.36rem}.pagefind-ui__result-image{--size:6rem;height:var(--size);width:var(--size);display:none}#story-modal{position:fixed;top:50%;transform:translateY(-50%);z-index:50;max-height:90vh;height:100%;width:90%;display:none;overflow-y:auto;background-color:var(--text-color)}#story-modal.show-story-modal{display:block}#close-modal{position:absolute;top:2%;right:2%;z-index:100;border:none;background-color:orange;color:var(--text-color);cursor:pointer;padding:1rem}dialog{margin:auto;width:100%; #closeStoryModal { padding: 0.5rem 2rem; font-size: 1.5rem; cursor: pointer; color: var(--text-color); border: none; outline: none; background-color: orange; }}iframe{height:90vh;width:100%}main{width:100%}.hero{width:100%;min-height:60vh;height:100%;display:flex;gap:2rem;position:relative;justify-content:center;align-items:center;flex-direction:column;background:url(/images/banner.webp);background-blend-mode:multiply;background-size:cover;background-position:50%;h1 { font-size: 4rem; color: hsl(from var(--white) h s 99%); text-align: center; } p { text-align: center; max-width: 70ch; font-size: 1.8rem; font-weight: 200; color: var(--white); }}.story-btn{--story-btn-size:12rem;height:var(--story-btn-size);width:var(--story-btn-size);position:absolute;bottom:-10%;left:5%;border-radius:50%;background-color:#fff;border-radius:8rem;cursor:pointer;transition:transform .2s ease-in;outline:10px solid #fff;object-fit:cover}.story-btn:hover{transform:scale(1.05)}#stories{display:grid;grid-template-columns:repeat(4,1fr);align-items:start}.story__grid{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.story__grid_2{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.remote_img{object-fit:fill;height:30rem;width:30rem}.story__card{--border-radius:0.8rem;display:flex;flex-direction:column;justify-content:start;background-color:hsl(from var(--white) h s 98%);transition:background-color .2s ease-in,box-shadow .3s ease-in-out;&:hover { background-color:hsl(0,40%,95%); box-shadow:0.4rem 0.2rem 0.26rem 0.2rem hsl(0,0%,30%,0.16); }}.story__coverImg{--size:25rem;width:var(--size);height:var(--size);display:block;object-fit:cover;object-position:center;transition:scale .2s ease-in}.story__card__details{width:100%;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.card__title{color:var(--black);font-size:2.2rem;margin-block:.5rem 1rem;&:hover { color:var(--orage); }}.card__description{color:#666;font-size:1.4rem;line-height:1.4;margin-block:.8rem}.story__card__icon{height:1.5rem;width:auto;filter:invert(60%)}.card_tags_list,.card_category_list{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:.5rem;li { font-size: 1.3rem; word-break: keep-all; width: fit-content; margin-inline-end: 0.5rem; }}.category__chip{background-color:var(--orage);padding:.2rem .6rem;color:var(--white)}.tag__chip{color:var(--gray);&:hover { color:var(--orage); }}.hastag{font-size:1.8rem;margin-right:.2rem}.publish__date{font-size:1rem;color:gray;text-transform:uppercase;letter-spacing:.6ch;font-weight:600}.author__reading_time{display:flex;align-items:center;justify-content:space-between;.author, .timeToRead { font-size: 1.3rem; color: var(--orage); font-weight: 600; } .timeToRead { color: hsl(0, 0%, 50%); }}.card_author__name{display:flex;align-items:center;gap:.5rem}.tags_categories{grid-column:4/5;grid-row:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.tags_list,.category_list{width:100%;padding:2rem 4rem;ul { list-style: none; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }}.block_heading_container{width:100%;display:flex;gap:.5rem;align-items:center;margin-bottom:2rem;p { font-size: 2rem; text-transform: uppercase; font-weight: 400; letter-spacing: 0.2ch; color: var(--gray-text); } img { filter: invert(25%); height: 2rem; }}.chip{font-size:1.2rem;color:var(--white);text-decoration:none;text-transform:capitalize;padding:.4rem 1rem;border-radius:.4rem}.category_list .chip{background-color:var(--blue-2);&:hover { background-color:hsl(from var(--blue) h s 40%); }}.tags_list .chip{color:var(--blue-2);background-color:var(--white);border-radius:1rem;&:hover { background-color:hsl(from var(--blue) h s 40%); color:var(--white); }}.single-page{padding:4% 4rem;font-size:1.6rem;position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;.article__content { grid-column: 1/4; .article__header { h1 { font-size: 4rem; line-height: 1.2; color: var(--black-2); } .author__name { font-size: 1.4rem; color: var(--blue-2); margin-top: 1rem; } .publish__date { font-size: 1.4rem; letter-spacing: normal; font-weight: 500; margin-top: 0.2rem; text-transform: capitalize; } .article__tags_categories { margin-block: 2rem; ul:first-child { margin-bottom: 1rem; } ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem; padding: unset; li { font-size: 1.2rem; font-weight: 600; } .article__category { background-color: var(--blue-2); color: hsl(from var(--blue) h s 90%); padding: 0.2rem 1rem; } .article__tag { background-color: var(--blue); color: var(--blue-2); padding: 0.2rem 1rem; } } } } article { line-height: 1.8; h2, h3, h4, h5, h6 { color: var(--black); margin-block: 1rem; font-family: "montserratBold"; } p { color: var(--black-2); font-family: "openSansRegular"; } ul ::marker { content: "▶ "; color: var(--gray-text); } hr { margin-block: 2rem; } } } #TableOfContents { width: 100%; padding: 2rem 1.7rem; background-color: var(--white); ul { display: flex; flex-direction: column; justify-content: start; gap: 1.8rem; li { color: var(--blue-2); font-family: "openSansRegular"; } } } img, video, svg, picture { max-height: 50rem; width: 100%; margin: 4rem auto; display: block; object-fit: cover; border-radius: 1rem; } ul, ol { padding-block: 2rem; } li { font-size: 1.8rem; list-style-position: inside; } p { font-size: 1.8rem; }}.mobile_toc{display:none}footer{width:100%;min-height:20rem;padding:5rem 5% 2rem;background-color:var(--black);color:var(--white);display:flex;align-items:center;flex-direction:column;gap:3rem;.footer_links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; font-size: 1.3rem; margin-bottom: 3rem; } .copyright { font-size: 1.4rem; }}@media(width<=1024px){.pagefind-ui__result-image{--size:4rem}}@media(width<=768px){section{padding-inline:2rem}.dropbtn{font-size:1.2rem;padding:1rem;margin-left:.5rem}.dropdown-content a{font-size:1.4rem}.hero{h1 { font-size: 3.5rem; } p { font-size: 1.8rem; } .btn_container { flex-direction: column; }}.tags_list,.category_list{padding:3rem 2rem}#stories{display:flex;flex-direction:column;gap:2rem}.story__grid{grid-template-columns:repeat(auto-fill,minmax(23rem,1fr));justify-items:center}.card__title{font-size:2rem}.card__tags_categories ul li{font-size:1.2rem}.hastag{font-size:1.5rem}.publish__date{font-size:1.1rem}.author,.timeToRead{font-size:1.2rem}.single-page{display:flex;flex-direction:column-reverse;.article__content { .article__header { h1 { font-size: 3rem; } } } .desktop_toc { display: none; } .mobile_toc { width: 100%; display: block; }}}@media(width<=640px){.story-btn{--story-btn-size:11rem;font-size:1.3rem}.story__grid,.story__grid_2{grid-template-columns:1fr}.single-page{padding:5rem 2rem;.article__content { width: 100%; }}article{img, svg, picture, video { border-radius: 0.2rem; }}.article__heading{font-size:1.8rem}footer{.footer_links { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; li { width: fit-content; } .copyright { font-size: 1.4rem; } }}}@media(width<=425px){.story__coverImg{--size:20rem}} \ No newline at end of file diff --git a/public/css/main.min.d39a27d656e8c984aabad9765811d68ee26f9c71e5f031305ed0be12bb3f9923.css b/public/css/main.min.d39a27d656e8c984aabad9765811d68ee26f9c71e5f031305ed0be12bb3f9923.css new file mode 100644 index 0000000..1e2b609 --- /dev/null +++ b/public/css/main.min.d39a27d656e8c984aabad9765811d68ee26f9c71e5f031305ed0be12bb3f9923.css @@ -0,0 +1 @@ +*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:montserratbold;src:url(/fonts/Montserrat/static/Montserrat-Bold.ttf)format("truetype")}@font-face{font-family:opensansregular;src:url(/fonts/Open_Sans/static/OpenSans-Regular.ttf)format("truetype")}:root{--dark-black-1:hsl(215.56deg 31.03% 17.06%);--dark-black-2:hsl(215.38deg 28.47% 26.86%);--gray:hsl(217.24deg 21.17% 26.86%);--gray-text:hsl(213.6deg 15.53% 68.43%);--bg-color:hsl(0, 40%, 5%);--white:hsl(0, 40%, 90%);--blue:hsl(211, 81%, 75%);--black:hsl(180, 38%, 6%);--blue-2:hsl(220, 100%, 22%);--black-2:hsl(210, 11%, 15%);--orage:hsl(17, 83%, 59%);--pagefind-ui-scale:1;--pagefind-ui-primary:var(--orage);--pagefind-ui-text:#393939;--pagefind-ui-background:#ffffff;--pagefind-ui-border:#eeeeee;--pagefind-ui-tag:#eeeeee;--pagefind-ui-border-width:2px;--pagefind-ui-border-radius:8px;--pagefind-ui-image-border-radius:8px;--pagefind-ui-image-box-ratio:3 / 2;--pagefind-ui-font:openSansRegular}.image-container{width:300px;height:300px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background-color:#f8f8f8}.image-container img{max-width:100%;height:auto;display:block}html{font-size:62.5%;scroll-behavior:smooth}a{text-decoration:none;cursor:pointer;color:inherit}h1,h2,h3,h4,h5,h6,button,strong{font-family:montserratbold}p,span,ul,a{font-family:opensansregular}ul{list-style:none}button{width:fit-content;border:none;outline:transparent;cursor:pointer}body{background-color:#fcf8f8;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}section{padding:5rem 5%}.space{padding-top:5rem}nav{width:100%;padding:2rem 4%;display:flex;align-items:center;justify-content:space-between}.dropbtn{background-color:var(--orage);color:var(--white);padding:1.4rem;text-transform:uppercase;font-size:1.6rem;font-weight:700;cursor:pointer}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:var(--orage);min-width:160px;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1;right:0}.dropdown-content a{color:var(--white);padding:12px 16px;font-size:1.6rem;text-decoration:none;display:block}.dropdown-content a:hover{background-color:hsl(from var(--orage) h s 64%)}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{background-color:hsl(from var(--orage) h s 45%)}.search-bar-container{max-width:50rem;width:100%;margin-inline:2rem}.pagefind-ui__form{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.pagefind-ui__search-input{border:none;flex:1;outline:.2rem solid var(--pagefind-ui-primary);padding:1.5rem;font-size:1.4rem;border-radius:.8rem;font-family:OpenSansRegular}.pagefind-ui__message{font-size:1.3rem}.pagefind-ui__search-clear{display:none}.pagefind-ui__drawer{position:absolute;top:95%;margin-top:1rem;max-width:95%;width:100%;z-index:50;background-color:hsl(from var(--white) h s 96%)}.pagefind-ui__results-area{height:35rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem;padding:3rem 2rem}.pagefind-ui__results{display:flex;flex-direction:column;gap:2rem}.pagefind-ui__result{display:flex;align-items:flex-start}.pagefind-ui__result-title{font-size:1.8rem;font-weight:600;color:var(--black);margin-bottom:1.8rem}.pagefind-ui__result-link,.pagefind-ui__result-excerpt,.pagefind-ui__message{color:var(--black-2)}.pagefind-ui__result-excerpt,.pagefind-ui__result-tags{font-size:1.36rem}.pagefind-ui__result-image{--size:6rem;height:var(--size);width:var(--size);display:none}#story-modal{position:fixed;top:50%;transform:translateY(-50%);z-index:50;max-height:90vh;height:100%;width:90%;display:none;overflow-y:auto;background-color:var(--text-color)}#story-modal.show-story-modal{display:block}#close-modal{position:absolute;top:2%;right:2%;z-index:100;border:none;background-color:orange;color:var(--text-color);cursor:pointer;padding:1rem}dialog{margin:auto;width:100%; #closeStoryModal { padding: 0.5rem 2rem; font-size: 1.5rem; cursor: pointer; color: var(--text-color); border: none; outline: none; background-color: orange; }}iframe{height:90vh;width:100%}main{width:100%}.hero{width:100%;min-height:60vh;height:100%;display:flex;gap:2rem;position:relative;justify-content:center;align-items:center;flex-direction:column;background:url(/images/banner.webp);background-blend-mode:multiply;background-size:cover;background-position:50%;h1 { font-size: 4rem; color: hsl(from var(--white) h s 99%); text-align: center; } p { text-align: center; max-width: 70ch; font-size: 1.8rem; font-weight: 200; color: var(--white); }}.story-btn{--story-btn-size:15rem;height:var(--story-btn-size);width:var(--story-btn-size);padding:1.2rem 2rem;position:absolute;bottom:-10%;left:5%;border-radius:8rem;background-color:var(--blue-2);cursor:pointer;transition:color .2s ease-in;outline:10px solid #fff;&:hover { background-color:var(--white); color:var(--blue-2); }}#stories{display:grid;grid-template-columns:repeat(4,1fr);align-items:start}.story__grid{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.story__grid_2{grid-column:1/4;grid-row:1;display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}.remote_img{object-fit:fill;height:30rem;width:30rem}.story__card{--border-radius:0.8rem;display:flex;flex-direction:column;justify-content:start;background-color:hsl(from var(--white) h s 98%);transition:background-color .2s ease-in,box-shadow .3s ease-in-out;&:hover { background-color:hsl(0,40%,95%); box-shadow:0.4rem 0.2rem 0.26rem 0.2rem hsl(0,0%,30%,0.16); }}.story__coverImg{--size:25rem;width:var(--size);height:var(--size);display:block;object-fit:cover;object-position:center;transition:scale .2s ease-in}.story__card__details{width:100%;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.card__title{color:var(--black);font-size:2.2rem;margin-block:.5rem 1rem;&:hover { color:var(--orage); }}.card__description{color:#666;font-size:1.4rem;line-height:1.4;margin-block:.8rem}.story__card__icon{height:1.5rem;width:auto;filter:invert(60%)}.card_tags_list,.card_category_list{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:.5rem;li { font-size: 1.3rem; word-break: keep-all; width: fit-content; margin-inline-end: 0.5rem; }}.category__chip{background-color:var(--orage);padding:.2rem .6rem;color:var(--white)}.tag__chip{color:var(--gray);&:hover { color:var(--orage); }}.hastag{font-size:1.8rem;margin-right:.2rem}.publish__date{font-size:1rem;color:gray;text-transform:uppercase;letter-spacing:.6ch;font-weight:600}.author__reading_time{display:flex;align-items:center;justify-content:space-between;.author, .timeToRead { font-size: 1.3rem; color: var(--orage); font-weight: 600; } .timeToRead { color: hsl(0, 0%, 50%); }}.card_author__name{display:flex;align-items:center;gap:.5rem}.tags_categories{grid-column:4/5;grid-row:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.tags_list,.category_list{width:100%;padding:2rem 4rem;ul { list-style: none; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }}.block_heading_container{width:100%;display:flex;gap:.5rem;align-items:center;margin-bottom:2rem;p { font-size: 2rem; text-transform: uppercase; font-weight: 400; letter-spacing: 0.2ch; color: var(--gray-text); } img { filter: invert(25%); height: 2rem; }}.chip{font-size:1.2rem;color:var(--white);text-decoration:none;text-transform:capitalize;padding:.4rem 1rem;border-radius:.4rem}.category_list .chip{background-color:var(--blue-2);&:hover { background-color:hsl(from var(--blue) h s 40%); }}.tags_list .chip{color:var(--blue-2);background-color:var(--white);border-radius:1rem;&:hover { background-color:hsl(from var(--blue) h s 40%); color:var(--white); }}.single-page{padding:4% 4rem;font-size:1.6rem;position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;.article__content { grid-column: 1/4; .article__header { h1 { font-size: 4rem; line-height: 1.2; color: var(--black-2); } .author__name { font-size: 1.4rem; color: var(--blue-2); margin-top: 1rem; } .publish__date { font-size: 1.4rem; letter-spacing: normal; font-weight: 500; margin-top: 0.2rem; text-transform: capitalize; } .article__tags_categories { margin-block: 2rem; ul:first-child { margin-bottom: 1rem; } ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0.8rem; padding: unset; li { font-size: 1.2rem; font-weight: 600; } .article__category { background-color: var(--blue-2); color: hsl(from var(--blue) h s 90%); padding: 0.2rem 1rem; } .article__tag { background-color: var(--blue); color: var(--blue-2); padding: 0.2rem 1rem; } } } } article { line-height: 1.8; h2, h3, h4, h5, h6 { color: var(--black); margin-block: 1rem; font-family: "montserratBold"; } p { color: var(--black-2); font-family: "openSansRegular"; } ul ::marker { content: "▶ "; color: var(--gray-text); } hr { margin-block: 2rem; } } } #TableOfContents { width: 100%; padding: 2rem 1.7rem; background-color: var(--white); ul { display: flex; flex-direction: column; justify-content: start; gap: 1.8rem; li { color: var(--blue-2); font-family: "openSansRegular"; } } } img, video, svg, picture { max-height: 50rem; width: 100%; margin: 4rem auto; display: block; object-fit: cover; border-radius: 1rem; } ul, ol { padding-block: 2rem; } li { font-size: 1.8rem; list-style-position: inside; } p { font-size: 1.8rem; }}.mobile_toc{display:none}footer{width:100%;min-height:20rem;padding:5rem 5% 2rem;background-color:var(--black);color:var(--white);display:flex;align-items:center;flex-direction:column;gap:3rem;.footer_links { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; font-size: 1.3rem; margin-bottom: 3rem; } .copyright { font-size: 1.4rem; }}@media(width<=1024px){.pagefind-ui__result-image{--size:4rem}}@media(width<=768px){section{padding-inline:2rem}.dropbtn{font-size:1.2rem;padding:1rem;margin-left:.5rem}.dropdown-content a{font-size:1.4rem}.hero{h1 { font-size: 3.5rem; } p { font-size: 1.8rem; } .btn_container { flex-direction: column; }}.tags_list,.category_list{padding:3rem 2rem}#stories{display:flex;flex-direction:column;gap:2rem}.story__grid{grid-template-columns:repeat(auto-fill,minmax(23rem,1fr));justify-items:center}.card__title{font-size:2rem}.card__tags_categories ul li{font-size:1.2rem}.hastag{font-size:1.5rem}.publish__date{font-size:1.1rem}.author,.timeToRead{font-size:1.2rem}.single-page{display:flex;flex-direction:column-reverse;.article__content { .article__header { h1 { font-size: 3rem; } } } .desktop_toc { display: none; } .mobile_toc { width: 100%; display: block; }}}@media(width<=640px){.story-btn{--story-btn-size:11rem;font-size:1.3rem}.story__grid,.story__grid_2{grid-template-columns:1fr}.single-page{padding:5rem 2rem;.article__content { width: 100%; }}article{img, svg, picture, video { border-radius: 0.2rem; }}.article__heading{font-size:1.8rem}footer{.footer_links { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; li { width: fit-content; } .copyright { font-size: 1.4rem; } }}}@media(width<=425px){.story__coverImg{--size:20rem}} \ No newline at end of file diff --git a/public/de/authors/index.html b/public/de/authors/index.html index 585e8c6..7f9c2ca 100644 --- a/public/de/authors/index.html +++ b/public/de/authors/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/categories/0-5/index.html b/public/de/categories/0-5/index.html index 8f25da1..f03f992 100644 --- a/public/de/categories/0-5/index.html +++ b/public/de/categories/0-5/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/categories/5-10/index.html b/public/de/categories/5-10/index.html index 293daa5..aede25d 100644 --- a/public/de/categories/5-10/index.html +++ b/public/de/categories/5-10/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/categories/farm/index.html b/public/de/categories/farm/index.html index 3046f94..19b9b92 100644 --- a/public/de/categories/farm/index.html +++ b/public/de/categories/farm/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/categories/index.html b/public/de/categories/index.html index 187965a..d5e5e41 100644 --- a/public/de/categories/index.html +++ b/public/de/categories/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/categories/it/index.html b/public/de/categories/it/index.html index 3e49785..2858a27 100644 --- a/public/de/categories/it/index.html +++ b/public/de/categories/it/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/index.html b/public/de/index.html index 54de695..06d34b7 100644 --- a/public/de/index.html +++ b/public/de/index.html @@ -12,7 +12,7 @@ - + @@ -76,8 +76,8 @@

Echte Odoo Community Erfolgsgeschichten - von und für Startups

Entdecken Sie, wie Unternehmen branchenübergreifend mit Odoo vorantreiben – von der Bestandsoptimierung über die Vertriebsautomatisierung bis hin zur Skalierung von Abläufen. Dies sind Beispiele aus der Praxis, die zeigen, wie Odoo überzeugt. 💡 Nutzen Sie Odoo? Teilen Sie Ihre Erfolgsgeschichte und werden Sie vorgestellt – mit einem Backlink zu Ihrer Website als Dankeschön. Das bedeutet kostenlose Präsenz und hervorragende SEO.

- diff --git a/public/de/stories/agape/index.html b/public/de/stories/agape/index.html index d072a3b..c2553ee 100644 --- a/public/de/stories/agape/index.html +++ b/public/de/stories/agape/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/stories/index.html b/public/de/stories/index.html index 0b40161..558a453 100644 --- a/public/de/stories/index.html +++ b/public/de/stories/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/stories/odoo4projects/index.html b/public/de/stories/odoo4projects/index.html index 44e9475..306d7ad 100644 --- a/public/de/stories/odoo4projects/index.html +++ b/public/de/stories/odoo4projects/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/tags/community/index.html b/public/de/tags/community/index.html index 6dd7184..6f37e62 100644 --- a/public/de/tags/community/index.html +++ b/public/de/tags/community/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/tags/digitale-umgestaltung/index.html b/public/de/tags/digitale-umgestaltung/index.html index ec4d16c..cbc747a 100644 --- a/public/de/tags/digitale-umgestaltung/index.html +++ b/public/de/tags/digitale-umgestaltung/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/tags/erp/index.html b/public/de/tags/erp/index.html index b1134f2..413d13d 100644 --- a/public/de/tags/erp/index.html +++ b/public/de/tags/erp/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/tags/index.html b/public/de/tags/index.html index 40f2f49..647090a 100644 --- a/public/de/tags/index.html +++ b/public/de/tags/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/tags/it/index.html b/public/de/tags/it/index.html index 3e49785..2858a27 100644 --- a/public/de/tags/it/index.html +++ b/public/de/tags/it/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/tags/odoo/index.html b/public/de/tags/odoo/index.html index ce02e85..197d953 100644 --- a/public/de/tags/odoo/index.html +++ b/public/de/tags/odoo/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/tags/paraguay/index.html b/public/de/tags/paraguay/index.html index 1b46b51..ff9316e 100644 --- a/public/de/tags/paraguay/index.html +++ b/public/de/tags/paraguay/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/de/tags/rinderfarm/index.html b/public/de/tags/rinderfarm/index.html index 9446a81..ce77cc2 100644 --- a/public/de/tags/rinderfarm/index.html +++ b/public/de/tags/rinderfarm/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/authors/index.html b/public/en/authors/index.html index b93c88b..0bb12b3 100644 --- a/public/en/authors/index.html +++ b/public/en/authors/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/categories/0-5/index.html b/public/en/categories/0-5/index.html index 52b34ea..07dc747 100644 --- a/public/en/categories/0-5/index.html +++ b/public/en/categories/0-5/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/categories/5-10/index.html b/public/en/categories/5-10/index.html index d364897..19f5262 100644 --- a/public/en/categories/5-10/index.html +++ b/public/en/categories/5-10/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/categories/farm/index.html b/public/en/categories/farm/index.html index 2fe3b99..596677d 100644 --- a/public/en/categories/farm/index.html +++ b/public/en/categories/farm/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/categories/index.html b/public/en/categories/index.html index 35f6eb3..ca67e7b 100644 --- a/public/en/categories/index.html +++ b/public/en/categories/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/categories/it/index.html b/public/en/categories/it/index.html index d1e0be5..115512d 100644 --- a/public/en/categories/it/index.html +++ b/public/en/categories/it/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/index.html b/public/en/index.html index 31853ba..b4adf59 100644 --- a/public/en/index.html +++ b/public/en/index.html @@ -12,7 +12,7 @@ - + @@ -76,8 +76,8 @@

Real Odoo Community Success Stories from and for startups

Discover how companies across industries are transforming with Odoo — from streamlining inventory to automating sales and scaling operations. These are real-world examples of where Odoo kicks ass. 💡 Using Odoo? Share your success story and get featured — with a dofollow backlink to your website as a thank-you. It’s free exposure and great SEO.

- diff --git a/public/en/stories/agape/index.html b/public/en/stories/agape/index.html index 77c0e27..fa8dabc 100644 --- a/public/en/stories/agape/index.html +++ b/public/en/stories/agape/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/stories/index.html b/public/en/stories/index.html index 1869e33..24e8981 100644 --- a/public/en/stories/index.html +++ b/public/en/stories/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/stories/odoo4projects/index.html b/public/en/stories/odoo4projects/index.html index 47cb4b1..78795ff 100644 --- a/public/en/stories/odoo4projects/index.html +++ b/public/en/stories/odoo4projects/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/tags/cattle-farm/index.html b/public/en/tags/cattle-farm/index.html index 286c2a7..3a62df5 100644 --- a/public/en/tags/cattle-farm/index.html +++ b/public/en/tags/cattle-farm/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/tags/community/index.html b/public/en/tags/community/index.html index e226ad6..116cfab 100644 --- a/public/en/tags/community/index.html +++ b/public/en/tags/community/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/tags/erp/index.html b/public/en/tags/erp/index.html index a1d563e..68a6070 100644 --- a/public/en/tags/erp/index.html +++ b/public/en/tags/erp/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/tags/index.html b/public/en/tags/index.html index b386e84..6036581 100644 --- a/public/en/tags/index.html +++ b/public/en/tags/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/tags/it/index.html b/public/en/tags/it/index.html index d1e0be5..115512d 100644 --- a/public/en/tags/it/index.html +++ b/public/en/tags/it/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/tags/odoo/index.html b/public/en/tags/odoo/index.html index e8e52de..728d5e2 100644 --- a/public/en/tags/odoo/index.html +++ b/public/en/tags/odoo/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/en/tags/paraguay/index.html b/public/en/tags/paraguay/index.html index e6f5c44..ee0a73b 100644 --- a/public/en/tags/paraguay/index.html +++ b/public/en/tags/paraguay/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/authors/index.html b/public/es/authors/index.html index 3c7a727..36c2673 100644 --- a/public/es/authors/index.html +++ b/public/es/authors/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/categories/0-5/index.html b/public/es/categories/0-5/index.html index 2cc7b72..cd044dd 100644 --- a/public/es/categories/0-5/index.html +++ b/public/es/categories/0-5/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/categories/5-10/index.html b/public/es/categories/5-10/index.html index 643d10d..1399974 100644 --- a/public/es/categories/5-10/index.html +++ b/public/es/categories/5-10/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/categories/farm/index.html b/public/es/categories/farm/index.html index f924217..eafe3b8 100644 --- a/public/es/categories/farm/index.html +++ b/public/es/categories/farm/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/categories/index.html b/public/es/categories/index.html index 143381b..76867df 100644 --- a/public/es/categories/index.html +++ b/public/es/categories/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/categories/it/index.html b/public/es/categories/it/index.html index cbd1004..81fb6bd 100644 --- a/public/es/categories/it/index.html +++ b/public/es/categories/it/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/index.html b/public/es/index.html index 6e1c1c7..c2599bf 100644 --- a/public/es/index.html +++ b/public/es/index.html @@ -12,7 +12,7 @@ - + @@ -76,8 +76,8 @@

Historias de éxito reales de Odoo Community para startups: descubre dónde destaca Odoo

Descubre cómo empresas de todos los sectores se están transformando con Odoo, desde la optimización del inventario hasta la automatización de las ventas y la ampliación de las operaciones. Estos son ejemplos reales de cómo Odoo es un éxito rotundo. 💡 ¿Usas Odoo? Comparte tu historia de éxito y consigue visibilidad destacada con un backlink dofollow a tu sitio web como agradecimiento. Es visibilidad gratuita y un excelente SEO.

- diff --git a/public/es/stories/agape/index.html b/public/es/stories/agape/index.html index b327297..2221b1e 100644 --- a/public/es/stories/agape/index.html +++ b/public/es/stories/agape/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/stories/index.html b/public/es/stories/index.html index bef2412..2ee5490 100644 --- a/public/es/stories/index.html +++ b/public/es/stories/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/stories/odoo4projects/index.html b/public/es/stories/odoo4projects/index.html index 8fc8d2f..ac5bcb3 100644 --- a/public/es/stories/odoo4projects/index.html +++ b/public/es/stories/odoo4projects/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/tags/cattle-farm/index.html b/public/es/tags/cattle-farm/index.html index 15669bb..2780185 100644 --- a/public/es/tags/cattle-farm/index.html +++ b/public/es/tags/cattle-farm/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/tags/community/index.html b/public/es/tags/community/index.html index 7b4b1b8..193f345 100644 --- a/public/es/tags/community/index.html +++ b/public/es/tags/community/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/tags/erp/index.html b/public/es/tags/erp/index.html index fcd70ee..4406dcf 100644 --- a/public/es/tags/erp/index.html +++ b/public/es/tags/erp/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/tags/index.html b/public/es/tags/index.html index 3794577..a1ad440 100644 --- a/public/es/tags/index.html +++ b/public/es/tags/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/tags/it/index.html b/public/es/tags/it/index.html index cbd1004..81fb6bd 100644 --- a/public/es/tags/it/index.html +++ b/public/es/tags/it/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/tags/odoo/index.html b/public/es/tags/odoo/index.html index f8e7012..30aa59a 100644 --- a/public/es/tags/odoo/index.html +++ b/public/es/tags/odoo/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/es/tags/paraguay/index.html b/public/es/tags/paraguay/index.html index 2991d35..19c43ea 100644 --- a/public/es/tags/paraguay/index.html +++ b/public/es/tags/paraguay/index.html @@ -11,7 +11,7 @@ - + diff --git a/public/images/de.svg b/public/images/de.svg new file mode 100644 index 0000000..eba64e7 --- /dev/null +++ b/public/images/de.svg @@ -0,0 +1,631 @@ + + + + diff --git a/public/images/en.svg b/public/images/en.svg new file mode 100644 index 0000000..effb71b --- /dev/null +++ b/public/images/en.svg @@ -0,0 +1,760 @@ + + + + diff --git a/public/images/es.svg b/public/images/es.svg new file mode 100644 index 0000000..a24a00b --- /dev/null +++ b/public/images/es.svg @@ -0,0 +1,670 @@ + + + + diff --git a/static/images/de.svg b/static/images/de.svg new file mode 100644 index 0000000..eba64e7 --- /dev/null +++ b/static/images/de.svg @@ -0,0 +1,631 @@ + + + + diff --git a/static/images/en.svg b/static/images/en.svg new file mode 100644 index 0000000..effb71b --- /dev/null +++ b/static/images/en.svg @@ -0,0 +1,760 @@ + + + + diff --git a/static/images/es.svg b/static/images/es.svg new file mode 100644 index 0000000..a24a00b --- /dev/null +++ b/static/images/es.svg @@ -0,0 +1,670 @@ + + + +