[Pages][m]: Add stub pages for learn, doc and gallery

This commit is contained in:
Rising Odegua
2021-05-19 12:15:49 +01:00
parent c4375a6d70
commit 9ad383420d
6 changed files with 135 additions and 165 deletions

View File

@@ -0,0 +1,16 @@
import styles from '../../styles/Home.module.css'
export default function Footer() {
return (
<footer className={styles.footer}>
<a
href="https://www.datopian.com/"
target="_blank"
rel="noopener noreferrer"
>
Built by{' '}
<img src="/datopian-logo.png" alt="Datopian Logo" className={styles.logo} />
</a>
</footer>
)
}