This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = function (state, emit) {
2020 }
2121 `
2222 const backgroundImageUrl = '/public/img/bg-landing-page.svg'
23- const star = datIcon ( 'star-dat ' , { class : 'color-green' } )
23+ const hex = datIcon ( 'hexagon-up ' , { class : 'color-green-darker ' } )
2424 return html `
2525 < div class ="min-vh-100 pb7 ">
2626 < div class ="absolute w-100 ">
@@ -33,9 +33,9 @@ module.exports = function (state, emit) {
3333 < div class ="${ splash } pb6-ns pb4 w-100 center " style ="background-image: url(${ backgroundImageUrl } ) ">
3434 < section class ="tc pa3 pt5-ns ">
3535 < h1 class ="f3 f2-m f1-l fw2 black-90 mv3 tracked ">
36- Dat < span class ="v-mid dib grow w2 h2 ">
37- ${ star }
38- </ span > Base
36+ < span class ="dib grow w2 h2 hex-title-icon ">
37+ ${ hex }
38+ </ span > datBase
3939 </ h1 >
4040 < h2 class ="f5 fw2 color-neutral-60 mb4 lh-copy ">
4141 Search for data preprints on DatBase!
Original file line number Diff line number Diff line change 4343 box-shadow : inset 0 1px 3px rgba (0 ,0 ,0 ,.5 );
4444}
4545
46+ .hex-title-icon {
47+ width : 2.3rem ;
48+ margin-right : 4px ;
49+ margin-bottom : 2px ;
50+ }
51+
4652// Comment out for footer, does it break anything else
4753// ul {
4854// list-style: initial;
You can’t perform that action at this time.
0 commit comments