vroom24x7.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://vroom24x7.com/assets/images/company/favicon1.png" type="image/x-icon"/>
<title>Vroom Services Limited</title>
<!-- CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,500">
<link rel="stylesheet" href="https://vroom24x7.com/assets/website/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://vroom24x7.com/assets/website/css/animate.css">
<link rel="stylesheet" href="https://vroom24x7.com/assets/website/css/form-elements.css">
<link rel="stylesheet" href="https://vroom24x7.com/assets/website/css/myStyle.css">
<link rel="stylesheet" href="https://vroom24x7.com/assets/website/css/responsive.css">
<link rel="stylesheet" href="https://vroom24x7.com/assets/website/css/aos.css" />
<script src="https://vroom24x7.com/assets/website/js/font-awesome.js"></script>
<script src="https://vroom24x7.com/assets/website/js/float-panel.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" type="text/css" href="https://vroom24x7.com/assets/website/css/lightbox.css">
<link href="https://vroom24x7.com/assets/select_client/css/sweetalert.css" rel="stylesheet" />
<script src="https://vroom24x7.com/assets/website/js/jquery-1.11.1.min.js"></script>
</head>
<body>
<div id="fb-root"></div>
<script>(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-customerchat"
attribution=install_email
page_id="684212941778030"
theme_color="#F79522"
logged_in_greeting="The VROOM team is ready to chat with you!"
logged_out_greeting="The VROOM team is ready to chat with you!">
</div>
<div class="top-content" style="position: relative; z-index: 0; background: none;">
<!-- Top menu -->
<div class="mobile-navbar">
<div class="mobile-navbar-header">
<!-- <a class="navbar-brand" href="https://vroom24x7.com/"><img src='https://vroom24x7.com/assets/website/img/vroomCOMlogo.png'></a> -->
<a class="navbar-brand" href="#"><img src='https://vroom24x7.com/assets/website/img/vroomCOMlogo.png'></a>
<div class="navbar-toggle">
<i class="fa fa-bars"></i>
</div>
</div>
<div class="mobile-navbar-body">
</div>
</div>
<nav class="navbar navbar-inverse navbar-no-bg" role="navigation" style="">
<div class="float-panel" data-top="0" data-scroll="0" style="">
<div class="container" >
<div class="navbar-header">
<!-- <a class="navbar-brand" href="https://vroom24x7.com/"><img src='https://vroom24x7.com/assets/website/img/vroomCOMlogo.png'></a> -->
<a class="navbar-brand" href="#"><img src='https://vroom24x7.com/assets/website/img/vroomCOMlogo.png'></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<!--<li><a href="https://vroom24x7.com/">Home</a></li>--> <!-- new -->
<!-- <li><a href="https://vroom24x7.com/Home/Contact">Contact</a></li> -->
<li><a href="https://vroom24x7.com/Registration/individualRegistration">Registration</a></li>
<li><a href="https://vroom24x7.com/Login">Login</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div id="overlay" style="display: none">
<div class="spinner"></div>
</div>
<div class="banner-section">
<div class="banner-image-box">
<img src="https://vroom24x7.com/assets/website/img/backgrounds/banner.jpg" class="banner-image">
<div class="banner-image-shade"></div>
</div>
<div class="carousel-caption aos-all">
<div class="banner-caption-text1" data-aos="zoom-out" data-aos-delay="0" data-aos-duration="600">Individual Registration</div>
</div>
</div>
</div>
<div id="divTop"></div>
<script>
function submitForm() {
var errorMsg = "";
var fieldsArr = new Array("fullName|fullNameReq-Error", "mobile|mobileNoReq-Error", "password|passwordReq-Error", "repassword|rePasswordReq-Error"); // filed id, error div id
var inputFiledJsonData = getInputData(fieldsArr);
if (!inputFiledJsonData) {
errorMsg += getReuiredFiledErrorMsg();
showErrorMsg(errorMsg);
return false; // required filed check
} else {
hideErrorDiv();
}
if (!$("#termConditionCheck").is(':checked')) {
$('#termConditionCheckReq-Error').show();
return false;
} else {
$('#termConditionCheckReq-Error').hide();
}
if ($.trim($('#password').val()) !== $.trim($('#repassword').val())) {
sweetAlert('Password and Re-type Passord doesnot match...!');
return false;
}
var $captcha = $('#recaptchaDiv'),
response = grecaptcha.getResponse();
if (response.length === 0) {
return false;
}
showLoader();
// return false;
$.ajax({
type: 'POST',
data: {mobile: $.trim($('#mobile').val()), password: $.trim($('#password').val())},
url: 'https://vroom24x7.com/Registration/checkDuplicateUser',
success: function (result) {
hideLoader();
if (result === '1') {
$('#registrationForm').submit();
} else if (result === '2') {
sweetAlert('This Mobile no has already registered...!');
return false;
} else if (result === '3') {
sweetAlert('Your password pattern is invalid. Please enter a valid password...!');
return false;
}
}
});
}
</script>
<section class="other-page-content">
<div class="container">
<div class="row">
<div class="col-md-12" >
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<script>
function indvAcc() {
window.location.href = "https://vroom24x7.com/Registration/individualRegistration";
}
function corporateAcc() {
window.location.href = "https://vroom24x7.com/Registration/requestForDemo";
}
</script>
<div class="registration-box text-center" style="background-color: #f7f7f7">
<div class="round-icon-box">
<span class="icon">
<object class="icon-svg" style="width: 80px;" data="https://vroom24x7.com/assets/website/img/backgrounds/boss.svg" type="image/svg+xml"></object>
</span>
</div>
<h3 style="font-weight:400">Individual Account</h3>
This account is best suited for you, if you have just one or may be a few vehicles. It’s the ideal choice for individuals who want to manage vehicles online.
<br><br>
<button type="button" onclick="indvAcc()" class="btn btn-indv-corp">Registration <i class="fa fa-arrow-right"></i></button>
</div>
<br>
<div class="registration-box text-center" style="background-color: #fff">
<div class="round-icon-box">
<span class="icon">
<object class="icon-svg" style="width: 80px;" data="https://vroom24x7.com/assets/website/img/backgrounds/organization.svg" type="image/svg+xml"></object>
</span>
</div>
<h3 style="font-weight:400">Fleet Management Account</h3>
This type of account is best suited for you, if you have multiple vehicles. It’s the ideal choice for the fleet manager and management of companies that intend to vehicle management online.
<br><br>
<button type="button" onclick="corporateAcc()" class="btn btn-indv-corp">Request For Demo <i class="fa fa-arrow-right"></i></button>
</div> </div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="registration-box">
<div id="errorDiv" class="alert alert-danger hidden">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
</div>
<div class="text-center">
<h3 style="font-weight:450">Individual Registration</h3>
</div>
<!--<br>-->
<form id="registrationForm" action="https://vroom24x7.com/Registration/doRegistation" method="post">
<div class="row">
<div class="col-md-12">
<div class="form-group" >
<label> Full Name </label><small class="custom-text-danger" > *</small><small class="custom-text-danger hidden" id="fullNameReq-Error"> Full Name is required</small>
<input type="text" class="form-control" name="fullName" id="fullName">
</div>
</div>
<div class="col-md-12">
<div class="form-group" >
<label> Mobile No <small><i>(eg. 017XXXXXXX)</i></small></label><small class="custom-text-danger" > *</small><small class="custom-text-danger hidden" id="mobileNoReq-Error"> Mobile No is required</small>
<input type="text" class="form-control" name="mobile" id="mobile" onchange="checkMobileNumberWithout88(this.value, this.id)">
</div>
</div>
<div class="col-md-12">
<div class="form-group" >
<label> Email </label>
<input type="text" class="form-control" name="email" id="Email" onchange="checkEmail(this.value, this.id)">
</div>
</div>
<div class="col-md-12">
<div class="form-group" >
<label> Password <small><i>(Min 8 digit. One letter and one number)</i></small></label><small class="custom-text-danger" > *</small><small class="custom-text-danger hidden" id="passwordReq-Error"> Password is required</small>
<input type="password" class="form-control" name="password" id="password" autocomplete="new-password">
</div>
</div>
<div class="col-md-12">
<div class="form-group" >
<label> Retype Password </label><small class="custom-text-danger" > *</small><small class="custom-text-danger hidden" id="rePasswordReq-Error" > Retype password is required</small>
<input type="password" class="form-control" name="repassword" id="repassword" autocomplete="new-password">
</div>
</div>
<div class="col-md-12">
<input type="checkbox" id="termConditionCheck" name="termConditionCheck"> Please confirm that you agree to our <a target="_blank" href="https://vroom24x7.com/Home/termsCondition">Terms & Conditions</a>
<br>
<small class="custom-text-danger" style="display:none" id="termConditionCheckReq-Error"> Please checked this, if you are agree</small>
<br><br>
</div>
<div class="col-md-12">
<script src='https://www.google.com/recaptcha/api.js'></script>
<div class="captcha_wrapper">
<div id="recaptchaDiv" class="g-recaptcha" data-sitekey="6LcjbtsUAAAAAG8WxY_KmGxuSCco0njD3AACwkl8" ></div>
</div>
</div>
<div class="col-md-12">
<br>
<button type="button" onclick="submitForm()" class="btn">Registration</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section> <!-- Footer -->
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 col-sm-12 col-xs-12 text-center text-center footer-text footer-address">
<!--<iframe width="80%" height="132" src="https://www.youtube.com/embed/CuAzhaaDTiE" frameborder="5" allow="autoplay; encrypted-media" allowfullscreen></iframe>-->
<span style="font-size:18px">Vroom Services Limited</span> <br>Level 6, Plot 10, Road 12, Block F<br>Niketan, Gulshan, Dhaka-1212, Bangladesh<br>info@vroom.com.bd <br> +8809678187666
</div>
<div class="col-md-4 col-sm-12 col-xs-12 text-center footer-text footer-link">
<a href="https://vroom24x7.com/Home/privacyPolicy">Privacy Policy</a> |
<a href="https://vroom24x7.com/Home/termsCondition">Terms & Conditions</a> |
<div class="divider wow fadeInUp"><span></span></div>
<!--<div class="divider wow fadeInUp"><span></span></div>
<a href="https://vroom24x7.com/Home/memberPrivilege">Members Privileges</a> |
<a href="https://vroom24x7.com/Home/serviceFlow">Service Flow</a> | -->
<!-- <br> +88 09678777962 -->
</div>
<div class="col-md-4 col-sm-12 col-xs-12 text-center">
<div class="flickr-widget">
<div style="overflow-x: auto">
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FVroom24x7%2F&tabs=timeline&width=340&height=130&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="340" height="130" style="border:2px solid white;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 copyright-footer">
© 2025 <a href="#">Vroom Services Limited</a>
</div>
<!-- <div class="col-md-6 col-sm-12 col-xs-12 copyright-footer">
Developed by <a href="#" style="color:white"> ArrowLink™ Soft</a>
</div>-->
</div>
</div>
<!-- Javascript -->
<script src="https://vroom24x7.com/assets/website/bootstrap/js/bootstrap.min.js"></script>
<script src="https://vroom24x7.com/assets/website/js/jquery.backstretch.min.js"></script>
<script src="https://vroom24x7.com/assets/website/js/wow.min.js"></script>
<!--<script src="https://vroom24x7.com/assets/website/js/retina-1.1.0.min.js"></script>-->
<script src="https://vroom24x7.com/assets/website/js/aos.js"></script>
<script src="https://vroom24x7.com/assets/website/js/scripts.js"></script>
<script src="https://vroom24x7.com/assets/select_client/js/sweetalert.min.js"></script>
<script src="https://vroom24x7.com/assets/website/js/lightbox.min.js"></script>
<script>
function checkMobileNumber(mobileNumber, fieldId) {
if (mobileNumber.length === 13) {
var string = mobileNumber;
var re = new RegExp("^8801[15-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]");
if (re.test(string)) {
} else {
sweetAlert("Please enter valid mobile number...! eg. 88017XXXXXXXX");
document.getElementById(fieldId).value = '';
document.getElementById(fieldId).select();
}
} else {
sweetAlert("Please enter valid mobile number...! eg. 88017XXXXXXXX");
document.getElementById(fieldId).value = '';
document.getElementById(fieldId).select();
}
}
function checkMobileNumberWithout88(mobileNumber, fieldId) {
if (mobileNumber.length === 11) {
var string = mobileNumber;
var re = new RegExp("^01[15-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]");
if (re.test(string)) {
} else {
sweetAlert("Please enter valid mobile number...! eg. 017XXXXXXXX");
document.getElementById(fieldId).value = '';
document.getElementById(fieldId).select();
}
} else {
sweetAlert("Please enter valid mobile number...! eg. 017XXXXXXXX");
document.getElementById(fieldId).value = '';
document.getElementById(fieldId).select();
}
}
function checkEmail(email, fieldId){
var regex =/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
if(!regex.test(email)){
$('#' + fieldId).val('');
sweetAlert("Please enter valid email address...! eg. name@domain.com");
}
}
function getInputData(fieldsArr) {
var jsonVariable = {};
var inputArr = new Array();
var requiredFlag = 1;
for (var i = 0; i < fieldsArr.length; i++) {
var inputTextValue = "";
inputArr = fieldsArr[i].split('|');
inputTextValue = $.trim($('#' + inputArr[0]).val()); // inputArr[0] text filed id
if (inputArr.length === 2) { // 2 means this filed is required
if (inputTextValue === "") {
requiredFlag = 0;
$("#" + inputArr[1]).attr('class', 'custom-text-danger'); // inputArr[1] is required field's error div id
} else {
$("#" + inputArr[1]).attr('class', 'hidden custom-text-danger');
}
}
jsonVariable[inputArr[0]] = inputTextValue;
}
if (requiredFlag === 0) {
return false; // required field validation return false
}
return jsonVariable;
}
function getReuiredFiledErrorMsg() {
return "<strong><li>Fields are requried</li></strong>";
}
function hideErrorDiv() {
$("#errorDiv").attr('class', 'alert alert-danger hidden');
}
function showArrayErrorMsg(msgArray){
if(msgArray.length > 0){
showErrorMsg(msgArray.join(''));
}else{
hideErrorDiv();
}
}
function showErrorMsg(errorMsg = ""){
if (errorMsg !== "") {
$("#errorDiv").attr('class', 'alert alert-danger');
document.getElementById('errorDiv').innerHTML = errorMsg;
var etop = $('#divTop').offset().top;
$('html, body').animate({
scrollTop: etop
}, 1000);
}
}
function successAlert(message = null, redirectUrl = null){
swal({
title: "Successfull",
text: message,
type: "success",
closeOnConfirm: false,
confirmButtonText: "Ok",
confirmButtonColor: "#A5DC86"
}, function () {
window.location.href = "https://vroom24x7.com/" + redirectUrl;
});
}
function failAlert(message = null, redirectUrl = null, customTitle = 'Failed'){
swal({
title: customTitle,
text: message,
type: "warning",
closeOnConfirm: false,
confirmButtonText: "Ok",
confirmButtonColor: "#ec6c62"
}, function () {
window.location.href = "https://vroom24x7.com/" + redirectUrl;
});
}
function showLoader() {
$('#overlay').show();
}
function hideLoader() {
$('#overlay').hide();
}
function getErrorBlockMsg(errorStr, msgArray) {
if (jQuery.inArray(errorStr, msgArray) !== -1) {
} else {
msgArray.push(errorStr);
}
return msgArray;
}
function imageCheck(obj, id) {
var fileExtensionImage = ['jpeg', 'jpg', 'png', 'bmp'];
if ($.inArray($(obj).val().split('.').pop().toLowerCase(), fileExtensionImage) == -1) {
alert("Only '.jpeg','.jpg', '.png', '.bmp' formats are allowed.");
destroyImageInputValue(id);
}
}
function destroyImageInputValue(x) {
document.getElementById(x).value = '';
}
// $(function () {
// $(".dateInput").datepicker({format: 'yyyy-mm-dd'});
// });
$(function () {
//Textare auto growth
// autosize($('textarea.auto-growth'));
//Datetimepicker plugin
// $('.datetimepicker').bootstrapMaterialDatePicker({
// format: 'dddd DD MMMM YYYY - HH:mm',
// clearButton: true,
// weekStart: 1
// });
//
// format: 'dddd DD MMMM YYYY',
// $('.dateInput').bootstrapMaterialDatePicker({
// format: 'YYYY-MM-DD',
// clearButton: true,
// weekStart: 1,
// time: false
// });
// $('.timepicker').bootstrapMaterialDatePicker({
// format: 'HH:mm',
// clearButton: true,
// date: false
// });
});
</script> <script>
$('.carousel').carousel({
interval: 5000
});
AOS.init({
easing: 'ease-in-out-sine',
once: true,
});
</script>
<style>
#cot_tl_fixed {
position: fixed;
bottom: 0px;
left:10px;
}
</style>
<div id="cot_tl_fixed">
</div>
</body>
</html>