Help
RSS
API
Feed
Maltego
Contact
Domain > corevisionhrsolutions.com.au
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-02-02
3.166.135.24
(
ClassC
)
2025-10-17
3.163.24.124
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 17 Oct 2025 03:27:25 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://corevisionhrsolutions.com.au/X-Cache: Redirect from cloudfrontVia: 1.1 4894bef31db1c311602a51393339af0a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: XnSA5ZkQN8n-5IsN43jgyWSjZw1v0la2a7gYmra723cEkoW6jkV-Zg html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 86624Connection: keep-aliveDate: Fri, 17 Oct 2025 03:27:27 GMTLast-Modified: Thu, 16 Jan 2025 22:28:24 GMTETag: 749f6777090fa82ff138e6f39b0e4a1bx-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 ac695892d6ed07904483819bdb88134e.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: W6735mUNhAFlCqhnK7Kq236bjVQjdePY1oKSHwa7ZIL6ib0dEzyIvA html xmlnshttp://www.w3.org/1999/xhtml>head> title>CoreVision HR Solutions/title> !-- link typetext/css relstylesheet href> link typetext/css relstylesheet href> --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800&familyOpen+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&displayswap relstylesheet> link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyMaterial+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 /> link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyMaterial+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 /> link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyMaterial+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 /> meta charsetutf-8> meta name viewport content width device-width> !-- SEO --> script srchttps://polyfill.io/v3/polyfill.min.js?featuresdefault>/script> script> function scrollToView(id) { const el document.getElementById(id); el?.scrollIntoView({behavior: smooth}); } function openPaymentWindow(url) { let redirectUrl ; switch(url) { case one: redirectUrl *|PREMIUM_ONE_BOX_STRIPE_WEBHOOK|*; break; case two: redirectUrl *|PREMIUM_TWO_BOX_STRIPE_WEBHOOK|*; break; case three: redirectUrl *|PREMIUM_THREE_BOX_STRIPE_WEBHOOK|*; break; } if(redirectUrl ! && redirectUrl ! null && redirectUrl ! null) window.open(redirectUrl, _blank); } /script> script> function menuFunction() { const x document.getElementById(burger-menu); if (x.style.display flex) { x.style.display none; } else { x.style.display flex; } } /script> script> function sendContact() { // const phoneVisibility *|PHONE_INPUT_VISIBILITY|*; const name document.getElementById(name).value; const email document.getElementById(email).value; const phone document.getElementById(phone).value; const message document.getElementById(message).value; const jsError document.getElementById(js-error); const jsSuccess document.getElementById(js-success); const button document.getElementById(form-button); jsError.style.display none; jsSuccess.style.display none; button.style.display none; if (!name || !email || !phone || !message) { console.log(Validation Error) jsError.style.display block return; } console.log(Send) const value { businessName: CoreVision HR Solutions, businessEmail: tamika.ryan@corevisionhrsolutions.com.au, name: name, email: email, phone: phone, message: message, } let xhr new XMLHttpRequest(); xhr.open(POST, https://apx.honcho.com.au/serverless/website/send/contact, true); xhr.setRequestHeader(Content-Type, application/json); xhr.send(JSON.stringify({ value: value })); jsSuccess.style.display block } /script> script> function initMap() { const uluru { lat: -27.5354669, lng: 153.1971252 }; const map new google.maps.Map(document.getElementById(map), { mapTypeControl: false, zoom: 15, center: uluru, zoomControl: true, scrollwheel: false, disableDoubleClickZoom: true, maxZoom: 15, minZoom: 1, streetViewControl: false, fullscreenControl: false, styles: { featureType: administrative.land_parcel, stylers: { visibility: off } }, { featureType: administrative.neighborhood, stylers: { visibility: off } }, { featureType: poi, elementType: labels.text, stylers: { visibility: off } }, { featureType: poi.business, stylers: { visibility: off } }, { featureType: road, elementType: labels, stylers: { visibility: off } }, { featureType: road, elementType: labels.icon, stylers: { visibility: off } }, { featureType: road.arterial, stylers: { visibility: off } }, { featureType: road.highway, elementType: labels, stylers: { visibility: off } }, { featureType: road.local, stylers: { visibility: off } }, { featureType: transit, stylers: { visibility: off } }, { featureType: water, elementType: labels.text, stylers: { visibility: off } } }); const contentString div idcontent> + div idsiteNotice> + /div> + span idfirstHeading classfirstHeading>CoreVision HR Solutionsbr>/span> + div idbodyContent> + (ABN: 90 201 929 454) br>br> + Capalaba QLD 4157, Australiabr> + AUSTRALIAbr> + /div> + /div>; const infowindow new google.maps.InfoWindow({ content: contentString, }); // The marker, positioned at Uluru const marker new google.maps.Marker({ position: uluru, map: map, title: CoreVision HR Solutions, }); marker.addListener(mouseover, () > { infowindow.open({ anchor: marker, map, shouldFocus: false, }); }); marker.addListener(mouseout, () > { infowindow.close({ anchor: marker, map, shouldFocus: false, }); }); } function initYear() { document.getElementById(year).innerHTML new Date().getFullYear(); } window.initMap initMap; window.initYear initYear; /script> style> .material-symbols-outlined { font-variation-settings: FILL 0, wght 400, GRAD 0, opsz 24 } /style> style> *{ padding:0; margin:0; } html { width:100%; min-width: fit-content; } body{ overflow-x: hidden; padding:0 !important; margin:0 !important; width: 100%; min-width: fit-content; } .website { width:100% } .section-wrapper { width: 80%; margin:0 auto; display:flex; align-items: center; @media screen and (max-width: 768px) { width:100%; } } .disabled { display:none; visibility:hidden; } .header { padding:10px 0; background: var(--header-background); @media screen and (max-width: 768px) { padding:10px 20px; } .section-wrapper { justify-content: space-between; padding:10px 0; } .socials { flex-basis:33%; display:flex; align-items: center; justify-content: flex-start; gap:5px; height:30px; cursor:pointer; .social-icon { height:25px; width:25px; background-size: cover; background-repeat: no-repeat; display:inline-block; cursor:pointer; mask-size: cover; -webkit-mask-size: cover; background-color: var(--social-background-color); -webkit-transition: .2s all; -webkit-transition-delay: .2s; -moz-transition: .2s all; -moz-transition-delay: .2s; -ms-transition: .2s all; -ms-transition-delay: .2s; -o-transition: .2s all; -o-transition-delay: .2s; transition: .2s all; transition-delay: .2s; } .social-icon:hover { background-color: var(--social-background-hover); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } } .brand { display:flex; align-items: center; gap:10px; cursor:pointer; flex-direction: row; justify-content: center; .logo.url { .img { max-width:300px; max-height:45px; height:100%; object-fit: contain; @media screen and (max-width: 768px) { padding-left: 30px; } } } .logo.svg { height:45px; object-fit: contain; width: 45px; } .text { font-family: Open Sans; font-size: var(--brand-text-size); font-weight: var(--brand-text-weight); text-transform: var(--brand-text-transform); color: var(--brand-text-color); -webkit-transition: .2s all; -webkit-transition-delay: .2s; -moz-transition: .2s all; -moz-transition-delay: .2s; -ms-transition: .2s all; -ms-transition-delay: .2s; -o-transition: .2s all; -o-transition-delay: .2s; transition: .2s all; transition-delay: .2s; } .text:hover { color: var(--brand-text-hover); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } .brand-container { display:flex; align-items: center; gap:5px; cursor:pointer; flex-flow: row wrap; justify-content: center; } .powered-container, .copyright-container { padding: 5px 0; font-size:14px; font-family: var(--brand-text-family); font-weight:normal; text-transform: var(--brand-text-transform); color: var(--brand-text-color); /* .hon-link:visited, .hon-link:active, .hon-link:hover { color: var(--brand-text-color); } */ } } .nav { display:flex; align-items: center; gap:20px; cursor:pointer; flex-flow: row wrap; justify-content: flex-end; position:relative; .option { font-family: var(--nav-text-family); /* font-size: var(--nav-text-size); font-weight: var(--nav-text-weight); */ /* text-transform: var(--nav-text-transform); */ color: var(--nav-text-color); font-size: 16px; font-weight: 600; -webkit-transition: .2s all; -webkit-transition-delay: .2s; -moz-transition: .2s all; -moz-transition-delay: .2s; -ms-transition: .2s all; -ms-transition-delay: .2s; -o-transition: .2s all; -o-transition-delay: .2s; transition: .2s all; transition-delay: .2s; } .header-button { background-color: unset; border: unset; font-size: 17px; font-weight: 600; font-family: Open Sans, Helvetica, sans-serif; padding: 0 15px; cursor: pointer; } .header-burger { position: absolute; /* margin-top: 52px; */ min-width: 150px; padding: 10px 0; background: white; border-radius: 5px; box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px; line-height: 2em; margin-left: 20px; flex-direction: column; align-items: flex-start; top:50px; } .burger-button:hover { background-color: #efefef; border-radius: 5px; } .burger-link { padding: 10px; font-weight: 400 !important; text-align: left; margin: 5px 0; width:150px; } .burger-link:hover { background-color: #efefef; } .option:hover { color: var(--nav-text-hover); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } .footer { .section-wrapper { justify-content: center; .powered { display:flex; align-items: center; justify-content: center; flex-direction:column; padding:10px 0; font-size:14px; gap:5px; font-family: Open Sans; color:#000; font-weight:500; /* text-transform: uppercase; */ a.emphasis:hover, a.emphasis:active, a.emphasis:visited, a.emphasis:link { color: rgb(93, 117, 207); font-weight: 500; } .footer-left { @media screen and (max-width: 768px) { text-wrap: wrap; text-align: center; } } .footer-copy { display: inline-block; } } } } .banner { background-color: var(--banner-background-color); background-image: var(--banner-background-url); height:100vh; background-repeat:no-repeat; background-size: cover; background-position: top center; @media screen and (max-width: 768px) { padding:10px 50px; height:100vh; } .banner-content { width:100%; display: flex; align-items: center; justify-content: center; flex-direction:column; height:100vh; gap:10px; text-align: var(--banner-slogan-alignment); @media screen and (max-width: 768px) { height:80vh; flex-direction:column; } .slogan { width:100%; font-family: var(--banner-slogan-family); font-size: var(--banner-slogan-size); font-weight: var(--banner-slogan-weight); text-transform: var(--banner-slogan-transform); color: var(--banner-slogan-color); line-height: 120%; @media screen and (max-width: 768px) { font-size:40px; } } .subText { width:100%; font-family: var(--banner-subtext-family); font-size: var(--banner-subtext-size); font-weight: var(--banner-subtext-weight); text-transform: var(--banner-subtext-transform); color: var(--banner-subtext-color); line-height:170%; @media screen and (max-width: 768px) { font-size:22px; } } .button { width:100%; .cta { outline:none; border: 0; padding:20px 60px; cursor:pointer; font-family: var(--banner-button-family); font-size: var(--banner-button-size); font-weight: var(--banner-button-weight); text-transform: var(--banner-button-transform); color: var(--banner-button-color); background: var(--banner-button-background); -webkit-transition: .4s all; -webkit-transition-delay: .2s; -moz-transition: .4s all; -moz-transition-delay: .2s; -ms-transition: .4s all; -ms-transition-delay: .2s; -o-transition: .4s all; -o-transition-delay: .2s; transition: .4s all; transition-delay: .2s; } .cta:hover { color: var(--banner-button-color-hover); background: var(--banner-button-background-hover); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } } } .about { background: var(--about-background); .section-wrapper { gap:10px; padding:70px 0; @media screen and (max-width: 768px) { padding:50px 0; gap:40px; display:flex; flex-flow:row wrap; } } .details { width:60%; @media screen and (max-width: 768px) { width:100%; padding:0 50px; } .title { width:100%; font-family: var(--about-title-family); font-size: var(--about-title-size); font-weight: var(--about-title-weight); text-transform: var(--about-title-transform); color: var(--about-title-color); line-height: 120%; padding: 0 0 20px 0; } .description { width:100%; font-family: var(--about-description-family); font-size: var(--about-description-size); font-weight: var(--about-description-weight); text-transform: var(--about-description-transform); color: var(--about-description-color); line-height:170%; } .button { .cta { outline:none; border: 0; padding:20px 60px; cursor:pointer; font-family: var(--about-button-family); font-size: var(--about-button-size); font-weight: var(--about-button-weight); text-transform: var(--about-button-transform); color: var(--about-button-color); background: var(--about-button-background); -webkit-transition: .4s all; -webkit-transition-delay: .2s; -moz-transition: .4s all; -moz-transition-delay: .2s; -ms-transition: .4s all; -ms-transition-delay: .2s; -o-transition: .4s all; -o-transition-delay: .2s; transition: .4s all; transition-delay: .2s; } .cta:hover { color: var(--about-button-color-hover); background: var(--about-button-background-hover); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } } .image { width:40%; @media screen and (max-width: 768px) { width:100%; padding:0 50px; } .display { max-height: 500px; height:100%; width:100%; object-fit: contain; } } } .benefits { background-color: rgb(250, 250, 250) !important; .section-wrapper { gap:10px; padding:70px 0; align-items: flex-start; width: 80%; margin: 0 auto; justify-content: center; @media screen and (max-width: 768px) { flex-direction:column; gap:30px; align-items:center; } } .feature { flex-basis:33%; display:flex; flex-flow:column wrap; gap:20px; flex:1; align-items: center; text-align: center; /* .image img { max-height:80px; max-width:80px; height:100%; width:100%; object-fit: contain; } .image { max-height:80px; max-width:80px; object-fit: contain; } */ img.default { height:80px; width:80px; object-fit: contain; } img.upload { max-height:200px; width:100%; object-fit: cover; } img.unsplash { max-height:200px; width: 350px; object-fit: cover; @media screen and (max-width: 768px) { height: 80% !important; width: 100% !important; object-fit: contain !important; } @media screen and (max-width: 1024px) { height: 80%; width: 200px; object-fit: contain; } } .svg-container { height:80px; width:100%; object-fit: contain; svg { transform:scale(.8); } } .title { font-family: var(--feature-title-family); font-size: var(--feature-title-size); font-weight: var(--feature-title-weight); text-transform: var(--feature-title-transform); color: var(--feature-title-color); @media screen and (max-width: 768px) { padding:0 30px; } } .description { font-family: var(--feature-description-family); font-size: var(--feature-description-size); font-weight: var(--feature-description-weight); text-transform: var(--feature-description-transform); color: var(--feature-description-color); @media screen and (max-width: 768px) { padding:0 30px; } } } } .services { background-color: var(--services-background-color); .service { flex-basis:33%; display:flex; flex-flow:column wrap; gap:20px; flex:1; align-items: center; text-align: center; img.default { height:80px; width:80px; object-fit: contain; } img.upload { max-height:200px; width:100%; object-fit: cover; } img.unsplash { max-height:200px; width: 350px; object-fit: cover; @media screen and (max-width: 768px) { height: 80% !important; width: 100% !important; object-fit: contain !important; } @media screen and (max-width: 1024px) { height: 80%; width: 200px; object-fit: contain; } } .svg-container { height:80px; width:100%; object-fit: contain; svg { transform:scale(.8); } } .title { font-family: var(--service-title-family); font-size: var(--service-title-size); font-weight: var(--service-title-weight); text-transform: var(--service-title-transform); color: var(--service-title-color); } .description { font-family: var(--service-description-family); font-size: var(--service-description-size); font-weight: var(--service-description-weight); text-transform: var(--service-description-transform); color: var(--service-description-color); @media screen and (max-width: 768px) { padding:0 30px; } } } } .services .section-wrapper { gap:10px; padding:70px 0; align-items: flex-start; width: 80%; margin: 0 auto; justify-content: center; @media screen and (max-width: 768px) { flex-flow:column wrap; align-items:center; } } .premium { background-color: var(--premium-background-color); .premium-container { flex-basis:33%; display:flex; flex-flow:column wrap; gap:20px; flex:1; align-items: center; text-align: center; img.default { height:80px; width:80px; object-fit: contain; } img.upload { max-height:200px; width:100%; object-fit: cover; } img.unsplash { max-height:200px; width: 500px; object-fit: cover; } .svg-container { height:80px; width:100%; object-fit: contain; svg { transform:scale(.8); } } .title { font-family: var(--premium-title-family); font-size: var(--premium-title-size); font-weight: var(--premium-title-weight); text-transform: var(--premium-title-transform); color: var(--premium-title-color); } .description { font-family: var(--premium-description-family); font-size: var(--premium-description-size); font-weight: var(--premium-description-weight); text-transform: var(--premium-description-transform); color: var(--premium-description-color); } .button { a:active, a:visited, a:link, a:hover { text-decoration:none; outline:none; } .cta { outline:none; border: 0; padding:20px 60px; cursor:pointer; font-family: var(--premium-button-family); font-size: var(--premium-button-size); font-weight: var(--premium-button-weight); text-transform: var(--premium-button-transform); color: var(--premium-button-color); background: var(--premium-button-background); -webkit-transition: .4s all; -webkit-transition-delay: .2s; -moz-transition: .4s all; -moz-transition-delay: .2s; -ms-transition: .4s all; -ms-transition-delay: .2s; -o-transition: .4s all; -o-transition-delay: .2s; transition: .4s all; transition-delay: .2s; } .cta:hover { color: var(--premium-button-color-hover); background: var(--premium-button-background-hover); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } } } .premium .section-wrapper { gap:10px; padding:70px 0; align-items: flex-start; @media screen and (max-width: 768px) { flex-flow:column wrap; } } .contact { background-color: rgb(250, 250, 250) !important; .section-wrapper { gap:10px; padding:70px 0; align-items: flex-start; @media screen and (max-width: 768px) { flex-direction:column; gap:30px; } } .contact-content { width:33%; gap:20px; display:flex; align-items: flex-start; flex-flow:column wrap; justify-content: flex-start; @media screen and (max-width: 768px) { margin:0 auto; width:80%; } .form-content { display:flex; flex-flow:column wrap; width:100%; .label { font-size:14px; font-weight:500; color:#333; } .input, .textarea { pointer-events: auto; border: none; width: 95%; box-sizing: border-box; outline: none; resize: none; margin: 0; -webkit-appearance: none; text-align: left; line-height: 1.4; display: flex; padding: 14px; direction: ltr; overflow: show; text-overflow: unset; box-shadow: inset 0 0 0 1px var(--form-input-border); background-color: var(--form-input-background); font-family: var(--form-input-family); font-size: var(--form-input-size); font-weight: var(--form-input-weight); color: var(--form-input-color); } .input:focus,textarea:focus { box-shadow: inset 0 0 0 2px var(--form-input-border-focus); } .input::placeholder,.textarea::placeholder { color: var(--form-input-placeholder); } .button { .cta { outline:none; border: 0; padding:20px 60px; cursor:pointer; font-family: var(--form-button-family); font-size: var(--form-button-size); font-weight: var(--abformout-button-weight); text-transform: var(--form-button-transform); color: var(--form-button-color); background: var(--form-button-background); -webkit-transition: .4s all; -webkit-transition-delay: .2s; -moz-transition: .4s all; -moz-transition-delay: .2s; -ms-transition: .4s all; -ms-transition-delay: .2s; -o-transition: .4s all; -o-transition-delay: .2s; transition: .4s all; transition-delay: .2s; } .cta:hover { color: var(--form-button-color-hover); background: var(--form-button-background-hover); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } } } .details-content { color: var(--contact-details-color); font-family: var(--contact-details-family); font-size: var(--contact-details-size); font-weight: var(--contact-details-weight); text-transform: var(--contact-details-transform); display:flex; align-items: center; gap:20px; flex-direction:row; .label { width: 28px; color: rgb(93, 93, 93); font-weight: 500; font-size: 18px; } .value { font-weight: 500; font-size: 18px; display:initial; text-overflow: unset; width: 450px; @media screen and (max-width: 768px) { width: 275px; word-break: break-all; line-height: 170%; } } .value.address { font-weight: 500; font-size: 18px; display:flex; width:300px; overflow-wrap: break-word; word-break: break-word; @media screen and (max-width: 768px) { width:275px; } } } .details-content.address { flex-direction:row; align-items: flex-start; } .hours-content { color: var(--contact-hours-color); font-family: var(--contact-hours-family); font-size: var(--contact-hours-size); font-weight: var(--contact-hours-weight); text-transform: var(--contact-hours-transform); display:flex; align-items: center; gap:20px; flex-direction:row; flex-wrap: nowrap; .label { width: 100px; color: rgb(93, 93, 93); font-weight: 500; font-size: 18px; } .value { font-weight: 500; font-size: 18px; display:flex; flex-wrap: wrap; flex-direction: column; } } .title.form { color: var(--contact-form-title-color); font-family: var(--contact-title-family); font-size: var(--contact-title-size); font-weight: var(--contact-title-weight); text-transform: var(--contact-title-transform); } .title.details { color: var(--contact-details-title-color); font-family: var(--contact-details-title-family); font-size: var(--contact-details-title-size); font-weight: var(--contact-details-title-weight); text-transform: var(--contact-details-title-transform); } .title.hours { color: var(--contact-hours-title-color); font-family: var(--contact-hours-title-family); font-size: var(--contact-hours-title-size); font-weight: var(--contact-hours-title-weight); text-transform: var(--contact-hours-title-transform); } .form-error { font-family: var(--contact-title-family); font-size: 12px; color:#f13535; font-weight:normal; padding: 10px 0; } .form-success { font-family: var(--contact-title-family); font-size: 14px; color:#109900; font-weight:normal; padding: 5px 0; } #js-error { display: none; } #js-success { display: none; } } } #map { height: 400px; width: 100%; } @media screen and (min-width: 769px) { .hide-on-desktop { display: none; } } @media screen and (max-width: 768px) { .hide-on-mobile { display: none !important; } } .hide { display:none !important; } /style>/head>body>div classwebsite> section classheader style--header-background:#fff; idhome> div classsection-wrapper> div classbrand> div classlogo url hide > img classimg src /> /div> div classlogo svg hide hide> /div> div classtext style--brand-text-family:Open Sans; --brand-text-size:20px; --brand-text-weight:600; --brand-text-transform:uppercase; --brand-text-color:#000; --brand-text-hover:#000; >CoreVision HR Solutions/div> /div> div classnav hide-on-mobile> div classhome option style--nav-text-family:Open Sans; --nav-text-size:16px; --nav-text-weight:600; --nav-text-transform:uppercase; --nav-text-color:#000; --nav-text-hover:#000; onclickscrollToView(home) >Home/div> div classabout option style--nav-text-family:Open Sans; --nav-text-size:16px; --nav-text-weight:600; --nav-text-transform:uppercase; --nav-text-color:#000; --nav-text-hover:#000; onclickscrollToView(about) >About/div> div classservices option style--nav-text-family:Open Sans; --nav-text-size:16px; --nav-text-weight:600; --nav-text-transform:uppercase; --nav-text-color:#000; --nav-text-hover:#000; onclickscrollToView(services) >Services/div> div classcontact option style--nav-text-family:Open Sans; --nav-text-size:16px; --nav-text-weight:600; --nav-text-transform:uppercase; --nav-text-color:#000; --nav-text-hover:#000; onclickscrollToView(contact) >Contact/div> /div> div classnav hide-on-desktop> a hrefjavascript:void(0); onclickmenuFunction() classhref-link burger-button stylepadding: 0;> img srchttps://website-builder-template.s3.ap-southeast-2.amazonaws.com/burger.png altmenu/> /a> div classheader-burger idburger-menu styledisplay: none> button onclickscrollToView(home) classheader-button burger-link>Home/button> button onclickscrollToView(about) classheader-button burger-link>About/button> button onclickscrollToView(services) classheader-button burger-link>Services/button> button onclickscrollToView(contact) classheader-button burger-link>Contact/button> /div> /div> /div> /section> section classbanner style--banner-background-color:#0083E2;--banner-background-url: url(https://images.unsplash.com/photo-1661856607957-32059f8428b2?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwxN3x8SFIlMjBDb25zdWx0aW5nJTIwU29sdXRpb25zfGVufDB8MHx8fDE3MzY4MTMxNjd8MA&ixlibrb-4.0.3&q85);> div classsection-wrapper> div classbanner-content style--banner-slogan-alignment:right;> h1 classslogan style--banner-slogan-family:Open Sans; --banner-slogan-size:70px; --banner-slogan-weight:600; --banner-slogan-transform:normal; --banner-slogan-color:#fff; >Unlock the Potential of Your People/h1> h2 classsubText style--banner-subtext-family:Open Sans; --banner-subtext-size:25px; --banner-subtext-weight:400; --banner-subtext-transform:normal; --banner-subtext-color:#fff; >Revolutionize your workforce with our tailored HR solutions/h2> div classbutton> button classcta onclickscrollToView(contact) style--banner-button-family:Open Sans; --banner-button-size:16px; --banner-button-weight:600; --banner-button-transform:normal; --banner-button-color:#fff; --banner-button-color-hover:#fff; --banner-button-background:#e37936; --banner-button-background-hover:#e37936; >Contact us/button> /div> /div> /div> /section> section classabout style--about-background:#fff; idabout> div classsection-wrapper> div classdetails> div classtitle style--about-title-family:Open Sans; --about-title-size:25px; --about-title-weight:400; --about-title-transform:capitalize; --about-title-color:#000; >About CoreVision HR Solutions/div> div classdescription style--about-description-family:Open Sans; --about-description-size:18px; --about-description-weight:400; --about-description-transform:normal; --about-description-color:#000; >At CoreVision HR Solutions, we are dedicated to providing top-notch HR consulting solutions to organizations of all sizes and industries. We understand the unique challenges that businesses face when it comes to managing their human resources, and we are committed to offering tailored and effective solutions to meet our clients needs.br />br />Our team of experienced HR professionals brings a wealth of knowledge and expertise to the table, helping our clients streamline their HR processes, improve employee engagement, and achieve their business goals. Whether youre looking for assistance with talent acquisition, performance management, compliance, or employee relations, we have the skills and tools to help you succeed.br />br />With a focus on innovation, collaboration, and integrity, CoreVision HR Solutions is your trusted partner in navigating the complex landscape of human resources. We believe in delivering value-driven solutions that drive growth, productivity, and organizational success. Let us help you unleash the full potential of your workforce and take your business to new heights./div> !-- div classbutton> button classcta onclickscrollToView(contact) style--about-button-family:Open Sans; --about-button-size:16px; --about-button-weight:600; --about-button-transform:uppercase; --about-button-color:#fff; --about-button-color-hover:#fff; --about-button-background:#e37936; --about-button-background-hover:#e37936; >Contact us/button> /div> --> /div> div classimage > img classdisplay srchttps://images.unsplash.com/photo-1573496130407-57329f01f769?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHw5fHxIUiUyMENvbnN1bHRpbmclMjBTb2x1dGlvbnN8ZW58MHwwfHx8MTczNjgxMzE2N3ww&ixlibrb-4.0.3&q85 /> /div> /div> /section> section classbenefits style--benefit-background-color:#fff> div classsection-wrapper> div classfeature section-1 > div classimage hide > img classdefault srcsvg xmlnshttp://www.w3.org/2000/svg viewBox0 0 256 256 focusablefalse colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ styleuser-select: none; width: 100%; height: 100%; display: inline-block; fill: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); flex-shrink: 0;>g colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ weightregular>path dM218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z>/path>/g>/svg> /> /div> div classimage svg-container > svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 256 256 focusablefalse colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ styleuser-select: none; width: 100%; height: 100%; display: inline-block; fill: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); flex-shrink: 0;>g colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ weightregular>path dM218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z>/path>/g>/svg> /div> div classtitle style--feature-title-family:Open Sans; --feature-title-size:22px; --feature-title-weight:600; --feature-title-transform:capitalize; --feature-title-color:#000;> Strategic HR Consulting /div> div classdescription style--feature-description-family:Open Sans; --feature-description-size:18px; --feature-description-weight:400; --feature-description-transform:normal; --feature-description-color:#000; > We can help your business develop a comprehensive HR strategy to align with your overall business goals and objectives. /div> /div> div classfeature section-2 > div classimage hide > img classdefault srcsvg xmlnshttp://www.w3.org/2000/svg viewBox0 0 256 256 focusablefalse colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ styleuser-select: none; width: 100%; height: 100%; display: inline-block; fill: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); flex-shrink: 0;>g colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ weightregular>path dM184,24H72A16,16,0,0,0,56,40V76a16.07,16.07,0,0,0,6.4,12.8L114.67,128,62.4,167.2A16.07,16.07,0,0,0,56,180v36a16,16,0,0,0,16,16H184a16,16,0,0,0,16-16V180.36a16.09,16.09,0,0,0-6.35-12.77L141.27,128l52.38-39.6A16.05,16.05,0,0,0,200,75.64V40A16,16,0,0,0,184,24Zm0,16V56H72V40Zm0,176H72V180l56-42,56,42.35Zm-56-98L72,76V72H184v3.64Z>/path>/g>/svg> /> /div> div classimage svg-container > svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 256 256 focusablefalse colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ styleuser-select: none; width: 100%; height: 100%; display: inline-block; fill: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); flex-shrink: 0;>g colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ weightregular>path dM184,24H72A16,16,0,0,0,56,40V76a16.07,16.07,0,0,0,6.4,12.8L114.67,128,62.4,167.2A16.07,16.07,0,0,0,56,180v36a16,16,0,0,0,16,16H184a16,16,0,0,0,16-16V180.36a16.09,16.09,0,0,0-6.35-12.77L141.27,128l52.38-39.6A16.05,16.05,0,0,0,200,75.64V40A16,16,0,0,0,184,24Zm0,16V56H72V40Zm0,176H72V180l56-42,56,42.35Zm-56-98L72,76V72H184v3.64Z>/path>/g>/svg> /div> div classtitle style--feature-title-family:Open Sans; --feature-title-size:22px; --feature-title-weight:600; --feature-title-transform:capitalize; --feature-title-color:#000;> Compliance Management /div> div classdescription style--feature-description-family:Open Sans; --feature-description-size:18px; --feature-description-weight:400; --feature-description-transform:normal; --feature-description-color:#000; > Ensure that your business is in compliance with all applicable labor laws and regulations, reducing the risk of legal issues and penalties. /div> /div> div classfeature section-3 > div classimage hide > img classdefault srcsvg xmlnshttp://www.w3.org/2000/svg viewBox0 0 256 256 focusablefalse colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ styleuser-select: none; width: 100%; height: 100%; display: inline-block; fill: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); flex-shrink: 0;>g colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ weightregular>path dM136,100a12,12,0,1,1-12-12A12,12,0,0,1,136,100Zm96,29.48A104.29,104.29,0,0,1,130.1,232l-2.17,0a103.32,103.32,0,0,1-69.26-26A8,8,0,1,1,69.34,194a84.71,84.71,0,0,0,20.1,13.37L116,170.84c-22.78-9.83-47.47-5.65-61.4-3.29A31.84,31.84,0,0,1,23.3,154.72l-.3-.43-13.78-22a8,8,0,0,1,2.59-11.05L112,59.53V32a8,8,0,0,1,8-8h8A104,104,0,0,1,232,129.48Zm-16-.22A88,88,0,0,0,128,40V64a8,8,0,0,1-3.81,6.81L27.06,130.59l9.36,15A15.92,15.92,0,0,0,52,151.77c16-2.7,48.77-8.24,78.07,8.18A40.06,40.06,0,0,0,168,120a8,8,0,0,1,16,0,56.07,56.07,0,0,1-51.8,55.83l-27.11,37.28A90.89,90.89,0,0,0,129.78,216,88.29,88.29,0,0,0,216,129.26Z>/path>/g>/svg> /> /div> div classimage svg-container > svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 256 256 focusablefalse colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ styleuser-select: none; width: 100%; height: 100%; display: inline-block; fill: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); color: var(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)); flex-shrink: 0;>g colorvar(--token-818a283b-450e-452c-a8af-6b81d42f4181, rgb(0, 0, 0)) /* {"name":"Black"} */ weightregular>path dM136,100a12,12,0,1,1-12-12A12,12,0,0,1,136,100Zm96,29.48A104.29,104.29,0,0,1,130.1,232l-2.17,0a103.32,103.32,0,0,1-69.26-26A8,8,0,1,1,69.34,194a84.71,84.71,0,0,0,20.1,13.37L116,170.84c-22.78-9.83-47.47-5.65-61.4-3.29A31.84,31.84,0,0,1,23.3,154.72l-.3-.43-13.78-22a8,8,0,0,1,2.59-11.05L112,59.53V32a8,8,0,0,1,8-8h8A104,104,0,0,1,232,129.48Zm-16-.22A88,88,0,0,0,128,40V64a8,8,0,0,1-3.81,6.81L27.06,130.59l9.36,15A15.92,15.92,0,0,0,52,151.77c16-2.7,48.77-8.24,78.07,8.18A40.06,40.06,0,0,0,168,120a8,8,0,0,1,16,0,56.07,56.07,0,0,1-51.8,55.83l-27.11,37.28A90.89,90.89,0,0,0,129.78,216,88.29,88.29,0,0,0,216,129.26Z>/path>/g>/svg> /div> div classtitle style--feature-title-family:Open Sans; --feature-title-size:22px; --feature-title-weight:600; --feature-title-transform:capitalize; --feature-title-color:#000;> Employee Retention & Acquistion /div> div classdescription style--feature-description-family:Open Sans; --feature-description-size:18px; --feature-description-weight:400; --feature-description-transform:normal; --feature-description-color:#000; > Get the right people for your business. We offer expertise in sourcing and retaining top talent, helping your business build a strong and sustainable workforce. /div> /div> /div> /section> section classservices style--services-background-color:#fff idservices> div classsection-wrapper> div classservice section-1 > div classimage > img classunsplash srchttps://images.unsplash.com/photo-1644132246573-bc75ce0a2946?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwyMHx8SFIlMjBDb25zdWx0aW5nJTIwU29sdXRpb25zfGVufDB8MHx8fDE3MzY4MTMxNjd8MA&ixlibrb-4.0.3&q85 /> /div> div classimage svg-container hide> https://images.unsplash.com/photo-1644132246573-bc75ce0a2946?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwyMHx8SFIlMjBDb25zdWx0aW5nJTIwU29sdXRpb25zfGVufDB8MHx8fDE3MzY4MTMxNjd8MA&ixlibrb-4.0.3&q85 /div> div classtitle style--service-title-family:Open Sans; --service-title-size:22px; --service-title-weight:600; --service-title-transform:capitalize; --service-title-color:#000;> HR Strategy Development /div> div classdescription style--service-description-family:Open Sans; --service-description-size:18px; --service-description-weight:400; --service-description-transform:normal; --service-description-color:#000; > Partnering with organizations to develop comprehensive HR strategies aligned with their business objectives. /div> /div> div classservice section-2 > div classimage > img classunsplash srchttps://images.unsplash.com/photo-1589568533820-ae6345184dd3?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwyNXx8SFIlMjBDb25zdWx0aW5nJTIwU29sdXRpb25zfGVufDB8MHx8fDE3MzY4MTMxNjd8MA&ixlibrb-4.0.3&q85 /> /div> div classimage svg-container hide> https://images.unsplash.com/photo-1589568533820-ae6345184dd3?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwyNXx8SFIlMjBDb25zdWx0aW5nJTIwU29sdXRpb25zfGVufDB8MHx8fDE3MzY4MTMxNjd8MA&ixlibrb-4.0.3&q85 /div> div classtitle style--service-title-family:Open Sans; --service-title-size:22px; --service-title-weight:600; --service-title-transform:capitalize; --service-title-color:#000;> Employee Relations and Communication /div> div classdescription style--service-description-family:Open Sans; --service-description-size:18px; --service-description-weight:400; --service-description-transform:normal; --service-description-color:#000; > We specialize in fostering positive employee relations and implementing effective communication strategies to enhance workplace culture and productivity. /div> /div> div classservice section-3 > div classimage > img classunsplash srchttps://images.unsplash.com/photo-1521791136064-7986c2920216?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHw1fHxIUiUyMENvbnN1bHRpbmclMjBTb2x1dGlvbnN8ZW58MHwwfHx8MTczNjgxMzE2N3ww&ixlibrb-4.0.3&q85 /> /div> div classimage svg-container hide> https://images.unsplash.com/photo-1521791136064-7986c2920216?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHw1fHxIUiUyMENvbnN1bHRpbmclMjBTb2x1dGlvbnN8ZW58MHwwfHx8MTczNjgxMzE2N3ww&ixlibrb-4.0.3&q85 /div> div classtitle style--service-title-family:Open Sans; --service-title-size:22px; --service-title-weight:600; --service-title-transform:capitalize; --service-title-color:#000;> Talent Acquisition and Retention /div> div classdescription style--service-description-family:Open Sans; --service-description-size:18px; --service-description-weight:400; --service-description-transform:normal; --service-description-color:#000; > Offering assistance in attracting and retaining top talent through effective recruitment, onboarding, and retention strategies. /div> /div> /div> /section> section classpremium hide style--premium-background-color:*|PREMIUM_BACKGROUND_COLOR|* idpremium> div classsection-wrapper> div classpremium-container section-1 *|PREMIUM_ONE_BOX_ENABLED|*> div classimage *|PREMIUM_ONE_BOX_IMAGE_TYPE_URL|* *|PREMIUM_ONE_BOX_IMAGE_HIDE|*> img class*|PREMIUM_ONE_BOX_IMAGE_SRC|* src*|PREMIUM_ONE_BOX_IMAGE|* /> /div> div classimage svg-container *|PREMIUM_ONE_BOX_IMAGE_TYPE_SVG|*> *|PREMIUM_ONE_BOX_IMAGE|* /div> div classtitle style--premium-title-family:*|PREMIUM_ONE_BOX_TITLE_FAMILY|*; --premium-title-size:*|PREMIUM_ONE_BOX_TITLE_SIZE|*; --premium-title-weight:*|PREMIUM_ONE_BOX_TITLE_WEIGHT|*; --premium-title-transform:*|PREMIUM_ONE_BOX_TITLE_TRANSFORM|*; --premium-title-color:*|PREMIUM_ONE_BOX_TITLE_COLOR|*;> *|PREMIUM_ONE_BOX_TITLE_CONTENT|* /div> div classdescription style--premium-description-family:*|PREMIUM_ONE_BOX_DESCRIPTION_FAMILY|*; --premium-description-size:*|PREMIUM_ONE_BOX_DESCRIPTION_SIZE|*; --premium-description-weight:*|PREMIUM_ONE_BOX_DESCRIPTION_WEIGHT|*; --premium-description-transform:*|PREMIUM_ONE_BOX_DESCRIPTION_TRANSFORM|*; --premium-description-color:*|PREMIUM_ONE_BOX_DESCRIPTION_COLOR|*; > *|PREMIUM_ONE_BOX_DESCRIPTION_CONTENT|* /div> div classbutton> button classcta onclickopenPaymentWindow(one) style--premium-button-family:*|PREMIUM_BUY_BUTTON_FAMILY|*; --premium-button-size:*|PREMIUM_BUY_BUTTON_SIZE|*; --premium-button-weight:*|PREMIUM_BUY_BUTTON_WEIGHT|*; --premium-button-transform:*|PREMIUM_BUY_BUTTON_TRANSFORM|*; --premium-button-color:*|PREMIUM_BUY_BUTTON_COLOR|*; --premium-button-color-hover:*|PREMIUM_BUY_BUTTON_COLOR_HOVER|*; --premium-button-background:*|PREMIUM_BUY_BUTTON_BACKGROUND|*; --premium-button-background-hover:*|PREMIUM_BUY_BUTTON_BACKGROUND_HOVER|*; >*|PREMIUM_BUY_BUTTON_CONTENT|*/button> /div> /div> div classpremium-container section-2 *|PREMIUM_TWO_BOX_ENABLED|*> div classimage *|PREMIUM_TWO_BOX_IMAGE_TYPE_URL|* *|PREMIUM_TWO_BOX_IMAGE_HIDE|*> img class*|PREMIUM_ONE_BOX_IMAGE_SRC|* src*|PREMIUM_TWO_BOX_IMAGE|* /> /div> div classimage svg-container *|PREMIUM_TWO_BOX_IMAGE_TYPE_SVG|*> *|PREMIUM_TWO_BOX_IMAGE|* /div> div classtitle style--premium-title-family:*|PREMIUM_TWO_BOX_TITLE_FAMILY|*; --premium-title-size:*|PREMIUM_TWO_BOX_TITLE_SIZE|*; --premium-title-weight:*|PREMIUM_TWO_BOX_TITLE_WEIGHT|*; --premium-title-transform:*|PREMIUM_TWO_BOX_TITLE_TRANSFORM|*; --premium-title-color:*|PREMIUM_TWO_BOX_TITLE_COLOR|*;> *|PREMIUM_TWO_BOX_TITLE_CONTENT|* /div> div classdescription style--premium-description-family:*|PREMIUM_TWO_BOX_DESCRIPTION_FAMILY|*; --premium-description-size:*|PREMIUM_TWO_BOX_DESCRIPTION_SIZE|*; --premium-description-weight:*|PREMIUM_TWO_BOX_DESCRIPTION_WEIGHT|*; --premium-description-transform:*|PREMIUM_TWO_BOX_DESCRIPTION_TRANSFORM|*; --premium-description-color:*|PREMIUM_TWO_BOX_DESCRIPTION_COLOR|*; > *|PREMIUM_TWO_BOX_DESCRIPTION_CONTENT|* /div> div classbutton> button classcta onclickopenPaymentWindow(two) style--premium-button-family:*|PREMIUM_BUY_BUTTON_FAMILY|*; --premium-button-size:*|PREMIUM_BUY_BUTTON_SIZE|*; --premium-button-weight:*|PREMIUM_BUY_BUTTON_WEIGHT|*; --premium-button-transform:*|PREMIUM_BUY_BUTTON_TRANSFORM|*; --premium-button-color:*|PREMIUM_BUY_BUTTON_COLOR|*; --premium-button-color-hover:*|PREMIUM_BUY_BUTTON_COLOR_HOVER|*; --premium-button-background:*|PREMIUM_BUY_BUTTON_BACKGROUND|*; --premium-button-background-hover:*|PREMIUM_BUY_BUTTON_BACKGROUND_HOVER|*; >*|PREMIUM_BUY_BUTTON_CONTENT|*/button> /div> /div> div classpremium-container section-3 *|PREMIUM_THREE_BOX_ENABLED|*> div classimage *|PREMIUM_THREE_BOX_IMAGE_TYPE_URL|* *|PREMIUM_THREE_BOX_IMAGE_HIDE|*> img class*|PREMIUM_ONE_BOX_IMAGE_SRC|* src*|PREMIUM_THREE_BOX_IMAGE|* /> /div> div classimage svg-container *|PREMIUM_THREE_BOX_IMAGE_TYPE_SVG|*> *|PREMIUM_THREE_BOX_IMAGE|* /div> div classtitle style--premium-title-family:*|PREMIUM_THREE_BOX_TITLE_FAMILY|*; --premium-title-size:*|PREMIUM_THREE_BOX_TITLE_SIZE|*; --premium-title-weight:*|PREMIUM_THREE_BOX_TITLE_WEIGHT|*; --premium-title-transform:*|PREMIUM_THREE_BOX_TITLE_TRANSFORM|*; --premium-title-color:*|PREMIUM_THREE_BOX_TITLE_COLOR|*;> *|PREMIUM_THREE_BOX_TITLE_CONTENT|* /div> div classdescription style--premium-description-family:*|PREMIUM_THREE_BOX_DESCRIPTION_FAMILY|*; --premium-description-size:*|PREMIUM_THREE_BOX_DESCRIPTION_SIZE|*; --premium-description-weight:*|PREMIUM_THREE_BOX_DESCRIPTION_WEIGHT|*; --premium-description-transform:*|PREMIUM_THREE_BOX_DESCRIPTION_TRANSFORM|*; --premium-description-color:*|PREMIUM_THREE_BOX_DESCRIPTION_COLOR|*; > *|PREMIUM_THREE_BOX_DESCRIPTION_CONTENT|* /div> div classbutton> button classcta onclickopenPaymentWindow(three) style--premium-button-family:*|PREMIUM_BUY_BUTTON_FAMILY|*; --premium-button-size:*|PREMIUM_BUY_BUTTON_SIZE|*; --premium-button-weight:*|PREMIUM_BUY_BUTTON_WEIGHT|*; --premium-button-transform:*|PREMIUM_BUY_BUTTON_TRANSFORM|*; --premium-button-color:*|PREMIUM_BUY_BUTTON_COLOR|*; --premium-button-color-hover:*|PREMIUM_BUY_BUTTON_COLOR_HOVER|*; --premium-button-background:*|PREMIUM_BUY_BUTTON_BACKGROUND|*; --premium-button-background-hover:*|PREMIUM_BUY_BUTTON_BACKGROUND_HOVER|*; >*|PREMIUM_BUY_BUTTON_CONTENT|*/button> /div> /div> /div> /section> section classcontact style--contact-background-color: #fff idcontact> div classsection-wrapper> div classcontact-content hours> div classtitle hours style--contact-hours-title-family:Open Sans; --contact-hours-title-size:25px; --contact-hours-title-weight:600; --contact-hours-title-transform:capitalize; --contact-hours-title-color:#000;> Business Hours /div> div classhours-content monday style--contact-hours-family:Open Sans; --contact-hours-size:16px; --contact-hours-weight:400; --contact-hours-transform:normal; --contact-hours-color:#000; > div classlabel>Monday/div> div classvalue>9:00 am to 5:30 pm/div> /div> div classhours-content tuesday style--contact-hours-family:Open Sans; --contact-hours-size:16px; --contact-hours-weight:400; --contact-hours-transform:normal; --contact-hours-color:#000; > div classlabel>Tuesday/div> div classvalue>9:00 am to 5:30 pm/div> /div> div classhours-content wedbnesday style--contact-hours-family:Open Sans; --contact-hours-size:16px; --contact-hours-weight:400; --contact-hours-transform:normal; --contact-hours-color:#000; > div classlabel>Wednesday/div> div classvalue>9:00 am to 5:30 pm/div> /div> div classhours-content thursday style--contact-hours-family:Open Sans; --contact-hours-size:16px; --contact-hours-weight:400; --contact-hours-transform:normal; --contact-hours-color:#000; > div classlabel>Thursday/div> div classvalue>9:00 am to 5:30 pm/div> /div> div classhours-content friday style--contact-hours-family:Open Sans; --contact-hours-size:16px; --contact-hours-weight:400; --contact-hours-transform:normal; --contact-hours-color:#000; > div classlabel>Friday/div> div classvalue>9:00 am to 5:30 pm/div> /div> div classhours-content saturday style--contact-hours-family:Open Sans; --contact-hours-size:16px; --contact-hours-weight:400; --contact-hours-transform:normal; --contact-hours-color:#000; > div classlabel>Saturday/div> div classvalue>Closed/div> /div> div classhours-content sunday style--contact-hours-family:Open Sans; --contact-hours-size:16px; --contact-hours-weight:400; --contact-hours-transform:normal; --contact-hours-color:#000; > div classlabel>Sunday/div> div classvalue>Closed/div> /div> /div> div classcontact-content details > div classtitle details style--contact-details-title-family:Open Sans; --contact-details-title-size:25px; --contact-details-title-weight:600; --contact-details-title-transform:capitalize; --contact-details-title-color:#000;> Business Details /div> div classdetails-content business-name style--contact-details-family:Open Sans; --contact-details-size:18px; --contact-details-weight:500; --contact-details-transform:normal; --contact-details-color:#000; >CoreVision HR Solutions/div> div classdetails-content abn style--contact-details-family:Open Sans; --contact-details-size:18px; --contact-details-weight:500; --contact-details-transform:normal; --contact-details-color:#000; > div classvalue>ABN: 90 201 929 454/div> /div> div classdetails-content phone style--contact-details-family:Open Sans; --contact-details-size:18px; --contact-details-weight:500; --contact-details-transform:normal; --contact-details-color:#000; > div classlabel> span classmaterial-symbols-outlined> call /span> /div> div classvalue>0455404411/div> /div> div classdetails-content email style--contact-details-family:Open Sans; --contact-details-size:18px; --contact-details-weight:500; --contact-details-transform:normal; --contact-details-color:#000; > div classlabel> span classmaterial-symbols-outlined> mail /span> /div> div classvalue>tamika.ryan@corevisionhrsolutions.com.au/div> /div> div classdetails-content address style--contact-details-family:Open Sans; --contact-details-size:18px; --contact-details-weight:500; --contact-details-transform:normal; --contact-details-color:#000; > div classlabel> span classmaterial-symbols-outlined> location_on /span> /div> div classvalue address>Capalaba QLD 4157, Australia/div> /div> /div> div classcontact-content form> div classtitle form style--contact-title-family:Open Sans; --contact-title-size:25px; --contact-title-weight:600; --contact-title-transform:capitalize; --contact-form-title-color: #000;> Contact Us /div> div classform-content> input classinput typetext placeholderEnter your name idname style--form-input-family:Open Sans; --form-input-size:16px; --form-input-weight:400; --form-input-color:#333; --form-input-background:#fff; --form-input-border:#ccc; --form-input-border-focus:#333; --form-input-placeholder:#555; > /div> div classform-content> input classinput typetext placeholderEnter your Email idemail style--form-input-family:Open Sans; --form-input-size:16px; --form-input-weight:400; --form-input-color:#333; --form-input-background:#fff; --form-input-border:#ccc; --form-input-border-focus:#333; --form-input-placeholder:#555; > /div> div classform-content> input classinput typetext placeholderEnter your Phone Number idphone style--form-input-family:Open Sans; --form-input-size:16px; --form-input-weight:400; --form-input-color:#333; --form-input-background:#fff; --form-input-border:#ccc; --form-input-border-focus:#333; --form-input-placeholder:#555; > /div> div classform-content> textarea classtextarea placeholderEnter your Message idmessage style--form-input-family:Open Sans; --form-input-size:16px; --form-input-weight:400; --form-input-color:#333; --form-input-background:#fff; --form-input-border:#ccc; --form-input-border-focus:#333; --form-input-placeholder:#555; >/textarea> /div> div> div idjs-error classform-error>Please fill in all fields/div> div idjs-success classform-success>Email Sent!/div> /div> div classform-content idform-button> div classbutton> button classcta onclicksendContact() style--form-button-family:Open Sans; --form-button-size:16px; --form-button-weight:400; --form-button-transform:normal; --form-button-color:#fff; --form-button-color-hover:#fff; --form-button-background:#ffae42; --form-button-background-hover:#ffae42; >Send Message/button> /div> /div> /div> /div> /section> section classmap > div idmap>/div> /section> section classfooter> div classsection-wrapper> div classpowered> div classfooter-left> CoreVision HR Solutions (ABN: 90 201 929 454) div classfooter-copy>© span idyear>/span> All rights reserved./div> /div> div classfooter-right> This website is powered by a hrefhttps://honcho.com.au/website classemphasis>HONCHO/a> /div> /div> /div> /section>/div>/body>script srchttps://maps.googleapis.com/maps/api/js?keyAIzaSyAEq-0gxRBaj93VA0DBLyeFznAD4N99g5Y&callbackinitMap&vweekly defer>/script>script> initYear();/script>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]