diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..93a2ac5 --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,51 @@ +{ + "files": { + "main.css": "/portfolio/static/css/main.817af885.css", + "main.js": "/portfolio/static/js/main.de6463f7.js", + "static/js/787.b2e1b36e.chunk.js": "/portfolio/static/js/787.b2e1b36e.chunk.js", + "static/media/color-sharp.png": "/portfolio/static/media/color-sharp.bea361cfef80fefc2d1e.png", + "static/media/color-sharp2.png": "/portfolio/static/media/color-sharp2.c87586c6c2f549cb4aa6.png", + "static/media/cinephile.png": "/portfolio/static/media/cinephile.6c78dbc2ee89716c7f00.png", + "static/media/gallery.png": "/portfolio/static/media/gallery.dd98e51902c1899267ac.png", + "static/media/pokedex.png": "/portfolio/static/media/pokedex.7a58488138d48a362bcb.png", + "static/media/banner-bg.png": "/portfolio/static/media/banner-bg.cc1273af450504afe755.png", + "static/media/Mandala.png": "/portfolio/static/media/Mandala.f7b0d02b8f47d19faa36.png", + "static/media/header-img.svg": "/portfolio/static/media/header-img.84bf93eb20488a753440bf83d27db7bb.svg", + "static/media/Wanda.png": "/portfolio/static/media/Wanda.3472751e29d6dae7414d.png", + "static/media/Neko.png": "/portfolio/static/media/Neko.689cda51a097759f3cb3.png", + "static/media/LaLaLand.png": "/portfolio/static/media/LaLaLand.1bdee3c78f4fb2a82a7e.png", + "static/media/CentraNo2-Bold.ttf": "/portfolio/static/media/CentraNo2-Bold.2faff7f7d3fc92a2fcd9.ttf", + "static/media/CentraNo2-Medium.ttf": "/portfolio/static/media/CentraNo2-Medium.f94be5b326d78bb32b95.ttf", + "static/media/CentraNo2-Book.ttf": "/portfolio/static/media/CentraNo2-Book.2b143fa4b734a3584043.ttf", + "static/media/footer-bg.png": "/portfolio/static/media/footer-bg.7bd67c0f73571d0acc02.png", + "static/media/Emma.png": "/portfolio/static/media/Emma.644203d9e251775966ab.png", + "static/media/TBBT.png": "/portfolio/static/media/TBBT.9b19c20ef556d9da0fc1.png", + "static/media/contact-img.svg": "/portfolio/static/media/contact-img.87eac2b29352fa01abb2f9510ef6ac7e.svg", + "static/media/revicons.eot": "/portfolio/static/media/revicons.a77de540a38981833f9e.eot", + "static/media/revicons.ttf": "/portfolio/static/media/revicons.57fd05d4ae650374c8de.ttf", + "static/media/nextjs.png": "/portfolio/static/media/nextjs.e7c27390021ffa2b5760.png", + "static/media/revicons.woff": "/portfolio/static/media/revicons.e8746a624ed098489406.woff", + "static/media/react.svg": "/portfolio/static/media/react.f57b349b4d9df56c9b48c916a8d5adfb.svg", + "static/media/nodejs.svg": "/portfolio/static/media/nodejs.2392983dc38f1c5a989eef634eceddbe.svg", + "static/media/mysql.svg": "/portfolio/static/media/mysql.4c50926040e5a77a27dba211addc08e3.svg", + "static/media/nav-icon3.svg": "/portfolio/static/media/nav-icon3.08b285abb8e118b52637efa5d65c5367.svg", + "static/media/nav-icon2.svg": "/portfolio/static/media/nav-icon2.97ed8e7eef60d61ca469881dd6f34511.svg", + "static/media/link.svg": "/portfolio/static/media/link.d7e56e3efb8e2593cb2f0d275ad3dbe6.svg", + "static/media/mongodb.svg": "/portfolio/static/media/mongodb.bfa6cdd80f4a99232cadb39ebbb976d2.svg", + "static/media/js.svg": "/portfolio/static/media/js.19600440c8c62e3de974e2bba991871f.svg", + "index.html": "/portfolio/index.html", + "static/media/illustrator.svg": "/portfolio/static/media/illustrator.48ec6482d34d77eb33ef1e5fc018c287.svg", + "static/media/nav-icon1.svg": "/portfolio/static/media/nav-icon1.721d5414c26365f117e71d46b6641cb2.svg", + "static/media/tailwindcss.svg": "/portfolio/static/media/tailwindcss.973c73e85d4daa24b257ba20298716c4.svg", + "static/media/css.svg": "/portfolio/static/media/css.64fa1d1c4801d931c3717be71f6c020e.svg", + "static/media/code.svg": "/portfolio/static/media/code.bcfe6d9fbea2de47cc91d49d1affef0e.svg", + "static/media/html.svg": "/portfolio/static/media/html.8ae3d4adcd70a1028a6377697d9f33b0.svg", + "main.817af885.css.map": "/portfolio/static/css/main.817af885.css.map", + "main.de6463f7.js.map": "/portfolio/static/js/main.de6463f7.js.map", + "787.b2e1b36e.chunk.js.map": "/portfolio/static/js/787.b2e1b36e.chunk.js.map" + }, + "entrypoints": [ + "static/css/main.817af885.css", + "static/js/main.de6463f7.js" + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..472b06c --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +
`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 2. Add explicit cursor to indicate changed behavior.\n// 3. Prevent the text-decoration to be skipped.\n\nabbr[title] {\n text-decoration: underline dotted; // 1\n cursor: help; // 2\n text-decoration-skip-ink: none; // 3\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: var(--#{$prefix}highlight-bg);\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: var(--#{$prefix}link-color);\n text-decoration: $link-decoration;\n\n &:hover {\n color: var(--#{$prefix}link-hover-color);\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: var(--#{$prefix}code-color);\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `