Add beginner page

This commit is contained in:
Angelos Chalaris
2019-08-19 10:28:45 +03:00
parent f9656c18ac
commit 25aeb11e43
4 changed files with 19 additions and 5 deletions

View File

@ -21,9 +21,9 @@ const ArchivePage = props => {
return (
<>
<Meta title='Archived' />
<Meta title='Archived snippets' />
<Shell>
<h2 className='page-title'>Archived</h2>
<h2 className='page-title'>Archived snippets</h2>
<p className='page-sub-title'>These snippets, while useful and interesting, didn't quite make it into the repository due to either having very specific use-cases or being outdated. However we felt like they might still be useful to some readers, so here they are.</p>
<p className='light-sub'>Click on a snippet's name to view its code.</p>
{posts &&