├── source
├── images
│ ├── logo.png
│ ├── user-1.jpg
│ ├── user-2.jpg
│ ├── user-3.jpg
│ ├── blog
│ │ ├── post-1.jpg
│ │ ├── post-2.jpg
│ │ ├── post-3.jpg
│ │ ├── post-4.jpg
│ │ ├── post-5.jpg
│ │ └── post-6.jpg
│ ├── github
│ │ ├── blog.png
│ │ ├── about.png
│ │ ├── contact.png
│ │ ├── homepage.png
│ │ ├── portfolio.png
│ │ └── kross-homepage.gif
│ ├── icons
│ │ ├── plan.png
│ │ ├── print.png
│ │ └── design.png
│ ├── about
│ │ ├── author.jpg
│ │ └── signature.png
│ ├── progress-wave.png
│ ├── team
│ │ ├── member-1.png
│ │ ├── member-2.png
│ │ └── member-3.png
│ ├── backgrounds
│ │ ├── map.png
│ │ ├── bg-dots.png
│ │ ├── team-bg.png
│ │ └── education-bg.png
│ ├── portfolio
│ │ ├── item-1.png
│ │ ├── item-2.png
│ │ ├── item-3.png
│ │ ├── item-4.png
│ │ ├── item-5.png
│ │ ├── item-6.png
│ │ ├── item-7.png
│ │ └── item-8.png
│ ├── experience
│ │ ├── icon-1.png
│ │ ├── icon-2.png
│ │ └── icon-3.png
│ ├── illustrations
│ │ ├── leaf-bg.png
│ │ ├── dots-cyan.png
│ │ ├── leaf-cyan.png
│ │ ├── leaf-pink.png
│ │ ├── page-title.png
│ │ ├── dots-group-v.png
│ │ ├── dots-orange.png
│ │ ├── leaf-bg-top.png
│ │ ├── leaf-cyan-2.png
│ │ ├── leaf-cyan-lg.png
│ │ ├── leaf-orange.png
│ │ ├── leaf-yellow.png
│ │ ├── dots-group-cyan.png
│ │ ├── dots-group-sm.png
│ │ ├── leaf-pink-round.png
│ │ └── dots-group-orange.png
│ ├── testimonial
│ │ └── client-1.png
│ └── clients-logo
│ │ ├── client-logo-1.png
│ │ ├── client-logo-2.png
│ │ ├── client-logo-3.png
│ │ ├── client-logo-4.png
│ │ └── client-logo-5.png
├── plugins
│ ├── slick
│ │ ├── ajax-loader.gif
│ │ ├── fonts
│ │ │ ├── slick.eot
│ │ │ ├── slick.ttf
│ │ │ ├── slick.woff
│ │ │ └── slick.svg
│ │ └── slick.css
│ └── themify-icons
│ │ ├── fonts
│ │ ├── themify.eot
│ │ ├── themify.ttf
│ │ └── themify.woff
│ │ └── themify-icons.css
├── partials
│ ├── footer.htm
│ ├── header.htm
│ └── blocks
│ │ ├── navigation.htm
│ │ └── footer.htm
├── scss
│ ├── _variables.scss
│ ├── _mixins.scss
│ ├── templates
│ │ ├── _navigation.scss
│ │ ├── _blog.scss
│ │ ├── _hero-area.scss
│ │ ├── _about.scss
│ │ ├── _portfolio.scss
│ │ └── _homepage.scss
│ ├── style.scss
│ ├── _typography.scss
│ ├── _buttons.scss
│ └── _common.scss
├── contact.html
├── js
│ └── script.js
├── about.html
├── blog.html
├── portfolio.html
└── blog-single.html
├── theme
├── images
│ ├── logo.png
│ ├── user-1.jpg
│ ├── user-2.jpg
│ ├── user-3.jpg
│ ├── icons
│ │ ├── plan.png
│ │ ├── design.png
│ │ └── print.png
│ ├── about
│ │ ├── author.jpg
│ │ └── signature.png
│ ├── blog
│ │ ├── post-1.jpg
│ │ ├── post-2.jpg
│ │ ├── post-3.jpg
│ │ ├── post-4.jpg
│ │ ├── post-5.jpg
│ │ └── post-6.jpg
│ ├── github
│ │ ├── about.png
│ │ ├── blog.png
│ │ ├── contact.png
│ │ ├── homepage.png
│ │ ├── portfolio.png
│ │ └── kross-homepage.gif
│ ├── backgrounds
│ │ ├── map.png
│ │ ├── bg-dots.png
│ │ ├── team-bg.png
│ │ └── education-bg.png
│ ├── progress-wave.png
│ ├── team
│ │ ├── member-1.png
│ │ ├── member-2.png
│ │ └── member-3.png
│ ├── experience
│ │ ├── icon-1.png
│ │ ├── icon-2.png
│ │ └── icon-3.png
│ ├── portfolio
│ │ ├── item-1.png
│ │ ├── item-2.png
│ │ ├── item-3.png
│ │ ├── item-4.png
│ │ ├── item-5.png
│ │ ├── item-6.png
│ │ ├── item-7.png
│ │ └── item-8.png
│ ├── testimonial
│ │ └── client-1.png
│ ├── illustrations
│ │ ├── leaf-bg.png
│ │ ├── dots-cyan.png
│ │ ├── dots-orange.png
│ │ ├── leaf-bg-top.png
│ │ ├── leaf-cyan-2.png
│ │ ├── leaf-cyan.png
│ │ ├── leaf-orange.png
│ │ ├── leaf-pink.png
│ │ ├── leaf-yellow.png
│ │ ├── page-title.png
│ │ ├── dots-group-sm.png
│ │ ├── dots-group-v.png
│ │ ├── leaf-cyan-lg.png
│ │ ├── dots-group-cyan.png
│ │ ├── leaf-pink-round.png
│ │ └── dots-group-orange.png
│ └── clients-logo
│ │ ├── client-logo-1.png
│ │ ├── client-logo-2.png
│ │ ├── client-logo-3.png
│ │ ├── client-logo-4.png
│ │ └── client-logo-5.png
├── plugins
│ ├── slick
│ │ ├── ajax-loader.gif
│ │ ├── fonts
│ │ │ ├── slick.eot
│ │ │ ├── slick.ttf
│ │ │ ├── slick.woff
│ │ │ └── slick.svg
│ │ └── slick.css
│ └── themify-icons
│ │ ├── fonts
│ │ ├── themify.eot
│ │ ├── themify.ttf
│ │ └── themify.woff
│ │ └── themify-icons.css
├── js
│ └── script.js
├── contact.html
├── about.html
├── blog.html
├── portfolio.html
└── blog-single.html
├── .gitignore
├── .editorconfig
├── netlify.toml
├── package.json
├── LICENSE
├── .jshintrc
├── README.md
└── gulpfile.js
/source/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/logo.png
--------------------------------------------------------------------------------
/theme/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/logo.png
--------------------------------------------------------------------------------
/source/images/user-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/user-1.jpg
--------------------------------------------------------------------------------
/source/images/user-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/user-2.jpg
--------------------------------------------------------------------------------
/source/images/user-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/user-3.jpg
--------------------------------------------------------------------------------
/theme/images/user-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/user-1.jpg
--------------------------------------------------------------------------------
/theme/images/user-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/user-2.jpg
--------------------------------------------------------------------------------
/theme/images/user-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/user-3.jpg
--------------------------------------------------------------------------------
/theme/images/icons/plan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/icons/plan.png
--------------------------------------------------------------------------------
/source/images/blog/post-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/blog/post-1.jpg
--------------------------------------------------------------------------------
/source/images/blog/post-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/blog/post-2.jpg
--------------------------------------------------------------------------------
/source/images/blog/post-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/blog/post-3.jpg
--------------------------------------------------------------------------------
/source/images/blog/post-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/blog/post-4.jpg
--------------------------------------------------------------------------------
/source/images/blog/post-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/blog/post-5.jpg
--------------------------------------------------------------------------------
/source/images/blog/post-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/blog/post-6.jpg
--------------------------------------------------------------------------------
/source/images/github/blog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/github/blog.png
--------------------------------------------------------------------------------
/source/images/icons/plan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/icons/plan.png
--------------------------------------------------------------------------------
/source/images/icons/print.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/icons/print.png
--------------------------------------------------------------------------------
/theme/images/about/author.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/about/author.jpg
--------------------------------------------------------------------------------
/theme/images/blog/post-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/blog/post-1.jpg
--------------------------------------------------------------------------------
/theme/images/blog/post-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/blog/post-2.jpg
--------------------------------------------------------------------------------
/theme/images/blog/post-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/blog/post-3.jpg
--------------------------------------------------------------------------------
/theme/images/blog/post-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/blog/post-4.jpg
--------------------------------------------------------------------------------
/theme/images/blog/post-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/blog/post-5.jpg
--------------------------------------------------------------------------------
/theme/images/blog/post-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/blog/post-6.jpg
--------------------------------------------------------------------------------
/theme/images/github/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/github/about.png
--------------------------------------------------------------------------------
/theme/images/github/blog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/github/blog.png
--------------------------------------------------------------------------------
/theme/images/icons/design.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/icons/design.png
--------------------------------------------------------------------------------
/theme/images/icons/print.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/icons/print.png
--------------------------------------------------------------------------------
/source/images/about/author.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/about/author.jpg
--------------------------------------------------------------------------------
/source/images/github/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/github/about.png
--------------------------------------------------------------------------------
/source/images/github/contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/github/contact.png
--------------------------------------------------------------------------------
/source/images/icons/design.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/icons/design.png
--------------------------------------------------------------------------------
/source/images/progress-wave.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/progress-wave.png
--------------------------------------------------------------------------------
/source/images/team/member-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/team/member-1.png
--------------------------------------------------------------------------------
/source/images/team/member-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/team/member-2.png
--------------------------------------------------------------------------------
/source/images/team/member-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/team/member-3.png
--------------------------------------------------------------------------------
/theme/images/about/signature.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/about/signature.png
--------------------------------------------------------------------------------
/theme/images/backgrounds/map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/backgrounds/map.png
--------------------------------------------------------------------------------
/theme/images/github/contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/github/contact.png
--------------------------------------------------------------------------------
/theme/images/github/homepage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/github/homepage.png
--------------------------------------------------------------------------------
/theme/images/progress-wave.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/progress-wave.png
--------------------------------------------------------------------------------
/theme/images/team/member-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/team/member-1.png
--------------------------------------------------------------------------------
/theme/images/team/member-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/team/member-2.png
--------------------------------------------------------------------------------
/theme/images/team/member-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/team/member-3.png
--------------------------------------------------------------------------------
/source/images/about/signature.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/about/signature.png
--------------------------------------------------------------------------------
/source/images/backgrounds/map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/backgrounds/map.png
--------------------------------------------------------------------------------
/source/images/github/homepage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/github/homepage.png
--------------------------------------------------------------------------------
/source/images/github/portfolio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/github/portfolio.png
--------------------------------------------------------------------------------
/source/images/portfolio/item-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/portfolio/item-1.png
--------------------------------------------------------------------------------
/source/images/portfolio/item-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/portfolio/item-2.png
--------------------------------------------------------------------------------
/source/images/portfolio/item-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/portfolio/item-3.png
--------------------------------------------------------------------------------
/source/images/portfolio/item-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/portfolio/item-4.png
--------------------------------------------------------------------------------
/source/images/portfolio/item-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/portfolio/item-5.png
--------------------------------------------------------------------------------
/source/images/portfolio/item-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/portfolio/item-6.png
--------------------------------------------------------------------------------
/source/images/portfolio/item-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/portfolio/item-7.png
--------------------------------------------------------------------------------
/source/images/portfolio/item-8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/portfolio/item-8.png
--------------------------------------------------------------------------------
/theme/images/experience/icon-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/experience/icon-1.png
--------------------------------------------------------------------------------
/theme/images/experience/icon-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/experience/icon-2.png
--------------------------------------------------------------------------------
/theme/images/experience/icon-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/experience/icon-3.png
--------------------------------------------------------------------------------
/theme/images/github/portfolio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/github/portfolio.png
--------------------------------------------------------------------------------
/theme/images/portfolio/item-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/portfolio/item-1.png
--------------------------------------------------------------------------------
/theme/images/portfolio/item-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/portfolio/item-2.png
--------------------------------------------------------------------------------
/theme/images/portfolio/item-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/portfolio/item-3.png
--------------------------------------------------------------------------------
/theme/images/portfolio/item-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/portfolio/item-4.png
--------------------------------------------------------------------------------
/theme/images/portfolio/item-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/portfolio/item-5.png
--------------------------------------------------------------------------------
/theme/images/portfolio/item-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/portfolio/item-6.png
--------------------------------------------------------------------------------
/theme/images/portfolio/item-7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/portfolio/item-7.png
--------------------------------------------------------------------------------
/theme/images/portfolio/item-8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/portfolio/item-8.png
--------------------------------------------------------------------------------
/source/images/backgrounds/bg-dots.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/backgrounds/bg-dots.png
--------------------------------------------------------------------------------
/source/images/backgrounds/team-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/backgrounds/team-bg.png
--------------------------------------------------------------------------------
/source/images/experience/icon-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/experience/icon-1.png
--------------------------------------------------------------------------------
/source/images/experience/icon-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/experience/icon-2.png
--------------------------------------------------------------------------------
/source/images/experience/icon-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/experience/icon-3.png
--------------------------------------------------------------------------------
/source/plugins/slick/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/plugins/slick/ajax-loader.gif
--------------------------------------------------------------------------------
/source/plugins/slick/fonts/slick.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/plugins/slick/fonts/slick.eot
--------------------------------------------------------------------------------
/source/plugins/slick/fonts/slick.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/plugins/slick/fonts/slick.ttf
--------------------------------------------------------------------------------
/source/plugins/slick/fonts/slick.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/plugins/slick/fonts/slick.woff
--------------------------------------------------------------------------------
/theme/images/backgrounds/bg-dots.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/backgrounds/bg-dots.png
--------------------------------------------------------------------------------
/theme/images/backgrounds/team-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/backgrounds/team-bg.png
--------------------------------------------------------------------------------
/theme/images/testimonial/client-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/testimonial/client-1.png
--------------------------------------------------------------------------------
/theme/plugins/slick/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/plugins/slick/ajax-loader.gif
--------------------------------------------------------------------------------
/theme/plugins/slick/fonts/slick.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/plugins/slick/fonts/slick.eot
--------------------------------------------------------------------------------
/theme/plugins/slick/fonts/slick.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/plugins/slick/fonts/slick.ttf
--------------------------------------------------------------------------------
/theme/plugins/slick/fonts/slick.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/plugins/slick/fonts/slick.woff
--------------------------------------------------------------------------------
/source/images/github/kross-homepage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/github/kross-homepage.gif
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-bg.png
--------------------------------------------------------------------------------
/source/images/testimonial/client-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/testimonial/client-1.png
--------------------------------------------------------------------------------
/theme/images/github/kross-homepage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/github/kross-homepage.gif
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-bg.png
--------------------------------------------------------------------------------
/source/images/backgrounds/education-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/backgrounds/education-bg.png
--------------------------------------------------------------------------------
/source/images/illustrations/dots-cyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/dots-cyan.png
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-cyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-cyan.png
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-pink.png
--------------------------------------------------------------------------------
/source/images/illustrations/page-title.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/page-title.png
--------------------------------------------------------------------------------
/theme/images/backgrounds/education-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/backgrounds/education-bg.png
--------------------------------------------------------------------------------
/theme/images/illustrations/dots-cyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/dots-cyan.png
--------------------------------------------------------------------------------
/theme/images/illustrations/dots-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/dots-orange.png
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-bg-top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-bg-top.png
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-cyan-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-cyan-2.png
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-cyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-cyan.png
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-orange.png
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-pink.png
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-yellow.png
--------------------------------------------------------------------------------
/theme/images/illustrations/page-title.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/page-title.png
--------------------------------------------------------------------------------
/source/images/clients-logo/client-logo-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/clients-logo/client-logo-1.png
--------------------------------------------------------------------------------
/source/images/clients-logo/client-logo-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/clients-logo/client-logo-2.png
--------------------------------------------------------------------------------
/source/images/clients-logo/client-logo-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/clients-logo/client-logo-3.png
--------------------------------------------------------------------------------
/source/images/clients-logo/client-logo-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/clients-logo/client-logo-4.png
--------------------------------------------------------------------------------
/source/images/clients-logo/client-logo-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/clients-logo/client-logo-5.png
--------------------------------------------------------------------------------
/source/images/illustrations/dots-group-v.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/dots-group-v.png
--------------------------------------------------------------------------------
/source/images/illustrations/dots-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/dots-orange.png
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-bg-top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-bg-top.png
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-cyan-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-cyan-2.png
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-cyan-lg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-cyan-lg.png
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-orange.png
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-yellow.png
--------------------------------------------------------------------------------
/theme/images/clients-logo/client-logo-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/clients-logo/client-logo-1.png
--------------------------------------------------------------------------------
/theme/images/clients-logo/client-logo-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/clients-logo/client-logo-2.png
--------------------------------------------------------------------------------
/theme/images/clients-logo/client-logo-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/clients-logo/client-logo-3.png
--------------------------------------------------------------------------------
/theme/images/clients-logo/client-logo-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/clients-logo/client-logo-4.png
--------------------------------------------------------------------------------
/theme/images/clients-logo/client-logo-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/clients-logo/client-logo-5.png
--------------------------------------------------------------------------------
/theme/images/illustrations/dots-group-sm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/dots-group-sm.png
--------------------------------------------------------------------------------
/theme/images/illustrations/dots-group-v.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/dots-group-v.png
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-cyan-lg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-cyan-lg.png
--------------------------------------------------------------------------------
/source/images/illustrations/dots-group-cyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/dots-group-cyan.png
--------------------------------------------------------------------------------
/source/images/illustrations/dots-group-sm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/dots-group-sm.png
--------------------------------------------------------------------------------
/source/images/illustrations/leaf-pink-round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/leaf-pink-round.png
--------------------------------------------------------------------------------
/source/plugins/themify-icons/fonts/themify.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/plugins/themify-icons/fonts/themify.eot
--------------------------------------------------------------------------------
/source/plugins/themify-icons/fonts/themify.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/plugins/themify-icons/fonts/themify.ttf
--------------------------------------------------------------------------------
/source/plugins/themify-icons/fonts/themify.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/plugins/themify-icons/fonts/themify.woff
--------------------------------------------------------------------------------
/theme/images/illustrations/dots-group-cyan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/dots-group-cyan.png
--------------------------------------------------------------------------------
/theme/images/illustrations/leaf-pink-round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/leaf-pink-round.png
--------------------------------------------------------------------------------
/theme/plugins/themify-icons/fonts/themify.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/plugins/themify-icons/fonts/themify.eot
--------------------------------------------------------------------------------
/theme/plugins/themify-icons/fonts/themify.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/plugins/themify-icons/fonts/themify.ttf
--------------------------------------------------------------------------------
/theme/plugins/themify-icons/fonts/themify.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/plugins/themify-icons/fonts/themify.woff
--------------------------------------------------------------------------------
/source/images/illustrations/dots-group-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/source/images/illustrations/dots-group-orange.png
--------------------------------------------------------------------------------
/theme/images/illustrations/dots-group-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/kross-bulma/HEAD/theme/images/illustrations/dots-group-orange.png
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | Thumbs.db
2 | .DS_Store
3 | .dist
4 | .tmp
5 | .sass-cache
6 | npm-debug.log
7 | node_modules
8 | package-lock.json
9 | yarn.lock
10 | netlify
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | ; https://editorconfig.org
2 |
3 | root = true
4 |
5 | [*]
6 | charset = utf-8
7 | end_of_line = lf
8 | indent_size = 2
9 | indent_style = space
10 | trim_trailing_whitespace = true
11 | insert_final_newline = true
12 |
13 | [*.md]
14 | trim_trailing_whitespace = false
--------------------------------------------------------------------------------
/source/partials/footer.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |