Skip to content

Commit

Permalink
Deploy - v0.1.0 - Tesla Booking App to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Apr 5, 2024
1 parent cc84454 commit 9d54d36
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 114 deletions.
13 changes: 7 additions & 6 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"files": {
"main.css": "/tesla-booking-front-end/static/css/main.69bb06ec.css",
"main.js": "/tesla-booking-front-end/static/js/main.ab49dbad.js",
"main.css": "/tesla-booking-front-end/static/css/main.2af13cb7.css",
"main.js": "/tesla-booking-front-end/static/js/main.dd630818.js",
"static/js/85.516f729b.chunk.js": "/tesla-booking-front-end/static/js/85.516f729b.chunk.js",
"static/media/tesla-red-word-logo.png": "/tesla-booking-front-end/static/media/tesla-red-word-logo.783174ef5075ee3611e6.png",
"index.html": "/tesla-booking-front-end/index.html",
"main.69bb06ec.css.map": "/tesla-booking-front-end/static/css/main.69bb06ec.css.map",
"main.ab49dbad.js.map": "/tesla-booking-front-end/static/js/main.ab49dbad.js.map"
"main.2af13cb7.css.map": "/tesla-booking-front-end/static/css/main.2af13cb7.css.map",
"main.dd630818.js.map": "/tesla-booking-front-end/static/js/main.dd630818.js.map"
},
"entrypoints": [
"static/css/main.69bb06ec.css",
"static/js/main.ab49dbad.js"
"static/css/main.2af13cb7.css",
"static/js/main.dd630818.js"
]
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content=""/><meta name="description" content="Book your ideal Tesla model effortlessly with our new
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#e82127"/><meta name="description" content="Book your ideal Tesla model effortlessly with our new
Tesla vehicle booking app! Enjoy daily rates on our five available models,
available in cities worldwide. Experience the best service in the industry."/><meta name="author" content="Arturo Emanuel Guerra Iturres and Mahammad Mostafa"/><link rel="icon" href="/tesla-booking-front-end/tesla-red-logo-favicon.png"/><link rel="apple-touch-icon" href="/tesla-booking-front-end/tesla-apple-touch-icon.png"/><title>Tesla</title><script defer="defer" src="/tesla-booking-front-end/static/js/main.ab49dbad.js"></script><link href="/tesla-booking-front-end/static/css/main.69bb06ec.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
available in cities worldwide. Experience the best service in the industry."/><meta name="author" content="Arturo Emanuel Guerra Iturres and Mahammad Mostafa"/><link rel="icon" href="/tesla-booking-front-end/tesla-red-logo-favicon.png"/><link rel="apple-touch-icon" href="/tesla-booking-front-end/tesla-apple-touch-icon.png"/><link rel="manifest" href="/tesla-booking-front-end/manifest.json"/><title>Tesla</title><script defer="defer" src="/tesla-booking-front-end/static/js/main.dd630818.js"></script><link href="/tesla-booking-front-end/static/css/main.2af13cb7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
25 changes: 14 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
{
"short_name": "Tesla Booking",
"name": "Tesla Booking App",
"start_url": ".",
"display": "standalone",
"theme_color": "#e82127",
"background_color": "#e6e6e6",
"icons": [
{
"src": "favicon.ico",
"src": "tesla-red-logo-favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"type": "image/x-icon",
"purpose": "any maskable"
},
{
"src": "logo192.png",
"src": "tesla-apple-touch-icon.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "logo512.png",
"src": "tesla-apple-touch-icon.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
]
}
3 changes: 3 additions & 0 deletions static/css/main.2af13cb7.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.2af13cb7.css.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/css/main.69bb06ec.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.69bb06ec.css.map

This file was deleted.

1 change: 1 addition & 0 deletions static/js/85.516f729b.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions static/js/main.ab49dbad.js

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.dd630818.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/**
* @license React
* react-dom.production.min.js
Expand Down

Large diffs are not rendered by default.

81 changes: 0 additions & 81 deletions vehicles.json

This file was deleted.

0 comments on commit 9d54d36

Please sign in to comment.