diff --git a/src/App.vue b/src/App.vue index d4ee28e..2c216ee 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,13 @@ + 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 @@ + 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 @@ + + 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 @@ + + + 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 @@ + + 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 @@ + + + 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 @@ + +