footer is footing
This commit is contained in:
+25
-25
@@ -11,73 +11,73 @@ export default class Footer extends Component {
|
||||
return (
|
||||
<div className="footer">
|
||||
<div className="footer__links">
|
||||
<ul>
|
||||
<li>
|
||||
<ul className="footer__links_ul">
|
||||
<li className="footer__links_ul_li">
|
||||
<a
|
||||
href="https://discord.gg/GA6mvMEzSu"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="footer__links_ul_li_a"
|
||||
>
|
||||
<DiscordSVG className="footer__links_svg"></DiscordSVG>
|
||||
<DiscordSVG className="footer__links_ul_li_svg"></DiscordSVG>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li className="footer__links_ul_li">
|
||||
<a
|
||||
href="https://twitter.com/ILTech_Robotics"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="footer__links_ul_li_a"
|
||||
>
|
||||
<TwitterSVG className="footer__links_svg"></TwitterSVG>
|
||||
<TwitterSVG className="footer__links_ul_li_svg"></TwitterSVG>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li className="footer__links_ul_li">
|
||||
<a
|
||||
href="https://www.facebook.com/IllinoisTechRobotics/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="footer__links_ul_li_a"
|
||||
>
|
||||
<FacebookSVG className="footer__links_svg"></FacebookSVG>
|
||||
<FacebookSVG className="footer__links_ul_li_svg"></FacebookSVG>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li className="footer__links_ul_li">
|
||||
<a
|
||||
href="https://www.instagram.com/illinoistechrobotics/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="footer__links_ul_li_a"
|
||||
>
|
||||
<InstagramSVG className="footer__links_svg"></InstagramSVG>
|
||||
<InstagramSVG className="footer__links_ul_li_svg"></InstagramSVG>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li className="footer__links_ul_li">
|
||||
<a
|
||||
href="https://github.com/illinoistechrobotics"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="footer__links_ul_li_a"
|
||||
>
|
||||
<GithubSVG className="footer__links_svg"></GithubSVG>
|
||||
<GithubSVG className="footer__links_ul_li_svg"></GithubSVG>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="footer__toes">
|
||||
<ul className="footer__toes__links_left">
|
||||
<li>
|
||||
<a href="http://localhost:3000/about">About</a>
|
||||
<ul className="footer__toes__links">
|
||||
<li className="footer__toes__links_link">
|
||||
<a href="http://localhost:3000/about" className="footer__toes__links_link_a">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://localhost:3000/contact">Contact</a>
|
||||
<li className="footer__toes__links_link">
|
||||
<a href="http://localhost:3000/contact" className="footer__toes__links_link_a">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a className="footer__toes_logo" href="http://localhost:3000/">
|
||||
ITR
|
||||
</a>
|
||||
<ul className="footer__toes__links_right">
|
||||
<li>
|
||||
<a href="http://localhost:3000/projects">Projects</a>
|
||||
<li className="footer__toes__links_link">
|
||||
<a href="http://localhost:3000/projects" className="footer__toes__links_link_a">Projects</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://localhost:3000/gallery">Gallery</a>
|
||||
<li className="footer__toes__links_link">
|
||||
<a href="http://localhost:3000/gallery" className="footer__toes__links_link_a">Gallery</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user