diff --git a/assets/css/pages/about/battlestation-retired.css b/assets/css/pages/about/battlestation-retired.css new file mode 100644 index 0000000..fcd8046 --- /dev/null +++ b/assets/css/pages/about/battlestation-retired.css @@ -0,0 +1,30 @@ +/* # Overrides */ + +:root { + --primer-color-accent: 148, 255, 21; + --color-accent: rgb(var(--primer-color-accent)); +} + +main { + display: flex; + flex-direction: column; + gap: var(--padding); +} + +/* # Content */ + +/* ## Title */ + +section.title { + display: flex; + flex-direction: column; + gap: 5px; +} + +/* ## Actions */ + +section.actions { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: var(--padding); +} \ No newline at end of file diff --git a/assets/js/pages/about/battlestation-retired.js b/assets/js/pages/about/battlestation-retired.js new file mode 100644 index 0000000..112c1d6 --- /dev/null +++ b/assets/js/pages/about/battlestation-retired.js @@ -0,0 +1 @@ +new vv.Interactions("battlestation-retired"); \ No newline at end of file diff --git a/pages/about/battlestation-retired.php b/pages/about/battlestation-retired.php new file mode 100644 index 0000000..8683a6e --- /dev/null +++ b/pages/about/battlestation-retired.php @@ -0,0 +1,36 @@ + +
+

Retired components

+

I'd be happy to send you any component that you find here for "free". The only thing I ask in return is that you pay for shipping.

+

This page is still a work-in-progress. You can use my API to get a list of retired components by hardware category for now.

+
+
+ battlestation/chassis?is_retired=true" target="_blank"> + + + battlestation/cpu?is_retired=true" target="_blank"> + + + battlestation/gpu?is_retired=true" target="_blank"> + + + battlestation/mb?is_retired=true" target="_blank"> + + + battlestation/psu?is_retired=true" target="_blank"> + + + battlestation/storage?is_retired=true" target="_blank"> + + +
+
+

Found something you like?

+

Please note; I can't guarantee the thing you want will work as expected, or work at all! But I will test the compontent for you if I still have means at hand to do so.

+
+
+ + + +
+ \ No newline at end of file diff --git a/pages/about/battlestation.php b/pages/about/battlestation.php index 641533c..563dc6f 100644 --- a/pages/about/battlestation.php +++ b/pages/about/battlestation.php @@ -62,7 +62,8 @@

I'd be happy to send you, dear reader, any component that you find here for "free" that hasn't been retired yet. The only thing I ask in return is that you pay for shipping.

I can't guarantee the thing you want will work as expected, or work at all! But I will test the compontent for you if I still have means at hand to do so.

- + +
@@ -74,8 +75,6 @@ $motherboard = $api->call(Endpoints::BATTLESTATION_MB->value)->params([ MbModel::ID->value => $config[ChassisMbModel::REF_MB_ID->value] ])->get()->json()[0]; - - $test = true; ?>