job changes
This commit is contained in:
parent
e0b947da0e
commit
6ecf830639
12 changed files with 183 additions and 56 deletions
|
@ -3,11 +3,8 @@ 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 style={{height: 12, marginTop: -50}}>
|
||||
<p style={{color: "grey"}} className={"m-0"}>Created by 2021 Nicholas Orlowsky - Licensed under GNU General Public License v3 - 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