Add beginner page
This commit is contained in:
@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user