Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 88f3260

Browse files
committed
change logo style
1 parent 51569cb commit 88f3260

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

client/js/pages/landing/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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!

client/scss/app.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ pre {
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;

0 commit comments

Comments
 (0)