This commit is contained in:
2022-12-08 18:13:23 -05:00
parent 42ef54d689
commit 1609764d85
638 changed files with 102196 additions and 124 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

+29 -33
View File
@@ -1,43 +1,39 @@
<!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="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<meta name="author" content="Float Mobility">
<title> Ride Sharing, Hailing & Budgeting App by Float</title>
<meta name="description" content="Travel smarter with Float's ride sharing, hailing and budgeting app. Avaliable on IOS and Android.">
<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">
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<link href="/assets/float-ev/common/img/favicon.ico" rel="icon"/>
<link rel="/stylesheet" href="/assets/float-ev/common/css/bundle.min.css"/>
<link rel="stylesheet" href="assets/float-ev/common/css/revolution-settings.min.css"/>
<link href="/assets/float-ev/common/css/LineIcons.min.css" rel="stylesheet"/>
<link href="/assets/float-ev/common/css/jquery.fancybox.min.css" rel="stylesheet"/>
<link href="/assets/float-ev/common/css/owl.carousel.min.css" rel="stylesheet"/>
<link href="/assets/float-ev/common/css/wow.css" rel="stylesheet"/>
<link rel="stylesheet" href="/assets/float-ev/common/css/cubeportfolio.min.css"/>
<link href="/assets/float-ev/css/line-awesome.min.css" rel="stylesheet"/>
<link href="/assets/float-ev/css/style.css" rel="stylesheet"/>
<link href="/assets/float-ev/css/custom.css" rel="stylesheet"/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB