diff --git a/src/_data/footer.json b/src/_data/footer.json new file mode 100644 index 0000000..09954cc --- /dev/null +++ b/src/_data/footer.json @@ -0,0 +1,21 @@ +{ + "quote": "Belajar untuk menikmati sesuatu yang membuat diri-mu bosan", + "brand" : { + "title": "EmptyWork", + "svg" : "logo.njk" + }, + "sublinks": [ + { + "linkTo": "/blog", + "linkName": "Blog" + }, + { + "linkTo": "/contact", + "linkName": "Contact" + }, + { + "linkTo": "/multimedia", + "linkName": "Multimedia" + } + ] +} \ No newline at end of file diff --git a/src/_data/link.json b/src/_data/link.json new file mode 100644 index 0000000..3b76b4d --- /dev/null +++ b/src/_data/link.json @@ -0,0 +1,4 @@ +{ + "website": "https://emptywork.my.id", + "github": "https://github.com/EmptyWork" +} diff --git a/src/_includes/components/svg/logo.njk b/src/_includes/components/svg/logo.njk new file mode 100644 index 0000000..bd97679 --- /dev/null +++ b/src/_includes/components/svg/logo.njk @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/_includes/sections/footer.njk b/src/_includes/sections/footer.njk index 923fb96..b33f943 100644 --- a/src/_includes/sections/footer.njk +++ b/src/_includes/sections/footer.njk @@ -1,42 +1,31 @@