diff --git a/api/endpoints/work/GET.php b/api/endpoints/work/GET.php index 36b198c..21f3046 100755 --- a/api/endpoints/work/GET.php +++ b/api/endpoints/work/GET.php @@ -90,7 +90,6 @@ ->limit($_GET[PARAM_LIMIT]) ->select([ WorkModel::ID->value, - WorkModel::REF_NAMESPACE_ID->value, WorkModel::TITLE->value, WorkModel::SUMMARY->value, WorkModel::IS_LISTED->value, diff --git a/api/src/databases/models/Work/Work.php b/api/src/databases/models/Work/Work.php index dab578f..30c1e0d 100644 --- a/api/src/databases/models/Work/Work.php +++ b/api/src/databases/models/Work/Work.php @@ -10,7 +10,6 @@ const TABLE = "work"; case ID = "id"; - case REF_NAMESPACE_ID = "ref_namespace_id"; case TITLE = "title"; case SUMMARY = "summary"; case COVER_SRCSET = "cover_srcset"; diff --git a/public/assets/css/pages/work/wip.css b/public/assets/css/pages/work/wip.css new file mode 100644 index 0000000..aa7c498 --- /dev/null +++ b/public/assets/css/pages/work/wip.css @@ -0,0 +1,15 @@ +/* # Overrides */ + +:root { + --primer-color-accent: 3, 255, 219; + --color-accent: rgb(var(--primer-color-accent)); +} + +vv-shell { + display: flex; + flex-direction: column; + gap: var(--padding); + width: 100%; + max-width: 1200px; + overflow-x: initial; +} \ No newline at end of file diff --git a/public/work.php b/public/work.php index cb746e2..00dc63a 100644 --- a/public/work.php +++ b/public/work.php @@ -50,7 +50,7 @@

get_summary("vlw/vegvisir") ?>

- +
@@ -62,7 +62,7 @@

get_summary("vlw/reflect") ?>

- +
@@ -75,7 +75,7 @@

vlw.se

Can I put my own website here, is that cheating? Maybe, but I think this site counts as the most important thing I've personally created. I've only used my own libraries and frameworks to create this website, so it kind of works as a live demonstration of many of my web projects bundled together.

- +
@@ -83,7 +83,7 @@

Silly dabbles

-

I play around with a lot of technologies and sometimes create smaller programs for fun that aren't trying to do anything useful, or might not merit to a lot on their own. I made a page that I call the "playground" for all those things.. and other silly stuff!

+

I create silly things for fun to challenge myself sometimes, and putting them all on the timeline is not right. So I made an appropriately-themed and named page to highlight most of my "what if I could" projects.

@@ -91,14 +91,11 @@
-
- -

vlw/php-mysql

get_summary("vlw/php-mysql") ?>

@@ -108,7 +105,7 @@

Website for iCellate Medical

get_summary("icellate/website") ?>

@@ -118,7 +115,7 @@

Modernizing GeneMate by iCellate

get_summary("icellate/genemate") ?>

@@ -128,7 +125,7 @@

Custom pages for Deltaco AB

get_summary("deltaco/asyncapp") ?>

diff --git a/public/work/deltaco/asyncapp.php b/public/work/deltaco/asyncapp.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/deltaco/asyncapp.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/deltaco/distit.php b/public/work/deltaco/distit.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/deltaco/distit.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/deltaco/e-charge.php b/public/work/deltaco/e-charge.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/deltaco/e-charge.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/deltaco/office.php b/public/work/deltaco/office.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/deltaco/office.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/deltaco/pdf-generator.php b/public/work/deltaco/pdf-generator.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/deltaco/pdf-generator.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/deltaco/reseller-form.php b/public/work/deltaco/reseller-form.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/deltaco/reseller-form.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/icellate/genemate.php b/public/work/icellate/genemate.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/icellate/genemate.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/icellate/website.php b/public/work/icellate/website.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/icellate/website.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/itg/lan.php b/public/work/itg/lan.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/itg/lan.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/itg/upload.php b/public/work/itg/upload.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/itg/upload.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/timeline.php b/public/work/timeline.php index 4cd718c..d783653 100644 --- a/public/work/timeline.php +++ b/public/work/timeline.php @@ -98,7 +98,7 @@
-

This timeline contains most but not all of my FOSS software. If you want to see a list of all things I've created for the free software world, check out my repos on Codeberg or Forgejo.

+

This timeline has most but not all of my FOSS software. If you want to see a list of all things I've created for the free software world, check out my repos on Codeberg or Forgejo.

diff --git a/public/work/vlw/camera-obscura.php b/public/work/vlw/camera-obscura.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/vlw/camera-obscura.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/vlw/dediprison.php b/public/work/vlw/dediprison.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/vlw/dediprison.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/vlw/eyeart.php b/public/work/vlw/eyeart.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/vlw/eyeart.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/vlw/ion-musik.php b/public/work/vlw/ion-musik.php new file mode 100644 index 0000000..3deb03c --- /dev/null +++ b/public/work/vlw/ion-musik.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/work/wip.php b/public/work/wip.php new file mode 100644 index 0000000..b43bd06 --- /dev/null +++ b/public/work/wip.php @@ -0,0 +1,8 @@ + +
+

Soon, very soon!

+

Bear with me as I cook up some texts about this project! Hopefully with some pictures too.

+
+
+ +
\ No newline at end of file