pushing all files

This commit is contained in:
2025-08-30 11:03:32 +03:00
parent fd2dcf0daa
commit 81b875023b
510 changed files with 81710 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# dependencies
node_modules
# next.js build output
.next
out
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.local
.env.*.local
# lock files
package-lock.json
pnpm-lock.yaml
yarn.lock
# misc
.DS_Store

17
jsconfig.json Normal file
View File

@ -0,0 +1,17 @@
// {
// "compilerOptions": {
// "paths": {
// "@/*": ["./*"]
// }
// }
// }
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}

5
next-env.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

4
next.config.mjs Normal file
View File

@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "conbix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^5.3.3",
"next": "14.1.4",
"react": "^18",
"react-countup": "^6.5.2",
"react-dom": "^18",
"react-icons": "^5.5.0",
"react-modal-video": "^2.0.1",
"react-scroll-trigger": "^0.6.14",
"react-skillbars": "^2.2.0",
"swiper": "^11.0.7"
},
"devDependencies": {
"@types/node": "24.3.0",
"typescript": "5.9.2"
}
}

1
public/assets/css/animate.css vendored Normal file

File diff suppressed because one or more lines are too long

6
public/assets/css/fontawesome.css vendored Normal file

File diff suppressed because one or more lines are too long

8
public/assets/css/meanmenu.min.css vendored Normal file
View File

@ -0,0 +1,8 @@
/*! #######################################################################
MeanMenu 2.0.7
--------
To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:0px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important}

View File

@ -0,0 +1,402 @@
@font-face {
font-family: "flaticon_conbix";
src: url("./flaticon_conbix.ttf?0297d7abbbc8bda99826a331dd3139fa") format("truetype"), url("./flaticon_conbix.woff?0297d7abbbc8bda99826a331dd3139fa") format("woff"), url("./flaticon_conbix.woff2?0297d7abbbc8bda99826a331dd3139fa") format("woff2"), url("./flaticon_conbix.eot?0297d7abbbc8bda99826a331dd3139fa#iefix") format("embedded-opentype"), url("./flaticon_conbix.svg?0297d7abbbc8bda99826a331dd3139fa#flaticon_conbix") format("svg");
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
font-family: flaticon_conbix !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-technology:before {
content: "\f101";
}
.flaticon-costumer:before {
content: "\f102";
}
.flaticon-freight:before {
content: "\f103";
}
.flaticon-consultant-services:before {
content: "\f104";
}
.flaticon-creative-process:before {
content: "\f105";
}
.flaticon-data-science:before {
content: "\f106";
}
.flaticon-machine-learning:before {
content: "\f107";
}
.flaticon-check-mark:before {
content: "\f108";
}
.flaticon-ab-testing:before {
content: "\f109";
}
.flaticon-download-pdf:before {
content: "\f10a";
}
.flaticon-social-media-marketing:before {
content: "\f10b";
}
.flaticon-right-up:before {
content: "\f10c";
}
.flaticon-solution:before {
content: "\f10d";
}
.flaticon-building:before {
content: "\f10e";
}
.flaticon-technical-support:before {
content: "\f10f";
}
.flaticon-financial-profit:before {
content: "\f110";
}
.flaticon-seo:before {
content: "\f111";
}
.flaticon-online-advertising:before {
content: "\f112";
}
.flaticon-question-mark:before {
content: "\f113";
}
.flaticon-prototype:before {
content: "\f114";
}
.flaticon-house:before {
content: "\f115";
}
.flaticon-apartment:before {
content: "\f116";
}
.flaticon-seo-1:before {
content: "\f117";
}
.flaticon-system:before {
content: "\f118";
}
.flaticon-completed-task:before {
content: "\f119";
}
.flaticon-project:before {
content: "\f11a";
}
.flaticon-information-technology:before {
content: "\f11b";
}
.flaticon-hand-saw:before {
content: "\f11c";
}
.flaticon-down-right-arrow:before {
content: "\f11d";
}
.flaticon-hand:before {
content: "\f11e";
}
.flaticon-barn:before {
content: "\f11f";
}
.flaticon-it-support:before {
content: "\f120";
}
.flaticon-service:before {
content: "\f121";
}
.flaticon-social-media-marketing-1:before {
content: "\f122";
}
.flaticon-repairing:before {
content: "\f123";
}
.flaticon-infrastructure:before {
content: "\f124";
}
.flaticon-professional-services:before {
content: "\f125";
}
.flaticon-slash:before {
content: "\f126";
}
.flaticon-strong-wind:before {
content: "\f127";
}
.flaticon-phone-call:before {
content: "\f128";
}
.flaticon-it-department:before {
content: "\f129";
}
.flaticon-writing:before {
content: "\f12a";
}
.flaticon-growth-chart:before {
content: "\f12b";
}
.flaticon-ux-design:before {
content: "\f12c";
}
.flaticon-secure-data:before {
content: "\f12d";
}
.flaticon-creative-thinking:before {
content: "\f12e";
}
.flaticon-slash-1:before {
content: "\f12f";
}
.flaticon-ui-design:before {
content: "\f130";
}
.flaticon-save-money:before {
content: "\f131";
}
.flaticon-digital-marketing:before {
content: "\f132";
}
.flaticon-carpentry:before {
content: "\f133";
}
.flaticon-solution-1:before {
content: "\f134";
}
.flaticon-computer:before {
content: "\f135";
}
.flaticon-property:before {
content: "\f136";
}
.flaticon-project-management:before {
content: "\f137";
}
.flaticon-team:before {
content: "\f138";
}
.flaticon-trophy:before {
content: "\f139";
}
.flaticon-computer-1:before {
content: "\f13a";
}
.flaticon-notes:before {
content: "\f13b";
}
.flaticon-support:before {
content: "\f13c";
}
.flaticon-location:before {
content: "\f13d";
}
.flaticon-menu:before {
content: "\f13e";
}
.flaticon-tick:before {
content: "\f13f";
}
.flaticon-analysis:before {
content: "\f140";
}
.flaticon-human-resources:before {
content: "\f141";
}
.flaticon-money-bag:before {
content: "\f142";
}
.flaticon-check:before {
content: "\f143";
}
.flaticon-software-development:before {
content: "\f144";
}
.flaticon-right:before {
content: "\f145";
}
.flaticon-consultant:before {
content: "\f146";
}
.flaticon-technical-support-1:before {
content: "\f147";
}
.flaticon-corporate:before {
content: "\f148";
}
.flaticon-coding:before {
content: "\f149";
}
.flaticon-dots-menu:before {
content: "\f14a";
}
.flaticon-city:before {
content: "\f14b";
}
.flaticon-statistics:before {
content: "\f14c";
}
.flaticon-data:before {
content: "\f14d";
}
.flaticon-customer-service:before {
content: "\f14e";
}
.flaticon-customer-review:before {
content: "\f14f";
}
.flaticon-conversation:before {
content: "\f150";
}
.flaticon-software:before {
content: "\f151";
}
.flaticon-next:before {
content: "\f152";
}
.flaticon-resource:before {
content: "\f153";
}
.flaticon-email:before {
content: "\f154";
}
.flaticon-link:before {
content: "\f155";
}
.flaticon-management:before {
content: "\f156";
}
.flaticon-brand:before {
content: "\f157";
}
.flaticon-server:before {
content: "\f158";
}
.flaticon-truck:before {
content: "\f159";
}
.flaticon-right-arrows:before {
content: "\f15a";
}
.flaticon-app-development:before {
content: "\f15b";
}
.flaticon-creative:before {
content: "\f15c";
}
.flaticon-analysis-1:before {
content: "\f15d";
}
.flaticon-design-thinking:before {
content: "\f15e";
}
.flaticon-sea:before {
content: "\f15f";
}
.flaticon-vector:before {
content: "\f160";
}
.flaticon-monitor:before {
content: "\f161";
}/*# sourceMappingURL=flaticon_conbix.css.map */

View File

@ -0,0 +1 @@
{"version":3,"sources":["flaticon_conbix.scss","flaticon_conbix.css"],"names":[],"mappings":"AAEA;EACI,8BAHmB;EAInB,mbAAA;ACDJ;ADQA;EACI,uCAAA;EACA,kBAAA;EACA,8BAAA;EACA,oBAAA;EACA,oBAAA;EACA,cAAA;EACA,mCAAA;EACA,kCAAA;ACNJ;;AD6GA;EACI,gBAAA;AC1GJ;;AD4GA;EACI,gBAAA;ACzGJ;;AD2GA;EACI,gBAAA;ACxGJ;;AD0GA;EACI,gBAAA;ACvGJ;;ADyGA;EACI,gBAAA;ACtGJ;;ADwGA;EACI,gBAAA;ACrGJ;;ADuGA;EACI,gBAAA;ACpGJ;;ADsGA;EACI,gBAAA;ACnGJ;;ADqGA;EACI,gBAAA;AClGJ;;ADoGA;EACI,gBAAA;ACjGJ;;ADmGA;EACI,gBAAA;AChGJ;;ADkGA;EACI,gBAAA;AC/FJ;;ADiGA;EACI,gBAAA;AC9FJ;;ADgGA;EACI,gBAAA;AC7FJ;;AD+FA;EACI,gBAAA;AC5FJ;;AD8FA;EACI,gBAAA;AC3FJ;;AD6FA;EACI,gBAAA;AC1FJ;;AD4FA;EACI,gBAAA;ACzFJ;;AD2FA;EACI,gBAAA;ACxFJ;;AD0FA;EACI,gBAAA;ACvFJ;;ADyFA;EACI,gBAAA;ACtFJ;;ADwFA;EACI,gBAAA;ACrFJ;;ADuFA;EACI,gBAAA;ACpFJ;;ADsFA;EACI,gBAAA;ACnFJ;;ADqFA;EACI,gBAAA;AClFJ;;ADoFA;EACI,gBAAA;ACjFJ;;ADmFA;EACI,gBAAA;AChFJ;;ADkFA;EACI,gBAAA;AC/EJ;;ADiFA;EACI,gBAAA;AC9EJ;;ADgFA;EACI,gBAAA;AC7EJ;;AD+EA;EACI,gBAAA;AC5EJ;;AD8EA;EACI,gBAAA;AC3EJ;;AD6EA;EACI,gBAAA;AC1EJ;;AD4EA;EACI,gBAAA;ACzEJ;;AD2EA;EACI,gBAAA;ACxEJ;;AD0EA;EACI,gBAAA;ACvEJ;;ADyEA;EACI,gBAAA;ACtEJ;;ADwEA;EACI,gBAAA;ACrEJ;;ADuEA;EACI,gBAAA;ACpEJ;;ADsEA;EACI,gBAAA;ACnEJ;;ADqEA;EACI,gBAAA;AClEJ;;ADoEA;EACI,gBAAA;ACjEJ;;ADmEA;EACI,gBAAA;AChEJ;;ADkEA;EACI,gBAAA;AC/DJ;;ADiEA;EACI,gBAAA;AC9DJ;;ADgEA;EACI,gBAAA;AC7DJ;;AD+DA;EACI,gBAAA;AC5DJ;;AD8DA;EACI,gBAAA;AC3DJ;;AD6DA;EACI,gBAAA;AC1DJ;;AD4DA;EACI,gBAAA;ACzDJ;;AD2DA;EACI,gBAAA;ACxDJ;;AD0DA;EACI,gBAAA;ACvDJ;;ADyDA;EACI,gBAAA;ACtDJ;;ADwDA;EACI,gBAAA;ACrDJ;;ADuDA;EACI,gBAAA;ACpDJ;;ADsDA;EACI,gBAAA;ACnDJ;;ADqDA;EACI,gBAAA;AClDJ;;ADoDA;EACI,gBAAA;ACjDJ;;ADmDA;EACI,gBAAA;AChDJ;;ADkDA;EACI,gBAAA;AC/CJ;;ADiDA;EACI,gBAAA;AC9CJ;;ADgDA;EACI,gBAAA;AC7CJ;;AD+CA;EACI,gBAAA;AC5CJ;;AD8CA;EACI,gBAAA;AC3CJ;;AD6CA;EACI,gBAAA;AC1CJ;;AD4CA;EACI,gBAAA;ACzCJ;;AD2CA;EACI,gBAAA;ACxCJ;;AD0CA;EACI,gBAAA;ACvCJ;;ADyCA;EACI,gBAAA;ACtCJ;;ADwCA;EACI,gBAAA;ACrCJ;;ADuCA;EACI,gBAAA;ACpCJ;;ADsCA;EACI,gBAAA;ACnCJ;;ADqCA;EACI,gBAAA;AClCJ;;ADoCA;EACI,gBAAA;ACjCJ;;ADmCA;EACI,gBAAA;AChCJ;;ADkCA;EACI,gBAAA;AC/BJ;;ADiCA;EACI,gBAAA;AC9BJ;;ADgCA;EACI,gBAAA;AC7BJ;;AD+BA;EACI,gBAAA;AC5BJ;;AD8BA;EACI,gBAAA;AC3BJ;;AD6BA;EACI,gBAAA;AC1BJ;;AD4BA;EACI,gBAAA;ACzBJ;;AD2BA;EACI,gBAAA;ACxBJ;;AD0BA;EACI,gBAAA;ACvBJ;;ADyBA;EACI,gBAAA;ACtBJ;;ADwBA;EACI,gBAAA;ACrBJ;;ADuBA;EACI,gBAAA;ACpBJ;;ADsBA;EACI,gBAAA;ACnBJ;;ADqBA;EACI,gBAAA;AClBJ;;ADoBA;EACI,gBAAA;ACjBJ;;ADmBA;EACI,gBAAA;AChBJ;;ADkBA;EACI,gBAAA;ACfJ;;ADiBA;EACI,gBAAA;ACdJ;;ADgBA;EACI,gBAAA;ACbJ;;ADeA;EACI,gBAAA;ACZJ;;ADcA;EACI,gBAAA;ACXJ;;ADaA;EACI,gBAAA;ACVJ","file":"flaticon_conbix.css"}

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{"version":3,"sources":["flaticon_mycollection.scss","flaticon_mycollection.css"],"names":[],"mappings":"AAEA;EACI,8BAHmB;EAInB,mbAAA;ACDJ;ADQA;EACI,uCAAA;EACA,kBAAA;EACA,8BAAA;EACA,oBAAA;EACA,oBAAA;EACA,cAAA;EACA,mCAAA;EACA,kCAAA;ACNJ;;AD6GA;EACI,gBAAA;AC1GJ;;AD4GA;EACI,gBAAA;ACzGJ;;AD2GA;EACI,gBAAA;ACxGJ;;AD0GA;EACI,gBAAA;ACvGJ;;ADyGA;EACI,gBAAA;ACtGJ;;ADwGA;EACI,gBAAA;ACrGJ;;ADuGA;EACI,gBAAA;ACpGJ;;ADsGA;EACI,gBAAA;ACnGJ;;ADqGA;EACI,gBAAA;AClGJ;;ADoGA;EACI,gBAAA;ACjGJ;;ADmGA;EACI,gBAAA;AChGJ;;ADkGA;EACI,gBAAA;AC/FJ;;ADiGA;EACI,gBAAA;AC9FJ;;ADgGA;EACI,gBAAA;AC7FJ;;AD+FA;EACI,gBAAA;AC5FJ;;AD8FA;EACI,gBAAA;AC3FJ;;AD6FA;EACI,gBAAA;AC1FJ;;AD4FA;EACI,gBAAA;ACzFJ;;AD2FA;EACI,gBAAA;ACxFJ;;AD0FA;EACI,gBAAA;ACvFJ;;ADyFA;EACI,gBAAA;ACtFJ;;ADwFA;EACI,gBAAA;ACrFJ;;ADuFA;EACI,gBAAA;ACpFJ;;ADsFA;EACI,gBAAA;ACnFJ;;ADqFA;EACI,gBAAA;AClFJ;;ADoFA;EACI,gBAAA;ACjFJ;;ADmFA;EACI,gBAAA;AChFJ;;ADkFA;EACI,gBAAA;AC/EJ;;ADiFA;EACI,gBAAA;AC9EJ;;ADgFA;EACI,gBAAA;AC7EJ;;AD+EA;EACI,gBAAA;AC5EJ;;AD8EA;EACI,gBAAA;AC3EJ;;AD6EA;EACI,gBAAA;AC1EJ;;AD4EA;EACI,gBAAA;ACzEJ;;AD2EA;EACI,gBAAA;ACxEJ;;AD0EA;EACI,gBAAA;ACvEJ;;ADyEA;EACI,gBAAA;ACtEJ;;ADwEA;EACI,gBAAA;ACrEJ;;ADuEA;EACI,gBAAA;ACpEJ;;ADsEA;EACI,gBAAA;ACnEJ;;ADqEA;EACI,gBAAA;AClEJ;;ADoEA;EACI,gBAAA;ACjEJ;;ADmEA;EACI,gBAAA;AChEJ;;ADkEA;EACI,gBAAA;AC/DJ;;ADiEA;EACI,gBAAA;AC9DJ;;ADgEA;EACI,gBAAA;AC7DJ;;AD+DA;EACI,gBAAA;AC5DJ;;AD8DA;EACI,gBAAA;AC3DJ;;AD6DA;EACI,gBAAA;AC1DJ;;AD4DA;EACI,gBAAA;ACzDJ;;AD2DA;EACI,gBAAA;ACxDJ;;AD0DA;EACI,gBAAA;ACvDJ;;ADyDA;EACI,gBAAA;ACtDJ;;ADwDA;EACI,gBAAA;ACrDJ;;ADuDA;EACI,gBAAA;ACpDJ;;ADsDA;EACI,gBAAA;ACnDJ;;ADqDA;EACI,gBAAA;AClDJ;;ADoDA;EACI,gBAAA;ACjDJ;;ADmDA;EACI,gBAAA;AChDJ;;ADkDA;EACI,gBAAA;AC/CJ;;ADiDA;EACI,gBAAA;AC9CJ;;ADgDA;EACI,gBAAA;AC7CJ;;AD+CA;EACI,gBAAA;AC5CJ;;AD8CA;EACI,gBAAA;AC3CJ;;AD6CA;EACI,gBAAA;AC1CJ;;AD4CA;EACI,gBAAA;ACzCJ;;AD2CA;EACI,gBAAA;ACxCJ;;AD0CA;EACI,gBAAA;ACvCJ;;ADyCA;EACI,gBAAA;ACtCJ;;ADwCA;EACI,gBAAA;ACrCJ;;ADuCA;EACI,gBAAA;ACpCJ;;ADsCA;EACI,gBAAA;ACnCJ;;ADqCA;EACI,gBAAA;AClCJ;;ADoCA;EACI,gBAAA;ACjCJ;;ADmCA;EACI,gBAAA;AChCJ;;ADkCA;EACI,gBAAA;AC/BJ;;ADiCA;EACI,gBAAA;AC9BJ;;ADgCA;EACI,gBAAA;AC7BJ;;AD+BA;EACI,gBAAA;AC5BJ;;AD8BA;EACI,gBAAA;AC3BJ;;AD6BA;EACI,gBAAA;AC1BJ;;AD4BA;EACI,gBAAA;ACzBJ;;AD2BA;EACI,gBAAA;ACxBJ;;AD0BA;EACI,gBAAA;ACvBJ;;ADyBA;EACI,gBAAA;ACtBJ;;ADwBA;EACI,gBAAA;ACrBJ;;ADuBA;EACI,gBAAA;ACpBJ;;ADsBA;EACI,gBAAA;ACnBJ;;ADqBA;EACI,gBAAA;AClBJ;;ADoBA;EACI,gBAAA;ACjBJ;;ADmBA;EACI,gBAAA;AChBJ;;ADkBA;EACI,gBAAA;ACfJ;;ADiBA;EACI,gBAAA;ACdJ;;ADgBA;EACI,gBAAA;ACbJ;;ADeA;EACI,gBAAA;ACZJ;;ADcA;EACI,gBAAA;ACXJ;;ADaA;EACI,gBAAA;ACVJ","file":"flaticon_mycollection.css"}

View File

@ -0,0 +1,413 @@
$flaticon_conbix-font: "flaticon_conbix";
@font-face {
font-family: $flaticon_conbix-font;
src: url("./flaticon_conbix.ttf?0297d7abbbc8bda99826a331dd3139fa") format("truetype"),
url("./flaticon_conbix.woff?0297d7abbbc8bda99826a331dd3139fa") format("woff"),
url("./flaticon_conbix.woff2?0297d7abbbc8bda99826a331dd3139fa") format("woff2"),
url("./flaticon_conbix.eot?0297d7abbbc8bda99826a331dd3139fa#iefix") format("embedded-opentype"),
url("./flaticon_conbix.svg?0297d7abbbc8bda99826a331dd3139fa#flaticon_conbix") format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
font-family: flaticon_conbix !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
$flaticon_conbix-map: (
"technology": "\f101",
"costumer": "\f102",
"freight": "\f103",
"consultant-services": "\f104",
"creative-process": "\f105",
"data-science": "\f106",
"machine-learning": "\f107",
"check-mark": "\f108",
"ab-testing": "\f109",
"download-pdf": "\f10a",
"social-media-marketing": "\f10b",
"right-up": "\f10c",
"solution": "\f10d",
"building": "\f10e",
"technical-support": "\f10f",
"financial-profit": "\f110",
"seo": "\f111",
"online-advertising": "\f112",
"question-mark": "\f113",
"prototype": "\f114",
"house": "\f115",
"apartment": "\f116",
"seo-1": "\f117",
"system": "\f118",
"completed-task": "\f119",
"project": "\f11a",
"information-technology": "\f11b",
"hand-saw": "\f11c",
"down-right-arrow": "\f11d",
"hand": "\f11e",
"barn": "\f11f",
"it-support": "\f120",
"service": "\f121",
"social-media-marketing-1": "\f122",
"repairing": "\f123",
"infrastructure": "\f124",
"professional-services": "\f125",
"slash": "\f126",
"strong-wind": "\f127",
"phone-call": "\f128",
"it-department": "\f129",
"writing": "\f12a",
"growth-chart": "\f12b",
"ux-design": "\f12c",
"secure-data": "\f12d",
"creative-thinking": "\f12e",
"slash-1": "\f12f",
"ui-design": "\f130",
"save-money": "\f131",
"digital-marketing": "\f132",
"carpentry": "\f133",
"solution-1": "\f134",
"computer": "\f135",
"property": "\f136",
"project-management": "\f137",
"team": "\f138",
"trophy": "\f139",
"computer-1": "\f13a",
"notes": "\f13b",
"support": "\f13c",
"location": "\f13d",
"menu": "\f13e",
"tick": "\f13f",
"analysis": "\f140",
"human-resources": "\f141",
"money-bag": "\f142",
"check": "\f143",
"software-development": "\f144",
"right": "\f145",
"consultant": "\f146",
"technical-support-1": "\f147",
"corporate": "\f148",
"coding": "\f149",
"dots-menu": "\f14a",
"city": "\f14b",
"statistics": "\f14c",
"data": "\f14d",
"customer-service": "\f14e",
"customer-review": "\f14f",
"conversation": "\f150",
"software": "\f151",
"next": "\f152",
"resource": "\f153",
"email": "\f154",
"link": "\f155",
"management": "\f156",
"brand": "\f157",
"server": "\f158",
"truck": "\f159",
"right-arrows": "\f15a",
"app-development": "\f15b",
"creative": "\f15c",
"analysis-1": "\f15d",
"design-thinking": "\f15e",
"sea": "\f15f",
"vector": "\f160",
"monitor": "\f161",
);
.flaticon-technology:before {
content: map-get($flaticon_conbix-map, "technology");
}
.flaticon-costumer:before {
content: map-get($flaticon_conbix-map, "costumer");
}
.flaticon-freight:before {
content: map-get($flaticon_conbix-map, "freight");
}
.flaticon-consultant-services:before {
content: map-get($flaticon_conbix-map, "consultant-services");
}
.flaticon-creative-process:before {
content: map-get($flaticon_conbix-map, "creative-process");
}
.flaticon-data-science:before {
content: map-get($flaticon_conbix-map, "data-science");
}
.flaticon-machine-learning:before {
content: map-get($flaticon_conbix-map, "machine-learning");
}
.flaticon-check-mark:before {
content: map-get($flaticon_conbix-map, "check-mark");
}
.flaticon-ab-testing:before {
content: map-get($flaticon_conbix-map, "ab-testing");
}
.flaticon-download-pdf:before {
content: map-get($flaticon_conbix-map, "download-pdf");
}
.flaticon-social-media-marketing:before {
content: map-get($flaticon_conbix-map, "social-media-marketing");
}
.flaticon-right-up:before {
content: map-get($flaticon_conbix-map, "right-up");
}
.flaticon-solution:before {
content: map-get($flaticon_conbix-map, "solution");
}
.flaticon-building:before {
content: map-get($flaticon_conbix-map, "building");
}
.flaticon-technical-support:before {
content: map-get($flaticon_conbix-map, "technical-support");
}
.flaticon-financial-profit:before {
content: map-get($flaticon_conbix-map, "financial-profit");
}
.flaticon-seo:before {
content: map-get($flaticon_conbix-map, "seo");
}
.flaticon-online-advertising:before {
content: map-get($flaticon_conbix-map, "online-advertising");
}
.flaticon-question-mark:before {
content: map-get($flaticon_conbix-map, "question-mark");
}
.flaticon-prototype:before {
content: map-get($flaticon_conbix-map, "prototype");
}
.flaticon-house:before {
content: map-get($flaticon_conbix-map, "house");
}
.flaticon-apartment:before {
content: map-get($flaticon_conbix-map, "apartment");
}
.flaticon-seo-1:before {
content: map-get($flaticon_conbix-map, "seo-1");
}
.flaticon-system:before {
content: map-get($flaticon_conbix-map, "system");
}
.flaticon-completed-task:before {
content: map-get($flaticon_conbix-map, "completed-task");
}
.flaticon-project:before {
content: map-get($flaticon_conbix-map, "project");
}
.flaticon-information-technology:before {
content: map-get($flaticon_conbix-map, "information-technology");
}
.flaticon-hand-saw:before {
content: map-get($flaticon_conbix-map, "hand-saw");
}
.flaticon-down-right-arrow:before {
content: map-get($flaticon_conbix-map, "down-right-arrow");
}
.flaticon-hand:before {
content: map-get($flaticon_conbix-map, "hand");
}
.flaticon-barn:before {
content: map-get($flaticon_conbix-map, "barn");
}
.flaticon-it-support:before {
content: map-get($flaticon_conbix-map, "it-support");
}
.flaticon-service:before {
content: map-get($flaticon_conbix-map, "service");
}
.flaticon-social-media-marketing-1:before {
content: map-get($flaticon_conbix-map, "social-media-marketing-1");
}
.flaticon-repairing:before {
content: map-get($flaticon_conbix-map, "repairing");
}
.flaticon-infrastructure:before {
content: map-get($flaticon_conbix-map, "infrastructure");
}
.flaticon-professional-services:before {
content: map-get($flaticon_conbix-map, "professional-services");
}
.flaticon-slash:before {
content: map-get($flaticon_conbix-map, "slash");
}
.flaticon-strong-wind:before {
content: map-get($flaticon_conbix-map, "strong-wind");
}
.flaticon-phone-call:before {
content: map-get($flaticon_conbix-map, "phone-call");
}
.flaticon-it-department:before {
content: map-get($flaticon_conbix-map, "it-department");
}
.flaticon-writing:before {
content: map-get($flaticon_conbix-map, "writing");
}
.flaticon-growth-chart:before {
content: map-get($flaticon_conbix-map, "growth-chart");
}
.flaticon-ux-design:before {
content: map-get($flaticon_conbix-map, "ux-design");
}
.flaticon-secure-data:before {
content: map-get($flaticon_conbix-map, "secure-data");
}
.flaticon-creative-thinking:before {
content: map-get($flaticon_conbix-map, "creative-thinking");
}
.flaticon-slash-1:before {
content: map-get($flaticon_conbix-map, "slash-1");
}
.flaticon-ui-design:before {
content: map-get($flaticon_conbix-map, "ui-design");
}
.flaticon-save-money:before {
content: map-get($flaticon_conbix-map, "save-money");
}
.flaticon-digital-marketing:before {
content: map-get($flaticon_conbix-map, "digital-marketing");
}
.flaticon-carpentry:before {
content: map-get($flaticon_conbix-map, "carpentry");
}
.flaticon-solution-1:before {
content: map-get($flaticon_conbix-map, "solution-1");
}
.flaticon-computer:before {
content: map-get($flaticon_conbix-map, "computer");
}
.flaticon-property:before {
content: map-get($flaticon_conbix-map, "property");
}
.flaticon-project-management:before {
content: map-get($flaticon_conbix-map, "project-management");
}
.flaticon-team:before {
content: map-get($flaticon_conbix-map, "team");
}
.flaticon-trophy:before {
content: map-get($flaticon_conbix-map, "trophy");
}
.flaticon-computer-1:before {
content: map-get($flaticon_conbix-map, "computer-1");
}
.flaticon-notes:before {
content: map-get($flaticon_conbix-map, "notes");
}
.flaticon-support:before {
content: map-get($flaticon_conbix-map, "support");
}
.flaticon-location:before {
content: map-get($flaticon_conbix-map, "location");
}
.flaticon-menu:before {
content: map-get($flaticon_conbix-map, "menu");
}
.flaticon-tick:before {
content: map-get($flaticon_conbix-map, "tick");
}
.flaticon-analysis:before {
content: map-get($flaticon_conbix-map, "analysis");
}
.flaticon-human-resources:before {
content: map-get($flaticon_conbix-map, "human-resources");
}
.flaticon-money-bag:before {
content: map-get($flaticon_conbix-map, "money-bag");
}
.flaticon-check:before {
content: map-get($flaticon_conbix-map, "check");
}
.flaticon-software-development:before {
content: map-get($flaticon_conbix-map, "software-development");
}
.flaticon-right:before {
content: map-get($flaticon_conbix-map, "right");
}
.flaticon-consultant:before {
content: map-get($flaticon_conbix-map, "consultant");
}
.flaticon-technical-support-1:before {
content: map-get($flaticon_conbix-map, "technical-support-1");
}
.flaticon-corporate:before {
content: map-get($flaticon_conbix-map, "corporate");
}
.flaticon-coding:before {
content: map-get($flaticon_conbix-map, "coding");
}
.flaticon-dots-menu:before {
content: map-get($flaticon_conbix-map, "dots-menu");
}
.flaticon-city:before {
content: map-get($flaticon_conbix-map, "city");
}
.flaticon-statistics:before {
content: map-get($flaticon_conbix-map, "statistics");
}
.flaticon-data:before {
content: map-get($flaticon_conbix-map, "data");
}
.flaticon-customer-service:before {
content: map-get($flaticon_conbix-map, "customer-service");
}
.flaticon-customer-review:before {
content: map-get($flaticon_conbix-map, "customer-review");
}
.flaticon-conversation:before {
content: map-get($flaticon_conbix-map, "conversation");
}
.flaticon-software:before {
content: map-get($flaticon_conbix-map, "software");
}
.flaticon-next:before {
content: map-get($flaticon_conbix-map, "next");
}
.flaticon-resource:before {
content: map-get($flaticon_conbix-map, "resource");
}
.flaticon-email:before {
content: map-get($flaticon_conbix-map, "email");
}
.flaticon-link:before {
content: map-get($flaticon_conbix-map, "link");
}
.flaticon-management:before {
content: map-get($flaticon_conbix-map, "management");
}
.flaticon-brand:before {
content: map-get($flaticon_conbix-map, "brand");
}
.flaticon-server:before {
content: map-get($flaticon_conbix-map, "server");
}
.flaticon-truck:before {
content: map-get($flaticon_conbix-map, "truck");
}
.flaticon-right-arrows:before {
content: map-get($flaticon_conbix-map, "right-arrows");
}
.flaticon-app-development:before {
content: map-get($flaticon_conbix-map, "app-development");
}
.flaticon-creative:before {
content: map-get($flaticon_conbix-map, "creative");
}
.flaticon-analysis-1:before {
content: map-get($flaticon_conbix-map, "analysis-1");
}
.flaticon-design-thinking:before {
content: map-get($flaticon_conbix-map, "design-thinking");
}
.flaticon-sea:before {
content: map-get($flaticon_conbix-map, "sea");
}
.flaticon-vector:before {
content: map-get($flaticon_conbix-map, "vector");
}
.flaticon-monitor:before {
content: map-get($flaticon_conbix-map, "monitor");
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Some files were not shown because too many files have changed in this diff Show More