diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16703f7..d52fba7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ generate-deck: entrypoint: [""] script : - mkdir build/ + - cp -r images build - export MARP_USER="$(id -u):$(id -g)" - /home/marp/.cli/docker-entrypoint -I . -o build/ artifacts: @@ -22,7 +23,7 @@ pages: stage: deploy script: # Nothing to do, as we just need to publish the build/ dir - - mv build images public + - mv build public artifacts: paths: - public diff --git a/README.html b/README.html new file mode 100644 index 0000000..007b584 --- /dev/null +++ b/README.html @@ -0,0 +1,34 @@ +
+

Towards a universal button grid interface

+

And it's open implementation

+
+
+

A rich history

+
+
+

State of the art

+
+
+

Problem

+
    +
  • Plenty of closed source, propriatery hardware.
  • +
  • Sevral open source libraries, with diferent aproaches
  • +
  • Both lmany incompatibilites and many overlapping features
  • +
+
+
+

The issue of menus

+
+

![bg right:30% 80%](https://marp.app/assets/marp.svg)

\ No newline at end of file