mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
add folder structure
This commit is contained in:
parent
032806a5a9
commit
912b0a2b4c
8 changed files with 0 additions and 0 deletions
|
@ -1,46 +0,0 @@
|
|||
import "./footer.css";
|
||||
|
||||
function Footer() {
|
||||
return (
|
||||
<footer className="footer">
|
||||
<div className="footer-left">
|
||||
<a href="" className="footer-link feather">
|
||||
<img src="/assets/icons/feather_black.svg" alt="Feather icon" />
|
||||
<span className="small-title">Feather Feed</span>
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/bubblecup-12/VogelSocialMedia"
|
||||
target="_blank "
|
||||
className="footer-link github"
|
||||
>
|
||||
<img src="/assets/icons/github-mark.svg" alt="GitHub mark" />
|
||||
|
||||
<img src="/assets/icons/GitHub_Logo.png" alt="GitHub logo" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="footer-right">
|
||||
<a className="footer-link" href="#">
|
||||
Home
|
||||
</a>
|
||||
<a className="footer-link" href="#">
|
||||
About
|
||||
</a>
|
||||
<a className="footer-link" href="#">
|
||||
Login
|
||||
</a>
|
||||
<a className="footer-link" href="#">
|
||||
Sign up
|
||||
</a>
|
||||
<a className="footer-link" href="#">
|
||||
Create Post
|
||||
</a>
|
||||
<a className="footer-link" href="#">
|
||||
Feed
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
export default Footer;
|
Loading…
Add table
Add a link
Reference in a new issue