Add 'under construction' disclaimer to the home page

This commit is contained in:
visortelle 2022-01-04 23:43:57 +01:00
parent bb6a4ae872
commit 8eaf3cf302
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@
background-color: var(--purple-color-2);
position: relative;
overflow: hidden;
padding-bottom: 64rem;
}
.greeting:after {
@ -26,11 +27,12 @@
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.greetingHeader {
margin: 0 auto;
padding: 24rem 0 64rem 0;
padding-top: 24rem;
color: #fff;
text-shadow: 1rem 3rem 2rem rgb(0 0 0 / 0.27);
font-size: 42rem;

View File

@ -22,6 +22,7 @@ const Home = (props: HomeProps) => {
<div className={s.greeting}>
<div className={s.greetingContent}>
<h1 className={s.greetingHeader}>The Haskell communitys<br /> package registry</h1>
<a style={{ color: '#fff', marginTop: '24rem' }} target="__blank" href="https://github.com/visortelle/hackage-ui">🚧 The project is under construction and looking for cooperation. 🚧</a>
</div>
</div>
<div className={s.gettingStarted}>