Merge pull request #246 from thauska/master
[update]: footer with new design
This commit is contained in:
+70
-12
@@ -1,27 +1,85 @@
|
|||||||
import React from "react"
|
import React from "react"
|
||||||
import links from "../constants/page-links"
|
import links from "../constants/page-links"
|
||||||
|
import logo from "../images/mdg.png"
|
||||||
|
import discord from "../images/Discord-Logo.png"
|
||||||
import { Link } from "gatsby"
|
import { Link } from "gatsby"
|
||||||
const Footer = () => {
|
const Footer = () => {
|
||||||
return (
|
return (
|
||||||
<div className="bg-gray-100 p-4 flex flex-col justify-center items-center shadow-inner mt-2">
|
<div className="bg-gray-100 p-4 flex flex-col justify-center items-center shadow-inner mt-2">
|
||||||
<div className="w-full flex justify-evenly items-center py-2 text-orange-500">
|
<div className="w-full flex justify-evenly py-2">
|
||||||
<div>
|
<div className="mr-6">
|
||||||
<Link to={links.about} activeStyle={{ color: "#002ead" }}>
|
<h1 className="text-base font-bold font-title sm:text-2xl flex-col items-end">
|
||||||
About
|
<img
|
||||||
</Link>
|
src={logo}
|
||||||
|
className="h-24"
|
||||||
|
alt="github profile markdown generator logo"
|
||||||
|
/>
|
||||||
|
GitHub Profile README Generator
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Link to={links.addons} activeStyle={{ color: "#002ead" }}>
|
<div className="mb-2 font-bold font-medium font-title">
|
||||||
Addons
|
<strong>Pages</strong>
|
||||||
</Link>
|
</div>
|
||||||
|
<div>
|
||||||
|
<Link to={links.addons} activeStyle={{ color: "#002ead" }}>
|
||||||
|
Addons
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<Link to={links.support} activeStyle={{ color: "#002ead" }}>
|
||||||
|
Support
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<Link to={links.about} activeStyle={{ color: "#002ead" }}>
|
||||||
|
About
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Link to={links.support} activeStyle={{ color: "#002ead" }}>
|
<div className="mb-2 font-bold font-medium font-title">
|
||||||
Support
|
<strong>More</strong>
|
||||||
</Link>
|
</div>
|
||||||
|
<div>
|
||||||
|
<a
|
||||||
|
href="https://github.com/rahuldkjain/github-profile-readme-generator"
|
||||||
|
aria-label="Github rahuldkjain/github-profile-readme-generator"
|
||||||
|
target="blank"
|
||||||
|
>
|
||||||
|
Github
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a
|
||||||
|
href="https://github.com/rahuldkjain/github-profile-readme-generator/releases"
|
||||||
|
aria-label="Releases on Github rahuldkjain/github-profile-readme-generator"
|
||||||
|
target="blank"
|
||||||
|
>
|
||||||
|
Releases
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div className="mb-2 font-bold font-medium font-title">
|
||||||
|
<strong>Community</strong>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a
|
||||||
|
href="https://discord.gg/HHMs7Eg"
|
||||||
|
aria-label="Discord of the community"
|
||||||
|
target="blank"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src={discord}
|
||||||
|
className="h-12"
|
||||||
|
alt="Discord of the community"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="py-2">
|
<div className="py-2 mt-2">
|
||||||
Developed in India{" "}
|
Developed in India{" "}
|
||||||
<span role="img" aria-label="india">
|
<span role="img" aria-label="india">
|
||||||
{" "}
|
{" "}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user