From 7036ee1cb0c339be4bb7f75a5b8ef8097fb9436e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pannetier?= <35581688+clement-pannetier@users.noreply.github.com> Date: Wed, 15 Jul 2020 15:16:18 +0200 Subject: Update Projects Archetype (#364) * Removed dates front matter to use default date + removed card display on taxonomies > projects * Replaced technologies taxo with tags + removed dates + removed unused css + small css changes * Make release --- archetypes/projects.md | 3 +- assets/scss/_card.scss | 41 +++------------------- assets/scss/_card_dark.scss | 5 --- assets/scss/_content.scss | 6 ++++ exampleSite/content/projects/hugo-coder.md | 3 +- layouts/_default/taxonomy.html | 31 ++++++---------- layouts/projects/li.html | 8 ++--- layouts/projects/single.html | 6 ---- ...k.scss_1fcd9040f1144c65015c77e7b93bc5ac.content | 2 +- ...dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.json | 2 +- ...r.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content | 2 +- ...oder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json | 2 +- 12 files changed, 29 insertions(+), 82 deletions(-) diff --git a/archetypes/projects.md b/archetypes/projects.md index b73a133..dc038f8 100644 --- a/archetypes/projects.md +++ b/archetypes/projects.md @@ -1,11 +1,10 @@ +++ title = "{{ replace .Name "-" " " | title }}" -dates = "" description = "" cover_image = "" featured_image = "" summary = "" -technologies = [] +tags = [] website = "" git_repo = "" +++ \ No newline at end of file diff --git a/assets/scss/_card.scss b/assets/scss/_card.scss index 88bec87..5f28130 100644 --- a/assets/scss/_card.scss +++ b/assets/scss/_card.scss @@ -14,14 +14,6 @@ li:nth-child(odd):last-child { margin-bottom: 0; } - .card-small { - padding: 2rem; - - background-color: $bg-color; - border: 1px solid $alt-bg-color; - border-radius: 1.5rem; - } - .card { display: inline-flex; @@ -31,7 +23,7 @@ background-color: $bg-color; border: 1px solid $alt-bg-color; - border-radius: 1.5rem; + border-radius: .5rem; .card-image { height: 200px; @@ -41,35 +33,12 @@ .card-image[src*="jpg"] { width: 100%; - border-top-left-radius: 1.5rem; - border-top-right-radius: 1.5rem; + border-top-left-radius: .5rem; + border-top-right-radius: .5rem; } .card-tags { - display: flex; - flex-wrap: wrap; padding: 1.5rem 2rem; - - .card-tag { - padding: .5rem 1rem; - margin-right: .5rem; - margin-bottom: 1rem; - - font-size: smaller; - text-align: center; - color: $fg-color; - - border-radius: .5rem; - } - - .php { background-color: #5c6bc0; } - .joomla { background-color: #F2C986; } - .javascript { background-color: #ff9800; } - .android { background-color: #81c784; } - .java { background-color: #f44336; } - .api { background-color: #E1C1C1; } - .symfony { background-color: #6db8ee; } - .hugo { background-color: #36679f; } } .card-body { @@ -88,8 +57,8 @@ .card-footer { padding: 1.5rem 2rem; - border-bottom-left-radius: 1.5rem; - border-bottom-right-radius: 1.5rem; + border-bottom-left-radius: .5rem; + border-bottom-right-radius: .5rem; .card-link { margin-right: 1rem; } } diff --git a/assets/scss/_card_dark.scss b/assets/scss/_card_dark.scss index 11f50c4..3323adf 100644 --- a/assets/scss/_card_dark.scss +++ b/assets/scss/_card_dark.scss @@ -1,9 +1,4 @@ @mixin card_dark { - .card-small { - background-color: $bg-color-dark; - border: 1px solid $bg-color; - } - .card { border: 1px solid $bg-color; } .card-image { diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss index 1f95356..ebc89bf 100644 --- a/assets/scss/_content.scss +++ b/assets/scss/_content.scss @@ -92,6 +92,12 @@ text-align: left; } } + .nodate.title { + margin-left: 3.0rem; + @media only screen and (max-width : 768px) { + margin-left: 0; + } + } .title { font-size: 1.8rem; color: $fg-color; diff --git a/exampleSite/content/projects/hugo-coder.md b/exampleSite/content/projects/hugo-coder.md index abc3074..c6d7603 100644 --- a/exampleSite/content/projects/hugo-coder.md +++ b/exampleSite/content/projects/hugo-coder.md @@ -1,11 +1,10 @@ +++ title = "Hugo Coder" -dates = "2018 - 2020" description = "My Hugo template project: Hugo Coder, a simple and clean blog theme for hugo." cover_image = "/images/hugo-coder-cover.png" featured_image = "/images/hugo-coder-featured.png" summary = "Lorem ipsum dolor sit amet consectetur adipisicing elit. At excepturi natus omnis nulla quibusdam? Sint ea reprehenderit voluptatum, excepturi ipsa iste aliquam ullam nesciunt dolore exercitationem velit, ab incidunt soluta!" -tags = ["Hugo"] +tags = ["Hugo", "go", "themes"] website = "https://themes.gohugo.io/theme/hugo-coder" git_repo = "https://github.com/luizdepra/hugo-coder" +++ diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 82722e3..c62f087 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -13,27 +13,16 @@ {{ range .Pages.GroupBy "Section" }}

{{ .Key | humanize }}

- {{ if eq .Key "posts" }} - - {{ else }} - - {{ end }} + {{ end }} diff --git a/layouts/projects/li.html b/layouts/projects/li.html index 4d9a0ba..c92ec10 100644 --- a/layouts/projects/li.html +++ b/layouts/projects/li.html @@ -2,14 +2,10 @@
{{ .Title }}
- {{ with .Page.Params.Tags }} - {{ range $index, $el := . }} - {{ . }} - {{ end }} - {{ end }} + {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
-

{{ .Title }}

+

{{ .Title }}

{{ .Summary }}

-
- - - {{ .Page.Params.dates }} - -
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
diff --git a/resources/_gen/assets/scss/scss/coder-dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.content b/resources/_gen/assets/scss/scss/coder-dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.content index d9eb34e..6bea02f 100644 --- a/resources/_gen/assets/scss/scss/coder-dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.content +++ b/resources/_gen/assets/scss/scss/coder-dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.content @@ -1 +1 @@ -body.colorscheme-dark{color:#dadada;background-color:#212121}body.colorscheme-dark a{color:#42a5f5}body.colorscheme-dark h1,body.colorscheme-dark h2,body.colorscheme-dark h3,body.colorscheme-dark h4,body.colorscheme-dark h5,body.colorscheme-dark h6{color:#dadada}body.colorscheme-dark code{background-color:#424242;color:#dadada}body.colorscheme-dark pre code{background-color:inherit;color:inherit}body.colorscheme-dark blockquote{border-left:2px solid #424242}body.colorscheme-dark table td,body.colorscheme-dark table th{border:2px solid #dadada}@media(prefers-color-scheme:dark){body.colorscheme-auto{color:#dadada;background-color:#212121}body.colorscheme-auto a{color:#42a5f5}body.colorscheme-auto h1,body.colorscheme-auto h2,body.colorscheme-auto h3,body.colorscheme-auto h4,body.colorscheme-auto h5,body.colorscheme-auto h6{color:#dadada}body.colorscheme-auto code{background-color:#424242;color:#dadada}body.colorscheme-auto pre code{background-color:inherit;color:inherit}body.colorscheme-auto blockquote{border-left:2px solid #424242}body.colorscheme-auto table td,body.colorscheme-auto table th{border:2px solid #dadada}}body.colorscheme-dark .content .list ul li .title{color:#dadada}body.colorscheme-dark .content .list ul li .title:hover,body.colorscheme-dark .content .list ul li .title:focus{color:#42a5f5}body.colorscheme-dark .content .centered .about ul li a{color:#dadada}body.colorscheme-dark .content .centered .about ul li a:hover,body.colorscheme-dark .content .centered .about ul li a:focus{color:#42a5f5}@media(prefers-color-scheme:dark){body.colorscheme-auto .content .list ul li .title{color:#dadada}body.colorscheme-auto .content .list ul li .title:hover,body.colorscheme-auto .content .list ul li .title:focus{color:#42a5f5}body.colorscheme-auto .content .centered .about ul li a{color:#dadada}body.colorscheme-auto .content .centered .about ul li a:hover,body.colorscheme-auto .content .centered .about ul li a:focus{color:#42a5f5}}body.colorscheme-dark .navigation a,body.colorscheme-dark .navigation span{color:#dadada}body.colorscheme-dark .navigation a:hover,body.colorscheme-dark .navigation a:focus{color:#42a5f5}@media only screen and (max-width:768px){body.colorscheme-dark .navigation .navigation-list{background-color:#212121;border-top:solid 2px #424242;border-bottom:solid 2px #424242}}@media only screen and (max-width:768px){body.colorscheme-dark .navigation .navigation-list .menu-separator{border-top:2px solid #dadada}}@media only screen and (max-width:768px){body.colorscheme-dark .navigation #menu-toggle:checked+label{color:#424242}}@media only screen and (max-width:768px){body.colorscheme-dark .navigation .menu-button{color:#dadada}body.colorscheme-dark .navigation .menu-button:hover,body.colorscheme-dark .navigation .menu-button:focus{color:#42a5f5}}@media(prefers-color-scheme:dark){body.colorscheme-auto .navigation a,body.colorscheme-auto .navigation span{color:#dadada}body.colorscheme-auto .navigation a:hover,body.colorscheme-auto .navigation a:focus{color:#42a5f5}}@media only screen and (prefers-color-scheme:dark) and (max-width:768px){body.colorscheme-auto .navigation .navigation-list{background-color:#212121;border-top:solid 2px #424242;border-bottom:solid 2px #424242}}@media only screen and (prefers-color-scheme:dark) and (max-width:768px){body.colorscheme-auto .navigation .navigation-list .menu-separator{border-top:2px solid #dadada}}@media only screen and (prefers-color-scheme:dark) and (max-width:768px){body.colorscheme-auto .navigation #menu-toggle:checked+label{color:#424242}}@media only screen and (prefers-color-scheme:dark) and (max-width:768px){body.colorscheme-auto .navigation .menu-button{color:#dadada}body.colorscheme-auto .navigation .menu-button:hover,body.colorscheme-auto .navigation .menu-button:focus{color:#42a5f5}}body.colorscheme-dark .footer a{color:#42a5f5}@media(prefers-color-scheme:dark){body.colorscheme-auto .footer a{color:#42a5f5}}body.colorscheme-dark .card-small{background-color:#212121;border:1px solid #fafafa}body.colorscheme-dark .card{border:1px solid #fafafa}body.colorscheme-dark .card-image{filter:grayscale(50%)}body.colorscheme-dark .card-body,body.colorscheme-dark .card-tags,body.colorscheme-dark .card-footer{background-color:#212121}@media(prefers-color-scheme:dark){body.colorscheme-auto .card-small{background-color:#212121;border:1px solid #fafafa}body.colorscheme-auto .card{border:1px solid #fafafa}body.colorscheme-auto .card-image{filter:grayscale(50%)}body.colorscheme-auto .card-body,body.colorscheme-auto .card-tags,body.colorscheme-auto .card-footer{background-color:#212121}} \ No newline at end of file +body.colorscheme-dark{color:#dadada;background-color:#212121}body.colorscheme-dark a{color:#42a5f5}body.colorscheme-dark h1,body.colorscheme-dark h2,body.colorscheme-dark h3,body.colorscheme-dark h4,body.colorscheme-dark h5,body.colorscheme-dark h6{color:#dadada}body.colorscheme-dark code{background-color:#424242;color:#dadada}body.colorscheme-dark pre code{background-color:inherit;color:inherit}body.colorscheme-dark blockquote{border-left:2px solid #424242}body.colorscheme-dark table td,body.colorscheme-dark table th{border:2px solid #dadada}@media(prefers-color-scheme:dark){body.colorscheme-auto{color:#dadada;background-color:#212121}body.colorscheme-auto a{color:#42a5f5}body.colorscheme-auto h1,body.colorscheme-auto h2,body.colorscheme-auto h3,body.colorscheme-auto h4,body.colorscheme-auto h5,body.colorscheme-auto h6{color:#dadada}body.colorscheme-auto code{background-color:#424242;color:#dadada}body.colorscheme-auto pre code{background-color:inherit;color:inherit}body.colorscheme-auto blockquote{border-left:2px solid #424242}body.colorscheme-auto table td,body.colorscheme-auto table th{border:2px solid #dadada}}body.colorscheme-dark .content .list ul li .title{color:#dadada}body.colorscheme-dark .content .list ul li .title:hover,body.colorscheme-dark .content .list ul li .title:focus{color:#42a5f5}body.colorscheme-dark .content .centered .about ul li a{color:#dadada}body.colorscheme-dark .content .centered .about ul li a:hover,body.colorscheme-dark .content .centered .about ul li a:focus{color:#42a5f5}@media(prefers-color-scheme:dark){body.colorscheme-auto .content .list ul li .title{color:#dadada}body.colorscheme-auto .content .list ul li .title:hover,body.colorscheme-auto .content .list ul li .title:focus{color:#42a5f5}body.colorscheme-auto .content .centered .about ul li a{color:#dadada}body.colorscheme-auto .content .centered .about ul li a:hover,body.colorscheme-auto .content .centered .about ul li a:focus{color:#42a5f5}}body.colorscheme-dark .navigation a,body.colorscheme-dark .navigation span{color:#dadada}body.colorscheme-dark .navigation a:hover,body.colorscheme-dark .navigation a:focus{color:#42a5f5}@media only screen and (max-width:768px){body.colorscheme-dark .navigation .navigation-list{background-color:#212121;border-top:solid 2px #424242;border-bottom:solid 2px #424242}}@media only screen and (max-width:768px){body.colorscheme-dark .navigation .navigation-list .menu-separator{border-top:2px solid #dadada}}@media only screen and (max-width:768px){body.colorscheme-dark .navigation #menu-toggle:checked+label{color:#424242}}@media only screen and (max-width:768px){body.colorscheme-dark .navigation .menu-button{color:#dadada}body.colorscheme-dark .navigation .menu-button:hover,body.colorscheme-dark .navigation .menu-button:focus{color:#42a5f5}}@media(prefers-color-scheme:dark){body.colorscheme-auto .navigation a,body.colorscheme-auto .navigation span{color:#dadada}body.colorscheme-auto .navigation a:hover,body.colorscheme-auto .navigation a:focus{color:#42a5f5}}@media only screen and (prefers-color-scheme:dark) and (max-width:768px){body.colorscheme-auto .navigation .navigation-list{background-color:#212121;border-top:solid 2px #424242;border-bottom:solid 2px #424242}}@media only screen and (prefers-color-scheme:dark) and (max-width:768px){body.colorscheme-auto .navigation .navigation-list .menu-separator{border-top:2px solid #dadada}}@media only screen and (prefers-color-scheme:dark) and (max-width:768px){body.colorscheme-auto .navigation #menu-toggle:checked+label{color:#424242}}@media only screen and (prefers-color-scheme:dark) and (max-width:768px){body.colorscheme-auto .navigation .menu-button{color:#dadada}body.colorscheme-auto .navigation .menu-button:hover,body.colorscheme-auto .navigation .menu-button:focus{color:#42a5f5}}body.colorscheme-dark .footer a{color:#42a5f5}@media(prefers-color-scheme:dark){body.colorscheme-auto .footer a{color:#42a5f5}}body.colorscheme-dark .card{border:1px solid #fafafa}body.colorscheme-dark .card-image{filter:grayscale(50%)}body.colorscheme-dark .card-body,body.colorscheme-dark .card-tags,body.colorscheme-dark .card-footer{background-color:#212121}@media(prefers-color-scheme:dark){body.colorscheme-auto .card{border:1px solid #fafafa}body.colorscheme-auto .card-image{filter:grayscale(50%)}body.colorscheme-auto .card-body,body.colorscheme-auto .card-tags,body.colorscheme-auto .card-footer{background-color:#212121}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/coder-dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.json b/resources/_gen/assets/scss/scss/coder-dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.json index e36f5e7..d8eb2c1 100644 --- a/resources/_gen/assets/scss/scss/coder-dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.json +++ b/resources/_gen/assets/scss/scss/coder-dark.scss_1fcd9040f1144c65015c77e7b93bc5ac.json @@ -1 +1 @@ -{"Target":"css/coder-dark.min.60ff6690af90664e88ce35d0587223f62b7af0a24ff1be2a2decd62f85f1b318.css","MediaType":"text/css","Data":{"Integrity":"sha256-YP9mkK+QZk6IzjXQWHIj9it68KJP8b4qLezWL4Xxsxg="}} \ No newline at end of file +{"Target":"css/coder-dark.min.891512b1c89287f2972032c3388803266541ea9729fcb4a1579fac1e5cda56d1.css","MediaType":"text/css","Data":{"Integrity":"sha256-iRUSsciSh/KXIDLDOIgDJmVB6pcp/LShV5+sHlzaVtE="}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content b/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content index 4ef50de..b52b8bb 100644 --- a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content +++ b/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content @@ -1 +1 @@ -*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{color:#212121;background-color:#fafafa;font-family:Merriweather,Georgia,serif;font-size:1.6em;font-weight:300;line-height:1.8em}@media only screen and (max-width:768px){body{font-size:1.6em;line-height:1.6em}}a{font-weight:300;color:#1565c0;text-decoration:none}a:focus,a:hover{text-decoration:underline}p{margin:2rem 0}h1,h2,h3,h4,h5,h6{font-family:Lato,Helvetica,sans-serif;font-weight:700;color:#000;margin:6.4rem 0 3.2rem}h1{font-size:3.2rem;line-height:3.6rem}@media only screen and (max-width:768px){h1{font-size:3rem;line-height:3.4rem}}h2{font-size:2.8rem;line-height:3.2rem}@media only screen and (max-width:768px){h2{font-size:2.6rem;line-height:3rem}}h3{font-size:2.4rem;line-height:2.8rem}@media only screen and (max-width:768px){h3{font-size:2.2rem;line-height:2.6rem}}h4{font-size:2.2rem;line-height:2.6rem}@media only screen and (max-width:768px){h4{font-size:2rem;line-height:2.4rem}}h5{font-size:2rem;line-height:2.4rem}@media only screen and (max-width:768px){h5{font-size:1.8rem;line-height:2.2rem}}h6{font-size:1.8rem;line-height:2.2rem}@media only screen and (max-width:768px){h6{font-size:1.6rem;line-height:2rem}}b,strong{font-weight:700}.highlight>div,.highlight>pre{margin:0 0 2rem;padding:1rem;border-radius:1rem}pre{display:block;font-family:source code pro,lucida console,monospace;font-size:1.6rem;font-weight:400;line-height:2.6rem;overflow-x:auto;margin:0}pre code{display:inline-block;background-color:inherit;color:inherit}code{font-family:source code pro,lucida console,monospace;font-size:1.6rem;font-weight:400;background-color:#e0e0e0;color:#212121}blockquote{border-left:2px solid #e0e0e0;padding-left:2rem;line-height:2.2rem;font-weight:400;font-style:italic}th,td{padding:1.6rem}table{border-collapse:collapse}table td,table th{border:2px solid #000}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}img{max-width:100%}figure{text-align:center}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:90rem;width:100%;padding-left:2rem;padding-right:2rem}.fab{font-weight:400}.fas{font-weight:700}.float-right{float:right}.float-left{float:left}.fab{font-weight:400}.fas{font-weight:900}img.emoji{height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em}.content{flex:1;display:flex;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:6.4rem;margin-bottom:3.2rem}.content article header h1{font-size:4.2rem;line-height:4.6rem;margin:0}@media only screen and (max-width:768px){.content article header h1{font-size:4rem;line-height:4.4rem}}.content article footer{margin-top:4rem}.content article footer .see-also{margin:3.2rem 0}.content article footer .see-also h3{margin:3.2rem 0}.content article p{text-align:justify;text-justify:auto;hyphens:auto}.content .post .post-title{margin-bottom:.75em}.content .post .post-meta i{text-align:center;width:1.6rem;margin-left:0;margin-right:.5rem}.content .post .post-meta .date .posted-on{margin-left:0;margin-right:1.5rem}.content figure{margin:0;padding:0}.content figcaption p{text-align:center;font-style:italic;font-size:1.6rem;margin:0}.avatar img{width:20rem;height:auto;border-radius:50%}@media only screen and (max-width:768px){.avatar img{width:10rem}}.list ul{margin:3.2rem 0;list-style:none;padding:0}.list ul li{font-size:1.8rem}@media only screen and (max-width:768px){.list ul li{margin:1.6rem 0}}.list ul li .date{display:inline-block;width:20rem;text-align:right;margin-right:3rem}@media only screen and (max-width:768px){.list ul li .date{display:block;text-align:left}}.list ul li .title{font-size:1.8rem;color:#212121;font-family:Lato,Helvetica,sans-serif;font-weight:700}.list ul li .title:hover,.list ul li .title:focus{color:#1565c0}.centered{display:flex;align-items:center;justify-content:center}.centered .about{text-align:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}@media only screen and (max-width:768px){.centered .about h2{font-size:2rem}}.centered .about ul{list-style:none;margin:3rem 0 1rem;padding:0}.centered .about ul li{display:inline-block;position:relative}.centered .about ul li a{color:#212121;text-transform:uppercase;margin-left:1rem;margin-right:1rem;font-size:1.6rem}.centered .about ul li a:hover,.centered .about ul li a:focus{color:#1565c0}@media only screen and (max-width:768px){.centered .about ul li a{font-size:1.4rem}}.centered .about ul li a i{font-size:3.2rem}.centered .error{text-align:center}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}@media only screen and (max-width:768px){.centered .error h1{font-size:3.2rem}}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}@media only screen and (max-width:768px){.centered .error h2{font-size:2.8rem}}.navigation{height:6rem;width:100%}.navigation a,.navigation span{display:inline;font-size:1.6rem;font-family:Lato,Helvetica,sans-serif;font-weight:700;line-height:6rem;color:#212121}.navigation a:hover,.navigation a:focus{color:#1565c0}.navigation .navigation-title{letter-spacing:.1rem;text-transform:uppercase}.navigation .navigation-list{float:right;list-style:none;margin-bottom:0;margin-top:0}@media only screen and (max-width:768px){.navigation .navigation-list{position:absolute;top:6rem;right:0;z-index:5;visibility:hidden;opacity:0;padding:0;max-height:0;width:100%;background-color:#fafafa;border-top:solid 2px #e0e0e0;border-bottom:solid 2px #e0e0e0;transition:opacity .25s,max-height .15s linear}}.navigation .navigation-list .navigation-item{float:left;margin:0;position:relative}@media only screen and (max-width:768px){.navigation .navigation-list .navigation-item{float:none!important;text-align:center}.navigation .navigation-list .navigation-item a,.navigation .navigation-list .navigation-item span{line-height:5rem}}.navigation .navigation-list .navigation-item a,.navigation .navigation-list .navigation-item span{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:768px){.navigation .navigation-list .menu-separator{border-top:2px solid #212121;margin:0 8rem}.navigation .navigation-list .menu-separator span{display:none}}.navigation #menu-toggle{display:none}@media only screen and (max-width:768px){.navigation #menu-toggle:checked+label{color:#e0e0e0}.navigation #menu-toggle:checked+label+ul{visibility:visible;opacity:1;max-height:100rem}}.navigation .menu-button{display:none}@media only screen and (max-width:768px){.navigation .menu-button{display:block;font-size:2.4rem;font-weight:400;line-height:6rem;color:#212121;cursor:pointer}.navigation .menu-button:hover,.navigation .menu-button:focus{color:#1565c0}}.pagination{margin-top:6rem;text-align:center;font-family:Lato,Helvetica,sans-serif}.pagination li{display:inline;text-align:center;font-weight:700}.pagination li span{margin:0;text-align:center;width:3.2rem}.pagination li a{font-weight:300}.pagination li a span{margin:0;text-align:center;width:3.2rem}.footer{width:100%;text-align:center;line-height:2rem;margin-bottom:1rem}.footer a{color:#1565c0}.card-list{display:flex;flex-wrap:wrap;justify-content:space-between}@media all and (max-width:768px){.card-list{flex-direction:column}}.card-list li{flex:0 0 45%;margin-bottom:6rem}.card-list li:nth-child(odd):last-child{margin-bottom:0}.card-list .card-small{padding:2rem;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:1.5rem}.card-list .card{display:inline-flex;flex-direction:column;height:100%;width:100%;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:1.5rem}.card-list .card .card-image{height:200px;margin:auto}.card-list .card .card-image[src*=jpg]{width:100%;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.card-list .card .card-tags{display:flex;flex-wrap:wrap;padding:1.5rem 2rem}.card-list .card .card-tags .card-tag{padding:.5rem 1rem;margin-right:.5rem;margin-bottom:1rem;font-size:smaller;text-align:center;color:#212121;border-radius:.5rem}.card-list .card .card-tags .php{background-color:#5c6bc0}.card-list .card .card-tags .joomla{background-color:#f2c986}.card-list .card .card-tags .javascript{background-color:#ff9800}.card-list .card .card-tags .android{background-color:#81c784}.card-list .card .card-tags .java{background-color:#f44336}.card-list .card .card-tags .api{background-color:#e1c1c1}.card-list .card .card-tags .symfony{background-color:#6db8ee}.card-list .card .card-tags .hugo{background-color:#36679f}.card-list .card .card-body{flex:1 1 auto;padding:1.5rem 2rem}.card-list .card .card-body .card-title{margin:0 0 .75rem}.card-list .card .card-body .card-title a{font-weight:700}.card-list .card .card-body .card-text{margin-bottom:1rem}.card-list .card .card-footer{padding:1.5rem 2rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.card-list .card .card-footer .card-link{margin-right:1rem} \ No newline at end of file +*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{color:#212121;background-color:#fafafa;font-family:Merriweather,Georgia,serif;font-size:1.6em;font-weight:300;line-height:1.8em}@media only screen and (max-width:768px){body{font-size:1.6em;line-height:1.6em}}a{font-weight:300;color:#1565c0;text-decoration:none}a:focus,a:hover{text-decoration:underline}p{margin:2rem 0}h1,h2,h3,h4,h5,h6{font-family:Lato,Helvetica,sans-serif;font-weight:700;color:#000;margin:6.4rem 0 3.2rem}h1{font-size:3.2rem;line-height:3.6rem}@media only screen and (max-width:768px){h1{font-size:3rem;line-height:3.4rem}}h2{font-size:2.8rem;line-height:3.2rem}@media only screen and (max-width:768px){h2{font-size:2.6rem;line-height:3rem}}h3{font-size:2.4rem;line-height:2.8rem}@media only screen and (max-width:768px){h3{font-size:2.2rem;line-height:2.6rem}}h4{font-size:2.2rem;line-height:2.6rem}@media only screen and (max-width:768px){h4{font-size:2rem;line-height:2.4rem}}h5{font-size:2rem;line-height:2.4rem}@media only screen and (max-width:768px){h5{font-size:1.8rem;line-height:2.2rem}}h6{font-size:1.8rem;line-height:2.2rem}@media only screen and (max-width:768px){h6{font-size:1.6rem;line-height:2rem}}b,strong{font-weight:700}.highlight>div,.highlight>pre{margin:0 0 2rem;padding:1rem;border-radius:1rem}pre{display:block;font-family:source code pro,lucida console,monospace;font-size:1.6rem;font-weight:400;line-height:2.6rem;overflow-x:auto;margin:0}pre code{display:inline-block;background-color:inherit;color:inherit}code{font-family:source code pro,lucida console,monospace;font-size:1.6rem;font-weight:400;background-color:#e0e0e0;color:#212121}blockquote{border-left:2px solid #e0e0e0;padding-left:2rem;line-height:2.2rem;font-weight:400;font-style:italic}th,td{padding:1.6rem}table{border-collapse:collapse}table td,table th{border:2px solid #000}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}img{max-width:100%}figure{text-align:center}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:90rem;width:100%;padding-left:2rem;padding-right:2rem}.fab{font-weight:400}.fas{font-weight:700}.float-right{float:right}.float-left{float:left}.fab{font-weight:400}.fas{font-weight:900}img.emoji{height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em}.content{flex:1;display:flex;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:6.4rem;margin-bottom:3.2rem}.content article header h1{font-size:4.2rem;line-height:4.6rem;margin:0}@media only screen and (max-width:768px){.content article header h1{font-size:4rem;line-height:4.4rem}}.content article footer{margin-top:4rem}.content article footer .see-also{margin:3.2rem 0}.content article footer .see-also h3{margin:3.2rem 0}.content article p{text-align:justify;text-justify:auto;hyphens:auto}.content .post .post-title{margin-bottom:.75em}.content .post .post-meta i{text-align:center;width:1.6rem;margin-left:0;margin-right:.5rem}.content .post .post-meta .date .posted-on{margin-left:0;margin-right:1.5rem}.content figure{margin:0;padding:0}.content figcaption p{text-align:center;font-style:italic;font-size:1.6rem;margin:0}.avatar img{width:20rem;height:auto;border-radius:50%}@media only screen and (max-width:768px){.avatar img{width:10rem}}.list ul{margin:3.2rem 0;list-style:none;padding:0}.list ul li{font-size:1.8rem}@media only screen and (max-width:768px){.list ul li{margin:1.6rem 0}}.list ul li .date{display:inline-block;width:20rem;text-align:right;margin-right:3rem}@media only screen and (max-width:768px){.list ul li .date{display:block;text-align:left}}.list ul li .nodate.title{margin-left:3rem}@media only screen and (max-width:768px){.list ul li .nodate.title{margin-left:0}}.list ul li .title{font-size:1.8rem;color:#212121;font-family:Lato,Helvetica,sans-serif;font-weight:700}.list ul li .title:hover,.list ul li .title:focus{color:#1565c0}.centered{display:flex;align-items:center;justify-content:center}.centered .about{text-align:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}@media only screen and (max-width:768px){.centered .about h2{font-size:2rem}}.centered .about ul{list-style:none;margin:3rem 0 1rem;padding:0}.centered .about ul li{display:inline-block;position:relative}.centered .about ul li a{color:#212121;text-transform:uppercase;margin-left:1rem;margin-right:1rem;font-size:1.6rem}.centered .about ul li a:hover,.centered .about ul li a:focus{color:#1565c0}@media only screen and (max-width:768px){.centered .about ul li a{font-size:1.4rem}}.centered .about ul li a i{font-size:3.2rem}.centered .error{text-align:center}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}@media only screen and (max-width:768px){.centered .error h1{font-size:3.2rem}}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}@media only screen and (max-width:768px){.centered .error h2{font-size:2.8rem}}.navigation{height:6rem;width:100%}.navigation a,.navigation span{display:inline;font-size:1.6rem;font-family:Lato,Helvetica,sans-serif;font-weight:700;line-height:6rem;color:#212121}.navigation a:hover,.navigation a:focus{color:#1565c0}.navigation .navigation-title{letter-spacing:.1rem;text-transform:uppercase}.navigation .navigation-list{float:right;list-style:none;margin-bottom:0;margin-top:0}@media only screen and (max-width:768px){.navigation .navigation-list{position:absolute;top:6rem;right:0;z-index:5;visibility:hidden;opacity:0;padding:0;max-height:0;width:100%;background-color:#fafafa;border-top:solid 2px #e0e0e0;border-bottom:solid 2px #e0e0e0;transition:opacity .25s,max-height .15s linear}}.navigation .navigation-list .navigation-item{float:left;margin:0;position:relative}@media only screen and (max-width:768px){.navigation .navigation-list .navigation-item{float:none!important;text-align:center}.navigation .navigation-list .navigation-item a,.navigation .navigation-list .navigation-item span{line-height:5rem}}.navigation .navigation-list .navigation-item a,.navigation .navigation-list .navigation-item span{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:768px){.navigation .navigation-list .menu-separator{border-top:2px solid #212121;margin:0 8rem}.navigation .navigation-list .menu-separator span{display:none}}.navigation #menu-toggle{display:none}@media only screen and (max-width:768px){.navigation #menu-toggle:checked+label{color:#e0e0e0}.navigation #menu-toggle:checked+label+ul{visibility:visible;opacity:1;max-height:100rem}}.navigation .menu-button{display:none}@media only screen and (max-width:768px){.navigation .menu-button{display:block;font-size:2.4rem;font-weight:400;line-height:6rem;color:#212121;cursor:pointer}.navigation .menu-button:hover,.navigation .menu-button:focus{color:#1565c0}}.pagination{margin-top:6rem;text-align:center;font-family:Lato,Helvetica,sans-serif}.pagination li{display:inline;text-align:center;font-weight:700}.pagination li span{margin:0;text-align:center;width:3.2rem}.pagination li a{font-weight:300}.pagination li a span{margin:0;text-align:center;width:3.2rem}.footer{width:100%;text-align:center;line-height:2rem;margin-bottom:1rem}.footer a{color:#1565c0}.card-list{display:flex;flex-wrap:wrap;justify-content:space-between}@media all and (max-width:768px){.card-list{flex-direction:column}}.card-list li{flex:0 0 45%;margin-bottom:6rem}.card-list li:nth-child(odd):last-child{margin-bottom:0}.card-list .card{display:inline-flex;flex-direction:column;height:100%;width:100%;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:.5rem}.card-list .card .card-image{height:200px;margin:auto}.card-list .card .card-image[src*=jpg]{width:100%;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.card-list .card .card-tags{padding:1.5rem 2rem}.card-list .card .card-body{flex:1 1 auto;padding:1.5rem 2rem}.card-list .card .card-body .card-title{margin:0 0 .75rem}.card-list .card .card-body .card-title a{font-weight:700}.card-list .card .card-body .card-text{margin-bottom:1rem}.card-list .card .card-footer{padding:1.5rem 2rem;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.card-list .card .card-footer .card-link{margin-right:1rem} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json b/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json index 67cfe34..92834ef 100644 --- a/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json +++ b/resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.json @@ -1 +1 @@ -{"Target":"css/coder.min.b8c819973a334dbaf1a695c64145d100cec7ac41d6afd32b032518bed61c2510.css","MediaType":"text/css","Data":{"Integrity":"sha256-uMgZlzozTbrxppXGQUXRAM7HrEHWr9MrAyUYvtYcJRA="}} \ No newline at end of file +{"Target":"css/coder.min.a0ab5aabace295031f91a44e02ffb3bf9e6bd2eea42a8b53882755cf2d9831e4.css","MediaType":"text/css","Data":{"Integrity":"sha256-oKtaq6zilQMfkaROAv+zv55r0u6kKotTiCdVzy2YMeQ="}} \ No newline at end of file -- cgit v1.2.3