-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy - v0.1.0 - Tesla Booking App to GitHub Pages
- Loading branch information
Showing
13 changed files
with
32 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
static/js/main.ab49dbad.js.LICENSE.txt → static/js/main.dd630818.js.LICENSE.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
static/js/main.ab49dbad.js.map → static/js/main.dd630818.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.