101 lines
4.5 KiB
HTML
101 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="author" content="Float Mobility">
|
|
<meta name="description" content="Travel smarter with Float's ride sharing, hailing and budgeting app. Avaliable on IOS and Android." />
|
|
<meta name="title" content="Ride Sharing, Hailing & Budgeting App by Float" />
|
|
<meta name="keywords" content="Travel smarter , Ride Sharing, Hailing and Budgeting App" />
|
|
<meta property="og:type" content="business.business">
|
|
<meta property="og:title" content="Float Mobility">
|
|
<meta property="og:url" content="https://float.sg">
|
|
<meta property="og:image" content="https://www.float.sg/assets/img/logo-light.png">
|
|
<meta property="business:contact_data:street_address" content="1070 Cresta Way Unit 2">
|
|
<meta property="business:contact_data:locality" content="San Rafael">
|
|
<meta property="business:contact_data:region" content="CA">
|
|
<meta property="business:contact_data:postal_code" content="94903">
|
|
<meta property="business:contact_data:country_name" content="United States">
|
|
<meta name="google-signin-client_id" content="343605975098-i4p86p4la6lpff0rmsq3mg36vi9do9rb.apps.googleusercontent.com">
|
|
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
|
|
<!-- GOOGLE FONTS -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@300;400;500;700;900&display=swap" rel="stylesheet">
|
|
|
|
<!-- BOOTSTRAP CSS -->
|
|
<link href="/assets/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- FONT ICONS -->
|
|
<link href="/assets/css/flaticon.css" rel="stylesheet">
|
|
|
|
<!-- PLUGINS STYLESHEET -->
|
|
<link href="/assets/css/menu.css" rel="stylesheet">
|
|
<link id="effect" href="/assets/css/dropdown-effects/fade-down.css" media="all" rel="stylesheet">
|
|
<link href="/assets/css/magnific-popup.css" rel="stylesheet">
|
|
<link href="/assets/css/owl.carousel.min.css" rel="stylesheet">
|
|
<link href="/assets/css/flexslider.css" rel="stylesheet">
|
|
<link href="/assets/css/owl.theme.default.min.css" rel="stylesheet">
|
|
|
|
<!-- TEMPLATE CSS -->
|
|
<link href="/assets/display_assests/css/style.css" rel="stylesheet">
|
|
<link href="/assets/css/style.css" rel="stylesheet">
|
|
|
|
<!-- ON SCROLL ANIMATION -->
|
|
<link href="/assets/css/animate.css" rel="stylesheet">
|
|
|
|
<!-- RESPONSIVE CSS -->
|
|
<link href="/assets/css/responsive.css" rel="stylesheet">
|
|
|
|
|
|
<title> Ride Sharing, Hailing & Budgeting App by Float</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
|
|
|
|
<!-- EXTERNAL SCRIPTS
|
|
============================================= -->
|
|
<script src="/assets/js/jquery-3.5.1.min.js"></script>
|
|
<script src="/assets/js/bootstrap.min.js"></script>
|
|
<script src="/assets/js/modernizr.custom.js"></script>
|
|
<script src="/assets/js/jquery.easing.js"></script>
|
|
<script src="/assets/js/jquery.appear.js"></script>
|
|
<script src="/assets/js/jquery.scrollto.js"></script>
|
|
<script src="/assets/js/menu.js"></script>
|
|
<script src="/assets/js/jquery.flexslider.js"></script>
|
|
<script src="/assets/js/owl.carousel.min.js"></script>
|
|
<script src="/assets/js/jquery.magnific-popup.min.js"></script>
|
|
<script src="/assets/js/jquery.validate.min.js"></script>
|
|
<script src="/assets/js/jquery.ajaxchimp.min.js"></script>
|
|
<script src="/assets/js/wow.js"></script>
|
|
<!-- Custom Script -->
|
|
<script src="/assets/js/custom.js"></script>
|
|
<script>
|
|
function initFreshChat() {
|
|
window.fcWidget.init({
|
|
token: "e14dfaf8-473b-4882-a83f-e88f192f763d",
|
|
host: "https://wchat.freshchat.com"
|
|
});
|
|
}
|
|
function initialize(i,t){
|
|
var e;
|
|
i.getElementById(t) ? initFreshChat() :
|
|
((e=i.createElement("script")).id=t,
|
|
e.async=!0,e.src="https://wchat.freshchat.com/js/widget.js",
|
|
e.onload=initFreshChat,i.head.appendChild(e))
|
|
}
|
|
function initiateCall() {
|
|
initialize(document,"freshchat-js-sdk")
|
|
}
|
|
window.addEventListener ? window.addEventListener("load",initiateCall,!1): window.attachEvent("load",initiateCall,!1);
|
|
</script>
|
|
</body>
|
|
</html> |