added all components and assembeled an okayish looking website
This commit is contained in:
parent
33621b1556
commit
d5e25dac3e
44 changed files with 38970 additions and 1587 deletions
14
src/components/footer/Footer.tsx
Normal file
14
src/components/footer/Footer.tsx
Normal file
|
@ -0,0 +1,14 @@
|
|||
import React from "react";
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer>
|
||||
<div style={{minHeight: "10vh"}}>
|
||||
<p className={"m-0"}>Copyright © 2021 Nicholas Orlowsky</p>
|
||||
<p className={"m-0"}>Licensed under GNU General Public License v3</p>
|
||||
<p className={"m-0"}>Original source available <a
|
||||
href={"https://github.com/nickorlow/personal-site"}>here</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue