diff --git a/parallax-cards/build/asset-manifest.json b/parallax-cards/build/asset-manifest.json index 8a6e642..723a42e 100644 --- a/parallax-cards/build/asset-manifest.json +++ b/parallax-cards/build/asset-manifest.json @@ -1,13 +1,13 @@ { "files": { - "main.css": "./static/css/main.83f8d106.css", - "main.js": "./static/js/main.527222b0.js", + "main.css": "./static/css/main.01735c15.css", + "main.js": "./static/js/main.d6de880f.js", "index.html": "./index.html", - "main.83f8d106.css.map": "./static/css/main.83f8d106.css.map", - "main.527222b0.js.map": "./static/js/main.527222b0.js.map" + "main.01735c15.css.map": "./static/css/main.01735c15.css.map", + "main.d6de880f.js.map": "./static/js/main.d6de880f.js.map" }, "entrypoints": [ - "static/css/main.83f8d106.css", - "static/js/main.527222b0.js" + "static/css/main.01735c15.css", + "static/js/main.d6de880f.js" ] } \ No newline at end of file diff --git a/parallax-cards/build/index.html b/parallax-cards/build/index.html index 761d5f6..785a9f4 100644 --- a/parallax-cards/build/index.html +++ b/parallax-cards/build/index.html @@ -1 +1 @@ -React App
\ No newline at end of file +Cards Parallax
\ No newline at end of file diff --git a/parallax-cards/build/india.jpg b/parallax-cards/build/india.jpg new file mode 100644 index 0000000..69089f5 Binary files /dev/null and b/parallax-cards/build/india.jpg differ diff --git a/parallax-cards/build/nyc.jpg b/parallax-cards/build/nyc.jpg new file mode 100644 index 0000000..06e534d Binary files /dev/null and b/parallax-cards/build/nyc.jpg differ diff --git a/parallax-cards/build/static/css/main.01735c15.css b/parallax-cards/build/static/css/main.01735c15.css new file mode 100644 index 0000000..9836d15 --- /dev/null +++ b/parallax-cards/build/static/css/main.01735c15.css @@ -0,0 +1,2 @@ +@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);body{font-family:Noto Sans,sans-serif;margin:0}*{box-sizing:border-box}.main{margin-bottom:100vh;margin-top:50vh}.card-container{align-items:center;display:flex;height:100vh;justify-content:center;position:-webkit-sticky;position:sticky;top:0}.card{border-radius:25px;color:#2c2c2c;height:400px;padding:2rem;width:800px}.card__title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.card__link a{color:#2c2c2c}.card__row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.card__image{height:250px}.card__image img{border-radius:25px;height:100%;object-fit:cover;object-position:bottom;width:100%}@media (max-width:1024px){.card{width:600px}} +/*# sourceMappingURL=main.01735c15.css.map*/ \ No newline at end of file diff --git a/parallax-cards/build/static/css/main.01735c15.css.map b/parallax-cards/build/static/css/main.01735c15.css.map new file mode 100644 index 0000000..44bf067 --- /dev/null +++ b/parallax-cards/build/static/css/main.01735c15.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.01735c15.css","mappings":"6GAEA,KAEE,gCAAoC,CADpC,QAEF,CAEA,EACE,qBACF,CAEA,MAEE,mBAAoB,CADpB,eAEF,CAGA,gBAGE,kBAAmB,CADnB,YAAa,CADb,YAAa,CAGb,sBAAuB,CACvB,uBAAgB,CAAhB,eAAgB,CAChB,KACF,CAEA,MAGE,kBAAmB,CAEnB,aAAc,CAJd,YAAa,CAGb,YAAa,CAFb,WAIF,CAEA,aAEE,gBAAiB,CACjB,eAAgB,CAChB,kBAAmB,CAHnB,iBAIF,CAEA,cACE,aACF,CAEA,WAGE,aAAS,CAFT,YAAa,CAEb,QAAS,CADT,6BAEF,CAEA,aACE,YACF,CAEA,iBAIE,kBAAmB,CAFnB,WAAY,CACZ,gBAAiB,CAEjB,sBAAuB,CAJvB,UAKF,CAGA,0BACE,MACE,WACF,CACF","sources":["index.css"],"sourcesContent":["@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');\n\nbody {\n margin: 0;\n font-family: \"Noto Sans\", sans-serif;\n}\n\n* {\n box-sizing: border-box;\n}\n\n.main {\n margin-top: 50vh;\n margin-bottom: 100vh;\n}\n\n\n.card-container {\n height: 100vh;\n display: flex;\n align-items: center;\n justify-content: center;\n position: sticky;\n top: 0;\n}\n\n.card {\n height: 400px;\n width: 800px;\n border-radius: 25px;\n padding: 2rem;\n color: #2c2c2c;\n}\n\n.card__title {\n text-align: center;\n font-size: 1.5rem;\n font-weight: 600;\n margin-bottom: 2rem;\n}\n\n.card__link a {\n color: #2c2c2c;\n}\n\n.card__row {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 1rem;\n}\n\n.card__image {\n height: 250px;\n}\n\n.card__image img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: 25px;\n object-position: bottom;\n}\n\n\n@media (max-width: 1024px) {\n .card {\n width: 600px;\n }\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/parallax-cards/build/static/css/main.83f8d106.css b/parallax-cards/build/static/css/main.83f8d106.css deleted file mode 100644 index 988294e..0000000 --- a/parallax-cards/build/static/css/main.83f8d106.css +++ /dev/null @@ -1,2 +0,0 @@ -body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0} -/*# sourceMappingURL=main.83f8d106.css.map*/ \ No newline at end of file diff --git a/parallax-cards/build/static/css/main.83f8d106.css.map b/parallax-cards/build/static/css/main.83f8d106.css.map deleted file mode 100644 index 49bf448..0000000 --- a/parallax-cards/build/static/css/main.83f8d106.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"static/css/main.83f8d106.css","mappings":"AAAA,KAEE,mIAEY,CAHZ,QAIF","sources":["index.css"],"sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/parallax-cards/build/static/js/main.527222b0.js b/parallax-cards/build/static/js/main.d6de880f.js similarity index 68% rename from parallax-cards/build/static/js/main.527222b0.js rename to parallax-cards/build/static/js/main.d6de880f.js index cc53298..8001b8b 100644 --- a/parallax-cards/build/static/js/main.527222b0.js +++ b/parallax-cards/build/static/js/main.d6de880f.js @@ -1,3 +1,3 @@ -/*! For license information please see main.527222b0.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