diff --git a/components/footer/index.js b/components/footer/index.js index 13ee851aa..09e476645 100644 --- a/components/footer/index.js +++ b/components/footer/index.js @@ -3,21 +3,52 @@ import './style.scss'; const Footer = () => (
-
-
- roadmap.sh - by - @kamranahmedse +
+
+
+ +
+

Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.

+
+

+ © roadmap.sh · +   FAQ · +   Terms · +   Privacy +

+
-
-

Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.

+ + + -

- © roadmap.sh · -   FAQ · -   Terms · -   Privacy -

diff --git a/components/footer/style.scss b/components/footer/style.scss index ea54a5865..20d363ba1 100644 --- a/components/footer/style.scss +++ b/components/footer/style.scss @@ -2,6 +2,7 @@ padding: 65px 10px; .site-meta { + margin-bottom: 30px; width: 350px; .brand-detail { @@ -55,7 +56,7 @@ } .meta-links { - color: #a3a3a3; + color: #a3a3a3; font-size: 15px; a { @@ -64,4 +65,29 @@ } } } + + .foot-col { + max-width: 190px; + + a { + color: #999; + } + + .foot-header { + font-weight: 500; + margin-bottom: 7px; + } + + ul { + margin: 0; + padding: 0; + + li { + margin-bottom: 2px; + font-size: 15px; + list-style: none; + margin-left: 0; + } + } + } }