From f222420c120ea0b11bbf55b1bd24e059b225f3e5 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Wed, 21 Oct 2020 17:55:25 -0400 Subject: [PATCH] *Major Overhaul* Give theme a modern look! --- assets/css/style.css | 189 +++++++++++++++++++++++----------- assets/icons/github.png | Bin 0 -> 3506 bytes assets/icons/home-page.png | Bin 0 -> 1236 bytes assets/icons/linkedin.png | Bin 0 -> 1469 bytes layouts/_default/home.html | 42 ++++++++ layouts/_default/li-next.html | 2 +- layouts/_default/li.html | 2 +- layouts/_default/single.html | 2 +- layouts/partials/footer.html | 22 +++- layouts/partials/head.html | 3 +- static/img/home-blob-flip.svg | 27 +++++ static/img/home-blob.svg | 27 +++++ 12 files changed, 249 insertions(+), 67 deletions(-) create mode 100644 assets/icons/github.png create mode 100644 assets/icons/home-page.png create mode 100644 assets/icons/linkedin.png create mode 100644 layouts/_default/home.html create mode 100644 static/img/home-blob-flip.svg create mode 100644 static/img/home-blob.svg diff --git a/assets/css/style.css b/assets/css/style.css index 9dc678e..12b9fa9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,11 +1,10 @@ body { - font-family: 'LatoLatinWeb', Avenir, HelveticaNeue-Light, "Helvetica Neue Light", + font-family: Avenir, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; - color: #141823; + color: #454545; font-size: 1.1em; - background-color: #ecedef; + background-color: #E2E5EA; margin: 0; - padding: 0 0 2em 0; display: flex; flex-direction: column; align-items: center; @@ -16,13 +15,48 @@ body { p { margin: 1.5em 0; } -b, -strong { - font-family: 'LatoLatinWebHeavy'; +.home-header { + min-height: 26rem; + max-width: 50rem; + margin: 0 -1.2rem -5rem -1.2rem; + padding: 1.2rem; + display: flex; + flex-direction: column; + z-index: -1; + color: white; + background-image: url('http://localhost:1313/img/home-blob.svg'); + background-position: center; + background-size: cover; +} +.home-faceshot-card { + align-self: center; + padding: 0.5rem; + margin-bottom: 3rem; + max-width: 17rem; + width: 100%; + background-color: white; + border-radius: 1.2rem; + box-shadow: 0 0.7rem 2.3rem 0 rgba(0,0,0,0.1); +} +.home-faceshot { + margin: 0; + border-radius: 0.8rem; +} +.home-blob-text-container { + margin: 2em 0; + line-height: 1.5; +} +.home-blob-title{ + font-size: 1.5em; font-weight: normal; + margin: 0; +} +.home-blob-text{ + margin: 0.5em 0 0 0; + font-size: 1.1em; } .nav-bar { - max-width: 50rem; + max-width: 60rem; width: 100%; padding: 0.4em 0; display: flex; @@ -31,11 +65,12 @@ strong { } .nav-header { margin: 0; + font-size: 1.4em; } .nav-text { + font-weight: normal; text-decoration: none; z-index: 105; - font-size: 0.8em; } .hamburger-menu { display: block; @@ -60,16 +95,16 @@ strong { .hamburger-menu button span { display: block; width: 33px; - height: 4px; + height: 3px; position: relative; - background-color: #141823; + background-color: #454545; border-radius: 3px; transform-origin: center; transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0), background-color 0.3s cubic-bezier(0.77,0.2,0.05,1.0); } .hamburger-menu button span:first-of-type { - margin-bottom: 5px; + margin-bottom: 6px; } .hamburger-menu-open button span { background-color: white; @@ -109,20 +144,22 @@ strong { } .post { margin: 0 0 1em 0; - line-height: 1.6; + line-height: 1.9; } .post-header { margin: 0 0 1.5em 0; } .post-title { font-size: 1.8em; + font-weight: 500; + color: #2A2A84; line-height: 1.2; margin: 0 0 0.4em 0; } .post-date { display: block; color: #7a7b7c; - font-size: 0.8em; + font-size: 0.7em; margin: 0; } .post-figure { @@ -132,18 +169,19 @@ strong { float: left; font-size: 3em; line-height: 1; - margin: 0.05em 0.15em -0.1em 0; + margin: 0.08em 0.15em -0.4em 0; /* initial-letter: 2; Maybe someday*/ } .content { background-color: white; padding: 2em 0; - margin-bottom: 2em; + margin-bottom: 3rem; width: 100%; - max-width: 52rem; - border-radius: 0.3rem; + max-width: 51rem; + border-radius: 1.2rem; + z-index: 2; transition: transform 0.2s cubic-bezier(0.25,0.8,0.25,1), box-shadow 0.2s cubic-bezier(0.25,0.8,0.25,1); - box-shadow: 0 0.7rem 1.4rem 0 rgba(0,0,0,0.25), 0 0.5rem 0.5rem 0 rgba(0,0,0,0.22); + box-shadow: 0 0.7rem 2.3rem 0 rgba(0,0,0,0.1); } .list-header { margin: 6em 0; @@ -165,21 +203,21 @@ strong { line-height: 1.6em; } .card-container { - max-width: 49rem; + max-width: 48rem; } -.card-container > a:first-of-type { +/* .card-container > a:first-of-type { margin-top: 5em; -} +} */ .card { display: block; - margin: 2.2rem 0; + margin: 3rem 0; box-sizing: border-box; background-color: white; text-decoration: none; - border-radius: 0.3rem; + border-radius: 1.2rem; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: transform 0.2s cubic-bezier(0.25,0.8,0.25,1), box-shadow 0.2s cubic-bezier(0.25,0.8,0.25,1); - box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.19), 0 0.3rem 0.3rem -0.1rem rgba(0,0,0,0.23); + box-shadow: 0 0.7rem 2.3rem 0 rgba(0,0,0,0.1); } .home-card { padding: 0.8em; @@ -195,22 +233,26 @@ strong { flex-direction: column; align-items: stretch; } +.bc-next { + margin-top: 0; +} .card-img-container { position: relative; + margin: 0.5rem; } .card-img { - border-radius: 0.3rem 0.3rem 0 0; - margin: 0 0 -0.28em 0; + border-radius: 0.8rem; + margin: 0 0 -0.7em 0; max-height: 10em; object-fit: cover; } .card-img-overlay { - border-radius: 0.3rem 0.3rem 0 0; + border-radius: 0.8rem 0.8rem 0 0; position: absolute; top: 0; font-size: 1.27em; text-align: center; - padding: 1.18em 0 0.5em 0; + padding: 0.77em 0; width: 100%; box-sizing: border-box; margin: 0; @@ -219,15 +261,17 @@ strong { z-index: 5; } .card-body { - padding: 1em; + margin: 1.3em 1.5em; + line-height: 1.6; } .card-title { margin: 0; - line-height: 1.2; + color: #2A2A84; + font-size: 1.3em; + font-weight: 500; } .card-text { margin: 1em 0; - line-height: 1.5; } .card-subtext { display: flex; @@ -246,16 +290,17 @@ strong { } .end-nav { width: 100%; - max-width: 49rem; + max-width: 48rem; + z-index: 2; } .pagination-nav { margin: 2em 0; width: 100%; max-width: 47rem; } -.pagination-text { +/* .pagination-text { font-family: 'LatoLatinWebMedium'; -} +} */ .pagination-newer { float:left; } @@ -268,7 +313,7 @@ strong { text-decoration: none; border-radius: 0.3rem; transition: transform 0.1s cubic-bezier(0.25,0.8,0.25,1), box-shadow 0.1s cubic-bezier(0.25,0.8,0.25,1); - box-shadow: 0 0.15rem 0.3rem rgba(0,0,0,0.16), 0 0.15rem 0.3rem rgba(0,0,0,0.23); + box-shadow: 0 0.7rem 2.3rem 0 rgba(0,0,0,0.1); } .button:hover { box-shadow: 0 0.05rem 0.15rem rgba(0,0,0,0.12), 0 0.05rem 0.1rem rgba(0,0,0,0.24); @@ -301,7 +346,7 @@ strong { margin: 0 auto 1.5em auto; } .muted-text { - color: #7a7b7c; + color: #8E8E8E; } .katex-display { margin: 1.5em 0; @@ -373,7 +418,7 @@ hr { clear: both; } a { - color: #141823; + color: #454545; } table { color: #141823; @@ -386,27 +431,44 @@ th { padding: 0.5em 1em; border: thin solid #D1D1D1 } -th { +/* th { font-family: 'LatoLatinWebHeavy'; font-weight: normal; -} +} */ tr:nth-child(even) td { background: #f5f6f7; } footer { - padding: 2em 0; - margin: 2em 0 0 0; + height: 17rem; + max-width: 50rem; + width: 100%; + margin-top: -10rem; + display: flex; + flex-flow: row wrap; + justify-content: space-evenly; + align-items: flex-end; + color: white; + background-image: url('http://localhost:1313/img/home-blob-flip.svg'); + background-position: 40% 0%; + background-size: 50rem; +} +.footer-link { + margin: 1rem 0; +} +.footer-icon { + max-width: 4rem; + margin: 0; } @media screen and (pointer: coarse) { - .card-hover { - transform: scale(0.95); - box-shadow: 0 0.15rem 0.3rem 0 rgba(0, 0, 0, 0.16), 0 0.15rem 0.3rem -0.04rem rgba(0, 0, 0, 0.23); + .card-hover { + transform: scale(0.95); + box-shadow: 0 0.4rem 2rem 0 rgba(0,0,0,0.2); } } @media not screen and (pointer: coarse) { .card:hover { transform: scale(0.97); - box-shadow: 0 0.15rem 0.3rem 0 rgba(0, 0, 0, 0.16), 0 0.15rem 0.3rem -0.04rem rgba(0, 0, 0, 0.23); + box-shadow: 0 0.4rem 2rem 0 rgba(0,0,0,0.2); } .card:active { transform: scale(1); @@ -417,6 +479,17 @@ footer { body { font-size: 1.15rem; } + .home-header { + flex-direction: row; + align-items: flex-start; + } + .home-blob-text-container { + margin: 4rem 2rem 4rem 6rem; + flex-shrink: 10; + } + .home-faceshot-card { + align-self: unset; + } .nav-bar { padding: 0.8em 0; } @@ -424,45 +497,41 @@ footer { font-weight: normal; font-size: 4.2em; } - .card { - border-radius: 0.2rem; - /* margin: 2.5em 0; */ - } .blog-card { flex-direction: row; align-items: stretch; } .card-img { - border-radius: 0.2rem 0 0 0.2rem; margin: 0; max-height: unset; height: 100%; - width: 15em; + width: 16em; } .card-img-overlay { - border-radius: 0.2rem 0 0 0; + border-radius: 0.8rem 0.8rem 0 0; } .card-body { - padding: 1.5em 1.3em; + margin: 1.3em 1.7em; } .card-title { - font-size: 1.27em; + font-size: 1.3em; } .card-text { - font-size: 0.95em; - margin: 1.2em 0; + font-size: 0.9em; + margin: 0.8em 0 1.2em 0; } .card-subtext { font-size: 0.7em; + margin-bottom: 0.7em; } .content { - border-radius: 0.2rem; + border-radius: 1.2rem; } .post { - margin: 1em 1em 2em 1em; + margin: 1em 1.8em 2em 1.8em; } .post-title { - font-size: 2.5em; + font-size: 2em; } .button { border-radius: 0.2rem; diff --git a/assets/icons/github.png b/assets/icons/github.png new file mode 100644 index 0000000000000000000000000000000000000000..84b62600a076927f00f04811a1331b0950a3a928 GIT binary patch literal 3506 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 literal 0 HcmV?d00001 diff --git a/assets/icons/home-page.png b/assets/icons/home-page.png new file mode 100644 index 0000000000000000000000000000000000000000..ca09cf21f40995e708287c81dadc610dbc087db3 GIT binary patch literal 1236 zcmeAS@N?(olHy`uVBq!ia0vp^DImzD)SRv$V zFt_%=noE28rl>c(pTN9Ve#YI9a)ukiE2?=SVrE^RxJl|qYe_*qL;ltb@v1F<+m;@? zyokR-dWMqhmF@!t?6o}VrGLK#d)}|jy_L^$to2)+B=fa$n@v(i95OC)f2NmAKgXw< zyJR096aUr>Yq1RVsTcKXR*7miZeGGZ=P7giW9BEa3-5nEVBAz)2zZ!mB9WvlI>ymYU3)dcm%rIxp%TB5&mEj?yD`_(q?iYZMtOf{|+ zOXmhRoMn8_+;CR;K(goFdBRUb6Pmsp$YWAgy>WlyjZbg=RrYDg|}1MWM-FXhHudm60m80Qqny^HnDnhWdmBD-#9Ph8QfpuFS2Z@zwJ z{qPsz_g08MaeUzX#Qlo-fu>h6+ALR_beR1Vmv_H^d~J2oVfojavhMCYuJ$D4qx^%f zTz|Es>Tf>fkI~UeX4@cbxzv{1CUkE0(hriKgcHq0Wv*mzz4JjcuT!P$858@2+RKjy@F4Uo(Oz!bWv|UyBh1`@CH*?>2RObYg=MnC1eh~UEz88 zbM%9cNXaa#wDBHJ?XxXogEtaQmd|Pezc@ohmns!>I{Wb298q_n=}ry z1h#Q5;t_U{l=2suw%2BH*3*M&FeMj$$UU0;-8k;6SkqaodN2)h>uECCx7qgA`xO1( zU#i2Z&)&bRdUtn#?L3Kek1s3gTshYqKRYS#iS~(A#}|LB^SJmer2n{FB!*)!4TicB zD6wp_d{WBcZ_ck=)SEo)CDVQSH|vmmX9z#^~`v+bXyyATxhk|?f%Q3OR) zRKE3S(1TKJZ)pWWQ21a$FO>@sM1PDDB1)uETb82Q)m4M7aIL$R>-O+-@!sE^d*{r| znS0Nj`F-HP9r*ozbLRJD?wL7%=73=shG7_nVHiexnUm750t^5ffmOiOz$Lya)uo&U zjsgdOy}%IgUpr1b0E_@LR$7*k^SR26i-4B`xX^AY=YYZUx$};Rk-iM3$ahNy5VdPh zQU!JZtFiV2BnPX3ok(uS}tWSoP` zoBB)&AL9av@|VjCi;*4^Brr^nz{p#W9$*vlxHk;^1^fvd23`m5&iVX>MEA?MayxJ+ z!e5tm0N+9UcMp89$MqvL{XRrb@s zn@HbI53m5~3)=~tRkn}&sBmC(T#&Do{ni$?+m!7mnQ9s)9T#Mx#`YYrxP|Rf75n#0 zH4T$Q`OD+6ce>{H9AKWKEr@`nCJ#Z5sN-i^*gm3;fAn0JLXz|^>nUY_7I_K04e9+{ zh&1rqfHTUrm3ZAs$J>w!@(7#svG*|c*qd9xYk*%Pe4CXMz;!+<8z4al0BASHY{<6~A`w(OoaIu4L6pMj<5i#FR7^k#?)DDbIBfZX9nFqWZQI~ZI zVw6^pCy@0RRp4m{dsi-{aRtB+$ov2oN-GG+va)8&>lOg>9ph+jMee%V`mA^KEwv!E zECikeK0{_p&c+!>){sAddqWTKo~qA~qn`-^+=D!(Mm6-c<$K@`$C!P}w~E_h*U}5J z9{4xHzgejQ_d3SbT`(?E+6^WfHfkth<%pb_btQ3-XcjIRiWo zTv21Q40xHwM*0JX_>U={y$(L56=Y?E&!a8uw?x>lh&e~UvOnlhuhI(gqO#xT;Im)( zybxo5gR(#AaE?URQKS*Wes#Rt!RL*b7@7%n+>sT@-ExPFD|?q|Mb|5zV=?wU%HCz_ zYia+o^k*zw-pc1IpQ#M>^hfZBzBt>dN3V{g{7$!(ym>_{+f&_*M5*Q{( zV3;6*VS)sP2@)74NMM*CfnkCKh6xfFCP-kIAc0|m1jgJpoWsjFvd1`~oF@{yLjofY zL5^nd9m^q39PK)fHSWCJ!=A+1>OW$$YRo`ZGeAbCkkIg#iW?Tf(n~>OsF7D_h z)TiPcTm%_c$2U4x$I!Vt9_Qd9$hYeFVdv@?I#=KL2pY9*Uayb91?LuW+BUD*#*!vV zb8aTbjU^#^>(wb_pT0h + + {{ partial "head.html" . }} + + {{ partial "nav-bar.html" . }} +
+ {{ if or (not (eq .Description "")) (not (eq .Title "")) -}} +
+
+ {{ with .Title }}

{{ . }}

{{ end }} + {{ with .Description }}

{{ . }}

{{ end }} +
+ {{ with resources.Get "img/faceshot.png" -}} +
+ +
+ {{ end -}} +
+ {{- end }} + {{ with .Content -}} +
+ {{ . }} +
+ {{- end }} + {{ $pages := .Pages }} + {{ if .IsHome }} + {{ $pages = .Site.RegularPages }} + {{ end }} + {{ $paginator := .Paginate (where $pages "Params.displayinlist" "!=" false) -}} + {{- range $paginator.Pages -}} + {{ .Render "li" }} + {{- end }} +
+ {{ if or ($paginator.HasPrev) ($paginator.HasNext) -}} + + {{- end }} + {{ partial "scripts.html" . }} + + diff --git a/layouts/_default/li-next.html b/layouts/_default/li-next.html index e95a1c1..9b0897f 100644 --- a/layouts/_default/li-next.html +++ b/layouts/_default/li-next.html @@ -1,5 +1,5 @@ + href="{{ .Permalink }}" class="card blog-card bc-next" rel="bookmark" > {{ with .Resources.GetMatch "featuredImage" }}

Next Article

diff --git a/layouts/_default/li.html b/layouts/_default/li.html index 6e3eb70..a672eaf 100644 --- a/layouts/_default/li.html +++ b/layouts/_default/li.html @@ -6,7 +6,7 @@ {{ with $.Resources.GetMatch (replace (.Title) (path.Ext (.Title)) ".webp") -}} {{- end }} - {{ $thumbnail := .Fit "400x300 Lanczos" }} + {{ $thumbnail := .Fit "800x600 Lanczos" }} {{ . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 9bf3238..0c43b52 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -31,8 +31,8 @@ {{ with .PrevInSection }} {{ .Render "li-next" }} {{ end }} - {{ partial "home-card.html" . }} + {{ partial "footer.html" . }} {{ partial "scripts.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d9ce604..e1e163f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,21 @@ -