1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: add nodecongress banner

temporary, will be removed after conf :)
This commit is contained in:
Juan Picado 2022-02-05 20:05:37 +01:00
parent 110d90d888
commit b9a947aa2f
2 changed files with 20 additions and 0 deletions

@ -22,6 +22,15 @@ .header {
margin: 2rem;
}
&--node-congress-banner {
margin: 2rem;
background-color: #061a38;
padding: 1rem;
p {
color: white;
}
}
&--title {
font-style: italic;
}

@ -44,6 +44,17 @@ const Header = (): React.ReactElement => {
alt={translate({ message: 'NPM command to install Verdaccio' })}
/>
</div>
<div className={styles['header--node-congress-banner']}>
<a href="https://nodecongress.com/" target="_blank">
<p>Don't miss the next <b>online and free</b> Verdaccio talk at Node Congress 2022
<br/>
18th February, 18:15 - 19:15 (CET)
<br/>
<b>"Five Ways of Taking Advantage of Verdaccio, Your Private and Proxy Node.js Registry"</b>
</p>
<img src="https://cdn.verdaccio.dev/website/node-congress.svg" width="200px"/>
</a>
</div>
</div>
<div className={styles['header--absolute-links']}>
<div>