diff --git "a/Icon\r" "b/Icon\r" deleted file mode 100644 index e69de29..0000000 diff --git a/front/.env b/front/.env deleted file mode 100644 index 4a179f9..0000000 --- a/front/.env +++ /dev/null @@ -1,3 +0,0 @@ -VUE_APP_ZULIP_email=pub-bot@chat.hackersanddesigners.nl -VUE_APP_ZULIP_key=m1MDxscGcPQx2RvIfgG4DiSHE1nurxms -VUE_APP_ZULIP_site=https://chat.hackersanddesigners.nl diff --git a/front/.gitignore b/front/.gitignore index c23bc1c..f5fefb8 100644 --- a/front/.gitignore +++ b/front/.gitignore @@ -6,6 +6,7 @@ node_modules # local env files .env.local .env.*.local +.env # Log files npm-debug.log* diff --git a/front/src/App.vue b/front/src/App.vue index 53dc5dc..b33b899 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -189,13 +189,6 @@ section p { margin-bottom: 0; margin-top: 0; } -section .title { - display: none; - font-weight: bold; - position: sticky; - top: 1em; -} - @media print { .title { display: none; diff --git a/front/src/components/Content/Chapter.vue b/front/src/components/Content/Chapter.vue new file mode 100644 index 0000000..99d3906 --- /dev/null +++ b/front/src/components/Content/Chapter.vue @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/front/src/components/Rules/index.vue b/front/src/components/Rules/index.vue index e059ef0..1a5ef73 100644 --- a/front/src/components/Rules/index.vue +++ b/front/src/components/Rules/index.vue @@ -1,6 +1,6 @@