ready for staging
|
@ -1,5 +1,11 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import node from '@astrojs/node';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
})
|
||||
});
|
179
package-lock.json
generated
|
@ -8,6 +8,7 @@
|
|||
"name": "maxcel.it",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.2.1",
|
||||
"astro": "^5.7.12"
|
||||
}
|
||||
},
|
||||
|
@ -52,6 +53,20 @@
|
|||
"vfile": "^6.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/node": {
|
||||
"version": "9.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.2.1.tgz",
|
||||
"integrity": "sha512-kEHLB37ooW91p7FLGalqa3jVQRIafntfKiZgCnjN1lEYw+j8NP6VJHQbLHmzzbtKUI0J+srGiTnGZmaHErHE5w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/internal-helpers": "0.6.1",
|
||||
"send": "^1.1.0",
|
||||
"server-destroy": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^5.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/prism": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.2.0.tgz",
|
||||
|
@ -1958,6 +1973,15 @@
|
|||
"integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/depd": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
||||
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/dequal": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
||||
|
@ -2044,12 +2068,27 @@
|
|||
"node": ">=4"
|
||||
}
|
||||
},
|
||||
"node_modules/ee-first": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
||||
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/emoji-regex": {
|
||||
"version": "10.4.0",
|
||||
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
|
||||
"integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/encodeurl": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
||||
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/entities": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
|
||||
|
@ -2108,6 +2147,12 @@
|
|||
"@esbuild/win32-x64": "0.25.4"
|
||||
}
|
||||
},
|
||||
"node_modules/escape-html": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
||||
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/escape-string-regexp": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
||||
|
@ -2129,6 +2174,15 @@
|
|||
"@types/estree": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/etag": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
||||
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/eventemitter3": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
|
||||
|
@ -2197,6 +2251,15 @@
|
|||
"unicode-trie": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/fresh": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
|
||||
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/fsevents": {
|
||||
"version": "2.3.3",
|
||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
||||
|
@ -2455,6 +2518,22 @@
|
|||
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
|
||||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/http-errors": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
||||
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"depd": "2.0.0",
|
||||
"inherits": "2.0.4",
|
||||
"setprototypeof": "1.2.0",
|
||||
"statuses": "2.0.1",
|
||||
"toidentifier": "1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/import-meta-resolve": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
|
||||
|
@ -2465,6 +2544,12 @@
|
|||
"url": "https://github.com/sponsors/wooorm"
|
||||
}
|
||||
},
|
||||
"node_modules/inherits": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
||||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/iron-webcrypto": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
|
||||
|
@ -3411,6 +3496,27 @@
|
|||
],
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/mime-db": {
|
||||
"version": "1.54.0",
|
||||
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
||||
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/mime-types": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
|
||||
"integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"mime-db": "^1.54.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/mrmime": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
|
||||
|
@ -3524,6 +3630,18 @@
|
|||
"integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/on-finished": {
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
||||
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ee-first": "1.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/oniguruma-parser": {
|
||||
"version": "0.12.1",
|
||||
"resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz",
|
||||
|
@ -3719,6 +3837,15 @@
|
|||
"integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/range-parser": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
||||
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/readdirp": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
|
||||
|
@ -4016,6 +4143,40 @@
|
|||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/send": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
|
||||
"integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.5",
|
||||
"encodeurl": "^2.0.0",
|
||||
"escape-html": "^1.0.3",
|
||||
"etag": "^1.8.1",
|
||||
"fresh": "^2.0.0",
|
||||
"http-errors": "^2.0.0",
|
||||
"mime-types": "^3.0.1",
|
||||
"ms": "^2.1.3",
|
||||
"on-finished": "^2.4.1",
|
||||
"range-parser": "^1.2.1",
|
||||
"statuses": "^2.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
}
|
||||
},
|
||||
"node_modules/server-destroy": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz",
|
||||
"integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/setprototypeof": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
||||
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/sharp": {
|
||||
"version": "0.33.5",
|
||||
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
|
||||
|
@ -4119,6 +4280,15 @@
|
|||
"url": "https://github.com/sponsors/wooorm"
|
||||
}
|
||||
},
|
||||
"node_modules/statuses": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
||||
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/string-width": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
||||
|
@ -4193,6 +4363,15 @@
|
|||
"url": "https://github.com/sponsors/SuperchupuDev"
|
||||
}
|
||||
},
|
||||
"node_modules/toidentifier": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
||||
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/tr46": {
|
||||
"version": "0.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.2.1",
|
||||
"astro": "^5.7.12"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
1043
public/assets/custom/css/custom-responsive.css
Normal file
3434
public/assets/custom/css/custom.css
Normal file
221
public/assets/custom/css/fables-icons.css
Normal file
|
@ -0,0 +1,221 @@
|
|||
@font-face {
|
||||
font-family: 'fables';
|
||||
src: url('../fonts/fables.eot?gq2yr8');
|
||||
src: url('../fonts/fables.eot?gq2yr8#iefix') format('embedded-opentype'),
|
||||
url('../fonts/fables.ttf?gq2yr8') format('truetype'),
|
||||
url('../fonts/fables.woff?gq2yr8') format('woff'),
|
||||
url('../fonts/fables.svg?gq2yr8#fables') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="fables-icon"], [class*=" fables-icon"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'fables' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.fables-iconmenu-icon:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.fables-iconuser-register:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.fables-iconpassword:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.fables-iconuser:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.fables-iconDiagonal-arrow:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.fables-iconsquare-icon:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.fables-iconplay:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.fables-iconscreen:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.fables-iconfile:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.fables-iconhead-set-light:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.fables-iconnews:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.fables-iconcalender:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.fables-iconarrow-light:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.fables-iconbussiness:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.fables-iconbussiness2:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.fables-iconbussiness3:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.fables-iconbussiness4:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.fables-iconarrow-down:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.fables-iconarrow-left:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.fables-iconarrow-next:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.fables-iconarrow-right:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.fables-iconcart:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.fables-iconcart-icon:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.fables-iconcomment:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.fables-iconcommingSoon:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.fables-iconcompare:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.fables-icondata:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.fables-icondevelopment-icon:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.fables-icondown-arrow:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.fables-iconemail:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.fables-iconeye:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.fables-iconfacebook:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.fables-icongears-icon:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.fables-icongoogle-icon:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.fables-icongooglePlus:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.fables-icongrid:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.fables-iconheadset-icon:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.fables-iconheart:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.fables-iconinstagram:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.fables-iconinstagram-icon:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.fables-iconlamp-icon:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.fables-iconlink:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.fables-iconlinkedIn:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.fables-iconlinkedin-icon:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.fables-iconlist:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.fables-iconmap-icon:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.fables-iconmobileApp-icon:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.fables-iconphone:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.fables-iconphone-icon:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.fables-iconpinterest:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.fables-iconprice:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.fables-iconprint:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.fables-iconquote-left-light:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.fables-iconquote-right-light:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.fables-iconrocket-icon:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.fables-iconsearch-icon:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.fables-iconshare:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.fables-iconshare-icon:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.fables-icontags:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.fables-icontags-light:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.fables-icontwitter:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.fables-icontwitter-icon:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.fables-iconvision-icon:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.fables-iconwebDesign-icon:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.fables-iconwhatapp-icon:before {
|
||||
content: "\e92f";
|
||||
}
|
BIN
public/assets/custom/demo/demo1.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
public/assets/custom/demo/demo2.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/assets/custom/demo/demo3.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
public/assets/custom/demo/demo4.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
public/assets/custom/fonts/fables.eot
Normal file
74
public/assets/custom/fonts/fables.svg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
public/assets/custom/fonts/fables.ttf
Normal file
BIN
public/assets/custom/fonts/fables.woff
Normal file
BIN
public/assets/custom/images/Article-Writing.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/custom/images/Article-Writing2.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
public/assets/custom/images/France.png
Normal file
After Width: | Height: | Size: 236 B |
BIN
public/assets/custom/images/IMG_8573-1078.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/assets/custom/images/avatar.jpg
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
public/assets/custom/images/big-overlay.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
public/assets/custom/images/blog-cat1.jpg
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
public/assets/custom/images/blog-cat2.jpg
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
public/assets/custom/images/blog-cat3.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/custom/images/blog-cat4.jpg
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
public/assets/custom/images/blog-cat5.jpg
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
public/assets/custom/images/blog-cat6.jpg
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
public/assets/custom/images/blog-details.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
public/assets/custom/images/blog-detials.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/assets/custom/images/blog-slider1.jpg
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
public/assets/custom/images/blog-slider2.jpg
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
public/assets/custom/images/blog-slider3.jpg
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
public/assets/custom/images/blog-teaser-img1.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
public/assets/custom/images/blog-teaser-img2.jpg
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
public/assets/custom/images/blog-xl-img1.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/custom/images/blog-xl.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/assets/custom/images/brand-4.jpg
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
public/assets/custom/images/business-support.jpg
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
public/assets/custom/images/bussiness.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/custom/images/cat-larg1.jpg
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
public/assets/custom/images/cat-larg2.jpg
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
public/assets/custom/images/cat-larg3.jpg
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
public/assets/custom/images/cat-larg4.jpg
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
public/assets/custom/images/cat-larg5.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/custom/images/cat-larg6.jpg
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
public/assets/custom/images/cat-larg7.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
public/assets/custom/images/cat-larg8.jpg
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
public/assets/custom/images/choose-img.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/assets/custom/images/choose-us-background.jpg
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
public/assets/custom/images/choose-us-index.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/custom/images/conference-room-768441_1920.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
public/assets/custom/images/contact-caption-back.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
public/assets/custom/images/counter-background.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/assets/custom/images/england.png
Normal file
After Width: | Height: | Size: 231 B |
BIN
public/assets/custom/images/fables-logo.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/custom/images/footer-back.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
public/assets/custom/images/gallery-timeline1.jpg
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
public/assets/custom/images/gallery-timeline2.jpg
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
public/assets/custom/images/gallery-timeline3.jpg
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
public/assets/custom/images/gallery-timeline4.jpg
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
public/assets/custom/images/gallery-timeline5.jpg
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
public/assets/custom/images/gallery1.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/custom/images/gallery2-timeline.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/custom/images/gallery2.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/assets/custom/images/gallery3.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/custom/images/gallery4.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/assets/custom/images/header.jpg
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
public/assets/custom/images/history-center.jpg
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
public/assets/custom/images/history-img.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/custom/images/history-img1.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/custom/images/history-img2.jpg
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
public/assets/custom/images/history-img3.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/custom/images/history-slider.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/custom/images/history-video2.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/custom/images/hostory-col-8.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
public/assets/custom/images/hp_innovacion2.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/assets/custom/images/img.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/assets/custom/images/img2.jpg
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
public/assets/custom/images/img3.jpg
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
public/assets/custom/images/index-background.jpg
Normal file
After Width: | Height: | Size: 172 KiB |
BIN
public/assets/custom/images/index-overlay.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/assets/custom/images/index-product1.jpg
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
public/assets/custom/images/index-product2.jpg
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
public/assets/custom/images/index-products-overlay.jpg
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
public/assets/custom/images/index-services-bg.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
public/assets/custom/images/index-testimonial.jpg
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
public/assets/custom/images/index-testimonial1.jpg
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
public/assets/custom/images/index-testimonial2.jpg
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
public/assets/custom/images/index-testimonial3.jpg
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
public/assets/custom/images/index-testimonial4.jpg
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
public/assets/custom/images/index-testimonial5.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/custom/images/index-video.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
public/assets/custom/images/index1.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/custom/images/index2-overlay.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/custom/images/index2.jpg
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
public/assets/custom/images/index3.jpg
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
public/assets/custom/images/lamp.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/custom/images/laptop-1209008.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/assets/custom/images/logo-dark.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/custom/images/magazine-2559842 (1).jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/assets/custom/images/magazine-2559842.jpg
Normal file
After Width: | Height: | Size: 14 KiB |