diff --git a/output/index.html b/output/index.html index 2aae945..f43f29c 100755 --- a/output/index.html +++ b/output/index.html @@ -32,9 +32,16 @@

Merchandise

-

- Coming soon... we'll be selling hats and t-shirts prolly -

+
+ + + + +
+ Make America Panic Again Black Hat
+ $30 +
+

FAQ

@@ -80,6 +87,13 @@
+ diff --git a/output/main.css b/output/main.css index 0ed26dd..8bef13b 100755 --- a/output/main.css +++ b/output/main.css @@ -49,14 +49,11 @@ h3, b { font-family: "URW Gothic Bold"; } -body > div { - min-height: 100vh; -} - .flex-col, .flex-row { display: flex; align-items: center; justify-content: center; + min-height: 100vh; } .flex-col { @@ -71,7 +68,7 @@ body > div { position: absolute; bottom: 50px; left: 50vw; - transform: translate(-50%, -100%); + transform: translate(-50%, 0%); margin: 0px; } @@ -120,6 +117,35 @@ i { font-family: "URW Gothic Oblique"; } +.product-grid { + display: grid; + grid-template-columns: repeat(auto-fit, 300px); + max-width: 1200px; + width: max-content; + margin-left: auto; + margin-right: auto; +} + +.product > img { + max-width: 100%; +} + +.product { + margin: 50px; + background-color: white; + box-shadow: 0px 0px 30px 30px rgb(61, 61, 61); + text-decoration: none; + transition: box-shadow 0.5s; +} + +.product > * { + color: black; +} + +.product:hover { + box-shadow: 0px 0px 0px 0px rgb(61, 61, 61); +} + @media (max-width: 1000px) { h1 { font-size: 3em; @@ -136,4 +162,19 @@ i { .four-grid { grid-template-columns: 1fr; } + + .four-grid > * { + margin-left: 20px; + margin-right: 20px; + } + + ul { + font-size: 1.5em; + } +} + +#foot { + height: max-content !important; + padding: 50px !important; + box-shadow: 0px 0px 0px 0px rgb(61, 61, 61); } \ No newline at end of file diff --git a/output/res/panican-hat-one.jpg b/output/res/panican-hat-one.jpg new file mode 100755 index 0000000..877ada5 Binary files /dev/null and b/output/res/panican-hat-one.jpg differ diff --git a/output/store.stx b/output/store.stx new file mode 100755 index 0000000..8b13789 --- /dev/null +++ b/output/store.stx @@ -0,0 +1 @@ + diff --git a/site/index.html b/site/index.html index 28db02a..ab13534 100644 --- a/site/index.html +++ b/site/index.html @@ -19,9 +19,18 @@

Merchandise

-

- Coming soon... we'll be selling hats and t-shirts prolly -

+
+ [#store.stx] + [f store product] + [i product.frontpage] + +
+ [^product.name]
+ $[^product.price] +
+ [/] + [/] +

FAQ

@@ -67,5 +76,12 @@
+ [/] [#default.html] \ No newline at end of file diff --git a/site/main.css b/site/main.css index bb96945..2de3473 100644 --- a/site/main.css +++ b/site/main.css @@ -47,14 +47,11 @@ h3, b { font-family: "URW Gothic Bold"; } -body > div { - min-height: 100vh; -} - .flex-col, .flex-row { display: flex; align-items: center; justify-content: center; + min-height: 100vh; } .flex-col { @@ -69,7 +66,7 @@ body > div { position: absolute; bottom: 50px; left: 50vw; - transform: translate(-50%, -100%); + transform: translate(-50%, 0%); margin: 0px; } @@ -118,6 +115,35 @@ i { font-family: "URW Gothic Oblique"; } +.product-grid { + display: grid; + grid-template-columns: repeat(auto-fit, 300px); + max-width: 1200px; + width: max-content; + margin-left: auto; + margin-right: auto; +} + +.product > img { + max-width: 100%; +} + +.product { + margin: 50px; + background-color: white; + box-shadow: 0px 0px 30px 30px rgb(61, 61, 61); + text-decoration: none; + transition: box-shadow 0.5s; +} + +.product > * { + color: black; +} + +.product:hover { + box-shadow: 0px 0px 0px 0px rgb(61, 61, 61); +} + @media (max-width: 1000px) { h1 { font-size: 3em; @@ -134,4 +160,19 @@ i { .four-grid { grid-template-columns: 1fr; } + + .four-grid > * { + margin-left: 20px; + margin-right: 20px; + } + + ul { + font-size: 1.5em; + } +} + +#foot { + height: max-content !important; + padding: 50px !important; + box-shadow: 0px 0px 0px 0px rgb(61, 61, 61); } \ No newline at end of file diff --git a/site/res/panican-hat-one.jpg b/site/res/panican-hat-one.jpg new file mode 100644 index 0000000..877ada5 Binary files /dev/null and b/site/res/panican-hat-one.jpg differ diff --git a/site/store.stx b/site/store.stx new file mode 100644 index 0000000..22c2132 --- /dev/null +++ b/site/store.stx @@ -0,0 +1,10 @@ +[!] +[=store-] + [=+-] + [=name "Make America Panic Again Black Hat"] + [=price "30"] + [=link "https://shop.printyourcause.com/campaigns/the-panican-party-store/products/port-authority-adjustable-mesh-back-cap"] + [=img "panican-hat-one.jpg"] + [=frontpage] + [/] +[/]