diff --git a/_config.yml b/_config.yml
index f2cd540ef4..2e218d1965 100755
--- a/_config.yml
+++ b/_config.yml
@@ -7,8 +7,8 @@ google_analytics_id: null
homepage:
show_call_box: true
logo:
- mobile: "images/logo-mobile.svg"
- desktop: "images/logo.svg"
+ mobile: "images/logo/logo-mobile.svg"
+ desktop: "images/logo/logo.svg"
desktop_height: "36px"
footer:
copyright_text: 'Free Jekyll theme by www.zerostatic.io'
diff --git a/_data/menus.yml b/_data/menus.yml
index a7a4d922cf..89a21c74e9 100644
--- a/_data/menus.yml
+++ b/_data/menus.yml
@@ -1,7 +1,4 @@
main:
- - name: "Home"
- url: "/"
- weight: 1
- name: "Services"
url: "/services/"
weight: 2
@@ -21,4 +18,4 @@ footer:
weight: 1
- name: "Contact"
url: "/contact/"
- weight: 2
\ No newline at end of file
+ weight: 2
diff --git a/_data/social.json b/_data/social.json
index 54e7600c2b..1d3d22431f 100644
--- a/_data/social.json
+++ b/_data/social.json
@@ -2,11 +2,11 @@
{
"name": "Github",
"link": "https://github.com/zerostaticthemes/jekyll-serif-theme",
- "image": "images/github.svg"
+ "image": "images/social/github.svg"
},
{
"name": "Twitter",
"link": "https://twitter.com/zerostaticio",
- "image": "images/twitter.svg"
+ "image": "images/social/twitter.svg"
}
]
diff --git a/_layouts/default.html b/_layouts/default.html
index cbe759846a..2530c574fa 100755
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,7 +4,7 @@
{% if page.title %}{{page.title}}{% else %}{{ site.title | escape }}{% endif %}
-
+
{% if page.description %}
diff --git a/images/favicon-32x32.png b/images/favicon-32x32.png
deleted file mode 100644
index 83e58b1de5..0000000000
Binary files a/images/favicon-32x32.png and /dev/null differ
diff --git a/images/favicon-32x32.svg b/images/favicon-32x32.svg
new file mode 100644
index 0000000000..24abc68a7f
--- /dev/null
+++ b/images/favicon-32x32.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/images/illustrations/pointing.svg b/images/illustrations/pointing.svg
new file mode 100644
index 0000000000..9a29f98545
--- /dev/null
+++ b/images/illustrations/pointing.svg
@@ -0,0 +1,112 @@
+
+
diff --git a/images/illustrations/reading.svg b/images/illustrations/reading.svg
new file mode 100644
index 0000000000..f5b42ba169
--- /dev/null
+++ b/images/illustrations/reading.svg
@@ -0,0 +1,260 @@
+
+
diff --git a/images/logo-mobile.svg b/images/logo/logo-mobile.svg
similarity index 100%
rename from images/logo-mobile.svg
rename to images/logo/logo-mobile.svg
diff --git a/images/logo.svg b/images/logo/logo.svg
similarity index 100%
rename from images/logo.svg
rename to images/logo/logo.svg
diff --git a/images/pixeltrue-business-meeting-1.svg b/images/pixeltrue-business-meeting-1.svg
deleted file mode 100644
index 15529d4250..0000000000
--- a/images/pixeltrue-business-meeting-1.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/pixeltrue-chatting-using-apps-1.svg b/images/pixeltrue-chatting-using-apps-1.svg
deleted file mode 100644
index da089e8f35..0000000000
--- a/images/pixeltrue-chatting-using-apps-1.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/pixeltrue-plan-1.svg b/images/pixeltrue-plan-1.svg
deleted file mode 100644
index 28e7e2ffda..0000000000
--- a/images/pixeltrue-plan-1.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/pixeltrue-yoga-1.svg b/images/pixeltrue-yoga-1.svg
deleted file mode 100644
index 0d1115c78d..0000000000
--- a/images/pixeltrue-yoga-1.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/github.svg b/images/social/github.svg
similarity index 100%
rename from images/github.svg
rename to images/social/github.svg
diff --git a/images/twitter.svg b/images/social/twitter.svg
similarity index 100%
rename from images/twitter.svg
rename to images/social/twitter.svg
diff --git a/index.md b/index.md
index a8a7f94115..00571619d0 100755
--- a/index.md
+++ b/index.md
@@ -2,7 +2,7 @@
layout: home
title: Jekyll Serif Theme
description: Jekyll Serif contains content types for a typical business website. The theme is fully responsive, blazing fast and artfully illustrated.
-intro_image: "images/pixeltrue-plan-1.svg"
+intro_image: "images/illustrations/pointing.svg"
intro_image_absolute: true
intro_image_hide_on_mobile: true
---
diff --git a/services.md b/services.md
index 92ccac0d7c..a288868140 100644
--- a/services.md
+++ b/services.md
@@ -1,7 +1,7 @@
---
title: Services
layout: services
-intro_image: "images/pixeltrue-chatting-using-apps-1.svg"
+intro_image: "images/illustrations/reading.svg"
intro_image_absolute: true
intro_image_hide_on_mobile: false
---