Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/northendlab-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-11-14 13:31:39 +0300
committersomrat <monnaf37@gmail.com>2019-11-14 13:31:39 +0300
commitdde4d898d6eb10f3bb8c7c0c0898adb776ad241b (patch)
treefe87c2b2f32995d6e8a188c1e86a491950f78b37 /exampleSite
initialize template
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/.forestry/front_matter/templates/author.yml16
-rw-r--r--exampleSite/.forestry/front_matter/templates/post.yml29
-rw-r--r--exampleSite/.forestry/front_matter/templates/tools.yml26
-rw-r--r--exampleSite/.forestry/settings.yml58
-rw-r--r--exampleSite/config.toml121
-rw-r--r--exampleSite/content/author/john-doe.md8
-rw-r--r--exampleSite/content/author/mark-dinn.md8
-rw-r--r--exampleSite/content/contact/_index.md9
-rw-r--r--exampleSite/content/my-awesome-blog-post-2.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post-3.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post-4.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post-5.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post-6.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post.1.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post.2.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post.3.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post.4.md23
-rw-r--r--exampleSite/content/my-awesome-blog-post.md23
-rw-r--r--exampleSite/content/search/_index.md6
-rw-r--r--exampleSite/content/tools/_index.md6
-rw-r--r--exampleSite/data/tools.yml62
-rw-r--r--exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content5
-rw-r--r--exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json1
-rw-r--r--exampleSite/static/images/author/john-doe.jpgbin0 -> 83603 bytes
-rw-r--r--exampleSite/static/images/author/mark-dinn.jpgbin0 -> 120325 bytes
-rw-r--r--exampleSite/static/images/banner/banner-bg.svg7
-rw-r--r--exampleSite/static/images/banner/illustration.svg233
-rw-r--r--exampleSite/static/images/contact.svg114
-rw-r--r--exampleSite/static/images/favicon.pngbin0 -> 1221 bytes
-rw-r--r--exampleSite/static/images/hugo-muscot.svg25
-rw-r--r--exampleSite/static/images/logo.pngbin0 -> 2525 bytes
-rw-r--r--exampleSite/static/images/post/post-1.jpgbin0 -> 192062 bytes
-rw-r--r--exampleSite/static/images/post/post-2.jpgbin0 -> 83319 bytes
-rw-r--r--exampleSite/static/images/post/post-3.jpgbin0 -> 124717 bytes
-rw-r--r--exampleSite/static/images/tools/tool1.pngbin0 -> 89414 bytes
-rw-r--r--exampleSite/static/images/tools/tool2.pngbin0 -> 107946 bytes
-rw-r--r--exampleSite/static/images/tools/tool3.pngbin0 -> 92280 bytes
-rw-r--r--exampleSite/static/images/tools/tool4.pngbin0 -> 94874 bytes
38 files changed, 964 insertions, 0 deletions
diff --git a/exampleSite/.forestry/front_matter/templates/author.yml b/exampleSite/.forestry/front_matter/templates/author.yml
new file mode 100644
index 0000000..6aa5145
--- /dev/null
+++ b/exampleSite/.forestry/front_matter/templates/author.yml
@@ -0,0 +1,16 @@
+---
+label: Author
+hide_body: false
+fields:
+- type: text
+ name: title
+ label: title
+- type: text
+ name: description
+ label: description
+- type: file
+ name: image
+ label: image
+pages:
+- content/author/hasan-muhammad-mehedi.md
+- content/author/mehedi.md
diff --git a/exampleSite/.forestry/front_matter/templates/post.yml b/exampleSite/.forestry/front_matter/templates/post.yml
new file mode 100644
index 0000000..3e56953
--- /dev/null
+++ b/exampleSite/.forestry/front_matter/templates/post.yml
@@ -0,0 +1,29 @@
+---
+label: Post
+hide_body: false
+fields:
+- type: text
+ name: title
+ label: title
+- type: datetime
+ name: date
+ label: date
+- type: file
+ name: image
+ label: image
+- type: text
+ name: author
+ label: author
+- type: text
+ name: description
+ label: description
+- type: list
+ name: categories
+ label: categories
+- type: text
+ name: type
+ label: type
+ default: post
+pages:
+- content/the-terms-everybody-should-know-before-starting-seo.md
+- content/what-tools-you-are-using-for-website-analytics.md
diff --git a/exampleSite/.forestry/front_matter/templates/tools.yml b/exampleSite/.forestry/front_matter/templates/tools.yml
new file mode 100644
index 0000000..06be76e
--- /dev/null
+++ b/exampleSite/.forestry/front_matter/templates/tools.yml
@@ -0,0 +1,26 @@
+---
+label: Tools
+hide_body: true
+fields:
+- type: field_group_list
+ name: tools
+ label: tools
+ fields:
+ - type: text
+ name: title
+ label: title
+ - type: field_group_list
+ name: tool
+ label: tool
+ fields:
+ - type: text
+ name: name
+ label: name
+ - type: file
+ name: image
+ label: image
+ - type: text
+ name: link
+ label: link
+pages:
+- data/tools.yml
diff --git a/exampleSite/.forestry/settings.yml b/exampleSite/.forestry/settings.yml
new file mode 100644
index 0000000..5e36bf2
--- /dev/null
+++ b/exampleSite/.forestry/settings.yml
@@ -0,0 +1,58 @@
+---
+new_page_extension: md
+auto_deploy: false
+admin_path: ''
+webhook_url:
+sections:
+- type: directory
+ path: content
+ label: Post
+ create: documents
+ match: "*"
+ templates:
+ - post
+- type: directory
+ path: data
+ label: Tools
+ create: documents
+ match: "**/*"
+ new_doc_ext: yml
+ templates:
+ - tools
+- type: directory
+ path: content/author
+ label: Author
+ create: documents
+ match: "**/*"
+ templates:
+ - author
+- type: document
+ path: documentation
+ label: Documentation
+- type: directory
+ path: content/contact
+ label: Contact
+ create: all
+ match: "**/*"
+- type: directory
+ path: ''
+ label: Configuration
+ create: all
+ match: "*.toml"
+ new_doc_ext: toml
+upload_dir: static/images
+public_path: "/images"
+front_matter_path: ''
+use_front_matter_path: false
+file_template: ":filename:"
+build:
+ preview_env:
+ - HUGO_ENV=staging
+ - HUGO_VERSION=0.58.2
+ preview_output_directory: public
+ preview_docker_image: forestryio/hugo:latest
+ mount_path: "/srv"
+ working_dir: "/srv"
+ instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
+ -d public
+version: 0.58.2
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..bd42f6d
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,121 @@
+############################ Default configuration #########################
+baseURL = "https://examplesite.com/"
+languageCode = "en-us"
+# site title
+title = "Blogplate | Blog Template"
+# theme
+theme = "blogplate-hugo"
+# post pagination
+paginate = "5"
+# post excerpt
+summaryLength = "10"
+# disqus short name
+disqusShortname = "" # get your shortname form here : https://disqus.com
+
+[outputs]
+home = ["HTML", "AMP", "RSS", "JSON"]
+
+########################## Plugings ######################################
+
+# css plugins
+[[params.plugins.css]]
+URL = "plugins/bootstrap/bootstrap.min.css"
+[[params.plugins.css]]
+URL = "plugins/themify-icons/themify-icons.css"
+
+# js plugins
+[[params.plugins.js]]
+URL = "plugins/jQuery/jquery.min.js"
+[[params.plugins.js]]
+URL = "plugins/bootstrap/bootstrap.min.js"
+[[params.plugins.js]]
+URL = "plugins/search/fuse.min.js"
+[[params.plugins.js]]
+URL = "plugins/search/mark.js"
+[[params.plugins.js]]
+URL = "plugins/search/search.js"
+
+
+########################### Navigation ###################################
+
+# main menu
+[[menu.main]]
+URL = "contact"
+name = "Contact"
+weight = 1
+
+[[menu.main]]
+URL = "tools"
+name = "tools"
+weight = 2
+
+# footer menu
+[[menu.footer]]
+URL = "contact"
+name = "Contact"
+weight = 1
+
+[[menu.footer]]
+URL = "tools"
+name = "tools"
+weight = 2
+
+
+######################### Default Parameters ###########################
+[params]
+# home
+home = "Home"
+# logo
+logo = "images/logo.png"
+# meta data
+author = "Themefisher"
+description = "This is meta description"
+# google analitycs ID
+googleAnalitycsID = "Your ID"
+# contact form action
+contactFormAction = "#" # contact form works with : https://formspree.io
+# copyright
+copyright = "&copy; 2019 [Northendlab](https://northendlab.com) All Rights Reserved"
+
+# preloader
+[params.preloader]
+enable = true
+preloader = "" # use png, jpg, svg or gif format
+
+# search
+[params.search]
+enable = true
+
+
+####################### banner #######################################
+[params.banner]
+bgImage = "images/banner/banner-bg.svg"
+title = "Hi, I'm John Smith Doe. <br> I help people make the worlds best software"
+image = "images/banner/illustration.svg"
+
+
+######################## call to action ###############################
+[params.cta]
+enable = true
+image = "images/hugo-muscot.svg"
+title = "Get the best hugo templates"
+description = "Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus."
+[params.cta.button]
+enable = true
+label = "Visit Here"
+link = "https://gethugothemes.com/shop/"
+
+
+############################## Social Site ##########################
+[[params.social]]
+icon = "ti-facebook" # themify icon pack https://themify.me/themify-icons
+link = "#"
+[[params.social]]
+icon = "ti-twitter-alt" # themify icon pack https://themify.me/themify-icons
+link = "#"
+[[params.social]]
+icon = "ti-github" # themify icon pack https://themify.me/themify-icons
+link = "#"
+[[params.social]]
+icon = "ti-linkedin" # themify icon pack https://themify.me/themify-icons
+link = "#" \ No newline at end of file
diff --git a/exampleSite/content/author/john-doe.md b/exampleSite/content/author/john-doe.md
new file mode 100644
index 0000000..7a1d12f
--- /dev/null
+++ b/exampleSite/content/author/john-doe.md
@@ -0,0 +1,8 @@
++++
+title = "John Doe"
+image = "/images/author/john-doe.jpg"
+description = "Front end developer"
+
++++
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file
diff --git a/exampleSite/content/author/mark-dinn.md b/exampleSite/content/author/mark-dinn.md
new file mode 100644
index 0000000..85e9544
--- /dev/null
+++ b/exampleSite/content/author/mark-dinn.md
@@ -0,0 +1,8 @@
++++
+title = "Mark Dinn"
+image = "/images/author/mark-dinn.jpg"
+description = "This is meta description"
+
++++
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file
diff --git a/exampleSite/content/contact/_index.md b/exampleSite/content/contact/_index.md
new file mode 100644
index 0000000..4c52c74
--- /dev/null
+++ b/exampleSite/content/contact/_index.md
@@ -0,0 +1,9 @@
+---
+title: "Contact Us"
+date: 2019-07-06T15:27:17+06:00
+draft: false
+description : "this is meta description"
+image: "images/contact.svg"
+---
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labor. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post-2.md b/exampleSite/content/my-awesome-blog-post-2.md
new file mode 100644
index 0000000..17194a3
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post-2.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome second blog post"
+image = "/images/post/post-2.jpg"
+author = "John Doe"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Design Tools"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post-3.md b/exampleSite/content/my-awesome-blog-post-3.md
new file mode 100644
index 0000000..f23b4e7
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post-3.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome second blog post"
+image = "/images/post/post-1.jpg"
+author = "Mark Dinn"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Development Tools"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post-4.md b/exampleSite/content/my-awesome-blog-post-4.md
new file mode 100644
index 0000000..d371287
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post-4.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome second blog post"
+image = "/images/post/post-3.jpg"
+author = "John Doe"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Hugo"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post-5.md b/exampleSite/content/my-awesome-blog-post-5.md
new file mode 100644
index 0000000..58a4873
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post-5.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome second blog post"
+image = "/images/post/post-3.jpg"
+author = "Mark Dinn"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Hugo"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post-6.md b/exampleSite/content/my-awesome-blog-post-6.md
new file mode 100644
index 0000000..c7096ea
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post-6.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome second blog post"
+image = "/images/post/post-1.jpg"
+author = "John Doe"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Development Tools"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post.1.md b/exampleSite/content/my-awesome-blog-post.1.md
new file mode 100644
index 0000000..c0291b9
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post.1.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome blog post"
+image = "/images/post/post-3.jpg"
+author = "John Doe"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["SEO Learning"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post.2.md b/exampleSite/content/my-awesome-blog-post.2.md
new file mode 100644
index 0000000..c8b9854
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post.2.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome blog post"
+image = "/images/post/post-2.jpg"
+author = "Mark Dinn"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Meta Data"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post.3.md b/exampleSite/content/my-awesome-blog-post.3.md
new file mode 100644
index 0000000..2b74fcc
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post.3.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome blog post"
+image = "/images/post/post-3.jpg"
+author = "John Doe"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Hugo"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post.4.md b/exampleSite/content/my-awesome-blog-post.4.md
new file mode 100644
index 0000000..bf44354
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post.4.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome blog post"
+image = "/images/post/post-1.jpg"
+author = "Mark Dinn"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Hugo"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/my-awesome-blog-post.md b/exampleSite/content/my-awesome-blog-post.md
new file mode 100644
index 0000000..9a22df0
--- /dev/null
+++ b/exampleSite/content/my-awesome-blog-post.md
@@ -0,0 +1,23 @@
++++
+title = "My awesome blog post"
+image = "/images/post/post-1.jpg"
+author = "Mark Dinn"
+date = 2019-11-07T05:00:00Z
+description = "This is meta description"
+categories = ["Meta Data"]
+type = "post"
+
++++
+Are you Developer and recently started your own business and Already made a website to ensure online presence and wants to reach more people. but you are not getting as much as response from your targeted customer or you are unable to reach them. SEO(Search engine optimization)is the cheapest way to reach your customer or client. After 2000 the Internet is more easy access to common people and most of the netizens to find out information search on google/yahoo/bing like a search engine. So if your site ranks at the top of the SERP for your target keywords then sure you will get more valuable traffic to your site and it will help you a lot to grow your business.
+
+Above Paragraph, you see SERP or Keywords that are common SEO Term so Before starting learning SEO let's learn the term used by the SEO expert. It will smoothen your learning journey. Or if you are wishing to hire an SEO guy it will help you his task he/she doing and understand he/she going on the right path. So not making delay let dive…
+
+**Algorithm:** “Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.” It is its definition. In SEO we basically mean A very sophisticated and complex program used by the search engine to find out data and indexing it, And when a user gives a data query this program also decides the best result to place in the SERP in order. All search engines use multiple algorithms combination on their data collection and result giving process in different stages.
+
+**Algorithm Change:** All the search engine service providers always try to give the best results to their users. So they always working on updating, refreshing or making and implementing new algorithms. The search engine service provider never revealed the exact date of rolling out any updates or new algorithms to make an effective date. Normally they give a boundary of time like this week or this month, we are going to rolling out a major update or applying new this algorithm. They give this new algorithm a name and they always call it by the given name. Like, google spider, Google panda, etc. Most of the time After one to two week we can see and understand the update or change impact but sometimes it also happens quicker also.
+
+* Algorithm Update: Search Engines regularly making minor changes in their system they normally don’t give an official announcement. But SEO related blogs and journals give the news what the changes made. So Keep update regular visit this industry-related community is important. And when the Major update come You must observe your ranking behavior and if you find you've got the penalty then quickly take necessary step undereating the guidelines given by search engine company.
+
+* Algorithm Refresh: Search engine operator after a regular interval re-run the existing algorithm to find out the new spammer.
+
+* New Algorithm: Improving search quality google and other search engines regularly bringing new algorithms. All new algorithm has its special purpose to serve in the total search engine working process. \ No newline at end of file
diff --git a/exampleSite/content/search/_index.md b/exampleSite/content/search/_index.md
new file mode 100644
index 0000000..95131a6
--- /dev/null
+++ b/exampleSite/content/search/_index.md
@@ -0,0 +1,6 @@
+---
+title: "Search Result"
+date: 2019-07-06T15:27:17+06:00
+draft: false
+description : "this is meta description"
+--- \ No newline at end of file
diff --git a/exampleSite/content/tools/_index.md b/exampleSite/content/tools/_index.md
new file mode 100644
index 0000000..4be7218
--- /dev/null
+++ b/exampleSite/content/tools/_index.md
@@ -0,0 +1,6 @@
+---
+title: "Tools"
+date: 2019-07-06T15:27:17+06:00
+draft: false
+description : "this is meta description"
+--- \ No newline at end of file
diff --git a/exampleSite/data/tools.yml b/exampleSite/data/tools.yml
new file mode 100644
index 0000000..58d4ef4
--- /dev/null
+++ b/exampleSite/data/tools.yml
@@ -0,0 +1,62 @@
+---
+######################### tools #########################################
+tools:
+ # tool category
+- title: Design Tools
+ tool:
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool2.png"
+ link: "#"
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool4.png"
+ link: "#"
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool4.png"
+ link: "#"
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool3.png"
+ link: "#"
+ # tool loop in tool category
+
+
+ # tool category
+- title: SEO Tools
+ tool:
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool3.png"
+ link: "#"
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool2.png"
+ link: "#"
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool1.png"
+ link: "#"
+ # tool loop in tool category
+
+
+ # tool category
+- title: Dev Tools
+ tool:
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool4.png"
+ link: "#"
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool1.png"
+ link: "#"
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool3.png"
+ link: "#"
+ # tool loop in tool category
+ - name: WP Fluent Forms Pro Add-On & Most Powerful WordPress Form Plugin
+ image: "/images/tools/tool2.png"
+ link: "#"
diff --git a/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content b/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content
new file mode 100644
index 0000000..a2e246f
--- /dev/null
+++ b/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content
@@ -0,0 +1,5 @@
+/*!------------------------------------------------------------------
+[MAIN STYLESHEET]
+PROJECT: Project Name
+VERSION: Versoin Number
+-------------------------------------------------------------------*/@import "https://fonts.googleapis.com/css?family=Muli:300,400,600,700&display=swap";body{line-height:1.5;font-family:muli,sans-serif;-webkit-font-smoothing:antialiased;font-size:15px;color:#666}p,.paragraph{font-weight:400;color:#666;font-size:18px;line-height:1.7;font-family:muli,sans-serif}a{color:#e8505b}a:hover{color:#e8505b}h1,h2,h3,h4,h5,h6{color:#222;font-family:muli,sans-serif;font-weight:600;line-height:1.2}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none}h1,.h1{font-size:50px}h2,.h2{font-size:40px}h3,.h3{font-size:30px}h4,.h4{font-size:26px}h5,.h5{font-size:20px}h6,.h6{font-size:16px}.btn{font-size:16px;font-family:muli,sans-serif;text-transform:capitalize;padding:12px 20px;border-radius:5px;border:1px solid;position:relative;z-index:1;transition:.2s ease}.btn:hover,.btn:active,.btn:focus{outline:0;box-shadow:none!important}.btn-sm{font-size:15px;padding:6px 10px}.btn-primary{background:#e8505b;color:#fff;border-color:#e8505b}.btn-primary:active,.btn-primary:hover,.btn-primary.focus,.btn-primary.active{background:#e8505b!important;border-color:#e8505b!important}.btn-outline-primary{background:0 0;color:#e8505b;border-color:#e8505b}.btn-outline-primary:active,.btn-outline-primary:hover,.btn-outline-primary.focus,.btn-outline-primary.active{background:#e8505b!important;border-color:#e8505b!important;color:#fff}body{background-color:#fff;overflow-x:hidden}::selection{background:#ee7d85;color:#fff}.preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:9999;display:flex;align-items:center;justify-content:center}img{vertical-align:middle;border:0}a,button,select{cursor:pointer;transition:.2s ease}a:focus,button:focus,select:focus{outline:0}.slick-slide{outline:0}.section{padding-top:80px;padding-bottom:80px}.bg-cover{background-size:cover;background-position:50%;background-repeat:no-repeat}.border-primary{border-color:#acb9c4!important}.overlay{position:relative}.overlay::before{position:absolute;content:'';height:100%;width:100%;top:0;left:0;background:#000;opacity:.5}.outline-0{outline:0!important}.d-unset{display:unset!important}.bg-primary{background:#e8505b!important}.bg-secondary{background:#9ac4f8!important}.bg-light{background:#f8f8f8!important}.text-primary{color:#e8505b!important}.text-color{color:#666}.mb-10{margin-bottom:10px!important}.mb-20{margin-bottom:20px!important}.mb-30{margin-bottom:30px!important}.mb-40{margin-bottom:40px!important}.mb-50{margin-bottom:50px!important}.mb-60{margin-bottom:60px!important}.mb-70{margin-bottom:70px!important}.mb-80{margin-bottom:80px!important}.mb-90{margin-bottom:90px!important}.mb-100{margin-bottom:100px!important}.zindex-1{z-index:1}.overflow-hidden{overflow:hidden}.shadow,.nav-tab .nav-link.active{box-shadow:0 10px 30px 0 rgba(68,74,102,.1)!important}.form-control{height:50px;line-height:50px}.form-control:focus{outline:0;box-shadow:none;border-color:#e8505b}textarea.form-control{height:150px}.page-link:focus{box-shadow:none}.navigation{transition:.3s ease}@media(max-width:991px){.navigation.fixed-top{position:sticky!important}}@media(max-width:991px){.navigation{background:#fff}}.nav-bg{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.161)}.nav-item{margin:0}.nav-item .nav-link{text-transform:capitalize}.navbar-light .navbar-nav .nav-link{color:#222}.navbar-light .navbar-nav .nav-link:hover{color:#e8505b}.navbar-expand-lg .navbar-nav .nav-link{padding:20px}.search-btn{border:0;background:0 0}.search-wrapper{position:absolute;top:0;left:0;right:0;height:100%;z-index:2;visibility:hidden;transition:.2s ease;opacity:0}.search-wrapper.open{visibility:visible;opacity:1}.search-box{height:100%;width:100%;border:0;background:#fff;font-size:20px;padding:0}.search-box:focus{box-shadow:none!important;outline:0}.search-close{position:absolute;right:5px;top:50%;transform:translateY(-50%);border:0;background:0 0;page-break-after:10px;font-size:20px}.banner{padding:220px 0 120px;position:relative}@media(max-width:1200px){.banner{padding:150px 0 100px}}@media(max-width:991px){.banner{padding:100px 0 0}}.banner .illustration{position:absolute;bottom:0;right:30px}@media(max-width:1600px){.banner .illustration{max-width:600px}}@media(max-width:991px){.banner .illustration{display:none}}.banner .illustration-mobile{display:none}@media(max-width:991px){.banner .illustration-mobile{display:block}}.block{padding:60px 60px 40px}.pagination{justify-content:center}.pagination .page-item .page-link{display:inline-block;width:40px;height:40px;text-align:center;color:#666;border:0;border-radius:5px}.pagination .page-item .page-link:hover{background:#e8505b;color:#fff}.pagination .page-item.active .page-link{background:#e8505b;color:#fff}.content *{margin-bottom:20px}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{margin-bottom:10px}.content ol{padding-left:20px}.content ul{padding-left:0}.content ul li{position:relative;padding-left:20px;margin-bottom:15px;list-style-type:none}.content ul li::before{position:absolute;content:"\e71b";font-family:themify;font-size:14px;left:0;top:1px;color:#e8505b;transition:.3s ease}.content table{text-align:left;width:100%;max-width:100%;margin-bottom:1rem;border:1px solid #dee2e6}.content table th,.content table td{padding:.75rem;vertical-align:top;border:1px solid #dee2e6}.content table thead{background:#f3f3f3}.content table tbody{background:#f8f8f8}.content table tbody td{text-align:left!important}.content blockquote{padding:20px;background:#f8f8f8;border-left:3px solid #e8505b}.content blockquote p{margin-bottom:0;color:#222;font-style:italic!important}.content pre{padding:10px 20px;background:#f8f8f8}.content pre code{border:0;background:0 0;padding:0}.content a{color:#e8505b}.content a:hover{text-decoration:underline}.content code{padding:3px 5px;background:#f8f8f8;border:1px solid #acb9c4;border-radius:3px;color:#222}.social-icon a{height:45px;width:45px;border:1px solid #e8505b;border-radius:50%;line-height:45px;text-align:center;display:block;color:#e8505b}.social-icon a:hover{background:#e8505b;color:#fff}.nav-tab .nav-link{padding:15px;color:#666;border-radius:5px}.nav-tab .nav-link.active{color:#fff;background:#e8505b} \ No newline at end of file
diff --git a/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json b/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json
new file mode 100644
index 0000000..57e7918
--- /dev/null
+++ b/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json
@@ -0,0 +1 @@
+{"Target":"scss/style.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file
diff --git a/exampleSite/static/images/author/john-doe.jpg b/exampleSite/static/images/author/john-doe.jpg
new file mode 100644
index 0000000..f747bad
--- /dev/null
+++ b/exampleSite/static/images/author/john-doe.jpg
Binary files differ
diff --git a/exampleSite/static/images/author/mark-dinn.jpg b/exampleSite/static/images/author/mark-dinn.jpg
new file mode 100644
index 0000000..69d3f6a
--- /dev/null
+++ b/exampleSite/static/images/author/mark-dinn.jpg
Binary files differ
diff --git a/exampleSite/static/images/banner/banner-bg.svg b/exampleSite/static/images/banner/banner-bg.svg
new file mode 100644
index 0000000..9e4a943
--- /dev/null
+++ b/exampleSite/static/images/banner/banner-bg.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="1600.136" height="456.287" viewBox="0 0 1600.136 456.287">
+ <g id="Group_1647" data-name="Group 1647" transform="translate(1905.136 -962)">
+ <rect id="Rectangle_582" data-name="Rectangle 582" width="1600" height="456" transform="translate(-1905 962)" fill="#f8f8f8"/>
+ <path id="Path_29803" data-name="Path 29803" d="M283.427,815.4a143.6,143.6,0,0,0,24.9-22.014c70.712-79.335,129.35-74.161,187.989-31.044s213.859,20.7,181.09-155.22S792.962,496.742,832.63,436.379c18.971-28.974,21.731-55.19,16.9-77.265H283.069S283.219,815.2,283.427,815.4Z" transform="translate(-2188.205 602.887)" fill="#f2f2f2"/>
+ <path id="Path_29802" data-name="Path 29802" d="M909.347,361.977c-42.468-5.167-138.882-9.689-198.949,46.828-78.432,74.279-143.473,69.435-208.514,29.066S264.675,418.493,301.021,583.2,172.852,686.543,128.854,743.059c-21.043,27.128-24.1,51.672-18.747,72.341H909.347Z" transform="translate(-1214.843 602.886)" fill="#f2f2f2"/>
+ </g>
+</svg>
diff --git a/exampleSite/static/images/banner/illustration.svg b/exampleSite/static/images/banner/illustration.svg
new file mode 100644
index 0000000..1973c62
--- /dev/null
+++ b/exampleSite/static/images/banner/illustration.svg
@@ -0,0 +1,233 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="768.381" height="384.939" viewBox="0 0 768.381 384.939">
+ <g id="Group_1642" data-name="Group 1642" transform="translate(-1052.636 2529)">
+ <path id="Path_29341" data-name="Path 29341" d="M1592.29,1053.886l-10.568-14.192a6.739,6.739,0,0,0-5.318-2.676h-17V1027.5h17a16.186,16.186,0,0,1,12.939,6.5l10.568,14.192Z" transform="translate(52.791 -3378.922)" fill="#9ac4f8"/>
+ <path id="Path_29342" data-name="Path 29342" d="M1477.813,1113.565a60.172,60.172,0,0,1-60.157,60.157c-1.152,0-2.269-.034-3.387-.1l-1.524-.1c-.745-.068-1.524-.135-2.269-.237a2.636,2.636,0,0,1-.745-.1c-1.152-.1-2.235-.3-3.353-.508-1.016-.169-2-.406-3.015-.644a51.109,51.109,0,0,1-6.808-2.1,15.856,15.856,0,0,1-1.626-.61,11.583,11.583,0,0,1-1.355-.576c-.644-.271-1.355-.576-2-.915a55.435,55.435,0,0,1-9.078-5.419c-.474-.339-.982-.677-1.423-1.05-.542-.44-1.152-.915-1.66-1.355a60.2,60.2,0,0,1-4.844-4.437c-.643-.644-1.287-1.355-1.9-2.066-.474-.508-.982-1.084-1.423-1.66-.508-.576-1.016-1.253-1.49-1.863-.61-.779-1.219-1.592-1.762-2.405a59.689,59.689,0,0,1-10.5-33.974v-.034c.034-25,13.888-46.337,35.566-55.415,3.9-1.626,9.823-5.521,9.823-9.789V939.869l2.134-4.369h28.08v112.794a7.532,7.532,0,0,0,2.168,4.844,21.5,21.5,0,0,0,7.384,5.115,11.083,11.083,0,0,1,1.287.61,34.61,34.61,0,0,1,4.607,2.337c.609.339,1.253.711,1.863,1.118.813.508,1.626,1.05,2.4,1.592,14.328,10.026,23.473,26.352,24.794,45.151C1477.746,1110.551,1477.813,1112.041,1477.813,1113.565Z" transform="translate(186.304 -3318.085)" fill="#9ac4f8"/>
+ <path id="Path_29343" data-name="Path 29343" d="M1521.714,935.434v88.033c-1.457-49.148-19.883-69.742-28.216-76.618-.745-.61-1.457-1.152-2-1.524v-5.555l2.134-4.37h28.08Z" transform="translate(97.692 -3318.019)" fill="#82baff"/>
+ <path id="Path_29344" data-name="Path 29344" d="M1498.078,1349.832c-1.355-18.8-10.466-35.159-24.828-45.185a56.763,56.763,0,0,0-8.874-5.047,62.3,62.3,0,0,1,10.128,30.011c.1,1.49.169,2.981.169,4.471a60.047,60.047,0,0,1-86.272,54.127,60.149,60.149,0,0,0,109.813-33.94C1498.247,1352.813,1498.179,1351.323,1498.078,1349.832Z" transform="translate(165.87 -3558.856)" fill="#70c8d6"/>
+ <path id="Path_29345" data-name="Path 29345" d="M1514.619,928.931a8.4,8.4,0,0,1-2.371,5.792,8.036,8.036,0,0,1-5.148,2.371,3.9,3.9,0,0,1-.644.034H1477.6a5.013,5.013,0,0,1-.711-.034,8.221,8.221,0,0,1-7.486-8.2,8.4,8.4,0,0,1,2.371-5.792,8.277,8.277,0,0,1,5.826-2.4h28.859A8.2,8.2,0,0,1,1514.619,928.931Z" transform="translate(112.306 -3308.298)" fill="#b6c2cc"/>
+ <path id="Path_29346" data-name="Path 29346" d="M1506.356,921.377a7.553,7.553,0,0,1,7.52,7.553,7.688,7.688,0,0,1-2.2,5.318,7.552,7.552,0,0,1-4.708,2.2h-.068a2.572,2.572,0,0,1-.542.034H1477.5a3.9,3.9,0,0,1-.644-.034h-.068a7.5,7.5,0,0,1-6.876-7.52,7.806,7.806,0,0,1,2.168-5.318,7.715,7.715,0,0,1,5.352-2.236Zm0-.677H1477.5a8.153,8.153,0,0,0-8.2,8.2,8.245,8.245,0,0,0,7.486,8.2,5.01,5.01,0,0,0,.711.034h28.859a3.894,3.894,0,0,0,.643-.034,8.208,8.208,0,0,0,5.149-2.371,8.313,8.313,0,0,0,2.371-5.792,8.161,8.161,0,0,0-8.163-8.231Z" transform="translate(112.373 -3308.298)" fill="#a4e6f7"/>
+ <circle id="Ellipse_438" data-name="Ellipse 438" cx="4.302" cy="4.302" r="4.302" transform="translate(1584.857 -2233.073)" fill="#70c8d6"/>
+ <circle id="Ellipse_439" data-name="Ellipse 439" cx="7.689" cy="7.689" r="7.689" transform="translate(1593.833 -2220.947)" fill="#70c8d6"/>
+ <path id="Path_29347" data-name="Path 29347" d="M1486.148,1460.124v.237a52.024,52.024,0,0,1-88.914,36.209,51.182,51.182,0,0,1-14.734-30.925v-.034a51.188,51.188,0,0,1,26.488-7.418c15.818.17,30.417,12.871,53.755,9.721A73.616,73.616,0,0,0,1486.148,1460.124Z" transform="translate(169.772 -3663.728)" fill="#b58fef"/>
+ <path id="Path_29348" data-name="Path 29348" d="M1517.691,1463.9v.237a51.753,51.753,0,0,1-51.96,51.553c-14.5,0-26.115-4.471-35.532-13.955,12.092,2.066,48.369.474,64.831-30.18C1501.975,1470.641,1508.919,1468.371,1517.691,1463.9Z" transform="translate(138.229 -3667.505)" fill="#8c6acc"/>
+ <circle id="Ellipse_440" data-name="Ellipse 440" cx="7.757" cy="7.757" r="7.757" transform="matrix(0.8, -0.6, 0.6, 0.8, 1609.72, -2186.046)" fill="#8c6acc"/>
+ <path id="Path_29349" data-name="Path 29349" d="M1672.267,1129.33h-8.875a.66.66,0,0,1-.644-.61l-1.151-12.6a17.526,17.526,0,0,0-9.857-12.77,36.117,36.117,0,0,1-6.165-3.861c-5.318-4.132-10.094-14.971-12.329-20.764a4.526,4.526,0,0,1,2.066-5.691l.2-.1,10.365-5.656a4.627,4.627,0,0,1,5.487.779c4.606,4.573,14.023,15.954,17.952,35.972C1674.638,1130.888,1672.267,1129.33,1672.267,1129.33Z" transform="translate(4.179 -3404.845)" fill="#82baff"/>
+ <path id="Path_29350" data-name="Path 29350" d="M1677.417,1129.2h-1.456c1.084-5.386-3.658-26.082-10.873-39.766-10.5-19.883-17.478-17.783-24.388-16.7l10.365-5.656a4.627,4.627,0,0,1,5.487.779c4.607,4.573,14.023,15.954,17.952,35.972C1679.788,1130.756,1677.417,1129.2,1677.417,1129.2Z" transform="translate(-0.971 -3404.713)" fill="#9ac4f8"/>
+ <circle id="Ellipse_441" data-name="Ellipse 441" cx="4.302" cy="4.302" r="4.302" transform="translate(1564.127 -2197.339)" fill="#8c6acc"/>
+ <path id="Path_29351" data-name="Path 29351" d="M1329.652,1151.944v29.672a2.754,2.754,0,0,1-2.744,2.744h-20.221v28.08a2.744,2.744,0,1,1-5.487,0v-30.823a2.754,2.754,0,0,1,2.744-2.744h20.221v-26.894a2.7,2.7,0,0,1,1.423-2.405,2.5,2.5,0,0,1,1.321-.373A2.754,2.754,0,0,1,1329.652,1151.944Z" transform="translate(450.02 -3459.504)" fill="#9ac4f8"/>
+ <path id="Path_29352" data-name="Path 29352" d="M1335.685,1151.878v29.672a2.754,2.754,0,0,1-2.744,2.744h-20.222v25.844h-2.337s-.135-26.895,0-28.012c.169-1.118,20.56.644,22.728-2.134,2.2-2.744.576-6.639.711-17.241.1-7.689-.406-11.415-2.2-13.278a2.5,2.5,0,0,1,1.321-.373A2.806,2.806,0,0,1,1335.685,1151.878Z" transform="translate(443.988 -3459.438)" fill="#82baff"/>
+ <path id="Path_29353" data-name="Path 29353" d="M1187.642,1182.554v50.165a2.744,2.744,0,0,1-5.487,0V1189.7l-26.928,29.672a2.747,2.747,0,0,1-3.523.474,2.561,2.561,0,0,1-.372-.271,2.772,2.772,0,0,1-.2-3.9l31.738-34.956a1.782,1.782,0,0,1,.373-.339,2.747,2.747,0,0,1,4.4,2.168Z" transform="translate(549.724 -3479.75)" fill="#9ac4f8"/>
+ <path id="Path_29354" data-name="Path 29354" d="M1184.551,1209.678v-10.4l-26.928,29.672a2.748,2.748,0,0,1-3.523.474l31.23-35.125Z" transform="translate(547.295 -3489.328)" fill="#82baff"/>
+ <path id="Path_29355" data-name="Path 29355" d="M1251.637,1182.554v50h-2.472s.677-41.188,0-46.913a11.142,11.142,0,0,0-1.965-5.25,2.777,2.777,0,0,1,4.437,2.168Z" transform="translate(485.729 -3479.75)" fill="#82baff"/>
+ <path id="Path_29356" data-name="Path 29356" d="M1265.276,1330.089v5.758a7.7,7.7,0,0,1-7.689,7.689h-31.264a7.712,7.712,0,0,1-7.723-7.689v-5.758a7.712,7.712,0,0,1,7.723-7.689h31.264A7.662,7.662,0,0,1,1265.276,1330.089Z" transform="translate(504.642 -3574.037)" fill="#263238"/>
+ <path id="Path_29357" data-name="Path 29357" d="M1265.276,1330.023v5.758a7.7,7.7,0,0,1-7.689,7.689h-31.264a7.712,7.712,0,0,1-7.723-7.689v-2.574c20.933,1.728,32.517-6.232,37.395-10.907h1.592A7.712,7.712,0,0,1,1265.276,1330.023Z" transform="translate(504.642 -3573.971)" fill="#414d53"/>
+ <path id="Path_29358" data-name="Path 29358" d="M1221.309,1494.763v9.179a3.737,3.737,0,0,1-3.726,3.726H1086.092a3.73,3.73,0,0,1-3.692-3.726v-9.179a3.853,3.853,0,0,1,.847-2.405l42.645-50.537a1.446,1.446,0,0,1,.406-.372,3.611,3.611,0,0,1,2.439-.949h46.235a3.729,3.729,0,0,1,2.4.915,1.658,1.658,0,0,1,.44.406l42.611,50.537A3.7,3.7,0,0,1,1221.309,1494.763Z" transform="translate(594.708 -3652.135)" fill="#9ac4f8"/>
+ <rect id="Rectangle_338" data-name="Rectangle 338" width="51.045" height="19.917" transform="translate(1721.006 -2221.898)" fill="#9ac4f8"/>
+ <path id="Path_29359" data-name="Path 29359" d="M1313.491,1474.66v9.179a3.737,3.737,0,0,1-3.726,3.726h-45.118c17.817-14.531,9.891-46.337,2.439-57.515-.372-.576-.779-1.084-1.118-1.558-2.574-3.15-6.639-5.86-11.347-8.129-13.82-6.74-32.822-9.823-32.822-9.823l.135-.44h47.624v11.178a1.654,1.654,0,0,1,.441.406l42.611,50.537A3.853,3.853,0,0,1,1313.491,1474.66Z" transform="translate(502.526 -3632.032)" fill="#82baff"/>
+ <path id="Path_29360" data-name="Path 29360" d="M1252.355,1381.967h-52.908a5.038,5.038,0,0,1-5.047-5.047v-8.773a5.038,5.038,0,0,1,5.047-5.047h52.908a5.038,5.038,0,0,1,5.047,5.047v8.739A5.024,5.024,0,0,1,1252.355,1381.967Z" transform="translate(520.645 -3600.952)" fill="#c7d3de"/>
+ <path id="Path_29361" data-name="Path 29361" d="M1229.467,1550.705c0,1.457-1.423,2.608-3.218,2.608H1111.118c-1.728,0-3.218-1.152-3.218-2.608l.542-6.368a2.239,2.239,0,0,1,.745-1.693l20.188-23.473c7.316-1.423,15.412-2.066,22.491-.678,18.494,3.726,20.493,11.11,33.6,11.347a48.6,48.6,0,0,0,14.43-2.066,49.226,49.226,0,0,0,11.516-5.182l16.733,20.052a2.239,2.239,0,0,1,.745,1.693Z" transform="translate(577.846 -3703.2)" fill="#e8505b"/>
+ <path id="Path_29362" data-name="Path 29362" d="M1398.159,1560.214c0,1.457-1.423,2.608-3.218,2.608H1363c5.013-7.215,6.334-16.53,5.623-25.539a49.231,49.231,0,0,0,11.516-5.182l16.733,20.052a2.239,2.239,0,0,1,.745,1.693Z" transform="translate(409.153 -3712.708)" fill="#f14062"/>
+ <circle id="Ellipse_442" data-name="Ellipse 442" cx="5.69" cy="5.69" r="5.69" transform="translate(1706.035 -2176.611)" fill="#d44c56"/>
+ <circle id="Ellipse_443" data-name="Ellipse 443" cx="3.794" cy="3.794" r="3.794" transform="translate(1766.124 -2159.607)" fill="#d44c56"/>
+ <circle id="Ellipse_444" data-name="Ellipse 444" cx="7.316" cy="7.316" r="7.316" transform="translate(1748.68 -2194.868)" fill="#82baff"/>
+ <circle id="Ellipse_445" data-name="Ellipse 445" cx="3.895" cy="3.895" r="3.895" transform="translate(1734.894 -2199.373)" fill="#82baff"/>
+ <circle id="Ellipse_446" data-name="Ellipse 446" cx="2.845" cy="2.845" r="2.845" transform="translate(1748.68 -2206.283)" fill="#82baff"/>
+ <g id="Group_1376" data-name="Group 1376" transform="translate(1052.636 -2145.235)">
+ <path id="Path_29012" data-name="Path 29012" d="M1367.281,344.509c0-.206-171.95-.309-384.191-.309s-384.191.1-384.191.309,171.951.309,384.191.309S1367.281,344.715,1367.281,344.509Z" transform="translate(-598.9 -344.2)" fill="#263238"/>
+ </g>
+ <path id="Path_29313" data-name="Path 29313" d="M709.407,904.344H593.29a6.452,6.452,0,0,1-5.507-9.87l48.3-75.245a8.27,8.27,0,0,0,1.33-4.486l.031-23.143h27.815l.031,23.143a8.27,8.27,0,0,0,1.33,4.486l48.3,75.245A6.476,6.476,0,0,1,709.407,904.344Z" transform="translate(596.031 -3198.667)" fill="#9ac4f8"/>
+ <path id="Path_29314" data-name="Path 29314" d="M756.3,789.54s18.409-1.794,18.626,10.612S780.4,783.6,780.4,783.6l-24.1,1.423Z" transform="translate(478.967 -3193.142)" fill="#9ac4f8"/>
+ <path id="Path_29315" data-name="Path 29315" d="M867.887,904.344H823.829c8.787-7.487,8.416-16.367,9.622-25.525,1.887-14.294-.8-34.621-16.769-59.621-.773-3.31-.247-21.534-.093-27.6h7.085l.031,23.143a8.27,8.27,0,0,0,1.331,4.486l48.3,75.245A6.431,6.431,0,0,1,867.887,904.344Z" transform="translate(437.551 -3198.667)" fill="#82baff"/>
+ <path id="Path_29316" data-name="Path 29316" d="M721.867,1043.073H621.128c-4.517,0-6-3.28-3.589-6.776l22.122-34.652a34.31,34.31,0,0,1,9.437-.773c13.892,1.33,17.512,7.859,32.022,7.054a43.993,43.993,0,0,0,12.159-2.32c.866-.278,1.733-.588,2.537-.928a34.4,34.4,0,0,0,7.364-4.177l22.307,35.8C727.838,1039.824,726.384,1043.073,721.867,1043.073Z" transform="translate(575.589 -3342.934)" fill="#263238"/>
+ <path id="Path_29317" data-name="Path 29317" d="M887.549,1043.073H856.3c3.744-4.734,5.971-25.4,4.548-38.334.866-.278,6.343-2.382,7.982-4.239l22.307,35.8C893.52,1039.824,892.066,1043.073,887.549,1043.073Z" transform="translate(409.906 -3342.934)" fill="#263238"/>
+ <path id="Path_29318" data-name="Path 29318" d="M764.1,772.206H737.059a6.563,6.563,0,0,1-6.559-6.559v-.588a6.563,6.563,0,0,1,6.559-6.559H764.1a6.562,6.562,0,0,1,6.559,6.559v.588A6.563,6.563,0,0,1,764.1,772.206Z" transform="translate(496.785 -3175.808)" fill="#b6c2cc"/>
+ <circle id="Ellipse_432" data-name="Ellipse 432" cx="4.455" cy="4.455" r="4.455" transform="translate(1212.495 -2318.704)" fill="#414d53"/>
+ <circle id="Ellipse_433" data-name="Ellipse 433" cx="4.455" cy="4.455" r="4.455" transform="translate(1254.385 -2357.811)" fill="#82baff"/>
+ <circle id="Ellipse_434" data-name="Ellipse 434" cx="4.858" cy="4.858" r="4.858" transform="translate(1262.494 -2314.96)" fill="#414d53"/>
+ <circle id="Ellipse_435" data-name="Ellipse 435" cx="6.095" cy="6.095" r="6.095" transform="translate(1244.518 -2330.925)" fill="#414d53"/>
+ <circle id="Ellipse_436" data-name="Ellipse 436" cx="6.095" cy="6.095" r="6.095" transform="translate(1229.262 -2369.63)" fill="#82baff"/>
+ <g id="Group_1491" data-name="Group 1491" transform="translate(1092.945 -2387.699)">
+ <path id="Path_29319" data-name="Path 29319" d="M298.064,857.727H427.082a1.763,1.763,0,0,0,1.764-1.764,1.783,1.783,0,0,0-1.764-1.763H298.064a1.763,1.763,0,0,0-1.764,1.763A1.783,1.783,0,0,0,298.064,857.727Z" transform="translate(-296.3 -854.2)" fill="#b6c2cc"/>
+ </g>
+ <path id="Path_29320" data-name="Path 29320" d="M214.5,1572.985H315.58a29.525,29.525,0,0,0-29.516-29.485H244.016A29.485,29.485,0,0,0,214.5,1572.985Z" transform="translate(853.136 -3717.933)" fill="#c7d3de"/>
+ <g id="Group_1492" data-name="Group 1492" transform="translate(1114.633 -2460.407)">
+ <path id="Path_29321" data-name="Path 29321" d="M366.4,622.6V919.933a3.528,3.528,0,0,0,7.054,0V622.6a3.481,3.481,0,0,0-3.527-3.4,3.726,3.726,0,0,0-2.506.99.03.03,0,0,0-.031.031A3.344,3.344,0,0,0,366.4,622.6Z" transform="translate(-366.4 -619.2)" fill="#c7d3de"/>
+ </g>
+ <rect id="Rectangle_337" data-name="Rectangle 337" width="20.049" height="8.539" transform="translate(1108.136 -2462.14)" fill="#c7d3de"/>
+ <path id="Path_29322" data-name="Path 29322" d="M261.5,902.08c2.166-.526,3.527-.773,3.527-.773V622.139c-2.135-2.1-2.723-4.053-2.537-5.786a.03.03,0,0,1,.031-.031,5.693,5.693,0,0,1,.99-2.723H255v8.539h6.5V901.276h-17.45A29.538,29.538,0,0,0,214.5,930.792h29.64C222.08,913.683,250.978,904.648,261.5,902.08Z" transform="translate(853.136 -3075.74)" fill="#b6c2cc"/>
+ <path id="Path_29323" data-name="Path 29323" d="M718.5,847.736v.433a5.071,5.071,0,0,0,5.105,5.105h37.406a5,5,0,0,0,3.249-1.207h.031a5.223,5.223,0,0,0,1.795-3.9v-.433a5.117,5.117,0,0,0-5.1-5.136H723.605A5.1,5.1,0,0,0,718.5,847.736Z" transform="translate(505.072 -3233.888)" fill="#c7d3de"/>
+ <path id="Path_29324" data-name="Path 29324" d="M345.4,830.853V840.2a5.361,5.361,0,0,0,5.353,5.383H360.1a5.361,5.361,0,0,0,5.352-5.383v-9.344A5.354,5.354,0,0,0,360.1,825.5h-9.344A5.354,5.354,0,0,0,345.4,830.853Z" transform="translate(762.736 -3222.079)" fill="#c7d3de"/>
+ <path id="Path_29325" data-name="Path 29325" d="M274.4,829.808v11.541a4.279,4.279,0,0,0,4.239,4.3,4.181,4.181,0,0,0,1.64-.309s0,.031.031,0a4.344,4.344,0,0,0,2.63-3.96v-11.54a4.259,4.259,0,0,0-4.3-4.239,4.353,4.353,0,0,0-1.794.4C274.8,827.8,274.4,828.756,274.4,829.808Z" transform="translate(811.769 -3222.148)" fill="#c7d3de"/>
+ <path id="Path_29326" data-name="Path 29326" d="M345.4,830.853V840.2a5.361,5.361,0,0,0,5.353,5.383h4.672c-6.807-11.7,0-20.08,0-20.08h-4.672A5.354,5.354,0,0,0,345.4,830.853Z" transform="translate(762.736 -3222.079)" fill="#b6c2cc"/>
+ <path id="Path_29327" data-name="Path 29327" d="M274.4,830.637v11.54a4.279,4.279,0,0,0,4.239,4.3,4.181,4.181,0,0,0,1.64-.309c-3.837-3.125-3.806-13.552-3.434-19.368C274.8,828.625,274.4,829.585,274.4,830.637Z" transform="translate(811.769 -3222.977)" fill="#b6c2cc"/>
+ <path id="Path_29328" data-name="Path 29328" d="M718.5,847.736v.433a5.071,5.071,0,0,0,5.105,5.105h37.406a5,5,0,0,0,3.249-1.207c-6.776,1.3-21.565,2.6-27.381-9.468H723.605A5.1,5.1,0,0,0,718.5,847.736Z" transform="translate(505.072 -3233.888)" fill="#b6c2cc"/>
+ <g id="Group_1494" data-name="Group 1494" transform="translate(1252.253 -2201.907)">
+ <path id="Path_29329" data-name="Path 29329" d="M811.293,1475.337a.1.1,0,0,1-.093-.093v-20.451a.1.1,0,0,1,.093-.093.082.082,0,0,1,.093.093v20.451C811.355,1475.306,811.324,1475.337,811.293,1475.337Z" transform="translate(-811.2 -1454.7)" fill="#dd3b2f"/>
+ </g>
+ <path id="Path_29330" data-name="Path 29330" d="M763.665,1510.968v10.365H686.1v-10.365a5.585,5.585,0,0,1,5.569-5.569h66.489A5.494,5.494,0,0,1,763.665,1510.968Z" transform="translate(527.447 -3691.62)" fill="#9ac4f8"/>
+ <path id="Path_29331" data-name="Path 29331" d="M763.665,1510.968v10.365H686.1v-3.156c17.574,1.423,55.351,2.413,70.449-12.778h1.609A5.494,5.494,0,0,1,763.665,1510.968Z" transform="translate(527.447 -3691.62)" fill="#82baff"/>
+ <path id="Path_29332" data-name="Path 29332" d="M750.285,1560.388v19.987H651v-19.987a6.206,6.206,0,0,1,6.188-6.188H744.1A6.206,6.206,0,0,1,750.285,1560.388Z" transform="translate(551.687 -3725.322)" fill="#9ac4f8"/>
+ <path id="Path_29333" data-name="Path 29333" d="M773.973,1560.374v19.987H752.841c3.96-4.177,5.971-8.354,4.053-12.159-7.456-14.758-71.594-14.016-71.594-14.016h82.485A6.206,6.206,0,0,1,773.973,1560.374Z" transform="translate(528 -3725.308)" fill="#82baff"/>
+ <path id="Path_29334" data-name="Path 29334" d="M763.261,1353.1a23.36,23.36,0,0,0,5.476-.742c7.24-1.826,14.077-6.9,15.408-14.6,1.64-9.406-5.476-16.243-11.881-21.874-5.26-4.641-12.128-10.024-11.324-17.883a32.182,32.182,0,0,1-3.62,12.5c-3.713,6.621-11.664,9.189-15.191,15.779-3.249,6.095-1.423,14.7,3.187,19.615A23.886,23.886,0,0,0,763.261,1353.1Z" transform="translate(489.889 -3548.389)" fill="#e8505b"/>
+ <path id="Path_29335" data-name="Path 29335" d="M787.125,1403.243a12.411,12.411,0,0,0,2.785-.433,10.848,10.848,0,0,0,7.766-8.756c.835-5.631-2.754-9.746-6-13.118-2.661-2.784-6.126-6-5.724-10.736a21.634,21.634,0,0,1-1.825,7.487c-1.856,3.96-5.878,5.507-7.673,9.468-1.64,3.651-.712,8.818,1.609,11.757A11.182,11.182,0,0,0,787.125,1403.243Z" transform="translate(465.623 -3598.25)" fill="#e8505b"/>
+ <path id="Path_29336" data-name="Path 29336" d="M756.263,1579.317v10.705H666.6v-10.705a4.47,4.47,0,0,1,4.455-4.517h80.752A4.51,4.51,0,0,1,756.263,1579.317Z" transform="translate(540.914 -3739.548)" fill="#263238"/>
+ <path id="Path_29337" data-name="Path 29337" d="M902.533,1579.386v10.705H889.662c1.423-2.63,1.795-5.167.588-7.58-1.64-3.249-6.033-5.724-11.85-7.611h19.678A4.463,4.463,0,0,1,902.533,1579.386Z" transform="translate(394.644 -3739.618)" fill="#414d53"/>
+ <path id="Path_29338" data-name="Path 29338" d="M768.411,515.218a17.859,17.859,0,0,1-17.852,17.852,17.192,17.192,0,0,1-6.188-1.176h-.031c-.557-.217-1.145-.464-1.7-.743a12.359,12.359,0,1,1-18.533-16.212,13.452,13.452,0,0,1-3.806-9.375,13.713,13.713,0,0,1,12.407-13.644,13.446,13.446,0,0,1-.34-2.97,12.821,12.821,0,0,1,3.96-9.282,10.253,10.253,0,0,1-6.064-9.282A10.1,10.1,0,0,1,740.38,460.3a10.506,10.506,0,0,1,2.413.278,10.068,10.068,0,0,1,5.693,15.872,12.9,12.9,0,0,1,6.126,21.472A17.7,17.7,0,0,1,768.411,515.218Z" transform="translate(503.828 -2969.87)" fill="#263238"/>
+ <path id="Path_29363" data-name="Path 29363" d="M6.714,0A6.714,6.714,0,1,1,0,6.714,6.714,6.714,0,0,1,6.714,0Z" transform="translate(1255.347 -2529)" fill="#263238"/>
+ <path id="Path_29339" data-name="Path 29339" d="M815.994,515.7a17.859,17.859,0,0,1-17.852,17.852,17.192,17.192,0,0,1-6.188-1.176c22.029-16.119,0-31.93,0-31.93a12.807,12.807,0,0,0,7.116-12.871c-.712-5.971-9.87-9.282-9.87-9.282,6.683-5.94,3.249-13.8,1.207-17.3a10.068,10.068,0,0,1,5.693,15.872,12.9,12.9,0,0,1,6.126,21.472A17.827,17.827,0,0,1,815.994,515.7Z" transform="translate(456.246 -2970.354)" fill="#414d53"/>
+ <path id="Path_29340" data-name="Path 29340" d="M832.15,397.8a6.614,6.614,0,0,1,1.485,4.177,6.708,6.708,0,0,1-6.714,6.714c-.34,0-.681-.062-1.021-.093a6.7,6.7,0,1,0,6.25-10.8Z" transform="translate(430.901 -2926.707)" fill="#414d53"/>
+ <g id="Group_1395" data-name="Group 1395" transform="translate(1273.835 -2338.621)">
+ <path id="Path_29013" data-name="Path 29013" d="M716.163,310.42l-41.763-41.9,21.02-38.582c21.02-26.828,65.41-25.168,65.41-25.168a253.906,253.906,0,0,1,65.549,4.01c35.264,6.914,32.5,30.285,32.5,30.285l4.7,86.568,5.117,70.389-130.129,2.627-22.4-88.228" transform="translate(-631.411 -204.162)" fill="#e8505b"/>
+ <path id="Path_29014" data-name="Path 29014" d="M798.316,382l-116.577,1.383c-28.073.277-46.741-28.764-34.71-54.071L696.951,236.8l45.359,30.7-30.977,64.3,94.451,1.66Z" transform="translate(-643.313 -191.666)" fill="#e8505b"/>
+ <path id="Path_29015" data-name="Path 29015" d="M804.8,219.1l93.621,144.511-54.624,3.6s-32.636-51.443-31.806-50.337C813.236,318.806,804.8,219.1,804.8,219.1Z" transform="translate(-581.483 -198.443)" fill="#e8505b"/>
+ <path id="Path_29016" data-name="Path 29016" d="M702,285.5" transform="translate(-620.843 -173.02)" fill="#e8505b"/>
+ <g id="Group_1378" data-name="Group 1378" transform="translate(81.018 17.615)">
+ <path id="Path_29017" data-name="Path 29017" d="M717.388,283.417a2.422,2.422,0,0,1,.138-.691c.138-.553.277-1.245.553-2.074.415-1.8,1.106-4.425,1.659-7.744a103.681,103.681,0,0,0,1.8-11.616,61.287,61.287,0,0,0,0-14.244,36.179,36.179,0,0,0-4.84-13.276,61.492,61.492,0,0,0-6.914-9.4,65.928,65.928,0,0,0-5.67-5.532c-1.383-1.245-2.213-1.8-2.213-1.936a7.177,7.177,0,0,1,.691.415q.622.415,1.659,1.245a37.959,37.959,0,0,1,5.808,5.393,50.428,50.428,0,0,1,7.191,9.4,40.5,40.5,0,0,1,4.978,13.552,55.28,55.28,0,0,1-.138,14.382c-.553,4.425-1.245,8.3-1.936,11.616s-1.383,5.946-1.936,7.744a8.845,8.845,0,0,1-.691,2.074A1.678,1.678,0,0,1,717.388,283.417Z" transform="translate(-701.9 -216.9)" fill="#263238"/>
+ </g>
+ <g id="Group_1379" data-name="Group 1379" transform="translate(67.743 89.11)">
+ <path id="Path_29018" data-name="Path 29018" d="M717.33,268.6s-.277.83-.83,2.074c-.553,1.383-1.383,3.181-2.489,5.532-2.074,4.7-5.117,11.2-8.574,18.254s-6.776,13.414-9.127,17.977c-1.245,2.213-2.213,4.149-2.9,5.393s-1.106,1.936-1.106,1.936.277-.691.968-2.074,1.659-3.181,2.766-5.393l8.989-17.978c3.457-7.053,6.5-13.414,8.712-18.116,1.106-2.213,1.936-4.01,2.628-5.532A15.949,15.949,0,0,1,717.33,268.6Z" transform="translate(-692.3 -268.6)" fill="#263238"/>
+ </g>
+ <g id="Group_1380" data-name="Group 1380" transform="translate(41.191 139.723)">
+ <path id="Path_29019" data-name="Path 29019" d="M786.911,355.813v-.968c0-.691.138-1.521.277-2.766.276-2.489.691-5.946,1.106-10.372.968-8.989,2.489-21.573,4.149-36.37l.277.415H758.286c-23.509,0-44.805-.138-60.294-.138-7.606,0-13.967-.138-18.254-.138h0c4.425,0,10.648,0,18.254-.138,15.488,0,36.785,0,60.294-.138h34.849v.415c-1.8,14.8-3.319,27.381-4.425,36.37-.553,4.425-.968,7.882-1.383,10.372-.138,1.106-.277,2.074-.415,2.766a5.994,5.994,0,0,1-.138.691C786.911,355.675,786.911,355.813,786.911,355.813Z" transform="translate(-673.1 -305.2)" fill="#263238"/>
+ </g>
+ <g id="Group_1381" data-name="Group 1381" transform="translate(49.489 124.901)">
+ <path id="Path_29020" data-name="Path 29020" d="M698.322,310.687c-.138,0-.83-1.106-2.351-2.9a43.719,43.719,0,0,0-6.223-6.361,51.676,51.676,0,0,0-7.329-5.117c-1.936-1.106-3.319-1.659-3.319-1.8s1.383.277,3.457,1.383a35.1,35.1,0,0,1,7.606,4.978,37.787,37.787,0,0,1,6.223,6.638C697.769,309.442,698.46,310.687,698.322,310.687Z" transform="translate(-679.1 -294.481)" fill="#263238"/>
+ </g>
+ <g id="Group_1382" data-name="Group 1382" transform="translate(226.774 31.444)">
+ <path id="Path_29021" data-name="Path 29021" d="M814.629,345.69a4.341,4.341,0,0,1-.138-1.245c-.138-.83-.276-1.936-.415-3.457-.277-3.042-.691-7.329-1.245-12.723-.968-10.648-2.074-25.583-3.042-41.9s-1.66-31.253-2.075-42.04c-.138-5.393-.276-9.68-.415-12.723v-4.7a8.535,8.535,0,0,0,.138,1.245c0,.83.138,2.074.138,3.457.138,3.042.415,7.468.553,12.723.553,10.787,1.245,25.583,2.213,41.9s1.936,31.253,2.766,41.9c.415,5.255.692,9.68.968,12.723.138,1.383.138,2.628.276,3.457A5.855,5.855,0,0,1,814.629,345.69Z" transform="translate(-807.3 -226.9)" fill="#263238"/>
+ </g>
+ <g id="Group_1383" data-name="Group 1383" transform="translate(114.899 34.071)">
+ <path id="Path_29022" data-name="Path 29022" d="M741.473,266.414s0-.691.138-1.936c.138-1.383.415-3.042.691-5.255.553-4.564,1.383-10.786,2.351-18.116l.553.277c-2.766,1.936-5.808,4.01-8.989,6.223s-6.223,4.425-9.127,6.361l-.691.415.138-.83c1.106-7.191,2.074-13.414,2.766-17.839.415-2.074.691-3.872.83-5.117.277-1.245.277-1.8.415-1.8,0,0,0,.691-.138,1.936s-.415,3.042-.691,5.255c-.691,4.564-1.521,10.786-2.489,17.978l-.553-.277c2.766-1.936,5.946-4.149,9.127-6.361s6.223-4.287,8.989-6.223l.691-.415-.138.83c-1.106,7.191-1.936,13.414-2.627,17.978-.277,2.213-.553,3.872-.83,5.255C741.75,265.723,741.612,266.414,741.473,266.414Z" transform="translate(-726.4 -228.8)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1384" data-name="Group 1384" transform="translate(146.264 57.58)">
+ <path id="Path_29023" data-name="Path 29023" d="M784.924,265.437a9.962,9.962,0,0,1-1.383-1.383c-.968-.968-2.074-2.213-3.6-3.872-3.181-3.319-7.468-8.021-12.308-13.414l.553-.138c-.277,3.457-.553,7.053-.968,10.925-.277,3.872-.691,7.606-.968,11.063v.83l-.553-.553c-4.84-5.393-8.989-10.1-12.031-13.552-1.383-1.659-2.628-2.9-3.457-4.01-.83-.968-1.245-1.383-1.106-1.521a9.975,9.975,0,0,1,1.383,1.383c.968.968,2.074,2.213,3.6,3.872,3.042,3.319,7.329,8.021,12.169,13.414l-.553.138c.276-3.457.553-7.191.968-11.063.276-3.872.691-7.468.968-10.925v-.83l.553.553c4.84,5.393,9.127,10.1,12.169,13.552,1.383,1.66,2.628,2.9,3.457,4.01C784.509,264.884,784.924,265.437,784.924,265.437Z" transform="translate(-749.081 -245.8)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1385" data-name="Group 1385" transform="translate(193.723 75.419)">
+ <path id="Path_29024" data-name="Path 29024" d="M797.92,258.7s-.276.553-.968,1.66-1.659,2.627-2.766,4.425c-2.489,3.872-5.946,9.127-9.818,15.35l-.277-.553c3.319-.553,7.053-1.245,10.786-1.8,3.872-.691,7.468-1.245,10.925-1.8l.83-.138-.415.691c-4.01,6.085-7.606,11.2-10.1,15.073-1.245,1.8-2.213,3.181-2.9,4.287-.692.968-1.106,1.521-1.106,1.521s.276-.553.968-1.659,1.66-2.628,2.766-4.425c2.489-3.872,5.946-9.127,9.818-15.212l.276.553c-3.457.553-7.052,1.245-10.925,1.936-3.734.691-7.468,1.245-10.786,1.8l-.83.138.415-.691c4.01-6.085,7.468-11.34,10.1-15.212,1.245-1.8,2.213-3.319,2.9-4.287C797.505,259.253,797.92,258.7,797.92,258.7Z" transform="translate(-783.4 -258.7)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1386" data-name="Group 1386" transform="translate(158.875 102.247)">
+ <path id="Path_29025" data-name="Path 29025" d="M772.72,278.1s-.276.553-.968,1.659-1.66,2.628-2.766,4.425c-2.489,3.872-5.946,9.127-9.818,15.35l-.277-.553c3.319-.553,7.053-1.245,10.786-1.8,3.872-.691,7.468-1.245,10.925-1.8l.83-.138-.415.691c-4.01,6.085-7.606,11.2-10.1,15.073-1.245,1.8-2.213,3.181-2.9,4.287-.691.968-1.106,1.521-1.106,1.521s.277-.553.968-1.659,1.659-2.628,2.766-4.425c2.489-3.872,5.946-9.127,9.818-15.212l.277.553c-3.457.553-7.053,1.245-10.925,1.936-3.734.691-7.468,1.245-10.786,1.8l-.83.138.415-.691c4.01-6.085,7.468-11.34,10.095-15.212,1.245-1.8,2.213-3.319,2.9-4.287A8.292,8.292,0,0,1,772.72,278.1Z" transform="translate(-758.2 -278.1)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1387" data-name="Group 1387" transform="translate(234.242 75.004)">
+ <path id="Path_29026" data-name="Path 29026" d="M827.22,258.4s-.277.553-.968,1.659-1.66,2.628-2.766,4.425c-2.489,3.872-5.946,9.127-9.818,15.35l-.276-.553c3.319-.553,7.053-1.245,10.786-1.8,3.872-.691,7.468-1.245,10.925-1.8l.83-.138-.415.691c-4.01,6.085-7.606,11.2-10.1,15.073-1.245,1.8-2.213,3.181-2.9,4.287-.691.968-1.106,1.521-1.106,1.521s.277-.553.968-1.66,1.659-2.627,2.766-4.425c2.489-3.872,5.946-9.127,9.818-15.212l.276.553c-3.457.553-7.053,1.245-10.925,1.936-3.734.691-7.468,1.245-10.786,1.8l-.83.138.415-.691c4.01-6.085,7.468-11.34,10.1-15.212,1.245-1.8,2.213-3.319,2.9-4.287C826.667,258.953,827.082,258.4,827.22,258.4Z" transform="translate(-812.7 -258.4)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1388" data-name="Group 1388" transform="translate(57.924 52.878)">
+ <path id="Path_29027" data-name="Path 29027" d="M699.72,242.4s-.277.553-.968,1.659-1.659,2.627-2.766,4.425c-2.489,3.872-5.946,9.127-9.818,15.35l-.277-.553c3.319-.553,7.053-1.245,10.786-1.8,3.872-.691,7.468-1.245,10.925-1.8l.83-.138-.415.691c-4.01,6.085-7.606,11.2-10.1,15.073-1.245,1.8-2.213,3.181-2.9,4.287-.691.968-1.106,1.521-1.106,1.521s.277-.553.968-1.659,1.659-2.627,2.766-4.425c2.489-3.872,5.946-9.127,9.818-15.212l.277.553c-3.457.553-7.053,1.245-10.925,1.936-3.734.691-7.468,1.245-10.786,1.8l-.83.138.415-.691c4.01-6.085,7.468-11.34,10.095-15.212,1.245-1.8,2.213-3.319,2.9-4.287C699.305,242.953,699.72,242.4,699.72,242.4Z" transform="translate(-685.2 -242.4)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1389" data-name="Group 1389" transform="translate(17.821 153.414)">
+ <path id="Path_29028" data-name="Path 29028" d="M656.2,318s.415.415,1.245,1.383,1.936,2.351,3.319,4.01c2.9,3.6,6.914,8.436,11.478,14.105l-.553.138c.553-3.319.968-7.053,1.521-10.786.553-3.872,1.106-7.606,1.659-10.925l.138-.83.553.691c4.425,5.67,8.3,10.648,11.2,14.244,1.245,1.66,2.351,3.181,3.181,4.149.691.968,1.106,1.521,1.106,1.521s-.415-.415-1.245-1.383-1.936-2.351-3.319-4.01c-2.9-3.6-6.776-8.436-11.34-14.105l.553-.138c-.553,3.457-1.106,7.053-1.659,10.925-.553,3.734-1.106,7.468-1.66,10.786l-.138.83-.553-.553c-4.564-5.67-8.436-10.648-11.34-14.244-1.383-1.659-2.351-3.181-3.181-4.149C656.477,318.557,656.2,318,656.2,318Z" transform="translate(-656.2 -315.1)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1390" data-name="Group 1390" transform="translate(108.123 89.325)">
+ <path id="Path_29029" data-name="Path 29029" d="M756.072,268.817s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.563.277-10.925.83-18.116,1.383l.277-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.627,5.531,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.213.138-3.872.138-5.255.277H721.5s.692-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.564-.277,10.787-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.532-5.117-7.883-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277C755.38,268.817,756.072,268.679,756.072,268.817Z" transform="translate(-721.5 -268.756)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1391" data-name="Group 1391" transform="translate(111.995 155.903)">
+ <path id="Path_29030" data-name="Path 29030" d="M724.3,320.081a6.715,6.715,0,0,1,1.245,1.383c.83.968,2.074,2.351,3.457,4.01,3.042,3.457,7.053,8.3,11.754,13.967l-.553.138c.415-3.319.83-7.053,1.383-10.786.553-3.872.968-7.606,1.383-11.063l.138-.83.553.553c4.564,5.67,8.574,10.51,11.478,14.105q2.074,2.489,3.319,4.149c.691.968,1.106,1.521,1.106,1.521s-.415-.415-1.245-1.383-1.936-2.351-3.457-4.01c-2.9-3.457-6.914-8.3-11.616-13.829l.553-.138c-.415,3.457-.968,7.191-1.383,11.063-.553,3.734-.968,7.468-1.383,10.786l-.138.83-.553-.553c-4.7-5.67-8.712-10.51-11.616-14.105q-2.074-2.489-3.319-4.149C724.715,320.634,724.3,320.081,724.3,320.081Z" transform="translate(-724.3 -316.9)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1392" data-name="Group 1392" transform="translate(22.661 107.917)">
+ <path id="Path_29031" data-name="Path 29031" d="M694.272,282.2s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.564.277-10.925.83-18.116,1.383l.277-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.628,5.532,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.213.138-3.872.138-5.255.277H659.7s.691-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.563-.277,10.786-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.531-5.117-7.882-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277Z" transform="translate(-659.7 -282.2)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1393" data-name="Group 1393" transform="translate(69.679 157.424)">
+ <path id="Path_29032" data-name="Path 29032" d="M728.272,318s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.563.277-10.925.83-18.116,1.383l.276-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.628,5.532,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.212.138-3.872.138-5.255.277H693.7s.691-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.564-.277,10.787-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.531-5.117-7.883-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277Z" transform="translate(-693.7 -318)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1394" data-name="Group 1394" transform="translate(175.884 31.444)">
+ <path id="Path_29033" data-name="Path 29033" d="M805.072,226.9s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.563.277-10.925.83-18.116,1.383l.277-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.627,5.532,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.213.138-3.872.138-5.255.277H770.5s.691-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.563-.277,10.786-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.532-5.117-7.883-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277Z" transform="translate(-770.5 -226.9)" fill="#e0e0e0"/>
+ </g>
+ </g>
+ <g id="Group_1399" data-name="Group 1399" transform="translate(1429.667 -2189.978)">
+ <path id="Path_29034" data-name="Path 29034" d="M759.042,320.431s23.232-6.638,30.977-8.712c3.042-.83,15.9,5.946,24.754,11.616,0,0,12.169,7.191,11.2,9.542-1.106,2.489-5.532,1.936-12.723-1.383,0,0,2.489,7.329-2.351,7.191,0,0,2.489,7.882-2.213,8.712-4.563.83-5.67-9.265-9.818-9.819-4.01-.553-12.446-1.106-12.446-1.106s-7.053,11.616-12.446,12.446S756,348.227,756,348.227Z" transform="translate(-756 -311.65)" fill="#ffbe9d"/>
+ <g id="Group_1396" data-name="Group 1396" transform="translate(42.488 10.078)">
+ <ellipse id="Ellipse_370" data-name="Ellipse 370" cx="0.415" cy="7.468" rx="0.415" ry="7.468" transform="matrix(0.533, -0.846, 0.846, 0.533, 0, 0.702)" fill="#eb996e"/>
+ </g>
+ <g id="Group_1397" data-name="Group 1397" transform="translate(41.317 14.504)">
+ <ellipse id="Ellipse_371" data-name="Ellipse 371" cx="0.415" cy="8.297" rx="0.415" ry="8.297" transform="matrix(0.419, -0.908, 0.908, 0.419, 0, 0.753)" fill="#eb996e"/>
+ </g>
+ <g id="Group_1398" data-name="Group 1398" transform="translate(43.806 25.373)">
+ <ellipse id="Ellipse_372" data-name="Ellipse 372" cx="0.415" cy="5.255" rx="0.415" ry="5.255" transform="translate(0 0.822) rotate(-82.195)" fill="#eb996e"/>
+ </g>
+ </g>
+ <g id="Group_1430" data-name="Group 1430" transform="translate(1383.186 -2488.141)">
+ <g id="Group_1424" data-name="Group 1424">
+ <path id="Path_29035" data-name="Path 29035" d="M741.627,163.054a5.1,5.1,0,0,1-1.521,5.117,4.841,4.841,0,0,1-5.255.553c-3.181-1.659-3.6-5.946-2.9-9.4.553-3.457,1.8-7.191.276-10.372-1.106-2.489-3.6-4.01-5.393-5.946a15.518,15.518,0,0,1-4.287-13,12.764,12.764,0,0,1,8.85-10.1c4.564-1.245,10.372.138,13.829-3.181,2.489-2.489,2.628-6.361,4.564-9.265,3.042-4.564,9.4-5.255,14.659-4.425,5.393.691,10.786,2.489,16.041,1.106,4.425-1.106,8.021-4.149,12.031-6.085a24.441,24.441,0,0,1,27.1,5.255c6.776,7.053,8.3,18.531,3.872,27.243a15.7,15.7,0,0,1-7.329,7.329" transform="translate(-722.388 -96.04)" fill="#263238"/>
+ <g id="Group_1415" data-name="Group 1415" transform="translate(17.717 27.951)">
+ <g id="Group_1414" data-name="Group 1414">
+ <g id="Group_1413" data-name="Group 1413">
+ <g id="Group_1400" data-name="Group 1400">
+ <path id="Path_29036" data-name="Path 29036" d="M763.411,269.541h0a26.765,26.765,0,0,0,26.69-26.966l-.415-25.445s21.3-2.074,22.818-23.232c1.383-21.158.415-69.974.415-69.974h0a73.656,73.656,0,0,0-74.4,5.255l-3.319,2.213,1.659,111.875A26.412,26.412,0,0,0,763.411,269.541Z" transform="translate(-735.2 -116.253)" fill="#ffbe9d"/>
+ </g>
+ <g id="Group_1404" data-name="Group 1404" transform="translate(65.523 35.722)">
+ <g id="Group_1401" data-name="Group 1401" transform="translate(3.725 3.755)">
+ <path id="Path_29037" data-name="Path 29037" d="M788.075,151.161c-3.734-.691-3.734-5.532,0-6.361h.553c3.734.691,3.734,5.532,0,6.361Z" transform="translate(-785.275 -144.8)" fill="#263238"/>
+ </g>
+ <g id="Group_1403" data-name="Group 1403">
+ <g id="Group_1402" data-name="Group 1402">
+ <path id="Path_29038" data-name="Path 29038" d="M793.255,145.425c-.415.415-2.351-1.383-5.255-1.521-2.9-.277-5.117,1.245-5.393.83-.138-.138.277-.83,1.245-1.521a6.592,6.592,0,0,1,4.287-1.106,7.687,7.687,0,0,1,4.149,1.659C793.117,144.6,793.394,145.287,793.255,145.425Z" transform="translate(-782.581 -142.085)" fill="#263238"/>
+ </g>
+ </g>
+ </g>
+ <g id="Group_1408" data-name="Group 1408" transform="translate(33.716 36.552)">
+ <g id="Group_1405" data-name="Group 1405" transform="translate(2.706 1.659)">
+ <circle id="Ellipse_373" data-name="Ellipse 373" cx="3.042" cy="3.042" r="3.042" transform="translate(0 5.002) rotate(-55.29)" fill="#263238"/>
+ </g>
+ <g id="Group_1407" data-name="Group 1407">
+ <g id="Group_1406" data-name="Group 1406">
+ <path id="Path_29039" data-name="Path 29039" d="M770.255,146.025c-.415.415-2.351-1.383-5.255-1.521-2.9-.277-5.117,1.245-5.393.83-.138-.138.277-.83,1.245-1.521a6.592,6.592,0,0,1,4.287-1.106,7.687,7.687,0,0,1,4.149,1.659C770.117,145.2,770.394,145.887,770.255,146.025Z" transform="translate(-759.581 -142.685)" fill="#263238"/>
+ </g>
+ </g>
+ </g>
+ <g id="Group_1410" data-name="Group 1410" transform="translate(54.426 39.199)">
+ <g id="Group_1409" data-name="Group 1409">
+ <path id="Path_29040" data-name="Path 29040" d="M774.893,170.046c0-.277,1.8-.553,4.7-.691.83,0,1.383-.138,1.521-.553a5.352,5.352,0,0,0-.415-2.213c-.691-1.936-1.245-4.01-1.936-6.085-2.766-8.574-4.563-15.765-4.149-15.9s3.042,6.776,5.67,15.35c.691,2.074,1.245,4.149,1.8,6.085a4.793,4.793,0,0,1,.276,3.181,1.837,1.837,0,0,1-1.383,1.106,4.764,4.764,0,0,1-1.245.138C776.691,170.46,774.893,170.322,774.893,170.046Z" transform="translate(-774.557 -144.599)" fill="#263238"/>
+ </g>
+ </g>
+ <g id="Group_1411" data-name="Group 1411" transform="translate(44.841 67.412)">
+ <path id="Path_29041" data-name="Path 29041" d="M767.867,165a53.516,53.516,0,0,0,14.105,4.978s-3.734,5.255-9.68,2.627C766.069,169.84,767.867,165,767.867,165Z" transform="translate(-767.626 -165)" fill="#fff"/>
+ </g>
+ <g id="Group_1412" data-name="Group 1412" transform="translate(27.243 91.059)">
+ <path id="Path_29042" data-name="Path 29042" d="M782.143,191.5s-13.414.415-27.243-9.4c0,0,5.67,15.627,26.966,14.8Z" transform="translate(-754.9 -182.1)" fill="#eb996e"/>
+ </g>
+ </g>
+ </g>
+ </g>
+ <path id="Path_29043" data-name="Path 29043" d="M814.438,130.769s-12.722,6.5-29.732-1.521c-11.063-5.255-24.062-7.744-26.828-5.393-2.766,2.213-3.181,13.691-13.967,17.148,0,0,1.106,21.711-7.468,21.02-8.712-.553-3.872-34.3-3.872-34.3l20.882-10.786,22.956-4.84,21.85,2.627,16.871,4.287Z" transform="translate(-719.002 -89.891)" fill="#263238"/>
+ <g id="Group_1419" data-name="Group 1419" transform="translate(4.438 64.144)">
+ <g id="Group_1416" data-name="Group 1416">
+ <path id="Path_29044" data-name="Path 29044" d="M740.259,143.358c-.415-.138-14.382-5.117-14.658,9.4s14.244,11.893,14.382,11.478C739.983,163.825,740.259,143.358,740.259,143.358Z" transform="translate(-725.597 -142.425)" fill="#ffbe9d"/>
+ </g>
+ <g id="Group_1418" data-name="Group 1418" transform="translate(3.737 4.529)">
+ <g id="Group_1417" data-name="Group 1417">
+ <path id="Path_29045" data-name="Path 29045" d="M734.523,157.316a7.177,7.177,0,0,0-.691.415,3.015,3.015,0,0,1-1.936,0c-1.521-.553-2.766-3.042-2.766-5.67a7.276,7.276,0,0,1,.83-3.6,2.713,2.713,0,0,1,1.936-1.936,1.392,1.392,0,0,1,1.521.691,2.423,2.423,0,0,1,.138.691,1.211,1.211,0,0,0,.277-.83,1.757,1.757,0,0,0-.553-.968,2.065,2.065,0,0,0-1.383-.415,3.283,3.283,0,0,0-2.627,2.213,9.03,9.03,0,0,0-.968,4.01c0,2.9,1.521,5.67,3.6,6.361a3.091,3.091,0,0,0,2.351-.277C734.523,157.731,734.661,157.316,734.523,157.316Z" transform="translate(-728.3 -145.7)" fill="#eb996e"/>
+ </g>
+ </g>
+ </g>
+ <g id="Group_1420" data-name="Group 1420" transform="translate(11.627 19.351)">
+ <path id="Path_29046" data-name="Path 29046" d="M730.8,110.4c-.138-.138,2.351-.83,4.978.138,2.766.968,4.149,3.042,3.872,3.181-.138.138-1.659-1.521-4.149-2.489A15.925,15.925,0,0,0,730.8,110.4Z" transform="translate(-730.796 -110.034)" fill="#263238"/>
+ </g>
+ <g id="Group_1421" data-name="Group 1421" transform="translate(19.857 11.007)">
+ <path id="Path_29047" data-name="Path 29047" d="M737.235,104c.276,0-.138,3.042.415,6.638s2.213,6.223,2.074,6.361a10.13,10.13,0,0,1-1.245-1.659,15.992,15.992,0,0,1-1.521-4.564A15.356,15.356,0,0,1,737.235,104Z" transform="translate(-736.747 -104)" fill="#263238"/>
+ </g>
+ <g id="Group_1422" data-name="Group 1422" transform="translate(79.93 58.164)">
+ <path id="Path_29048" data-name="Path 29048" d="M780.2,140.036c-.138-.138.553-.691,1.659-1.106a14.554,14.554,0,0,1,4.84-.83,11.52,11.52,0,0,1,4.84.968c1.106.553,1.8.968,1.659,1.245-.138.415-2.9-.691-6.5-.691C783.247,139.345,780.343,140.451,780.2,140.036Z" transform="translate(-780.187 -138.1)" fill="#263238"/>
+ </g>
+ <g id="Group_1423" data-name="Group 1423" transform="translate(47.57 55.121)">
+ <path id="Path_29049" data-name="Path 29049" d="M756.8,137.836c-.138-.138.553-.691,1.66-1.106a14.553,14.553,0,0,1,4.84-.83,11.521,11.521,0,0,1,4.84.968c1.106.553,1.8.968,1.659,1.245-.138.415-2.9-.691-6.5-.691C759.847,137.145,757.081,138.251,756.8,137.836Z" transform="translate(-756.787 -135.9)" fill="#263238"/>
+ </g>
+ </g>
+ <g id="Group_1429" data-name="Group 1429" transform="translate(17.03 61.206)">
+ <g id="Group_1425" data-name="Group 1425" transform="translate(59.963 0.83)">
+ <path id="Path_29050" data-name="Path 29050" d="M778.529,141.315v.83a15.986,15.986,0,0,0,.138,2.351,35.068,35.068,0,0,0,.138,3.6,14.9,14.9,0,0,0,.691,4.7,12.333,12.333,0,0,0,3.042,4.84,13.459,13.459,0,0,0,5.67,3.181,10.293,10.293,0,0,0,3.6.277,8.068,8.068,0,0,0,3.6-.83,11.953,11.953,0,0,0,5.946-4.84,12.133,12.133,0,0,0,1.936-7.053v-7.191l.277.277c-7.191,0-13.414-.138-17.977-.138-2.213,0-3.872,0-5.255-.138h-1.383a.683.683,0,0,1-.415.138s.553,0,1.8-.138c1.245,0,3.042,0,5.117-.138,4.563,0,10.786-.138,18.116-.138h.277v7.468a12.278,12.278,0,0,1-2.074,7.468,13.5,13.5,0,0,1-6.361,5.117,17.509,17.509,0,0,1-3.872.83,8.659,8.659,0,0,1-3.734-.415,12.6,12.6,0,0,1-5.946-3.319,14.372,14.372,0,0,1-3.181-5.117,12.414,12.414,0,0,1-.553-4.84,31.282,31.282,0,0,1,.138-3.734,11.932,11.932,0,0,1,.138-2.351C778.529,141.453,778.529,141.177,778.529,141.315Z" transform="translate(-778.064 -140.9)" fill="#263238"/>
+ </g>
+ <g id="Group_1426" data-name="Group 1426" transform="translate(26.083)">
+ <path id="Path_29051" data-name="Path 29051" d="M754.029,140.715v.83a16,16,0,0,0,.138,2.351,35.052,35.052,0,0,0,.138,3.6,14.9,14.9,0,0,0,.691,4.7,12.332,12.332,0,0,0,3.042,4.84,13.46,13.46,0,0,0,5.67,3.181,10.292,10.292,0,0,0,3.6.277,8.067,8.067,0,0,0,3.6-.83,11.953,11.953,0,0,0,5.946-4.84,12.131,12.131,0,0,0,1.936-7.053v-7.191l.277.277c-7.191,0-13.414-.138-17.977-.138-2.213,0-3.872,0-5.255-.138h-1.383c-.277.277-.415.138-.415.138s.553,0,1.8-.138c1.245,0,3.042,0,5.117-.138,4.564,0,10.786-.138,18.116-.138h.277v7.468a12.28,12.28,0,0,1-2.074,7.468,13.5,13.5,0,0,1-6.361,5.117,17.509,17.509,0,0,1-3.872.83,8.659,8.659,0,0,1-3.734-.415,12.6,12.6,0,0,1-5.947-3.319,14.373,14.373,0,0,1-3.181-5.117,12.415,12.415,0,0,1-.553-4.84,31.31,31.31,0,0,1,.138-3.734,11.932,11.932,0,0,1,.138-2.351A2.418,2.418,0,0,0,754.029,140.715Z" transform="translate(-753.564 -140.3)" fill="#263238"/>
+ </g>
+ <g id="Group_1427" data-name="Group 1427" transform="translate(51.163 1.798)">
+ <ellipse id="Ellipse_374" data-name="Ellipse 374" cx="4.84" cy="0.415" rx="4.84" ry="0.415" fill="#263238"/>
+ </g>
+ <g id="Group_1428" data-name="Group 1428" transform="translate(0 1.895)">
+ <ellipse id="Ellipse_375" data-name="Ellipse 375" cx="13.276" cy="0.415" rx="13.276" ry="0.415" transform="translate(0 0.08) rotate(-0.174)" fill="#263238"/>
+ </g>
+ </g>
+ </g>
+ <path id="Path_29057" data-name="Path 29057" d="M877.708,258.7,831.935,372.235H749.1v5.117H995.668L1046,258.7Z" transform="translate(671.025 -2521.412)" fill="#263238"/>
+ <ellipse id="Ellipse_377" data-name="Ellipse 377" cx="10.786" cy="8.159" rx="10.786" ry="8.159" transform="matrix(0.28, -0.96, 0.96, 0.28, 1600.237, -2189.792)" fill="#c7d3de"/>
+ </g>
+</svg>
diff --git a/exampleSite/static/images/contact.svg b/exampleSite/static/images/contact.svg
new file mode 100644
index 0000000..b3db31a
--- /dev/null
+++ b/exampleSite/static/images/contact.svg
@@ -0,0 +1,114 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="617.286" height="589.32" viewBox="0 0 617.286 589.32">
+ <defs>
+ <clipPath id="clip-path">
+ <path id="Path_29816" data-name="Path 29816" d="M-2845.67,4595.844c3.588-13.086,5.44-26.5-2.676-35.406-3.676-4.028-10.2-6.822-15.556-8.822-10.439-3.881-21.114-9.116-32.289-10.821-11.792-1.794-24.878-2.882-36.611-.324-7.469,1.617-14.439,4.617-21.114,7.881-8.94,4.353-15.321,7.264-18.2,16.232a152.653,152.653,0,0,0-6.2,30.377c-3.146,30.024,1.029,60.107.912,90.131,0,2.94.029,6.028,1.529,8.675,2.941,5.234,11,5.293,16.762,5.293l57.2-.088a113.427,113.427,0,0,1,21.438,2.147,13.711,13.711,0,0,0,14.645-6.646c2.853-4.763,3.058-10.322,3.382-15.673a295.618,295.618,0,0,1,10.2-61.813C-2850.639,4611.223-2847.846,4603.725-2845.67,4595.844Z" transform="translate(2979.5 -4538.959)" fill="#e8505b"/>
+ </clipPath>
+ </defs>
+ <g id="Group_1708" data-name="Group 1708" transform="translate(-743.714 -316)">
+ <rect id="Rectangle_596" data-name="Rectangle 596" width="589.604" height="111.716" transform="translate(743.714 793.604)" fill="#fff"/>
+ <rect id="Rectangle_595" data-name="Rectangle 595" width="589" height="589" transform="translate(1361 316) rotate(90)" fill="none"/>
+ <circle id="Ellipse_517" data-name="Ellipse 517" cx="207.464" cy="207.464" r="207.464" transform="translate(859.052 427.167)" fill="#fff"/>
+ <path id="Path_29810" data-name="Path 29810" d="M-2935.988,4334.15c-9.439,9.7-.882,33.464,14.174,30.024,16.174-3.705,13.762-28.906-.882-33.053C-2928.4,4329.5-2932.959,4331-2935.988,4334.15Z" transform="translate(3951.307 -3731.366)" fill="#c7d3de"/>
+ <path id="Path_29811" data-name="Path 29811" d="M-2877.819,4208.4a26.82,26.82,0,0,1-12.733,7.293c-9.44,2.146-18.291-2-26.172-6.764-8.41-5.117-16.791-10.292-24.731-16.115-5.676-4.175-11.469-8.616-15-14.85-4.088-7.234-4.323-15.909-3.5-24,.559-5.5-2-10.439-3.117-15.7-2.206-10.233.059-22.291,9.586-28.172,4.882-3,9.969-2.559,15.086-.353,3.911,1.676,7.587,4.029,11.7,5.205,8.763,2.5,18.232-.941,26.819-2.706,6.205-1.264,13-1.94,19.114.088,6.823,2.293,10.057,7.263,13.763,13.027,3.176,4.94,8,8.646,11.851,13.027a23.008,23.008,0,0,1,4.969,20.879c-2.529,11.115-8.94,20.672-14.5,30.406C-2868.2,4195.987-2872.349,4203.1-2877.819,4208.4Z" transform="translate(3968.184 -3574.295)" fill="#263238"/>
+ <path id="Path_29812" data-name="Path 29812" d="M-3085.048,4654.635c11.322-17.468,18.379-38.875,8.528-58.578-1-2-2.205-4.176-4.323-4.881-4.558-1.529-10.734.118-14.7,2.44-13.733,8.058-22.143,23.231-29.877,36.729-8.028,14.027-15,28.612-23.055,42.64-3.264,5.675-6.558,11.41-8.322,17.732-1.529,5.528-1.705,11.851.383,17.262,9.057,23.378,33.935-5.264,41.493-13.909A349.032,349.032,0,0,0-3085.048,4654.635Z" transform="translate(4105.219 -3914.993)" fill="#e8505b"/>
+ <path id="Path_29813" data-name="Path 29813" d="M-2869.882,4293.311a14.555,14.555,0,0,1-4.234,3.176c-4.117,2.059-9.087,1.941-13.469.588a43.163,43.163,0,0,1-12.115-6.528c-10.175-7.2-22.761-16.7-28.818-27.759-3.735-6.823-6.5-14.851-2.941-22.291a20.756,20.756,0,0,1,16.438-11.792,3.156,3.156,0,0,1,1.735.177,3.686,3.686,0,0,1,1.323,1.44c2.588,4.235,4.617,8.822,7.763,12.675a45.72,45.72,0,0,0,12.263,10.115c7.469,4.529,15.644,7.881,22.673,13.057,5.058,3.735,5.2,12.175,3.97,18.026A18.807,18.807,0,0,1-2869.882,4293.311Z" transform="translate(3946.485 -3659.503)" fill="#061f33"/>
+ <g id="Group_1651" data-name="Group 1651" transform="translate(999.734 660.409)">
+ <path id="Path_29814" data-name="Path 29814" d="M-2845.67,4595.844c3.588-13.086,5.44-26.5-2.676-35.406-3.676-4.028-10.2-6.822-15.556-8.822-10.439-3.881-21.114-9.116-32.289-10.821-11.792-1.794-24.878-2.882-36.611-.324-7.469,1.617-14.439,4.617-21.114,7.881-8.94,4.353-15.321,7.264-18.2,16.232a152.653,152.653,0,0,0-6.2,30.377c-3.146,30.024,1.029,60.107.912,90.131,0,2.94.029,6.028,1.529,8.675,2.941,5.234,11,5.293,16.762,5.293l57.2-.088a113.427,113.427,0,0,1,21.438,2.147,13.711,13.711,0,0,0,14.645-6.646c2.853-4.763,3.058-10.322,3.382-15.673a295.618,295.618,0,0,1,10.2-61.813C-2850.639,4611.223-2847.846,4603.725-2845.67,4595.844Z" transform="translate(2979.5 -4538.959)" fill="#e8505b"/>
+ <g id="Group_1649" data-name="Group 1649" clip-path="url(#clip-path)">
+ <path id="Path_29815" data-name="Path 29815" d="M-2800.62,4544.743c4.029-6.5,4.94-14.645-.323-20.909-2.411-2.881-6.7-3.175-10.351-3.264a91.755,91.755,0,0,0-21.408,2.176c-6.675,1.5-13.5,4.029-16.38,10.5a15.57,15.57,0,0,0,1.441,14.762,18.915,18.915,0,0,0,11.586,8.028c7.675,1.764,16.673,1.529,24.025-1.441A24.653,24.653,0,0,0-2800.62,4544.743Z" transform="translate(2888.31 -4525.969)" fill="#e8505b"/>
+ </g>
+ <g id="Group_1650" data-name="Group 1650" clip-path="url(#clip-path)">
+ <path id="Path_29817" data-name="Path 29817" d="M-2948.978,4847.484c7.675,3.617,16.056,5.44,24.437,6.852,23.408,3.911,47.286,4.734,71.017,3.617,5.058-.235,10.557-.735,14.321-4.176,2.793-2.558,4.087-6.322,5.028-9.969,3.176-12.469,3.117-25.5,3.058-38.376-.059-10.027-.088-20.084-.147-30.112-.03-3.5,2.264-24.76-3.176-24.525a2.956,2.956,0,0,0-1.588.676c-2.706,1.94-4.087,5.175-5.352,8.263-3.97,9.646-7.293,25.084-15.527,31.847-8.675,7.087-18.644,10.381-29.142,13.792-18.2,5.911-38.522,8.469-53.932,20.585-2.558,2.029-5.028,4.264-7.381,6.5-2.147,2.029-5.087,4.117-6.352,6.94C-2955.8,4843.75-2952.683,4845.75-2948.978,4847.484Z" transform="translate(2961.769 -4688.5)" fill="#e8505b"/>
+ </g>
+ </g>
+ <path id="Path_29819" data-name="Path 29819" d="M-2567.875,4659.426c2.882,5.234,5.764,10.469,8.587,15.732,5.734,10.675,16.379,34.436-.676,40.287-8.587,2.941-13.5.059-19.173-6.2a362.716,362.716,0,0,1-54.314-78.663c-5.411-10.586-19.732-38.2-2.323-44.521a21.16,21.16,0,0,1,17,1.235,33.765,33.765,0,0,1,6.44,4.764c12.586,11.2,21.526,25.672,29.495,40.346C-2577.9,4641.458-2572.874,4650.428-2567.875,4659.426Z" transform="translate(3742.49 -3910.933)" fill="#e8505b"/>
+ <path id="Path_29820" data-name="Path 29820" d="M-2734.5,4938.748c1.5-.265,3-.5,4.5-.735,7.322-1.146,14.615-2.47,21.849-4.028a367.632,367.632,0,0,1,43.4-7.087c1.559-.147,3.088-.265,4.646-.383,6.558-.5,13.409-.676,19.408,2.382s10.733,10.292,9.263,17.262c-1.029,4.911-4.882,8.617-9.146,10.469-4.264,1.882-8.969,2.205-13.556,2.5q-22.364,1.5-44.757,3.029-11.072.75-22.143,1.529c-7.058.5-14.2,1.47-21.29,1.47-3,0-6.323-.529-8.852-2.5-3.5-2.706-5.587-8.469-5.911-13-.176-2.353.294-5.176,2.147-6.646a7.469,7.469,0,0,1,3.441-1.235C-2745.791,4940.777-2740.144,4939.719-2734.5,4938.748Z" transform="translate(3822.247 -4151.938)" fill="#e8505b"/>
+ <rect id="Rectangle_597" data-name="Rectangle 597" width="70.723" height="13.851" transform="translate(959.27 792.104)" fill="#414d53"/>
+ <path id="Path_29821" data-name="Path 29821" d="M-3438.65,4763.383l-17.85-90.867a5.105,5.105,0,0,0-5.029-4.117h-118.656a5.121,5.121,0,0,0-4.117,2.117l-.03-.03-5.47,6.47,4.852-1.059,17.585,89.485a5.131,5.131,0,0,0,5.029,4.146h118.656A5.183,5.183,0,0,0-3438.65,4763.383Z" transform="translate(4410.064 -3969.927)" fill="#414d53"/>
+ <path id="Path_29822" data-name="Path 29822" d="M-3570.054,4791.2H-3451.4a5.122,5.122,0,0,0,5.029-6.116l-17.85-90.867a5.1,5.1,0,0,0-5.028-4.117H-3587.9a5.122,5.122,0,0,0-5.028,6.117l17.85,90.867A5.158,5.158,0,0,0-3570.054,4791.2Z" transform="translate(4412.344 -3985.246)" fill="#263238"/>
+ <path id="Path_29823" data-name="Path 29823" d="M-3388.328,4827.686a13.843,13.843,0,0,0,13.086,11.086c6.146,0,10.145-4.969,8.969-11.086s-7.028-11.086-13.086-11.086S-3389.417,4821.569-3388.328,4827.686Z" transform="translate(4267.965 -4074.546)" fill="#c7d3de"/>
+ <path id="Path_29824" data-name="Path 29824" d="M-3593,4704.4" transform="translate(4412.324 -3995.341)" fill="#3f91ac"/>
+ <path id="Path_29825" data-name="Path 29825" d="M-2884.175,4998.26c-3.529.735-6.293,3.823-9.792,4.853a12.011,12.011,0,0,1-7.587-.559c-2.206-.823-4.47-1.265-6.734-2-1.764-.559-4.146-1.764-6.058-1.353-4.97,1.029-9.969,4.587-14.468,6.881a5.223,5.223,0,0,1-3.235.853c-1.117-.206-2.058-1.558-1.411-2.529-1.294,1.206-3.029,3.647-5.117,2.706a1.76,1.76,0,0,1-.912-2.323,7,7,0,0,1-2.47,2,2.409,2.409,0,0,1-2.882-.677,3,3,0,0,1-.383-1.44,10.935,10.935,0,0,1,1.147-5c3.558-7.764,11.616-13.527,18.438-18.144a14.817,14.817,0,0,1,3.852-2.088,14.474,14.474,0,0,1,3.882-.441,76.935,76.935,0,0,1,25.025,4.058c1.735.588,3.646.089,5.381-.235a8.692,8.692,0,0,1,3.882-.117,6.719,6.719,0,0,1,3.353,2.705,12.76,12.76,0,0,1,2.588,7.822c-.147,2.088-.294,4.323-2.764,4.764-1,.176-2.029.059-3.029.176A3.308,3.308,0,0,0-2884.175,4998.26Z" transform="translate(3955.043 -4189.188)" fill="#f8a17a"/>
+ <path id="Path_29826" data-name="Path 29826" d="M-2806.162,4486.32c5.176-1.676,9.469-4.882,11.057-10.028,1.441-4.646-.824-9.881-1.235-14.586a90.332,90.332,0,0,1-.147-13.527c.265-4.176.676-8.5.03-12.645-.353-2.382-1.676-1.97-4.058-2.911a21.12,21.12,0,0,0-7.7-.941c-5.352,0-19.261-.382-22.555,4.323-1.529,2.146-1.647,4.852-1.706,7.41-.088,3.088-.647,7.087-1.147,11.41-.235,1.912-.088,3.823-.382,5.734a36.087,36.087,0,0,1-1.853,6.234c-2.676,7.733-.176,15.085,8.2,18.644A33.219,33.219,0,0,0-2806.162,4486.32Z" transform="translate(3878.559 -3802.815)" fill="#ffbe9d"/>
+ <path id="Path_29827" data-name="Path 29827" d="M-2792.824,4435.534c-.353-2.382-1.676-1.97-4.058-2.911a21.12,21.12,0,0,0-7.7-.941c-5.352,0-19.261-.382-22.555,4.323-1.529,2.146-1.647,4.852-1.706,7.41-.088,3.088-.647,7.087-1.147,11.41-.235,1.912-.088,3.823-.382,5.734a30.152,30.152,0,0,1-1.323,4.764,28.4,28.4,0,0,0,16.409,1.029c9.734-2.382,17.085-8.44,22.349-16.32.03-.618.059-1.235.088-1.823C-2792.589,4444.033-2792.207,4439.681-2792.824,4435.534Z" transform="translate(3874.896 -3802.815)" fill="#eb996e"/>
+ <path id="Path_29828" data-name="Path 29828" d="M-2843.65,4239.525a65.193,65.193,0,0,0-2.853-19.5c-7.91-24.231-38.14-30.23-56.343-12.821-20.291,19.408-12.527,65.783,8.852,82.074a24.051,24.051,0,0,0,20.438,4.028C-2852.56,4287.664-2843.5,4261.816-2843.65,4239.525Z" transform="translate(3933.457 -3637.301)" fill="#ffbe9d"/>
+ <path id="Path_29829" data-name="Path 29829" d="M-2832.134,4220.028c-7.91-24.231-38.14-30.23-56.343-12.821a33.214,33.214,0,0,0-5.823,7.558,22.662,22.662,0,0,0,3.205,2.294,91.819,91.819,0,0,0,24.672,10.321c3.735.971,7.646,1.735,10.7,4.088a15.794,15.794,0,0,1,4.146,5,45.188,45.188,0,0,1,3.058,7.411c1.882,5.5,2.706,11.292,3.47,17.027a2.7,2.7,0,0,0,.618,1.646,2.348,2.348,0,0,0,1.618.47c3.352-.088,4.969-3.293,7.587-5,1.559-1.029,3.146-2.059,4.617-3.205a82.094,82.094,0,0,0,1.353-15.292A66.125,66.125,0,0,0-2832.134,4220.028Z" transform="translate(3919.088 -3637.3)" fill="#ffbe9d"/>
+ <path id="Path_29830" data-name="Path 29830" d="M-2840.336,4216.6a46.482,46.482,0,0,1,2.088,7.763,87.887,87.887,0,0,1,1.235,17.35,2.732,2.732,0,0,0,.412,1.735,2.2,2.2,0,0,0,1.529.647c3.323.353,5.352-2.617,8.175-3.97a45.811,45.811,0,0,0,8.41-4.822c7.234-5.675,5.587-15.056,5.352-23.378-.118-4.587-.265-9.233-1.617-13.586a33.881,33.881,0,0,0-7.7-12.7c-9.792-10.586-24.614-16.085-38.935-15.174-7.087.441-15.086,3.44-20.144,8.557-4.352,4.411.941,10.38,4.529,13.233a92.4,92.4,0,0,0,23.143,13.438c3.558,1.441,7.352,2.735,10.086,5.44A14.91,14.91,0,0,1-2840.336,4216.6Z" transform="translate(3911.234 -3618.35)" fill="#263238"/>
+ <path id="Path_29831" data-name="Path 29831" d="M-2703.176,4340.41c9.293-5.087,12.175,7.793,10.557,14.2a20.162,20.162,0,0,1-3.352,7.411c-2.206,2.941-8.528,7.793-12.175,4.588-1.647-1.47-1.823-3.941-1.882-6.146C-2710.145,4354.555-2709.469,4343.851-2703.176,4340.41Z" transform="translate(3789.012 -3737.568)" fill="#f8a17a"/>
+ <g id="Group_1654" data-name="Group 1654" transform="translate(1212.025 686.563)">
+ <g id="Group_1653" data-name="Group 1653">
+ <path id="Path_29832" data-name="Path 29832" d="M-2249.386,4693.036a10.66,10.66,0,0,0,.235-8.117,31.149,31.149,0,0,0-3.734-7.381,33.24,33.24,0,0,1-4.088-8.322,17.935,17.935,0,0,1,.206-9.969c1.941-6.293,5.94-10.91,8.7-15.645a22.08,22.08,0,0,0,2.94-7.528,13.01,13.01,0,0,0-.97-8.175,11.861,11.861,0,0,1,3.529,8.322,21.268,21.268,0,0,1-1.853,9.175c-2.382,5.7-5.969,10.322-7.352,15.35a13.449,13.449,0,0,0-.412,7.292c.47,2.47,1.764,4.941,2.911,7.646a26.616,26.616,0,0,1,2.676,8.792C-2246.357,4687.537-2247.063,4691.007-2249.386,4693.036Z" transform="translate(2257.587 -4627.9)" fill="#e8505b"/>
+ </g>
+ </g>
+ <path id="Path_29833" data-name="Path 29833" d="M-2257.593,4911.621h-20.555a7.354,7.354,0,0,1-7.352-7.352V4861.1h35.259v43.168A7.335,7.335,0,0,1-2257.593,4911.621Z" transform="translate(3489.316 -4105.96)" fill="#9ac4f8"/>
+ <path id="Path_29834" data-name="Path 29834" d="M-2193.979,4900a15.431,15.431,0,0,0-15.321,15.526,15.412,15.412,0,0,0,15.321,15.527,15.431,15.431,0,0,0,15.321-15.527A15.412,15.412,0,0,0-2193.979,4900Zm0,25.525a9.922,9.922,0,0,1-9.851-10,9.921,9.921,0,0,1,9.851-10,9.922,9.922,0,0,1,9.851,10A9.922,9.922,0,0,1-2193.979,4925.525Z" transform="translate(3435.524 -4133.421)" fill="#9ac4f8"/>
+ <path id="Path_29835" data-name="Path 29835" d="M-2272.089,4899.507h0A1.907,1.907,0,0,1-2274,4897.6v-24.584a1.907,1.907,0,0,1,1.911-1.911h0a1.907,1.907,0,0,1,1.911,1.911V4897.6A1.946,1.946,0,0,1-2272.089,4899.507Z" transform="translate(3481.198 -4113.02)" fill="#fff" opacity="0.2"/>
+ <path id="Path_29836" data-name="Path 29836" d="M-2214.66,4861.1v41.581a8.935,8.935,0,0,1-8.939,8.94h8.146a8.935,8.935,0,0,0,8.939-8.94V4861.1Z" transform="translate(3445.618 -4105.96)" fill="#aecff9"/>
+ <path id="Path_29837" data-name="Path 29837" d="M-2961.165,4147.074c-4-11.175-12-20.2-7.381-32.759a18.776,18.776,0,0,1,17.5-12.321,20.512,20.512,0,0,1,10.586,2.705c3.823,2.206,6.323,5.764,10.763,6.97,10.439,2.823,21.261-5.146,31.23-7,9.881-1.823,20.379,1.412,25.231,10.851,1.912,3.735,2.706,8.028,5.234,11.351,4.176,5.587,12.322,7.5,15.645,13.645,5.411,10.027-5.705,24.524-11.351,32.229" transform="translate(3972.485 -3570.08)" fill="none" stroke="#0b2d4e" stroke-miterlimit="10" stroke-width="4"/>
+ <g id="Group_1658" data-name="Group 1658" transform="translate(1048.667 628.162)">
+ <path id="Path_29838" data-name="Path 29838" d="M-2806.219,4446.385a49.272,49.272,0,0,1-6.881-.5l.412-2.794a42.541,42.541,0,0,0,24.084-3.352,31.928,31.928,0,0,0,5.205-3,24.329,24.329,0,0,0,6.734-7.439l2.441,1.411a27.42,27.42,0,0,1-7.528,8.293,34.3,34.3,0,0,1-5.675,3.264A44.325,44.325,0,0,1-2806.219,4446.385Z" transform="translate(2813.1 -4429.3)" fill="#c7d3de"/>
+ </g>
+ <g id="Group_1659" data-name="Group 1659" transform="translate(1038.93 637.662)">
+ <path id="Path_29839" data-name="Path 29839" d="M-2844.619,4463.663c3.411-2.911,10.969-2.676,13.468.353,1.853,2.235,1.294,5.087-.765,7-2.411,2.235-5.381,2.117-8.381,1.441C-2844.06,4471.632-2848.706,4467.191-2844.619,4463.663Z" transform="translate(2846.209 -4461.606)" fill="#c7d3de"/>
+ </g>
+ <path id="Path_29841" data-name="Path 29841" d="M-2703.254,4329.758c-13.115,3.353-18.2,28.083-3.558,33.024,15.732,5.293,26.819-17.5,16.5-28.671C-2694.344,4329.758-2699.02,4328.67-2703.254,4329.758Z" transform="translate(3793.002 -3730.591)" fill="#c7d3de"/>
+ <path id="Path_29842" data-name="Path 29842" d="M-2683.094,4341.278c-9.057,1.47-14.645,20.7-5.293,26,10.028,5.705,19.467-11.439,13.557-21.319C-2677.154,4342.1-2680.183,4340.808-2683.094,4341.278Z" transform="translate(3777.135 -3738.936)" fill="#c7d3de"/>
+ <g id="Group_1661" data-name="Group 1661" transform="translate(1041.109 537.018)">
+ <path id="Path_29843" data-name="Path 29843" d="M-2784.045,4183.242l-3.5-.412c2.382-20.526,1.353-46.756-16.938-55.138-8.675-3.97-16.585-6.822-30.671-4.028a13.218,13.218,0,0,1-3.646-1.029c12.733-6.234,26.437-2.412,35.788,1.882C-2782.78,4133.75-2781.516,4161.54-2784.045,4183.242Z" transform="translate(2838.8 -4119.358)" fill="#b6c2cc"/>
+ </g>
+ <g id="Group_1681" data-name="Group 1681" transform="translate(-446 2779)">
+ <path id="Path_29844" data-name="Path 29844" d="M-2516.943,4053.02h120.362a12.111,12.111,0,0,0,12.057-12.057v-63.607a12.092,12.092,0,0,0-12.057-12.057h-120.362A12.073,12.073,0,0,0-2529,3977.356v63.607A12.092,12.092,0,0,0-2516.943,4053.02Z" transform="translate(4135.211 -6252.585)" fill="#9ac4f8"/>
+ <path id="Path_29845" data-name="Path 29845" d="M-2464.3,4245.316V4205l31.553,17.232Z" transform="translate(4089.537 -6421.798)" fill="#9ac4f8"/>
+ <path id="Path_29846" data-name="Path 29846" d="M-2385.33,4109.445h-66.224a2.636,2.636,0,0,1-2.647-2.646v-2.353a2.636,2.636,0,0,1,2.647-2.646h66.224a2.654,2.654,0,0,1,2.647,2.646v2.353A2.636,2.636,0,0,1-2385.33,4109.445Z" transform="translate(4082.407 -6348.945)" fill="#82baff"/>
+ <path id="Path_29847" data-name="Path 29847" d="M-2171.409,4109.445h-18.144a2.654,2.654,0,0,1-2.647-2.646v-2.353a2.654,2.654,0,0,1,2.647-2.646h18.144a2.654,2.654,0,0,1,2.647,2.646v2.353A2.654,2.654,0,0,1-2171.409,4109.445Z" transform="translate(3897.453 -6348.945)" fill="#82baff"/>
+ <path id="Path_29848" data-name="Path 29848" d="M-2353.053,4042.7h66.224a2.674,2.674,0,0,1,2.647,2.646v2.353a2.673,2.673,0,0,1-2.647,2.646h-66.224a2.674,2.674,0,0,1-2.647-2.646v-2.353A2.636,2.636,0,0,1-2353.053,4042.7Z" transform="translate(4012.873 -6307.225)" fill="#82baff"/>
+ <path id="Path_29849" data-name="Path 29849" d="M-2451.553,4042.7h18.144a2.674,2.674,0,0,1,2.646,2.646v2.353a2.673,2.673,0,0,1-2.646,2.646h-18.144a2.654,2.654,0,0,1-2.647-2.646v-2.353A2.654,2.654,0,0,1-2451.553,4042.7Z" transform="translate(4082.407 -6307.225)" fill="#82baff"/>
+ <path id="Path_29850" data-name="Path 29850" d="M-2406.62,4163.545h-44.933a2.636,2.636,0,0,1-2.647-2.646v-2.353a2.654,2.654,0,0,1,2.647-2.646h44.933a2.654,2.654,0,0,1,2.647,2.646v2.353A2.654,2.654,0,0,1-2406.62,4163.545Z" transform="translate(4082.407 -6387.136)" fill="#82baff"/>
+ </g>
+ <path id="Path_29871" data-name="Path 29871" d="M-3121.654,5048.079h-508.765a9.169,9.169,0,0,1-9.381-8.939h0a9.17,9.17,0,0,1,9.381-8.939h508.765a9.169,9.169,0,0,1,9.381,8.939h0A9.132,9.132,0,0,1-3121.654,5048.079Z" transform="translate(4417.361 -4225.334)" fill="#c7d3de"/>
+ <g id="Group_1378" data-name="Group 1378" transform="translate(1118.571 689.14)">
+ <path id="Path_29017" data-name="Path 29017" d="M706.771,275.449a2.033,2.033,0,0,0-.128-.609c-.128-.487-.257-1.1-.513-1.826-.385-1.582-1.026-3.9-1.54-6.816a86.917,86.917,0,0,1-1.668-10.225,51.193,51.193,0,0,1,0-12.537,30.832,30.832,0,0,1,4.491-11.685,54.4,54.4,0,0,1,6.415-8.277,59.839,59.839,0,0,1,5.261-4.869c1.283-1.1,2.053-1.582,2.053-1.7a6.752,6.752,0,0,0-.642.365q-.577.365-1.54,1.1a34.6,34.6,0,0,0-5.389,4.747,44.746,44.746,0,0,0-6.672,8.277,34.526,34.526,0,0,0-4.619,11.929,46.185,46.185,0,0,0,.128,12.659c.513,3.9,1.155,7.3,1.8,10.225s1.283,5.234,1.8,6.816a7.52,7.52,0,0,0,.641,1.826A1.415,1.415,0,0,0,706.771,275.449Z" transform="translate(-701.9 -216.9)" fill="#263238"/>
+ </g>
+ <g id="Group_1388" data-name="Group 1388" transform="translate(1048.759 697.257)">
+ <path id="Path_29027" data-name="Path 29027" d="M699.72,242.4s-.277.553-.968,1.659-1.659,2.627-2.766,4.425c-2.489,3.872-5.946,9.127-9.818,15.35l-.277-.553c3.319-.553,7.053-1.245,10.786-1.8,3.872-.691,7.468-1.245,10.925-1.8l.83-.138-.415.691c-4.01,6.085-7.606,11.2-10.1,15.073-1.245,1.8-2.213,3.181-2.9,4.287-.691.968-1.106,1.521-1.106,1.521s.277-.553.968-1.659,1.659-2.627,2.766-4.425c2.489-3.872,5.946-9.127,9.818-15.212l.277.553c-3.457.553-7.053,1.245-10.925,1.936-3.734.691-7.468,1.245-10.786,1.8l-.83.138.415-.691c4.01-6.085,7.468-11.34,10.095-15.212,1.245-1.8,2.213-3.319,2.9-4.287C699.305,242.953,699.72,242.4,699.72,242.4Z" transform="translate(-685.2 -242.4)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1680" data-name="Group 1680" transform="translate(1076.759 733.257)">
+ <path id="Path_29027-2" data-name="Path 29027" d="M699.72,242.4s-.277.553-.968,1.659-1.659,2.627-2.766,4.425c-2.489,3.872-5.946,9.127-9.818,15.35l-.277-.553c3.319-.553,7.053-1.245,10.786-1.8,3.872-.691,7.468-1.245,10.925-1.8l.83-.138-.415.691c-4.01,6.085-7.606,11.2-10.1,15.073-1.245,1.8-2.213,3.181-2.9,4.287-.691.968-1.106,1.521-1.106,1.521s.277-.553.968-1.659,1.659-2.627,2.766-4.425c2.489-3.872,5.946-9.127,9.818-15.212l.277.553c-3.457.553-7.053,1.245-10.925,1.936-3.734.691-7.468,1.245-10.786,1.8l-.83.138.415-.691c4.01-6.085,7.468-11.34,10.095-15.212,1.245-1.8,2.213-3.319,2.9-4.287C699.305,242.953,699.72,242.4,699.72,242.4Z" transform="translate(-685.2 -242.4)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1679" data-name="Group 1679" transform="translate(1016.759 741.257)">
+ <path id="Path_29027-3" data-name="Path 29027" d="M699.72,242.4s-.277.553-.968,1.659-1.659,2.627-2.766,4.425c-2.489,3.872-5.946,9.127-9.818,15.35l-.277-.553c3.319-.553,7.053-1.245,10.786-1.8,3.872-.691,7.468-1.245,10.925-1.8l.83-.138-.415.691c-4.01,6.085-7.606,11.2-10.1,15.073-1.245,1.8-2.213,3.181-2.9,4.287-.691.968-1.106,1.521-1.106,1.521s.277-.553.968-1.659,1.659-2.627,2.766-4.425c2.489-3.872,5.946-9.127,9.818-15.212l.277.553c-3.457.553-7.053,1.245-10.925,1.936-3.734.691-7.468,1.245-10.786,1.8l-.83.138.415-.691c4.01-6.085,7.468-11.34,10.095-15.212,1.245-1.8,2.213-3.319,2.9-4.287C699.305,242.953,699.72,242.4,699.72,242.4Z" transform="translate(-685.2 -242.4)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1392" data-name="Group 1392" transform="translate(1141.496 780.296)">
+ <path id="Path_29031" data-name="Path 29031" d="M694.272,282.2s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.564.277-10.925.83-18.116,1.383l.277-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.628,5.532,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.213.138-3.872.138-5.255.277H659.7s.691-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.563-.277,10.786-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.531-5.117-7.882-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277Z" transform="translate(-659.7 -282.2)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1675" data-name="Group 1675" transform="translate(1127.496 732.296)">
+ <path id="Path_29031-2" data-name="Path 29031" d="M694.272,282.2s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.564.277-10.925.83-18.116,1.383l.277-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.628,5.532,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.213.138-3.872.138-5.255.277H659.7s.691-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.563-.277,10.786-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.531-5.117-7.882-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277Z" transform="translate(-659.7 -282.2)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1676" data-name="Group 1676" transform="translate(1093.496 690.296)">
+ <path id="Path_29031-3" data-name="Path 29031" d="M694.272,282.2s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.564.277-10.925.83-18.116,1.383l.277-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.628,5.532,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.213.138-3.872.138-5.255.277H659.7s.691-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.563-.277,10.786-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.531-5.117-7.882-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277Z" transform="translate(-659.7 -282.2)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1677" data-name="Group 1677" transform="translate(1009.496 690.296)">
+ <path id="Path_29031-4" data-name="Path 29031" d="M694.272,282.2s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.564.277-10.925.83-18.116,1.383l.277-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.628,5.532,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.213.138-3.872.138-5.255.277H659.7s.691-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.563-.277,10.786-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.531-5.117-7.882-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277Z" transform="translate(-659.7 -282.2)" fill="#e0e0e0"/>
+ </g>
+ <g id="Group_1678" data-name="Group 1678" transform="translate(965.496 738.296)">
+ <path id="Path_29031-5" data-name="Path 29031" d="M694.272,282.2s-.691.138-1.936.277c-1.383.138-3.042.277-5.255.415-4.564.277-10.925.83-18.116,1.383l.277-.553c2.489,2.351,5.117,4.84,8.021,7.468,2.766,2.628,5.532,5.255,8.021,7.606l.553.553h-.83c-7.191.415-13.552.691-18.116.968-2.213.138-3.872.138-5.255.277H659.7s.691-.138,1.936-.277c1.383-.138,3.042-.277,5.255-.415,4.563-.277,10.786-.691,18.116-1.245l-.277.553c-2.489-2.351-5.255-4.978-8.021-7.606s-5.531-5.117-7.882-7.468l-.553-.553h.83c7.329-.415,13.552-.83,18.116-1.106,2.213-.138,3.872-.138,5.255-.277Z" transform="translate(-659.7 -282.2)" fill="#e0e0e0"/>
+ </g>
+ <path id="Path_29935" data-name="Path 29935" d="M-2494.692,4453.247c-2.718-4.648-9.541-6.959-16.146.761-6.605-7.72-13.456-5.41-16.147-.761-6.687,11.417,16.147,24.873,16.147,24.873S-2488.032,4464.664-2494.692,4453.247Z" transform="translate(3395.669 -3843.797)" fill="#9ac4f8"/>
+ <path id="Path_29936" data-name="Path 29936" d="M-2917.959,3942.52h-33.979a3.272,3.272,0,0,1-3.262-3.262v-20.5a3.272,3.272,0,0,1,3.262-3.262h33.979a3.271,3.271,0,0,1,3.262,3.262v20.5A3.272,3.272,0,0,1-2917.959,3942.52Z" transform="translate(3867.589 -3427.339)" fill="#9ac4f8"/>
+ <path id="Path_29937" data-name="Path 29937" d="M-2952.8,3918.7l17.723,17.18a2.729,2.729,0,0,0,3.724,0l17.723-17.18" transform="translate(3865.842 -3429.669)" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="4"/>
+ <line id="Line_2" data-name="Line 2" y1="11.172" x2="14.543" transform="translate(913.041 503.139)" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="4"/>
+ <line id="Line_3" data-name="Line 3" x1="14.57" y1="11.172" transform="translate(937.669 503.139)" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="4"/>
+ <g id="Group_1704" data-name="Group 1704" transform="translate(1052.228 431.14)">
+ <path id="Path_29938" data-name="Path 29938" d="M-3188.18,4315.784h-40.258a3.272,3.272,0,0,1-3.262-3.262v-25.959a3.271,3.271,0,0,1,3.262-3.262h40.258a3.271,3.271,0,0,1,3.262,3.262v25.959A3.272,3.272,0,0,1-3188.18,4315.784Z" transform="translate(3231.7 -4283.3)" fill="#9ac4f8"/>
+ </g>
+ <g id="Group_1705" data-name="Group 1705" transform="translate(1067.423 462.835)">
+ <path id="Path_29939" data-name="Path 29939" d="M-3167.591,4410.936l8.182-11.036H-3175.8Z" transform="translate(3175.8 -4399.9)" fill="#9ac4f8"/>
+ </g>
+ <g id="Group_1706" data-name="Group 1706" transform="translate(1083.19 441.986)">
+ <path id="Path_29940" data-name="Path 29940" d="M-3113.07,4332.768h-2.012v-5.545l.027-.9.027-1.006a9.554,9.554,0,0,1-.707.652l-1.087.9-.979-1.223,3.072-2.446h1.658Z" transform="translate(3117.8 -4323.2)" fill="#fff"/>
+ </g>
+ <g id="Group_1707" data-name="Group 1707" transform="translate(1061.171 441.66)">
+ <path id="Path_29941" data-name="Path 29941" d="M-3187.03,4322h-6.633a5.151,5.151,0,0,0-5.138,5.138h0a5.15,5.15,0,0,0,2.229,4.213v3.615l3.7-2.691h5.844a5.151,5.151,0,0,0,5.137-5.137h0A5.186,5.186,0,0,0-3187.03,4322Z" transform="translate(3198.8 -4322)" fill="#fff"/>
+ </g>
+ </g>
+</svg>
diff --git a/exampleSite/static/images/favicon.png b/exampleSite/static/images/favicon.png
new file mode 100644
index 0000000..97ec816
--- /dev/null
+++ b/exampleSite/static/images/favicon.png
Binary files differ
diff --git a/exampleSite/static/images/hugo-muscot.svg b/exampleSite/static/images/hugo-muscot.svg
new file mode 100644
index 0000000..21a93b7
--- /dev/null
+++ b/exampleSite/static/images/hugo-muscot.svg
@@ -0,0 +1,25 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="152.715" height="173.792" viewBox="0 0 152.715 173.792">
+ <g id="Group_1643" data-name="Group 1643" transform="translate(943 181.176)">
+ <path id="Path_29781" data-name="Path 29781" d="M4315.97,1957.9c4.417,2.463,3.936,5.748,1.558,9.344h-10.42c1.528-2.747-2.294-2.293-2.407-4.049C4308.127,1960.7,4311.581,1958.3,4315.97,1957.9Z" transform="translate(-5135.225 -1974.628)" fill="#ae8d7b"/>
+ <path id="Path_29782" data-name="Path 29782" d="M4048.892,1967.818c-2.152-4.106-.651-6.994,3.086-9.118,3.313,1.586,6.654,3.171,9.967,4.757,1.246,1.557-2.011,2.775-.283,4.361Z" transform="translate(-4951.139 -1975.201)" fill="#ae8d7b"/>
+ <path id="Path_29783" data-name="Path 29783" d="M4039.833,1761.131a111.989,111.989,0,0,1-14.7-2.407c-3.312-1.586-6.625-3.171-9.967-4.757-1.7-1.274-3.426-2.577-5.125-3.851-10.731-12.176-13.535-26.843-13.45-42.416,5.521-2.662,5.691-8.013.425-13.025-.057-4.644-.113-9.259-.2-13.9a1.524,1.524,0,0,1,.142-.793c.991-7.022,5.606-6.711,11.015-5.861,14.073,2.209,28.061,4.842,41.425,9.939a12.876,12.876,0,0,0,9.938-.142c14.922-5.8,30.042-10.7,46.352-10.816,3.936-.028,5.606.849,5.748,4.842.2,5.578.765,11.128,1.161,16.706-5.493,5.38-5.38,10.052.255,13.053.2,14.1-2.577,27.409-10.76,39.217l-7.022,6.852c-4.417.368-7.872,2.8-11.3,5.267-4.19.651-8.381,1.161-12.515,2.067C4069.677,1761.442,4041.39,1761.3,4039.833,1761.131Zm-9.74-44.568c-4.219,11.723,2.747,16.621,11.836,22.171,9.315,5.691,16.111,5.238,25.483.028,9.684-5.38,13.2-11.128,13.11-22.312-.085-10.873-3.482-16.508-12.713-22.029-9.684-5.776-16.649-6.031-26.305,0C4032.527,1700.026,4026.383,1705.18,4030.092,1716.562Z" transform="translate(-4914.359 -1770.468)" fill="#9ac4f8"/>
+ <path id="Path_29784" data-name="Path 29784" d="M4049.536,1379.015c10,2.605,19.283,6.682,26.843,13.818,3.256,3.058,6.343,4.7,10.732,3.03a12.377,12.377,0,0,1,3.426-.283c4.049-.255,6.569,1.812,7.929,5.38,1.444,3.766.057,6.541-2.917,9.089-2.464,2.124-7.447,2.605-6.965,6.852,1.557,13.7-1.1,27.239-.992,40.887-18.461-.34-35.734,4.615-52.581,11.609a8.325,8.325,0,0,1-6.683.312c-16.876-7.107-34.8-9.514-52.751-11.836-.538-11.128-1.784-22.312-1.3-33.412.283-6.626-.453-11.043-6.541-14.639-5.012-2.945-4.559-9.939.085-13.025,3-2.01,6.427-1.472,9.514-.651a7.776,7.776,0,0,0,8.268-2.209,58.234,58.234,0,0,1,26.475-14.526C4013.066,1379.128,4027.291,1374.675,4049.536,1379.015Zm-11.241,65.068c-4.446-3.851-8.919-4.389-13.45-.141-3.709.708-6.8,2.35-6.909,6.541-.113,4.3,3.483,5.012,6.683,5.861-.793,5.436,1.9,7.56,7.022,7.56,4.786,0,6.258-2.662,5.833-6.966,1.1-.368,2.208-.68,3.285-1.133,5.182-2.152,5.833-5.266,1.926-9.174A7.56,7.56,0,0,0,4038.295,1444.083Zm-37.263-38.027c-4.021.311-8.07.425-12.091.934-9.91,1.274-12.543,5.125-10.448,14.922,2.775,13.025,12.43,23.134,22.85,23.756a44.527,44.527,0,0,0,27.522-7.022c2.8-1.84,4.417-2.01,7.249.283,12.232,9.854,29.334,9,38.593-1.557a35.565,35.565,0,0,0,8.693-19.2c.623-4.814-.6-9.656-5.833-10.448-15.148-2.294-30.41-3.992-43.35,7.305-1.246,1.076-2.209,2.152-3.794.453C4022.354,1407.019,4011.876,1406.084,4001.032,1406.056Zm-23.983-3.172c.255-1.9-.736-2.548-2.293-2.435a3.147,3.147,0,0,0-3.2,3.285c-.057,1.642.765,3.256,2.463,3.256C3976.6,1407.019,3975.945,1404.159,3977.049,1402.884Zm111.279-2.463c-1.812.17-2.662,1.1-2.011,2.662.595,1.444.481,3.879,2.577,3.936,1.9.057,2.944-1.727,2.8-3.568A3.258,3.258,0,0,0,4088.328,1400.421Z" transform="translate(-4891.104 -1558.3)" fill="#9ac4f8"/>
+ <path id="Path_29785" data-name="Path 29785" d="M4111.835,1661.958c4.983,6.6,6.541,14.582,8.438,22.312,4.927,20.132,5.012,40.717,4.672,61.3-.057,3.908-1.444,4.389-4.389,2.039-5.182-4.162-11.241-6.512-17.414-8.693,8.184-11.808,10.958-25.087,10.761-39.217,4.785-3.908,4.7-8.1-.255-13.053-.4-5.578-.963-11.128-1.161-16.706-.142-4.021-1.812-4.87-5.748-4.842-16.31.113-31.43,5.04-46.352,10.816a12.876,12.876,0,0,1-9.938.142c-13.365-5.1-27.325-7.73-41.425-9.939-5.437-.849-10.024-1.161-11.015,5.861.481-3.341-1.189-7.079,1.84-9.967,17.952,2.322,35.875,4.729,52.751,11.836a8.319,8.319,0,0,0,6.682-.312C4076.1,1666.574,4093.373,1661.619,4111.835,1661.958Z" transform="translate(-4915.347 -1762.471)" fill="#c11c7e"/>
+ <path id="Path_29786" data-name="Path 29786" d="M3946.19,1769.544c-13.988-.368-26.39-4.615-36.583-14.611-2.152-2.124-3.086-3.794-.821-6.229,12.827-13.789,19.453-30.665,24.182-48.5.057,4.644.113,9.259.2,13.9-4.9,4.587-5.068,9.2-.424,13.025C3932.655,1742.7,3935.458,1757.368,3946.19,1769.544Z" transform="translate(-4850.476 -1789.896)" fill="#c4187c"/>
+ <path id="Path_29787" data-name="Path 29787" d="M4111.7,1759.4c-3.709-11.383,2.435-16.536,11.411-22.114,9.655-6.031,16.621-5.776,26.3,0,9.231,5.522,12.657,11.156,12.714,22.029.084,11.185-3.455,16.933-13.11,22.312-9.372,5.21-16.168,5.692-25.484-.028C4114.45,1776.024,4107.484,1771.126,4111.7,1759.4Zm46.352.283c3.228-10-1.7-15.8-10.59-19.509a47.226,47.226,0,0,1-7.532-4.276c-2.548-1.7-4.814-1.9-7.39.028a26.387,26.387,0,0,1-6.06,3.341c-10.081,3.794-12.969,10.76-12.4,21.463.453,8.438,2.69,13.11,10.194,17.612,8.834,5.323,15.4,5.21,24.068-.028C4155.96,1773.731,4161.029,1769.285,4158.056,1759.686Z" transform="translate(-4995.971 -1813.308)" fill="#c72585"/>
+ <path id="Path_29788" data-name="Path 29788" d="M4396.155,1749.2c4.983,4.955,5.069,9.146.255,13.053C4390.775,1759.252,4390.662,1754.58,4396.155,1749.2Z" transform="translate(-5197.883 -1825.021)" fill="#b49381"/>
+ <path id="Path_29789" data-name="Path 29789" d="M3988.17,1762.225c-4.644-3.823-4.474-8.438.424-13.025C3993.861,1754.212,3993.691,1759.563,3988.17,1762.225Z" transform="translate(-4905.905 -1825.021)" fill="#b49381"/>
+ <path id="Path_29790" data-name="Path 29790" d="M4035.64,1479.284c10.845.028,21.293.963,29.391,9.429,1.586,1.671,2.548.623,3.794-.453,12.94-11.3,28.231-9.6,43.351-7.305,5.267.793,6.456,5.635,5.833,10.448a35.356,35.356,0,0,1-8.692,19.2c-9.259,10.562-26.39,11.411-38.594,1.557-2.832-2.294-4.445-2.1-7.249-.283a44.715,44.715,0,0,1-27.522,7.022c-10.42-.595-20.076-10.731-22.851-23.756-2.1-9.8.538-13.648,10.448-14.922C4027.571,1479.709,4031.62,1479.567,4035.64,1479.284Zm5.606,9.8c-4.163.736-8.692.085-12.883,1.812-4.672,1.925-5.946,5.125-3.851,9.655,5.012,10.817,22.567,14.271,31.289,6.145,5.493-5.125,4.332-12.261-2.548-15.432C4049.515,1489.534,4045.438,1489.563,4041.247,1489.081Zm51.7.51c-8.211,0-11.185.51-14.554,2.464-5.8,3.313-6.654,9.2-2.067,13.959,8.551,8.834,26.192,5.578,30.892-5.691,2.1-4.984.651-8.155-4.474-9.854C4099.378,1489.364,4095.9,1489.7,4092.95,1489.591Z" transform="translate(-4925.712 -1631.528)" fill="#c71d81"/>
+ <path id="Path_29791" data-name="Path 29791" d="M4160.876,1625.5c-3.229-.85-6.8-1.557-6.683-5.861.112-4.191,3.2-5.833,6.908-6.541-.849,5.8,3.172,6.2,7.107,6,3.426-.2,7.9.057,6.343-5.861a7.886,7.886,0,0,1,4.445,2.549c3.907,3.907,3.257,7.022-1.925,9.174-1.076.453-2.181.764-3.285,1.133C4169.512,1624.228,4165.208,1624.681,4160.876,1625.5Z" transform="translate(-5027.333 -1727.458)" fill="#b49381"/>
+ <path id="Path_29792" data-name="Path 29792" d="M4191.658,1605.719c1.558,5.89-2.888,5.663-6.343,5.861-3.964.227-7.957-.2-7.107-6C4182.738,1601.33,4187.212,1601.868,4191.658,1605.719Z" transform="translate(-5044.467 -1719.936)" fill="#090a0a"/>
+ <path id="Path_29793" data-name="Path 29793" d="M4177.453,1655.1c4.333-.821,8.665-1.274,12.855.595.424,4.3-1.048,6.937-5.833,6.966C4179.351,1662.657,4176.661,1660.534,4177.453,1655.1Z" transform="translate(-5043.91 -1757.053)" fill="#dcd5d6"/>
+ <path id="Path_29794" data-name="Path 29794" d="M3995.786,1461.9c-1.1,1.274-.453,4.106-3.03,4.106-1.7,0-2.52-1.614-2.463-3.256a3.148,3.148,0,0,1,3.2-3.285C3995.021,1459.356,3996.042,1460.036,3995.786,1461.9Z" transform="translate(-4909.841 -1617.32)" fill="#0f89c3"/>
+ <path id="Path_29795" data-name="Path 29795" d="M4397.033,1459.4a3.214,3.214,0,0,1,3.342,3.03c.141,1.841-.907,3.624-2.8,3.568-2.067-.057-1.954-2.492-2.577-3.936C4394.372,1460.5,4395.25,1459.542,4397.033,1459.4Z" transform="translate(-5199.809 -1617.279)" fill="#0f89c3"/>
+ <path id="Path_29796" data-name="Path 29796" d="M4167.1,1764.005c2.973,9.627-2.1,14.044-9.712,18.632-8.665,5.238-15.234,5.352-24.068.028-7.5-4.531-9.741-9.174-10.193-17.612-.566-10.7,2.322-17.669,12.4-21.463a25.8,25.8,0,0,0,6.059-3.341c2.577-1.9,4.842-1.727,7.391-.028a44,44,0,0,0,7.532,4.276C4165.432,1748.205,4170.331,1753.982,4167.1,1764.005Zm-34.432-.283v11.553c0,2.152-.283,4.332,3.03,4.36,3.2.028,3.256-1.954,3.171-4.219a28.072,28.072,0,0,0-.028-3.454c-.651-4.474.991-5.975,5.663-5.89,4.332.085,6.541.934,5.776,5.691a41.744,41.744,0,0,0-.057,4.615c-.114,2.124.595,3.313,2.917,3.228,2.039-.057,3.907-.085,3.907-2.945-.057-8.664-.028-17.357-.028-26.022,0-2.407-1.416-2.8-3.4-2.8-1.954,0-3.455.255-3.37,2.747.085,2.322-.169,4.644.029,6.937.255,3.143-1.161,3.851-4.049,3.907-7.306.17-7.306.312-7.334-7.079,0-1.161-.057-2.322,0-3.483.085-2.18-.934-3.058-3.143-3.058-2.265,0-3.086,1.019-3.058,3.143C4132.728,1755.228,4132.7,1759.475,4132.671,1763.722Z" transform="translate(-5005.017 -1817.628)" fill="#fe4389"/>
+ <path id="Path_29797" data-name="Path 29797" d="M4069.348,1513.9c4.163.481,8.24.453,12.006,2.18,6.88,3.171,8.042,10.307,2.548,15.432-8.721,8.126-26.277,4.7-31.289-6.145-2.1-4.559-.85-7.73,3.851-9.656C4060.684,1513.985,4065.186,1514.636,4069.348,1513.9Zm7.645,10.618a7.97,7.97,0,0,0-8.07-7.362,7.67,7.67,0,0,0-7.05,8.211c.4,4.587,3.228,6.824,7.588,6.994C4073.567,1532.5,4077.163,1528.567,4076.993,1524.518Z" transform="translate(-4953.813 -1656.347)" fill="#dcd5d6"/>
+ <path id="Path_29798" data-name="Path 29798" d="M4247.3,1515.7c2.945.113,6.428-.226,9.8.878,5.125,1.7,6.569,4.87,4.474,9.854-4.729,11.27-22.369,14.5-30.892,5.691-4.587-4.757-3.709-10.646,2.067-13.959C4236.144,1516.21,4239.117,1515.7,4247.3,1515.7Zm-1.925,2.69a7.805,7.805,0,0,0-7.475,7.815,7.6,7.6,0,1,0,15.205-.227A7.844,7.844,0,0,0,4245.375,1518.39Z" transform="translate(-5080.062 -1657.638)" fill="#dcd5d6"/>
+ <path id="Path_29799" data-name="Path 29799" d="M4156.913,1786.457c0-4.247.029-8.466,0-12.714-.028-2.124.793-3.143,3.058-3.143,2.18,0,3.2.878,3.143,3.058-.028,1.161,0,2.322,0,3.483.028,7.39.028,7.249,7.334,7.079,2.888-.057,4.3-.793,4.049-3.908-.2-2.293.057-4.615-.029-6.937-.084-2.492,1.444-2.747,3.37-2.747,1.982,0,3.4.4,3.4,2.8-.029,8.664-.029,17.357.028,26.022.028,2.86-1.869,2.888-3.907,2.945-2.293.057-3.03-1.1-2.917-3.228a41.625,41.625,0,0,1,.057-4.615c.792-4.757-1.444-5.606-5.776-5.691-4.672-.085-6.314,1.416-5.663,5.889a28.122,28.122,0,0,1,.028,3.455c.057,2.265.029,4.247-3.171,4.219-3.313-.029-3.029-2.209-3.029-4.361C4156.913,1794.158,4156.913,1790.307,4156.913,1786.457Z" transform="translate(-5029.26 -1840.362)" fill="#fef6f9"/>
+ <path id="Path_29800" data-name="Path 29800" d="M4102.85,1532.664c.17,4.049-3.427,7.985-7.532,7.815-4.36-.17-7.192-2.407-7.588-6.994a7.67,7.67,0,0,1,7.05-8.211A8.016,8.016,0,0,1,4102.85,1532.664Z" transform="translate(-4979.67 -1664.493)" fill="#1e1e1e"/>
+ <path id="Path_29801" data-name="Path 29801" d="M4271.075,1525.2a7.844,7.844,0,0,1,7.73,7.588,7.6,7.6,0,1,1-15.206.227A7.805,7.805,0,0,1,4271.075,1525.2Z" transform="translate(-5105.762 -1664.447)" fill="#1e1e1e"/>
+ </g>
+</svg>
diff --git a/exampleSite/static/images/logo.png b/exampleSite/static/images/logo.png
new file mode 100644
index 0000000..075778d
--- /dev/null
+++ b/exampleSite/static/images/logo.png
Binary files differ
diff --git a/exampleSite/static/images/post/post-1.jpg b/exampleSite/static/images/post/post-1.jpg
new file mode 100644
index 0000000..5bccd47
--- /dev/null
+++ b/exampleSite/static/images/post/post-1.jpg
Binary files differ
diff --git a/exampleSite/static/images/post/post-2.jpg b/exampleSite/static/images/post/post-2.jpg
new file mode 100644
index 0000000..7489ff0
--- /dev/null
+++ b/exampleSite/static/images/post/post-2.jpg
Binary files differ
diff --git a/exampleSite/static/images/post/post-3.jpg b/exampleSite/static/images/post/post-3.jpg
new file mode 100644
index 0000000..481ab2a
--- /dev/null
+++ b/exampleSite/static/images/post/post-3.jpg
Binary files differ
diff --git a/exampleSite/static/images/tools/tool1.png b/exampleSite/static/images/tools/tool1.png
new file mode 100644
index 0000000..9f27724
--- /dev/null
+++ b/exampleSite/static/images/tools/tool1.png
Binary files differ
diff --git a/exampleSite/static/images/tools/tool2.png b/exampleSite/static/images/tools/tool2.png
new file mode 100644
index 0000000..477a7d9
--- /dev/null
+++ b/exampleSite/static/images/tools/tool2.png
Binary files differ
diff --git a/exampleSite/static/images/tools/tool3.png b/exampleSite/static/images/tools/tool3.png
new file mode 100644
index 0000000..a675b86
--- /dev/null
+++ b/exampleSite/static/images/tools/tool3.png
Binary files differ
diff --git a/exampleSite/static/images/tools/tool4.png b/exampleSite/static/images/tools/tool4.png
new file mode 100644
index 0000000..c11de87
--- /dev/null
+++ b/exampleSite/static/images/tools/tool4.png
Binary files differ