diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..eca4d14 --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,13 @@ +{ + "files": { + "main.css": "//Magic-Match/static/css/main.962369f9.css", + "main.js": "//Magic-Match/static/js/main.21e341b7.js", + "index.html": "//Magic-Match/index.html", + "main.962369f9.css.map": "//Magic-Match/static/css/main.962369f9.css.map", + "main.21e341b7.js.map": "//Magic-Match/static/js/main.21e341b7.js.map" + }, + "entrypoints": [ + "static/css/main.962369f9.css", + "static/js/main.21e341b7.js" + ] +} \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/favicon.ico differ diff --git a/img/cover.png b/img/cover.png new file mode 100644 index 0000000..c186cac Binary files /dev/null and b/img/cover.png differ diff --git a/img/helmet-1.png b/img/helmet-1.png new file mode 100644 index 0000000..2ec7c3f Binary files /dev/null and b/img/helmet-1.png differ diff --git a/img/potion-1.png b/img/potion-1.png new file mode 100644 index 0000000..1b86ca9 Binary files /dev/null and b/img/potion-1.png differ diff --git a/img/ring-1.png b/img/ring-1.png new file mode 100644 index 0000000..4b2e36e Binary files /dev/null and b/img/ring-1.png differ diff --git a/img/scroll-1.png b/img/scroll-1.png new file mode 100644 index 0000000..a855bc5 Binary files /dev/null and b/img/scroll-1.png differ diff --git a/img/shield-1.png b/img/shield-1.png new file mode 100644 index 0000000..bf7811c Binary files /dev/null and b/img/shield-1.png differ diff --git a/img/sword-1.png b/img/sword-1.png new file mode 100644 index 0000000..6756fca Binary files /dev/null and b/img/sword-1.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b1843ea --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +React App
\ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/manifest.json @@ -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" +} diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/static/css/main.962369f9.css b/static/css/main.962369f9.css new file mode 100644 index 0000000..3257b28 --- /dev/null +++ b/static/css/main.962369f9.css @@ -0,0 +1,2 @@ +body{background:#1b1523;color:#fff;font-family:Courier New,Courier,monospace;font-size:1rem;margin:0;text-align:center}.App{margin:40px auto;max-width:590px}button{background:none;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:1em;font-weight:700;padding:6px 12px}button:hover{background:#c23866;color:#fff}.card-grid{grid-gap:20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:40px}.card{position:relative}.card img{border:2px solid #fff;border-radius:6px;display:block;width:100%}.card .front{position:absolute;transform:rotateY(90deg);transition:all .2s ease-in}.flipped .front{transform:rotateY(0deg);transition-delay:.2s}.card .back{transition:all .2s ease-in;transition-delay:.2s}.flipped .back{transform:rotateY(90deg);transition-delay:0} +/*# sourceMappingURL=main.962369f9.css.map*/ \ No newline at end of file diff --git a/static/css/main.962369f9.css.map b/static/css/main.962369f9.css.map new file mode 100644 index 0000000..4dd799c --- /dev/null +++ b/static/css/main.962369f9.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.962369f9.css","mappings":"AACA,KAKE,kBAAmB,CACnB,UAAW,CALX,yCAA8C,CAE9C,cAAe,CADf,QAAS,CAET,iBAGF,CCRA,KAEE,gBAAiB,CADjB,eAEF,CACA,OACE,eAAgB,CAChB,qBAAsB,CAEtB,iBAAkB,CAClB,UAAW,CAEX,cAAe,CACf,aAAc,CAFd,eAAiB,CAHjB,gBAMF,CACA,aACE,kBAAmB,CACnB,UACF,CACA,WAIE,aAAc,CAFd,YAAa,CACb,qCAAsC,CAFtC,eAIF,CCvBA,MACI,iBACJ,CAEA,UAGI,qBAAsB,CACtB,iBAAkB,CAFlB,aAAc,CADd,UAIJ,CAGA,aAGI,iBAAkB,CAFlB,wBAAyB,CACzB,0BAEJ,CAEA,gBACI,uBAAwB,CACxB,oBACJ,CAGA,YACI,0BAA4B,CAC5B,oBACJ,CAEA,eACI,wBAAyB,CACzB,kBACJ","sources":["index.css","App.css","components/SingleCard.css"],"sourcesContent":["/* base styles */\nbody {\n font-family: 'Courier New', Courier, monospace;\n margin: 0;\n font-size: 1rem;\n text-align: center;\n background: #1b1523;\n color: #fff;\n}",".App {\n max-width: 590px;\n margin: 40px auto;\n}\nbutton{\n background: none;\n border: 2px solid #fff;\n padding: 6px 12px;\n border-radius: 4px;\n color: #fff;\n font-weight: bold;\n cursor: pointer;\n font-size: 1em;\n}\nbutton:hover{\n background: #c23866;\n color: #fff;\n}\n.card-grid{\n margin-top: 40px;\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr;\n grid-gap: 20px;\n}\n\n\n\n\n\n",".card {\n position: relative;\n}\n\n.card img {\n width: 100%;\n display: block;\n border: 2px solid #fff;\n border-radius: 6px;\n}\n\n/* front of card - the picture */\n.card .front {\n transform: rotateY(90deg);\n transition: all ease-in 0.2s;\n position: absolute;\n}\n\n.flipped .front {\n transform: rotateY(0deg);\n transition-delay: 0.2s;\n}\n\n/* back of card - cover */\n.card .back {\n transition: all ease-in 0.2s;\n transition-delay: 0.2s;\n}\n\n.flipped .back {\n transform: rotateY(90deg);\n transition-delay: 0;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/main.21e341b7.js b/static/js/main.21e341b7.js new file mode 100644 index 0000000..21661b3 --- /dev/null +++ b/static/js/main.21e341b7.js @@ -0,0 +1,3 @@ +/*! For license information please see main.21e341b7.js.LICENSE.txt */ +(()=>{"use strict";var e={730:(e,n,t)=>{var r=t(43),l=t(853);function a(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t