mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
apply fonts and fix UI bugs
This commit is contained in:
parent
5d25eea589
commit
08fadc267a
7 changed files with 48 additions and 81 deletions
|
@ -1,33 +1,43 @@
|
|||
import React from "react";
|
||||
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>Feather Feed</span>
|
||||
<span className="small-title">Feather Feed</span>
|
||||
</a>
|
||||
<a href="https://github.com/bubblecup-12/VogelSocialMedia" target="_blank " className="footer-link github">
|
||||
<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>
|
||||
|
||||
<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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue