mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: add nodecongress banner
temporary, will be removed after conf :)
This commit is contained in:
parent
110d90d888
commit
b9a947aa2f
2 changed files with 20 additions and 0 deletions
|
@ -22,6 +22,15 @@ .header {
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--node-congress-banner {
|
||||||
|
margin: 2rem;
|
||||||
|
background-color: #061a38;
|
||||||
|
padding: 1rem;
|
||||||
|
p {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&--title {
|
&--title {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,6 +44,17 @@ const Header = (): React.ReactElement => {
|
||||||
alt={translate({ message: 'NPM command to install Verdaccio' })}
|
alt={translate({ message: 'NPM command to install Verdaccio' })}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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>
|
||||||
<div className={styles['header--absolute-links']}>
|
<div className={styles['header--absolute-links']}>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue