Events |
About
@@ -9,28 +17,28 @@
diff --git a/src/components/EventCard.vue b/src/components/EventCard.vue
index 6147543..60137d4 100644
--- a/src/components/EventCard.vue
+++ b/src/components/EventCard.vue
@@ -1,4 +1,6 @@
+
@@ -29,4 +73,41 @@
flex-direction: column;
align-items: center;
}
+.pagination {
+ display: flex;
+ width: 290px;
+}
+.pagination a {
+ flex: 1;
+ text-decoration: none;
+ color: #2c3e50;
+}
+.events {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+.pagination {
+ display: flex;
+ width: 290px;
+}
+.pagination a {
+ flex: 1;
+ text-decoration: none;
+ color: #2c3e50;
+}
+
+#page-prev {
+ text-align: left;
+}
+#page-prev {
+ text-align: left;
+}
+
+#page-next {
+ text-align: right;
+}
+#page-next {
+ text-align: right;
+}
diff --git a/src/views/NetworkError.vue b/src/views/NetworkError.vue
new file mode 100644
index 0000000..4de255f
--- /dev/null
+++ b/src/views/NetworkError.vue
@@ -0,0 +1,11 @@
+
+
+
Uh-Oh!
+
+
+ It looks like you're experiencing some network issues, please take a
+ breath and click here to try
+ again.
+
+
+
diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue
new file mode 100644
index 0000000..ec1edb6
--- /dev/null
+++ b/src/views/NotFound.vue
@@ -0,0 +1,16 @@
+
+
+ Oops!
+ The {{ resource }} you're looking for is not here.
+ Back to the home page
+
diff --git a/src/views/event/Details.vue b/src/views/event/Details.vue
new file mode 100644
index 0000000..fa12e88
--- /dev/null
+++ b/src/views/event/Details.vue
@@ -0,0 +1,12 @@
+
+
+
+
+
{{ event.time }} on {{ event.date }} @ {{ event.location }}
+
{{ event.description }}
+
+
diff --git a/src/views/event/Edit.vue b/src/views/event/Edit.vue
new file mode 100644
index 0000000..ca77bbc
--- /dev/null
+++ b/src/views/event/Edit.vue
@@ -0,0 +1,8 @@
+
+
+ Edit the event here
+
diff --git a/src/views/event/Layout.vue b/src/views/event/Layout.vue
new file mode 100644
index 0000000..2d0d07b
--- /dev/null
+++ b/src/views/event/Layout.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
{{ event.title }}
+
+ Details
+ |
+ Register
+ |
+ Edit
+
+
+
+
diff --git a/src/views/event/Register.vue b/src/views/event/Register.vue
new file mode 100644
index 0000000..f52a910
--- /dev/null
+++ b/src/views/event/Register.vue
@@ -0,0 +1,21 @@
+
+
+
+
Register for the event here
+
Register Me
+
+