Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav0102030405 committed Sep 28, 2023
0 parents commit d030292
Show file tree
Hide file tree
Showing 35 changed files with 120 additions and 0 deletions.
36 changes: 36 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"files": {
"main.css": "/webstudio-02/static/css/main.81a2e957.css",
"main.js": "/webstudio-02/static/js/main.5ff527cb.js",
"static/media/bg-img-768-2x.jpg": "/webstudio-02/static/media/bg-img-768-2x.95bf250eb4ec84767ac5.jpg",
"static/media/bg-img-1200-1x.jpg": "/webstudio-02/static/media/bg-img-1200-1x.57a87cbabbccbaa5143d.jpg",
"static/media/bg-img-1200.jpg": "/webstudio-02/static/media/bg-img-1200.57a87cbabbccbaa5143d.jpg",
"static/media/bh-img-480-2x.jpg": "/webstudio-02/static/media/bh-img-480-2x.b947df708a2bb4b92ef3.jpg",
"static/media/bg-img-768.jpg": "/webstudio-02/static/media/bg-img-768.67079336763442538624.jpg",
"static/media/img-3.jpg": "/webstudio-02/static/media/img-3.c1a8f5a8f47dad467d90.jpg",
"static/media/bh-img-480.jpg": "/webstudio-02/static/media/bh-img-480.a15d82253a6e192e10f1.jpg",
"static/media/designer-desctop.jpg": "/webstudio-02/static/media/designer-desctop.a0228b627a62e0803dae.jpg",
"static/media/work-img-340.jpg": "/webstudio-02/static/media/work-img-340.a3f00abb84d9118c43f1.jpg",
"static/media/marketing-desctop.jpg": "/webstudio-02/static/media/marketing-desctop.4999536071bfc407c3f7.jpg",
"static/media/frontend-mobile.jpg": "/webstudio-02/static/media/frontend-mobile.05ad8f57f8f3244990b8.jpg",
"static/media/work2-img.jpg": "/webstudio-02/static/media/work2-img.f1f47a3a2be2b74be374.jpg",
"static/media/designer-mobile.jpg": "/webstudio-02/static/media/designer-mobile.4370f16efb98e147e3ff.jpg",
"static/media/marketing-mobile.jpg": "/webstudio-02/static/media/marketing-mobile.b9fedaba4a4267731141.jpg",
"static/media/product-mobile.jpg": "/webstudio-02/static/media/product-mobile.ed2ce9e5f7d11c4ca1f2.jpg",
"static/media/work3-img-370.jpg": "/webstudio-02/static/media/work3-img-370.aa2b06101bcd2d380104.jpg",
"static/media/frontend-tablet.jpg": "/webstudio-02/static/media/frontend-tablet.af22850b2884ec9d9e9f.jpg",
"static/media/designer-tablet.jpg": "/webstudio-02/static/media/designer-tablet.f7da87d4070e7ed8ddcb.jpg",
"static/media/astronaut-4.svg": "/webstudio-02/static/media/astronaut-4.79038cf7fa9a667a8a27.svg",
"static/media/diagram-3.svg": "/webstudio-02/static/media/diagram-3.647409d11f1baaa42689.svg",
"static/media/antenna-1.svg": "/webstudio-02/static/media/antenna-1.ef90e165ba08205e03e0.svg",
"static/media/clock-2.svg": "/webstudio-02/static/media/clock-2.7a71859d2e47e19124e6.svg",
"index.html": "/webstudio-02/index.html",
"static/media/icon check.svg": "/webstudio-02/static/media/icon check.137441bb7ecea9507f6b.svg",
"main.81a2e957.css.map": "/webstudio-02/static/css/main.81a2e957.css.map",
"main.5ff527cb.js.map": "/webstudio-02/static/js/main.5ff527cb.js.map"
},
"entrypoints": [
"static/css/main.81a2e957.css",
"static/js/main.5ff527cb.js"
]
}
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/webstudio-02/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="/webstudio-02/logo192.png"/><link rel="manifest" href="/webstudio-02/manifest.json"/><title>React App</title><link href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet"/><script defer="defer" src="/webstudio-02/static/js/main.5ff527cb.js"></script><link href="/webstudio-02/static/css/main.81a2e957.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
3 changes: 3 additions & 0 deletions static/css/main.81a2e957.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.81a2e957.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions static/js/main.5ff527cb.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.5ff527cb.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/media/antenna-1.ef90e165ba08205e03e0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/media/astronaut-4.79038cf7fa9a667a8a27.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/media/bg-img-768.67079336763442538624.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/media/bh-img-480.a15d82253a6e192e10f1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/media/clock-2.7a71859d2e47e19124e6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/media/diagram-3.647409d11f1baaa42689.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions static/media/icon check.137441bb7ecea9507f6b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/media/img-3.c1a8f5a8f47dad467d90.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d030292

Please sign in to comment.