Join our crazy club
Help us in knowing how you can bring a positive difference to the organisation.
Immediate Openings
HTML | SEO | Graphic | App Developer | PHP & Dot Net Developer | Content Writer | Sales
Core Values
Strengthening our very strong vision
iBrandox has been largely governed by its core values. The core values of our business define our code of conduct and principles on which we perform work. We have a whole set of values, out of which few hold prime significance. These values determine our strategies, culture and integrity.
1. Quality
One of the most important aspects of our business is providing world-class solutions to corporations. We strongly belief that ‘Quality reveals our ability’. We deliver with perfection without making any compromise on quality of business solutions. Our quality assurance policies provide flawless guarantee throughout the project and beyond. We consider all our clients as important and treat their projects with equitable approach. In a wake of providing seamless solutions, we may consume extra time but assure to deliver the best.
2. Commitment
As per the recent study, 90% of the projects have been the victim of failure due to lack of commitment. We deliver what we commit and our commitment is not characterized by fake promises. Our goodwill is as important as the quality of our solutions. We belief in establishing a long lasting rapport with our clients and make a commitment to create solutions with unconditional integrity and professionalism. We strive to provide right treatment to millions of corporations that have built their trust on us.
3. Accountability
Our actions are accountable to our clients, investors, society and employees. We have a huge team and the members have been intimated to perform their respective functions. It is difficult to run an organization successfully if people are not made accountable for their actions. We immediately pin point each other’s mistakes and correct them to avoid any turmoil in business.
4. Transparency
We live in an era, where client’s objectives can be negated for the sake of benefitting our corporation. We at iBrandox are dedicated in exercising transparency in our operations and communication with the client. This way we inculcate a sense of confidence and reliability in the client. We encourage free and open exchange of words where our employees and clients acknowledge rules and principles behind the regulatory measures.
5. Confidentiality
We respect the privacy of our clients and employees and ensure that the corporate and personal information is accessed to only those who are authorized to have access. According to iBrandox, confidentiality is the most important value in business as it refrains from taking out inessential amount of information that should not be disclosed without approval. We ensure that all the artworks, copyrights and contact details remain confidential. We do not outsource any of our client’s projects to other vendors, thus, maintaining a strict disclosure policy. Running a business by incorporating confidentiality practices enable the clients and employees to feel secure and sound about their personal information.
Feel proud to phone us and we'd love to chat on your Web Project
Contact us
Loved our portfolio? Share our passion and love with your friend :)
var t = $(".LdimgSwnvrVrOne").attr("data-attr-ldimgswnOne");
$(".LdimgSwnvrVrOne").attr("src", t);
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-53875827-1');
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
} (window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '144010942946156');
fbq('track', 'PageView');
var firebaseConfig = {
apiKey: "AIzaSyB8JMIJDga0k0sSW2NFYnuVuHgvfrVZf6Y",
authDomain: "ibrandox-1f97c.firebaseapp.com",
databaseURL: "https://ibrandox-1f97c.firebaseio.com",
projectId: "ibrandox-1f97c",
storageBucket: "ibrandox-1f97c.appspot.com",
messagingSenderId: "44964557397"
};
firebase.initializeApp(firebaseConfig);
const messaging = firebase.messaging();
messaging.usePublicVapidKey('BB7JUk3BB0QVxlFXRgZq9jiWWU5F03B5EDKuLGD0ktE21Soy05yuM7V5FzdiSFv6OCmMjXpIvpTXt7BpC3wtzew')
messaging.requestPermission().then(function () {
console.log('notification granted');
messaging.getToken().then(function (currentToken) {
console.log(currentToken);
SaveClientID(currentToken)
document.getElementById('token').innerHTML = currentToken;
}).catch(function (err) {
console.log('an error occurig retirve token', err);
showToken('Error', err);
setTokenSendToServer(false);
});
}).catch(function (err) {
console.log('unable to notification ', err);
});
messaging.onMessage(function (payload) {
var obj = JSON.parse(payload.data.notification);
var notification = new Notification(obj.title,
{
icon: "https://www.ibrandox.com/assets/images/push_notification-logo.png",
body: obj.body,
//requireInteraction: true,
data: {
time: new Date(Date.now()).toString(),
click_action: obj.click_action
}
});
});
function SaveClientID(currentToken) {
$.ajax({
type: "POST",
url: 'https://www.ibrandox.com/ToyRenting.aspx/SaveClientID',
data: '{"currentToken":"' + currentToken + '"}',
contentType: 'application/json; charset=utf-8',
dataType: 'json',
success: function (result) {
if (result.d.toString() != "") {
}
}
});
}