From ae43cf0928b41fcdc735ae3971023ec948636477 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 15 May 2022 17:10:42 +0100 Subject: [PATCH] Fix profile links and pagination --- public/assets/app.css | 2 +- public/assets/app.css.br | Bin 948 -> 957 bytes resources/css/app.css | 1 + resources/css/user-profiles.css | 3 +++ resources/views/front-page.blade.php | 2 +- .../views/templates/pagination.blade.php | 25 ++++++++++++++++++ 6 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 resources/css/user-profiles.css create mode 100644 resources/views/templates/pagination.blade.php diff --git a/public/assets/app.css b/public/assets/app.css index b66ff817..508f6d95 100644 --- a/public/assets/app.css +++ b/public/assets/app.css @@ -1,6 +1,6 @@ /*!***************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./resources/css/app.css ***! \***************************************************************************************************************************************************************************/ -:root{--font-stack-body:"Whitney SSm A","Whitney SSm B",sans-serif;--font-stack-headings:"Quarto A","Quarto B",serif;--font-stack-monospace:"Operator Mono SSm A","Operator Mono SSm B",monospace;--color-background:#004643;--color-headline:#fffffe;--color-paragraph:#abd1c6;--color-button:#f9bc60;--color-button-text:#001e1d;--color-stroke:#001e1d;--color-main:#e8e4e6;--color-highlight:#f9bc60;--color-secondary:#abd1c6;--color-tertiary:#e16162}body{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--color-background);color:var(--color-paragraph);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:var(--font-stack-body);font-size:2rem;font-style:normal;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-stack-headings);font-style:normal;font-weight:800}code,pre{font-family:var(--font-stack-monospace);font-style:normal;font-weight:400}a{color:var(--color-highlight);text-decoration:none}.h-feed>.h-entry,.h-feed>.note{margin-top:4rem}main{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:auto}main img{max-width:100%}main .h-entry:first-child>.bookmark-link{padding-top:2rem}.note{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.note,.note-metadata{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.note-metadata{-webkit-box-orient:horizontal;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}.note .client{word-break:break-all}.note .syndication-links svg{height:1em;width:1em}.note>.e-content>.naked-link .u-photo{margin:2rem 0}article header>h1{margin-bottom:0}.post-info{font-size:1.4rem}.pagination{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;justify-content:space-evenly;list-style-type:none;max-width:90vw}.personal-bio{padding:0 2rem}footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:1.5rem}.iwc-logo{max-width:100%}#top-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}#top-header h1{text-align:center;width:100%}nav{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}nav a{margin:0 .5rem}.post-info a,.syndication-links .u-syndication{text-decoration:none}.p-bridgy-facebook-content,.p-bridgy-twitter-content{display:none}@media screen and (max-width:699px){main{margin-left:5px;margin-right:5px}input{max-width:95vw}footer{margin-left:5px;margin-right:5px}}@media screen and (min-width:700px){main{max-width:700px}main>.h-entry,main>.note{padding:0 1rem}} +:root{--font-stack-body:"Whitney SSm A","Whitney SSm B",sans-serif;--font-stack-headings:"Quarto A","Quarto B",serif;--font-stack-monospace:"Operator Mono SSm A","Operator Mono SSm B",monospace;--color-background:#004643;--color-headline:#fffffe;--color-paragraph:#abd1c6;--color-button:#f9bc60;--color-button-text:#001e1d;--color-stroke:#001e1d;--color-main:#e8e4e6;--color-highlight:#f9bc60;--color-secondary:#abd1c6;--color-tertiary:#e16162}body{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--color-background);color:var(--color-paragraph);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:var(--font-stack-body);font-size:2rem;font-style:normal;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-stack-headings);font-style:normal;font-weight:800}code,pre{font-family:var(--font-stack-monospace);font-style:normal;font-weight:400}a{color:var(--color-highlight);text-decoration:none}.h-feed>.h-entry,.h-feed>.note{margin-top:4rem}main{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:auto}main img{max-width:100%}main .h-entry:first-child>.bookmark-link{padding-top:2rem}.note{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.note,.note-metadata{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.note-metadata{-webkit-box-orient:horizontal;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}.note .client{word-break:break-all}.note .syndication-links svg{height:1em;width:1em}.note>.e-content>.naked-link .u-photo{margin:2rem 0}article header>h1{margin-bottom:0}.post-info{font-size:1.4rem}.pagination{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;justify-content:space-evenly;list-style-type:none;max-width:90vw}.personal-bio{padding:0 2rem}footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:1.5rem}.iwc-logo{max-width:100%}#top-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}#top-header h1{text-align:center;width:100%}nav{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}nav a{margin:0 .5rem}.post-info a,.syndication-links .u-syndication{text-decoration:none}.hovercard,.p-bridgy-facebook-content,.p-bridgy-twitter-content{display:none}@media screen and (max-width:699px){main{margin-left:5px;margin-right:5px}input{max-width:95vw}footer{margin-left:5px;margin-right:5px}}@media screen and (min-width:700px){main{max-width:700px}main>.h-entry,main>.note{padding:0 1rem}} /*# sourceMappingURL=app.css.map*/ \ No newline at end of file diff --git a/public/assets/app.css.br b/public/assets/app.css.br index b1b10c0613fcc6514e972d4c553759aaa49cc368..e081d97278aadc964105e542adf5a74b6fec069f 100644 GIT binary patch literal 957 zcmb3C!>1tAS*UZ;>(jMeTh`87#-%3B=)d8A)SgcVbnBkK@N-(aXx*Rs?^d&~ZEkTo zq1C;SWBR={&X+bltNHnI#wv}1nuj->7TShgTPVmUcX(%cf@09S_w_+fq+dJ#JXYRk zxP*Um>MSF@2-DBuM;k*Nj1SnnK6HE8&8mXwMxApn{(51Z7XPaKGH=s`LZ6L6cESRi z7D%ezZkyutK`mG0W~IX1xPO!GKlhw?Ip`AuV~xnCw6y8f59Ypqedw$i_lHyW?$?%u zXEffhed=$&SLn>@m3kJpRJfnNlH1L%8ujV0!jqJJ7m~%Rs3a5hE(4f?bEL$n9f+de0PJF z$?<7d%05Qn@qB=2cNe!Y}wVD>B^ZV zmG-ylHHZ0zD*|o3KU7xS7ni-?urqSjC*D7zxom9GAzo(5n`bY0AF&G3Vc*2R zydu`*v(DsmyQj&$5x(53^gkoW>YY@?hg*BLmx&cA{nrwBFx`ITVO`lQc2E6^QdRa% z?M~eqnI9%zjL}bee#DJUD$gy}##+NQ^wCgR-b|IQ35GX! zo=6T9IMjJxU2Se@kh{IZo$?0>tCNK_wBEnH8{1zfw*9&4jvo_$Wv!giI*k>HWm%ZWFu{FQ%%oQ{ cPCs?|IQ9Ljzth9*?#rp|-CXzXzFZCm0Ed9vF8}}l literal 948 zcmb3C$fqFFS*UZ;>(jMc*SFn|T$VJ6tD^gSe90%KgYRX|X0Hgja`nI8Y~JUQPKr-7 zyEk%7|F_1yDD~`26WL%{E*a52-Ik-LtV|9aOt!es`bt1k{;PjiPHw46^zU;9ZeIeo z`3N0rU19cbmBkE>4Ca<}=QU-XyQFTZJ1ME}vHREea{8}_HO#IrY*c4V(`Av6%yQhi zEI~DJkEV26om@wm*#0NqGrdx_OtW!fkZ;{H_106yl;^*#%6EI$?%DXgy#H(wufVL= zpE94NcU9V6v{aW~ez51RQ*rdNRQ(Ukp2v#o-Y30Rp22@-n|txZ!Xph6eGVnZKVOnl zep^@P0&7)cVNva+O^u?@<})^=mzHe|I<0rrBi+y-LgCVrn5Mjg4ZB2EUG1K1!pCR9 zcK2wv)thAL-A<}|*_BFe&R+Fa zjn+%Et!@$HnZe6xU(v;SVNYFIi=|$7bGPLNA3YXnukP*KAB9zmTRtA}3|g{CK`Q9i zDXANe4X;)dao38JG>1+8+}3n3v~^x){=JOi-*Y|K@Wrf^>Tc=Ny7h&N2Tgj-)oyp3U*(SFF{ z)9)i08`fRD=rZ9p7gJ8ziiU+o_wL1(vZQC0M>=)9&s;z4bEZJm^cR+gpPbBgemFI; zX}QYAgVLgUiP5gLLUS$ak8V$2C9UD$quti}XZuF_o$em$i;ALgQ z{`2ib0lPJMZ`jKHJ}f*g6>+Wi`DT`{tJ?2w*}VL}@$*>^WZ(0#J>2T`?%oR>r}wws zm|7V;{WYa9sOU;!m5jmuxl^vqy}wsI^- - {{ $items->links() }} + {{ $items->links('templates.pagination') }} @include('templates.bio') @stop diff --git a/resources/views/templates/pagination.blade.php b/resources/views/templates/pagination.blade.php new file mode 100644 index 00000000..47d7234f --- /dev/null +++ b/resources/views/templates/pagination.blade.php @@ -0,0 +1,25 @@ +@if ($paginator->hasPages()) + +@endif