{{ task }}
@@ -245,15 +243,14 @@ onBeforeMount(() => {
}
.tile {
width: 20%;
- height: 100px;
- border: 1px solid aqua;
+ height: 110px;
+ outline: 1px dashed grey;
display: inline-block;
text-align: center;
overflow: hidden;
- font-size: 15px;
- padding: 10px 10px;
+ font-size: 14px;
word-break: break-word;
-
+ position: relative;
}
.tile > span {
display: inline-block;
@@ -265,8 +262,13 @@ onBeforeMount(() => {
overflow-wrap: break-word;
word-break: break-word;
hyphens: auto;
- width: 100%;
border-bottom: 1px solid black;
+ position: absolute;
+ top: 5px;
+ left: 0;
+ right: 0;
+ bottom: 15px;
+ margin: 0 10px;
}
.board-title {
width: 100%;
@@ -277,4 +279,4 @@ onBeforeMount(() => {
.page-break {
page-break-after:always;
}
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue
deleted file mode 100644
index 1cad09a..0000000
--- a/src/components/HelloWorld.vue
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
{{ msg }}
-
- This is a big smelly bean
-
-
-
-
-
diff --git a/src/components/WelcomeItem.vue b/src/components/WelcomeItem.vue
deleted file mode 100644
index ac366d0..0000000
--- a/src/components/WelcomeItem.vue
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
-
diff --git a/src/components/icons/IconCommunity.vue b/src/components/icons/IconCommunity.vue
deleted file mode 100644
index 2dc8b05..0000000
--- a/src/components/icons/IconCommunity.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/src/components/icons/IconDocumentation.vue b/src/components/icons/IconDocumentation.vue
deleted file mode 100644
index 6d4791c..0000000
--- a/src/components/icons/IconDocumentation.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/src/components/icons/IconEcosystem.vue b/src/components/icons/IconEcosystem.vue
deleted file mode 100644
index c3a4f07..0000000
--- a/src/components/icons/IconEcosystem.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/src/components/icons/IconSupport.vue b/src/components/icons/IconSupport.vue
deleted file mode 100644
index 7452834..0000000
--- a/src/components/icons/IconSupport.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/src/components/icons/IconTooling.vue b/src/components/icons/IconTooling.vue
deleted file mode 100644
index 660598d..0000000
--- a/src/components/icons/IconTooling.vue
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
diff --git a/src/router/index.js b/src/router/index.js
index a49ae50..dcd79e6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,5 +1,5 @@
import { createRouter, createWebHistory } from 'vue-router'
-import HomeView from '../views/HomeView.vue'
+import BingoView from '../views/BingoView.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
@@ -7,7 +7,7 @@ const router = createRouter({
{
path: '/',
name: 'home',
- component: HomeView
+ component: BingoView
},
{
path: '/about',
diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue
index 756ad2a..2c89c8f 100644
--- a/src/views/AboutView.vue
+++ b/src/views/AboutView.vue
@@ -1,15 +1,5 @@
-
This is an about page
+ Why would a bingo board have an about page?
-
-
diff --git a/src/views/BingoView.vue b/src/views/BingoView.vue
new file mode 100644
index 0000000..5413eca
--- /dev/null
+++ b/src/views/BingoView.vue
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
deleted file mode 100644
index 6bb706f..0000000
--- a/src/views/HomeView.vue
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-