Skip to content

Commit

Permalink
more footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoodm committed Nov 16, 2024
1 parent b4224d3 commit 46590d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions src/home/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@
width: auto;
vertical-align: middle;
}

.footer {
padding: 2em;
color: white;
text-align: center;
}

.footer > a {
text-decoration: underline;
}
10 changes: 5 additions & 5 deletions src/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ const SiteLink: React.FC<React.PropsWithChildren<{ Icon: React.ComponentType<{ s

const Footer = () => {
return (
<div style={{
padding: '2em',
color: 'white',
textAlign: 'center',
}}>
<div className={styles.footer}>
&copy; Deinyon Davies 2024<br />
Written in TS, React, CSS Modules, WebGL 2.0 - built with Webpack.<br />
<a href='https://github.com/ddoodm/Deinyon24' target='_blank'>
Source available on GitHub
</a><br />
Hosted on GitHub Pages
</div>
);
Expand Down

0 comments on commit 46590d9

Please sign in to comment.