├── HTML ├── blocks │ ├── header-7 │ │ └── images │ │ │ ├── slide-1.jpg │ │ │ ├── slide-2.jpg │ │ │ ├── slide-3.jpg │ │ │ └── slide-4.jpg │ ├── portfolio-3 │ │ └── images │ │ │ ├── project-1.jpg │ │ │ ├── project-2.jpg │ │ │ └── project-3.jpg │ ├── team-2 │ │ └── images │ │ │ ├── photo-1.png │ │ │ ├── photo-2.png │ │ │ ├── photo-3.png │ │ │ ├── photo-4.png │ │ │ ├── photo-5.png │ │ │ ├── photo-6.png │ │ │ ├── photo-7.png │ │ │ └── photo-8.png │ └── testimonials-5 │ │ └── images │ │ ├── Image-1.png │ │ ├── Image-3.png │ │ ├── Image-4.png │ │ └── Image-5.png ├── css │ └── main.css ├── index.html └── js │ ├── main.js │ └── vendors.js ├── LICENSE └── README.md /HTML/blocks/header-7/images/slide-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/header-7/images/slide-1.jpg -------------------------------------------------------------------------------- /HTML/blocks/header-7/images/slide-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/header-7/images/slide-2.jpg -------------------------------------------------------------------------------- /HTML/blocks/header-7/images/slide-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/header-7/images/slide-3.jpg -------------------------------------------------------------------------------- /HTML/blocks/header-7/images/slide-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/header-7/images/slide-4.jpg -------------------------------------------------------------------------------- /HTML/blocks/portfolio-3/images/project-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/portfolio-3/images/project-1.jpg -------------------------------------------------------------------------------- /HTML/blocks/portfolio-3/images/project-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/portfolio-3/images/project-2.jpg -------------------------------------------------------------------------------- /HTML/blocks/portfolio-3/images/project-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/portfolio-3/images/project-3.jpg -------------------------------------------------------------------------------- /HTML/blocks/team-2/images/photo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/team-2/images/photo-1.png -------------------------------------------------------------------------------- /HTML/blocks/team-2/images/photo-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/team-2/images/photo-2.png -------------------------------------------------------------------------------- /HTML/blocks/team-2/images/photo-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/team-2/images/photo-3.png -------------------------------------------------------------------------------- /HTML/blocks/team-2/images/photo-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/team-2/images/photo-4.png -------------------------------------------------------------------------------- /HTML/blocks/team-2/images/photo-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/team-2/images/photo-5.png -------------------------------------------------------------------------------- /HTML/blocks/team-2/images/photo-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/team-2/images/photo-6.png -------------------------------------------------------------------------------- /HTML/blocks/team-2/images/photo-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/team-2/images/photo-7.png -------------------------------------------------------------------------------- /HTML/blocks/team-2/images/photo-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/team-2/images/photo-8.png -------------------------------------------------------------------------------- /HTML/blocks/testimonials-5/images/Image-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/testimonials-5/images/Image-1.png -------------------------------------------------------------------------------- /HTML/blocks/testimonials-5/images/Image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/testimonials-5/images/Image-3.png -------------------------------------------------------------------------------- /HTML/blocks/testimonials-5/images/Image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/testimonials-5/images/Image-4.png -------------------------------------------------------------------------------- /HTML/blocks/testimonials-5/images/Image-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/blocks/testimonials-5/images/Image-5.png -------------------------------------------------------------------------------- /HTML/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/css/main.css -------------------------------------------------------------------------------- /HTML/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/index.html -------------------------------------------------------------------------------- /HTML/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/js/main.js -------------------------------------------------------------------------------- /HTML/js/vendors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/HTML/js/vendors.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greatsimple/module-framework-free-template/HEAD/README.md --------------------------------------------------------------------------------