17 October 2018
28 | 29 |Top tips to speed up your site in a speedy time
30 | 31 |There are many variations of passages Lorem Ipsum available, but majority have ama suffered altratio. the lorem.
32 | Read More 33 |├── .editorconfig
├── .gitignore
├── .jshintrc
├── LICENSE
├── README.md
├── gulpfile.js
├── netlify.toml
├── package.json
├── screenshots
├── about.png
├── contact.png
├── index1.png
├── index2.png
├── index3.png
├── index4.png
├── pricing.png
├── project-details.png
├── projects.png
└── service.png
├── source
├── about.html
├── contact.html
├── images
│ ├── banner-img-5.png
│ ├── banner
│ │ ├── about.jpg
│ │ ├── banner-2.jpg
│ │ ├── banner.jpg
│ │ ├── img2.jpg
│ │ ├── p-1.jpg
│ │ ├── p-4.jpg
│ │ ├── p-6.jpg
│ │ └── service.jpg
│ ├── bg
│ │ ├── 10.jpg
│ │ ├── 6.jpg
│ │ ├── banner_bg.jpg
│ │ └── bg2.png
│ ├── blog-lg.jpg
│ ├── blog
│ │ ├── blog-1.jpg
│ │ ├── blog-2.jpg
│ │ └── blog-3.jpg
│ ├── client
│ │ ├── img-1.jpg
│ │ ├── img-2.jpg
│ │ ├── img-3.jpg
│ │ ├── test-1.jpg
│ │ ├── test-2.jpg
│ │ ├── test-3.jpg
│ │ ├── test-4.jpg
│ │ ├── test-5.jpg
│ │ └── test-6.jpg
│ ├── favicon.png
│ ├── ico
│ │ ├── apple-icon-180x180.png
│ │ ├── browserconfig.xml
│ │ ├── favicon.ico
│ │ └── manifest.json
│ ├── icon
│ │ ├── if_envelope-stats_1291753.svg
│ │ ├── if_glass-stats_1291748.svg
│ │ ├── if_price-tag_1291777.svg
│ │ └── if_target_1291767.svg
│ ├── process
│ │ ├── process-1.jpg
│ │ ├── process-2.jpg
│ │ └── process-3.jpg
│ ├── projects
│ │ ├── 2-min.jpg
│ │ ├── p-1.jpg
│ │ ├── p-2.jpg
│ │ ├── p-3.jpg
│ │ ├── p-4.jpg
│ │ ├── p-5.jpg
│ │ └── p-6.jpg
│ ├── service
│ │ ├── 47.jpg
│ │ ├── 55.jpg
│ │ ├── service-1.jpg
│ │ ├── service-2.jpg
│ │ └── service-3.jpg
│ └── work
│ │ ├── 10.jpg
│ │ ├── 11.jpg
│ │ ├── 12.jpg
│ │ ├── 13.jpg
│ │ ├── 14.jpg
│ │ └── 15.jpg
├── index-2.html
├── index-3.html
├── index-4.html
├── index.html
├── js
│ └── script.js
├── partials
│ ├── blocks
│ │ ├── about-2.htm
│ │ ├── about.htm
│ │ ├── blog-posts.htm
│ │ ├── blog.htm
│ │ ├── call-to-action.htm
│ │ ├── clinets-logo.htm
│ │ ├── contact.htm
│ │ ├── feature.htm
│ │ ├── footer.htm
│ │ ├── instagram-feed.htm
│ │ ├── intro.htm
│ │ ├── nav-2.htm
│ │ ├── nav-3.htm
│ │ ├── nav-4.htm
│ │ ├── navigation.htm
│ │ ├── page-contact.htm
│ │ ├── page-header.htm
│ │ ├── page-pricing.html
│ │ ├── page-project.htm
│ │ ├── page-service.htm
│ │ ├── page-title.htm
│ │ ├── portfolio-2.htm
│ │ ├── portfolio.htm
│ │ ├── post-sidebar.htm
│ │ ├── pricing.htm
│ │ ├── process-2.htm
│ │ ├── process.htm
│ │ ├── rightbar.htm
│ │ ├── service-2.htm
│ │ ├── service.htm
│ │ ├── slider-2.htm
│ │ ├── slider-3.htm
│ │ ├── slider-4.htm
│ │ ├── slider.htm
│ │ └── testimonial.htm
│ ├── footer.htm
│ └── header.htm
├── plugins
│ ├── animate-css
│ │ └── animate.css
│ ├── bootstrap
│ │ ├── bootstrap.min.css
│ │ └── bootstrap.min.js
│ ├── fontawesome
│ │ ├── css
│ │ │ └── all.css
│ │ └── webfonts
│ │ │ ├── fa-brands-400.eot
│ │ │ ├── fa-brands-400.svg
│ │ │ ├── fa-brands-400.ttf
│ │ │ ├── fa-brands-400.woff
│ │ │ ├── fa-brands-400.woff2
│ │ │ ├── fa-regular-400.eot
│ │ │ ├── fa-regular-400.svg
│ │ │ ├── fa-regular-400.ttf
│ │ │ ├── fa-regular-400.woff
│ │ │ ├── fa-regular-400.woff2
│ │ │ ├── fa-solid-900.eot
│ │ │ ├── fa-solid-900.svg
│ │ │ ├── fa-solid-900.ttf
│ │ │ ├── fa-solid-900.woff
│ │ │ └── fa-solid-900.woff2
│ ├── fonts
│ │ ├── Pe-icon-7-stroke.css
│ │ ├── Pe-icon-7-stroke.eot
│ │ ├── Pe-icon-7-stroke.svg
│ │ ├── Pe-icon-7-stroke.ttf
│ │ └── Pe-icon-7-stroke.woff
│ ├── google-map
│ │ ├── gmap.js
│ │ └── images
│ │ │ └── marker.png
│ ├── jquery
│ │ ├── jquery.easing.1.3.js
│ │ └── jquery.min.js
│ ├── slick-carousel
│ │ └── slick
│ │ │ ├── ajax-loader.gif
│ │ │ ├── config.rb
│ │ │ ├── fonts
│ │ │ ├── slick.eot
│ │ │ ├── slick.svg
│ │ │ ├── slick.ttf
│ │ │ └── slick.woff
│ │ │ ├── slick-theme.css
│ │ │ ├── slick-theme.less
│ │ │ ├── slick-theme.scss
│ │ │ ├── slick.css
│ │ │ ├── slick.js
│ │ │ ├── slick.less
│ │ │ ├── slick.min.js
│ │ │ └── slick.scss
│ └── themify
│ │ ├── css
│ │ └── themify-icons.css
│ │ └── fonts
│ │ ├── themify.eot
│ │ ├── themify.svg
│ │ ├── themify.ttf
│ │ └── themify.woff
├── pricing.html
├── project.html
├── scss
│ ├── _color.scss
│ ├── _common.scss
│ ├── _main.scss
│ ├── _media-query.scss
│ ├── _mixins.scss
│ ├── _responsive.scss
│ ├── _typography.scss
│ ├── _variables.scss
│ ├── style.scss
│ └── templates
│ │ ├── _about.scss
│ │ ├── _backgrounds.scss
│ │ ├── _blog.scss
│ │ ├── _contact.scss
│ │ ├── _footer.scss
│ │ ├── _header.scss
│ │ ├── _navigation.scss
│ │ ├── _page-banner.scss
│ │ ├── _portfolio.scss
│ │ ├── _pricing.scss
│ │ ├── _process.scss
│ │ ├── _service.scss
│ │ ├── _slider.scss
│ │ └── _testimonial.scss
├── service.html
└── single-project.html
└── theme
├── about.html
├── contact.html
├── css
├── style.css
└── style.css.map
├── images
├── banner-img-5.png
├── banner
│ ├── about.jpg
│ ├── banner-2.jpg
│ ├── banner.jpg
│ ├── img2.jpg
│ ├── p-1.jpg
│ ├── p-4.jpg
│ ├── p-6.jpg
│ └── service.jpg
├── bg
│ ├── 10.jpg
│ ├── 6.jpg
│ ├── banner_bg.jpg
│ └── bg2.png
├── blog-lg.jpg
├── blog
│ ├── blog-1.jpg
│ ├── blog-2.jpg
│ └── blog-3.jpg
├── client
│ ├── img-1.jpg
│ ├── img-2.jpg
│ ├── img-3.jpg
│ ├── test-1.jpg
│ ├── test-2.jpg
│ ├── test-3.jpg
│ ├── test-4.jpg
│ ├── test-5.jpg
│ └── test-6.jpg
├── favicon.png
├── ico
│ └── apple-icon-180x180.png
├── icon
│ ├── if_envelope-stats_1291753.svg
│ ├── if_glass-stats_1291748.svg
│ ├── if_price-tag_1291777.svg
│ └── if_target_1291767.svg
├── process
│ ├── process-1.jpg
│ ├── process-2.jpg
│ └── process-3.jpg
├── projects
│ ├── 2-min.jpg
│ ├── p-1.jpg
│ ├── p-2.jpg
│ ├── p-3.jpg
│ ├── p-4.jpg
│ ├── p-5.jpg
│ └── p-6.jpg
├── service
│ ├── 47.jpg
│ ├── 55.jpg
│ ├── service-1.jpg
│ ├── service-2.jpg
│ └── service-3.jpg
└── work
│ ├── 10.jpg
│ ├── 11.jpg
│ ├── 12.jpg
│ ├── 13.jpg
│ ├── 14.jpg
│ └── 15.jpg
├── index-2.html
├── index-3.html
├── index-4.html
├── index.html
├── js
└── script.js
├── plugins
├── animate-css
│ └── animate.css
├── bootstrap
│ ├── bootstrap.min.css
│ └── bootstrap.min.js
├── fontawesome
│ ├── css
│ │ └── all.css
│ └── webfonts
│ │ ├── fa-brands-400.eot
│ │ ├── fa-brands-400.svg
│ │ ├── fa-brands-400.ttf
│ │ ├── fa-brands-400.woff
│ │ ├── fa-brands-400.woff2
│ │ ├── fa-regular-400.eot
│ │ ├── fa-regular-400.svg
│ │ ├── fa-regular-400.ttf
│ │ ├── fa-regular-400.woff
│ │ ├── fa-regular-400.woff2
│ │ ├── fa-solid-900.eot
│ │ ├── fa-solid-900.svg
│ │ ├── fa-solid-900.ttf
│ │ ├── fa-solid-900.woff
│ │ └── fa-solid-900.woff2
├── fonts
│ ├── Pe-icon-7-stroke.css
│ ├── Pe-icon-7-stroke.eot
│ ├── Pe-icon-7-stroke.svg
│ ├── Pe-icon-7-stroke.ttf
│ └── Pe-icon-7-stroke.woff
├── google-map
│ ├── gmap.js
│ └── images
│ │ └── marker.png
├── jquery
│ ├── jquery.easing.1.3.js
│ └── jquery.min.js
├── slick-carousel
│ └── slick
│ │ ├── ajax-loader.gif
│ │ ├── config.rb
│ │ ├── fonts
│ │ ├── slick.eot
│ │ ├── slick.svg
│ │ ├── slick.ttf
│ │ └── slick.woff
│ │ ├── slick-theme.css
│ │ ├── slick-theme.less
│ │ ├── slick-theme.scss
│ │ ├── slick.css
│ │ ├── slick.js
│ │ ├── slick.less
│ │ ├── slick.min.js
│ │ └── slick.scss
└── themify
│ ├── css
│ └── themify-icons.css
│ └── fonts
│ ├── themify.eot
│ ├── themify.svg
│ ├── themify.ttf
│ └── themify.woff
├── pricing.html
├── project.html
├── service.html
└── single-project.html
/.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
--------------------------------------------------------------------------------
/.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
--------------------------------------------------------------------------------
/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "maxerr": 50,
3 | "bitwise": true,
4 | "camelcase": false,
5 | "curly": true,
6 | "eqeqeq": true,
7 | "forin": true,
8 | "freeze": true,
9 | "immed": true,
10 | "indent": 4,
11 | "latedef": true,
12 | "newcap": false,
13 | "noarg": true,
14 | "noempty": true,
15 | "nonbsp": true,
16 | "nonew": true,
17 | "plusplus": false,
18 | "quotmark": "single",
19 | "undef": true,
20 | "unused": false,
21 | "strict": true,
22 | "maxparams": false,
23 | "maxdepth": 4,
24 | "maxstatements": false,
25 | "maxcomplexity": false,
26 | "maxlen": 400,
27 | "browser": true,
28 | "devel": true,
29 | "asi": false,
30 | "boss": false,
31 | "debug": false,
32 | "eqnull": false,
33 | "es3": true,
34 | "es5": false,
35 | "esnext": true,
36 | "moz": false,
37 |
38 | "evil": true,
39 | "expr": true,
40 | "funcscope": false,
41 | "globalstrict": false,
42 | "iterator": false,
43 | "lastsemic": false,
44 | "laxbreak": false,
45 | "laxcomma": false,
46 | "loopfunc": true,
47 | "multistr": true,
48 | "noyield": false,
49 | "notypeof": false,
50 | "proto": false,
51 | "scripturl": false,
52 | "shadow": false,
53 | "sub": false,
54 | "supernew": false,
55 | "validthis": false,
56 | "globals": {
57 | "jQuery": false,
58 | "google": false,
59 | "$": false
60 | }
61 | }
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2016 - Present, Themefisher
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/gulpfile.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 |
3 | const sass = require("gulp-sass")(require("sass"));
4 | const gulp = require("gulp");
5 | const sourcemaps = require("gulp-sourcemaps");
6 | const fileinclude = require("gulp-file-include");
7 | const autoprefixer = require("gulp-autoprefixer");
8 | const bs = require("browser-sync").create();
9 | const rimraf = require("rimraf");
10 | const comments = require("gulp-header-comment");
11 |
12 | var path = {
13 | src: {
14 | html: "source/*.html",
15 | others: "source/*.+(php|ico|png)",
16 | htminc: "source/partials/**/*.htm",
17 | incdir: "source/partials/",
18 | plugins: "source/plugins/**/*.*",
19 | js: "source/js/*.js",
20 | scss: "source/scss/**/*.scss",
21 | images: "source/images/**/*.+(png|jpg|gif|svg)",
22 | },
23 | build: {
24 | dirBuild: "theme/",
25 | dirDev: "theme/",
26 | },
27 | };
28 |
29 | // HTML
30 | gulp.task("html:build", function () {
31 | return gulp
32 | .src(path.src.html)
33 | .pipe(
34 | fileinclude({
35 | basepath: path.src.incdir,
36 | })
37 | )
38 | .pipe(
39 | comments(`
40 | WEBSITE: https://themefisher.com
41 | TWITTER: https://twitter.com/themefisher
42 | FACEBOOK: https://www.facebook.com/themefisher
43 | GITHUB: https://github.com/themefisher/
44 | `)
45 | )
46 | .pipe(gulp.dest(path.build.dirDev))
47 | .pipe(
48 | bs.reload({
49 | stream: true,
50 | })
51 | );
52 | });
53 |
54 | // SCSS
55 | gulp.task("scss:build", function () {
56 | return gulp
57 | .src(path.src.scss)
58 | .pipe(sourcemaps.init())
59 | .pipe(
60 | sass({
61 | outputStyle: "expanded",
62 | }).on("error", sass.logError)
63 | )
64 | .pipe(autoprefixer())
65 | .pipe(sourcemaps.write("/"))
66 | .pipe(
67 | comments(`
68 | WEBSITE: https://themefisher.com
69 | TWITTER: https://twitter.com/themefisher
70 | FACEBOOK: https://www.facebook.com/themefisher
71 | GITHUB: https://github.com/themefisher/
72 | `)
73 | )
74 | .pipe(gulp.dest(path.build.dirDev + "css/"))
75 | .pipe(
76 | bs.reload({
77 | stream: true,
78 | })
79 | );
80 | });
81 |
82 | // Javascript
83 | gulp.task("js:build", function () {
84 | return gulp
85 | .src(path.src.js)
86 | .pipe(
87 | comments(`
88 | WEBSITE: https://themefisher.com
89 | TWITTER: https://twitter.com/themefisher
90 | FACEBOOK: https://www.facebook.com/themefisher
91 | GITHUB: https://github.com/themefisher/
92 | `)
93 | )
94 | .pipe(gulp.dest(path.build.dirDev + "js/"))
95 | .pipe(
96 | bs.reload({
97 | stream: true,
98 | })
99 | );
100 | });
101 |
102 | // Images
103 | gulp.task("images:build", function () {
104 | return gulp
105 | .src(path.src.images)
106 | .pipe(gulp.dest(path.build.dirDev + "images/"))
107 | .pipe(
108 | bs.reload({
109 | stream: true,
110 | })
111 | );
112 | });
113 |
114 | // Plugins
115 | gulp.task("plugins:build", function () {
116 | return gulp
117 | .src(path.src.plugins)
118 | .pipe(gulp.dest(path.build.dirDev + "plugins/"))
119 | .pipe(
120 | bs.reload({
121 | stream: true,
122 | })
123 | );
124 | });
125 |
126 | // Other files like favicon, php, sourcele-icon on root directory
127 | gulp.task("others:build", function () {
128 | return gulp.src(path.src.others).pipe(gulp.dest(path.build.dirDev));
129 | });
130 |
131 | // Clean Build Folder
132 | gulp.task("clean", function (cb) {
133 | rimraf("./theme", cb);
134 | });
135 |
136 | // Watch Task
137 | gulp.task("watch:build", function () {
138 | gulp.watch(path.src.html, gulp.series("html:build"));
139 | gulp.watch(path.src.htminc, gulp.series("html:build"));
140 | gulp.watch(path.src.scss, gulp.series("scss:build"));
141 | gulp.watch(path.src.js, gulp.series("js:build"));
142 | gulp.watch(path.src.images, gulp.series("images:build"));
143 | gulp.watch(path.src.plugins, gulp.series("plugins:build"));
144 | });
145 |
146 | // Dev Task
147 | gulp.task(
148 | "default",
149 | gulp.series(
150 | "clean",
151 | "html:build",
152 | "js:build",
153 | "scss:build",
154 | "images:build",
155 | "plugins:build",
156 | "others:build",
157 | gulp.parallel("watch:build", function () {
158 | bs.init({
159 | server: {
160 | baseDir: path.build.dirDev,
161 | },
162 | });
163 | })
164 | )
165 | );
166 |
167 | // Build Task
168 | gulp.task(
169 | "build",
170 | gulp.series(
171 | "html:build",
172 | "js:build",
173 | "scss:build",
174 | "images:build",
175 | "plugins:build"
176 | )
177 | );
178 |
--------------------------------------------------------------------------------
/netlify.toml:
--------------------------------------------------------------------------------
1 | [build]
2 | publish = "theme"
3 | command = "npm run build"
4 |
5 | [[headers]]
6 | for = "/*" # This defines which paths this specific [[headers]] block will cover.
7 |
8 | [headers.values]
9 | X-Frame-Options = "DENY"
10 | X-XSS-Protection = "1; mode=block"
11 | Referrer-Policy = "same-origin"
12 | Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
13 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "rappo",
3 | "version": "1.0.0",
4 | "description": "rappo free corporate website template",
5 | "author": "Themefisher",
6 | "license": "MIT",
7 | "scripts": {
8 | "dev": "gulp",
9 | "build": "gulp build"
10 | },
11 | "dependencies": {
12 | "browser-sync": "^2.27.10",
13 | "gulp": "^4.0.2",
14 | "gulp-autoprefixer": "^8.0.0",
15 | "gulp-file-include": "^2.3.0",
16 | "gulp-rimraf": "^1.0.0",
17 | "gulp-sass": "^5.1.0",
18 | "gulp-sourcemaps": "^3.0.0",
19 | "gulp-header-comment": "^0.10.0",
20 | "sass": "^1.52.3"
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/screenshots/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/about.png
--------------------------------------------------------------------------------
/screenshots/contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/contact.png
--------------------------------------------------------------------------------
/screenshots/index1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/index1.png
--------------------------------------------------------------------------------
/screenshots/index2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/index2.png
--------------------------------------------------------------------------------
/screenshots/index3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/index3.png
--------------------------------------------------------------------------------
/screenshots/index4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/index4.png
--------------------------------------------------------------------------------
/screenshots/pricing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/pricing.png
--------------------------------------------------------------------------------
/screenshots/project-details.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/project-details.png
--------------------------------------------------------------------------------
/screenshots/projects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/projects.png
--------------------------------------------------------------------------------
/screenshots/service.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/screenshots/service.png
--------------------------------------------------------------------------------
/source/about.html:
--------------------------------------------------------------------------------
1 | @@include('header.htm')
2 | @@include('blocks/nav-3.htm')
3 | @@include('blocks/page-header.htm', {
4 | "title": "Creative It agency",
5 | "description": "We'd love to talk about how we can help you."
6 | })
7 |
8 |
9 | @@include('blocks/process.htm')
10 |
11 | @@include('blocks/portfolio.htm')
12 |
13 |
14 | @@include('blocks/testimonial.htm')
15 | @@include('blocks/blog.htm')
16 |
17 | @@include('blocks/footer.htm')
18 |
19 | @@include('footer.htm')
20 |
--------------------------------------------------------------------------------
/source/contact.html:
--------------------------------------------------------------------------------
1 | @@include('header.htm')
2 | @@include('blocks/nav-3.htm')
3 | @@include('blocks/page-contact.htm', {
4 | "title": "Got a question?",
5 | "description": "We'd love to talk about how we can help you."
6 | })
7 |
8 | @@include('blocks/contact.htm')
9 | @@include('blocks/footer.htm')
10 |
11 | @@include('footer.htm')
12 |
--------------------------------------------------------------------------------
/source/images/banner-img-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner-img-5.png
--------------------------------------------------------------------------------
/source/images/banner/about.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner/about.jpg
--------------------------------------------------------------------------------
/source/images/banner/banner-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner/banner-2.jpg
--------------------------------------------------------------------------------
/source/images/banner/banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner/banner.jpg
--------------------------------------------------------------------------------
/source/images/banner/img2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner/img2.jpg
--------------------------------------------------------------------------------
/source/images/banner/p-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner/p-1.jpg
--------------------------------------------------------------------------------
/source/images/banner/p-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner/p-4.jpg
--------------------------------------------------------------------------------
/source/images/banner/p-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner/p-6.jpg
--------------------------------------------------------------------------------
/source/images/banner/service.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/banner/service.jpg
--------------------------------------------------------------------------------
/source/images/bg/10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/bg/10.jpg
--------------------------------------------------------------------------------
/source/images/bg/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/bg/6.jpg
--------------------------------------------------------------------------------
/source/images/bg/banner_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/bg/banner_bg.jpg
--------------------------------------------------------------------------------
/source/images/bg/bg2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/bg/bg2.png
--------------------------------------------------------------------------------
/source/images/blog-lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/blog-lg.jpg
--------------------------------------------------------------------------------
/source/images/blog/blog-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/blog/blog-1.jpg
--------------------------------------------------------------------------------
/source/images/blog/blog-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/blog/blog-2.jpg
--------------------------------------------------------------------------------
/source/images/blog/blog-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/blog/blog-3.jpg
--------------------------------------------------------------------------------
/source/images/client/img-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/img-1.jpg
--------------------------------------------------------------------------------
/source/images/client/img-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/img-2.jpg
--------------------------------------------------------------------------------
/source/images/client/img-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/img-3.jpg
--------------------------------------------------------------------------------
/source/images/client/test-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/test-1.jpg
--------------------------------------------------------------------------------
/source/images/client/test-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/test-2.jpg
--------------------------------------------------------------------------------
/source/images/client/test-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/test-3.jpg
--------------------------------------------------------------------------------
/source/images/client/test-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/test-4.jpg
--------------------------------------------------------------------------------
/source/images/client/test-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/test-5.jpg
--------------------------------------------------------------------------------
/source/images/client/test-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/client/test-6.jpg
--------------------------------------------------------------------------------
/source/images/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/favicon.png
--------------------------------------------------------------------------------
/source/images/ico/apple-icon-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themefisher/rappo-bootstrap/d6a08092875a234fbd9755fb38b020d72d96e9e8/source/images/ico/apple-icon-180x180.png
--------------------------------------------------------------------------------
/source/images/ico/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 | Our team are experts in matching you with the right provider. We've been awarded for our high rate of customer satisfaction. We only compare market leaders with a reputation for service quality. We only compare market leaders with a reputation for service quality. Our team are experts in matching you with the right provider. We've been awarded for our high rate of customer satisfaction. We only compare market leaders with a reputation for service quality. We only compare market leaders with a reputation for service quality.
13 | Our duty towards you is to share our experience we're reaching in our work path with you.
14 | There are many variations of passages Lorem Ipsum available, but majority have ama suffered altratio. the lorem. There are many variations of passages Lorem Ipsum available, but majority have ama suffered altratio. the lorem. There are many variations of passages Lorem Ipsum available, but majority have ama suffered altratio. the lorem.
7 |
The right advice
17 | Recognised for excellence
27 | Compare the best
37 | Premium Services
47 | The right advice
10 | Recognised for excellence
20 | Compare the best
30 | Premium Services
40 |
8 | Read our latest news
9 |
10 |
11 |
12 |
24 |
17 October 2018
28 |
29 | Top tips to speed up your site in a speedy time
30 |
31 |
42 |
17 October 2018
46 |
47 | Brand your site value with marketing strategies
48 |
49 |
50 |
61 |
17 October 2018
65 |
66 | Website Optimization is very essential for site speed
67 |
68 |
10 |
13 |
16 |
19 |
22 |
25 |
28 |
31 |
34 |
37 |
40 |
43 |
@@description
8 |We are providing best service since 1990 to present , committed to best service delivery.Nullam metus enim, placerat in lacus vel, porttitor egestas libero. Etiam ex risus, feugiat eget accumsan eu, sagittis eu urna. In eget ultrices metus. Nunc accumsan
12 |Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate eligendi consequuntur veniam quod
26 |Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate eligendi consequuntur veniam quod
35 |Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cupiditate eligendi consequuntur veniam quod
44 |Explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and we will give you a complete account of the system.
60 |14 | Rappo can be used to create anything from a small marketing page to a sophisticated website. 15 |
16 |13 | Rappo can be used to create anything from a small marketing page to a sophisticated website. 14 |
15 |Nihil facere delectus eaque aut possimus nobis laudantium reprehenderit.
26 |Nihil facere delectus eaque aut possimus nobis laudantium reprehenderit.
34 |Nihil facere delectus eaque aut possimus nobis laudantium reprehenderit.
42 |13 | Rappo can be used to create anything from a small marketing page to a sophisticated website. 14 |
15 | 16 |Nihil facere delectus eaque aut possimus nobis laudantium reprehenderit.
27 |Nihil facere delectus eaque aut possimus nobis laudantium reprehenderit.
35 |Nihil facere delectus eaque aut possimus nobis laudantium reprehenderit.
43 |Our team are experts in matching you with the right provider.
20 |Our team are experts in matching you with the right provider.
32 |Our team are experts in matching you with the right provider.
44 |Our team are experts in matching you with the right provider.
56 |Our team are experts in matching you with the right provider.
68 |Our team are experts in matching you with the right provider.
80 |Want to know more about this? Contact us
88 |13 | Rappo can be used to create anything from a small marketing page to a sophisticated website. 14 |
15 |Afraid we praise lively he suffer family estate is. Ample order up in of in ready. Timed blind had .
25 |Afraid we praise lively he suffer family estate is. Ample order up in of in ready. Timed blind had .
32 |Afraid we praise lively he suffer family estate is. Ample order up in of in ready. Timed blind had .
39 |Afraid we praise lively he suffer family estate is. Ample order up in of in ready. Timed blind had .
47 |Afraid we praise lively he suffer family estate is. Ample order up in of in ready. Timed blind had .
54 |Afraid we praise lively he suffer family estate is. Ample order up in of in ready. Timed blind had .
61 |