Inital Commit
6
public/humancarerecruit/css/all.min.css
vendored
Normal file
7
public/humancarerecruit/css/bootstrap.min.css
vendored
Normal file
9
public/humancarerecruit/css/custom.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.column-2{
|
||||
column-count: 2;
|
||||
}
|
||||
.column-3{
|
||||
column-count: 3;
|
||||
}
|
||||
.column-4{
|
||||
column-count: 4;
|
||||
}
|
1
public/humancarerecruit/css/jquery.fancybox.min.css
vendored
Normal file
204
public/humancarerecruit/css/lightbox.css
Normal file
@@ -0,0 +1,204 @@
|
||||
body.lb-disable-scrolling {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.lightboxOverlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
background-color: black;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
||||
opacity: 0.8;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.lightbox {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
font-weight: normal;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.lightbox .lb-image {
|
||||
display: block;
|
||||
height: auto;
|
||||
max-width: inherit;
|
||||
max-height: none;
|
||||
border-radius: 3px;
|
||||
|
||||
/* Image border */
|
||||
border: 4px solid white;
|
||||
}
|
||||
|
||||
.lightbox a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.lb-outerContainer {
|
||||
position: relative;
|
||||
*zoom: 1;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
margin: 0 auto;
|
||||
border-radius: 4px;
|
||||
|
||||
/* Background color behind image.
|
||||
This is visible during transitions. */
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.lb-outerContainer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.lb-loader {
|
||||
position: absolute;
|
||||
top: 43%;
|
||||
left: 0;
|
||||
height: 25%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.lb-cancel {
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 0 auto;
|
||||
background: url(../images/loading.gif) no-repeat;
|
||||
}
|
||||
|
||||
.lb-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.lb-container > .nav {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.lb-nav a {
|
||||
outline: none;
|
||||
background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
|
||||
}
|
||||
|
||||
.lb-prev, .lb-next {
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.lb-nav a.lb-prev {
|
||||
width: 34%;
|
||||
left: 0;
|
||||
float: left;
|
||||
background: url(../images/prev.png) left 48% no-repeat;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.6s;
|
||||
-moz-transition: opacity 0.6s;
|
||||
-o-transition: opacity 0.6s;
|
||||
transition: opacity 0.6s;
|
||||
}
|
||||
|
||||
.lb-nav a.lb-prev:hover {
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.lb-nav a.lb-next {
|
||||
width: 64%;
|
||||
right: 0;
|
||||
float: right;
|
||||
background: url(../images/next.png) right 48% no-repeat;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.6s;
|
||||
-moz-transition: opacity 0.6s;
|
||||
-o-transition: opacity 0.6s;
|
||||
transition: opacity 0.6s;
|
||||
}
|
||||
|
||||
.lb-nav a.lb-next:hover {
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.lb-dataContainer {
|
||||
margin: 0 auto;
|
||||
padding-top: 5px;
|
||||
*zoom: 1;
|
||||
width: 100%;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.lb-dataContainer:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.lb-data {
|
||||
padding: 0 4px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.lb-data .lb-details {
|
||||
width: 85%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
|
||||
.lb-data .lb-caption {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.lb-data .lb-caption a {
|
||||
color: #4ae;
|
||||
}
|
||||
|
||||
.lb-data .lb-number {
|
||||
display: block;
|
||||
clear: left;
|
||||
padding-bottom: 1em;
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.lb-data .lb-close {
|
||||
display: block;
|
||||
float: right;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url(../images/close.png) top right no-repeat;
|
||||
text-align: right;
|
||||
outline: none;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
|
||||
opacity: 0.7;
|
||||
-webkit-transition: opacity 0.2s;
|
||||
-moz-transition: opacity 0.2s;
|
||||
-o-transition: opacity 0.2s;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.lb-data .lb-close:hover {
|
||||
cursor: pointer;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||
opacity: 1;
|
||||
}
|
6
public/humancarerecruit/css/owl.carousel.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Owl Carousel v2.3.4
|
||||
* Copyright 2013-2018 David Deutsch
|
||||
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
|
||||
*/
|
||||
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
|
6
public/humancarerecruit/css/owl.theme.default.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Owl Carousel v2.3.4
|
||||
* Copyright 2013-2018 David Deutsch
|
||||
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
|
||||
*/
|
||||
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
|
1
public/humancarerecruit/css/select2.min.css
vendored
Normal file
1083
public/humancarerecruit/css/style.css
Normal file
11079
public/humancarerecruit/css/uikit.min.css
vendored
Normal file
BIN
public/humancarerecruit/images/close.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
public/humancarerecruit/images/loading.gif
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
public/humancarerecruit/images/next.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
public/humancarerecruit/images/prev.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
public/humancarerecruit/img/1.jpg
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
public/humancarerecruit/img/2.jpg
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
public/humancarerecruit/img/3.jpg
Normal file
After Width: | Height: | Size: 589 KiB |
BIN
public/humancarerecruit/img/4.jpg
Normal file
After Width: | Height: | Size: 4.8 MiB |
BIN
public/humancarerecruit/img/Licenses/1.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
public/humancarerecruit/img/Licenses/2.png
Normal file
After Width: | Height: | Size: 608 KiB |
BIN
public/humancarerecruit/img/Licenses/3.png
Normal file
After Width: | Height: | Size: 988 KiB |
BIN
public/humancarerecruit/img/Licenses/4.png
Normal file
After Width: | Height: | Size: 968 KiB |
BIN
public/humancarerecruit/img/Licenses/DOFE.jpg
Normal file
After Width: | Height: | Size: 604 KiB |
BIN
public/humancarerecruit/img/about_us.jpg
Normal file
After Width: | Height: | Size: 18 MiB |
BIN
public/humancarerecruit/img/about_us2.jpg
Normal file
After Width: | Height: | Size: 9.2 MiB |
BIN
public/humancarerecruit/img/avatar.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
public/humancarerecruit/img/background.jpg
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
public/humancarerecruit/img/bg.jpg
Normal file
After Width: | Height: | Size: 224 KiB |
BIN
public/humancarerecruit/img/bg2.jpg
Normal file
After Width: | Height: | Size: 153 KiB |
BIN
public/humancarerecruit/img/bg3.jpg
Normal file
After Width: | Height: | Size: 147 KiB |
BIN
public/humancarerecruit/img/category/01.jpg
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
public/humancarerecruit/img/category/02.jpg
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
public/humancarerecruit/img/category/03.jpg
Normal file
After Width: | Height: | Size: 589 KiB |
BIN
public/humancarerecruit/img/category/04.jpg
Normal file
After Width: | Height: | Size: 4.8 MiB |
BIN
public/humancarerecruit/img/clients.jpg
Normal file
After Width: | Height: | Size: 919 KiB |
BIN
public/humancarerecruit/img/clients/1.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
public/humancarerecruit/img/clients/2.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/humancarerecruit/img/clients/3.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
public/humancarerecruit/img/clients/4.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
public/humancarerecruit/img/clients/5.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
public/humancarerecruit/img/clients/6.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
public/humancarerecruit/img/clients/7.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/humancarerecruit/img/clients/8.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
public/humancarerecruit/img/clients/9.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
public/humancarerecruit/img/clients/Kuwait/1.png
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
public/humancarerecruit/img/clients/Kuwait/2.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
public/humancarerecruit/img/clients/Kuwait/3.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/humancarerecruit/img/clients/Kuwait/4.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
public/humancarerecruit/img/clients/Kuwait/5.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
public/humancarerecruit/img/clients/UAE/1.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/humancarerecruit/img/clients/UAE/10.png
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
public/humancarerecruit/img/clients/UAE/11.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/humancarerecruit/img/clients/UAE/12.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
public/humancarerecruit/img/clients/UAE/13.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/humancarerecruit/img/clients/UAE/14.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
public/humancarerecruit/img/clients/UAE/15.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/humancarerecruit/img/clients/UAE/16.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
public/humancarerecruit/img/clients/UAE/17.png
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
public/humancarerecruit/img/clients/UAE/18.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
public/humancarerecruit/img/clients/UAE/19.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
public/humancarerecruit/img/clients/UAE/2.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
public/humancarerecruit/img/clients/UAE/3.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/humancarerecruit/img/clients/UAE/4.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
public/humancarerecruit/img/clients/UAE/5.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
public/humancarerecruit/img/clients/UAE/6.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/humancarerecruit/img/clients/UAE/7.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/humancarerecruit/img/clients/UAE/8.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
public/humancarerecruit/img/clients/UAE/9.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/humancarerecruit/img/clients/qatar/1.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/humancarerecruit/img/clients/qatar/10.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/humancarerecruit/img/clients/qatar/11.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/humancarerecruit/img/clients/qatar/12.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/humancarerecruit/img/clients/qatar/13.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
public/humancarerecruit/img/clients/qatar/14.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
public/humancarerecruit/img/clients/qatar/15.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
public/humancarerecruit/img/clients/qatar/16.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
public/humancarerecruit/img/clients/qatar/17.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
public/humancarerecruit/img/clients/qatar/18.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
public/humancarerecruit/img/clients/qatar/19.png
Normal file
After Width: | Height: | Size: 118 KiB |
BIN
public/humancarerecruit/img/clients/qatar/2.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
public/humancarerecruit/img/clients/qatar/20.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
public/humancarerecruit/img/clients/qatar/21.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
public/humancarerecruit/img/clients/qatar/22.png
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
public/humancarerecruit/img/clients/qatar/23.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
public/humancarerecruit/img/clients/qatar/24.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
public/humancarerecruit/img/clients/qatar/3.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/humancarerecruit/img/clients/qatar/4.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/humancarerecruit/img/clients/qatar/5.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
public/humancarerecruit/img/clients/qatar/6.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
public/humancarerecruit/img/clients/qatar/7.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
public/humancarerecruit/img/clients/qatar/8.png
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
public/humancarerecruit/img/clients/qatar/9.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/humancarerecruit/img/company/01.jpg
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
public/humancarerecruit/img/company/02.jpg
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
public/humancarerecruit/img/company/03.jpg
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
public/humancarerecruit/img/demand/Untitled.jpeg
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
public/humancarerecruit/img/demand/joc_7_chait.png
Normal file
After Width: | Height: | Size: 396 KiB |
BIN
public/humancarerecruit/img/demand/nap (2).jpg
Normal file
After Width: | Height: | Size: 314 KiB |
BIN
public/humancarerecruit/img/engineering.jpg
Normal file
After Width: | Height: | Size: 589 KiB |
BIN
public/humancarerecruit/img/favicon.png
Normal file
After Width: | Height: | Size: 80 KiB |