diff --git a/src/assets/img/cover.png b/src/assets/img/cover.png new file mode 100644 index 00000000..bf1d6aed Binary files /dev/null and b/src/assets/img/cover.png differ diff --git a/src/assets/img/imgpsh_fullsize_anim.jpeg b/src/assets/img/imgpsh_fullsize_anim.jpeg new file mode 100644 index 00000000..06396d4d Binary files /dev/null and b/src/assets/img/imgpsh_fullsize_anim.jpeg differ diff --git a/src/assets/img/profile.png b/src/assets/img/profile.png new file mode 100644 index 00000000..5f8037b8 Binary files /dev/null and b/src/assets/img/profile.png differ diff --git a/src/components/PanThumb/index.vue b/src/components/PanThumb/index.vue index 1bcf4170..74dded4b 100644 --- a/src/components/PanThumb/index.vue +++ b/src/components/PanThumb/index.vue @@ -36,9 +36,9 @@ export default { diff --git a/src/views/dashboard/admin/components/BookingCard.vue b/src/views/dashboard/admin/components/BookingCard.vue new file mode 100644 index 00000000..5ac70778 --- /dev/null +++ b/src/views/dashboard/admin/components/BookingCard.vue @@ -0,0 +1,224 @@ + + + + + diff --git a/src/views/dashboard/admin/components/ExerciseCard.vue b/src/views/dashboard/admin/components/ExerciseCard.vue new file mode 100644 index 00000000..d3abac74 --- /dev/null +++ b/src/views/dashboard/admin/components/ExerciseCard.vue @@ -0,0 +1,220 @@ + + + + + diff --git a/src/views/dashboard/admin/components/InjuriesCard.vue b/src/views/dashboard/admin/components/InjuriesCard.vue new file mode 100644 index 00000000..acffa6ca --- /dev/null +++ b/src/views/dashboard/admin/components/InjuriesCard.vue @@ -0,0 +1,239 @@ + + + + + diff --git a/src/views/dashboard/admin/components/PhysioCard.vue b/src/views/dashboard/admin/components/PhysioCard.vue new file mode 100644 index 00000000..235bee2c --- /dev/null +++ b/src/views/dashboard/admin/components/PhysioCard.vue @@ -0,0 +1,117 @@ + + + + + diff --git a/src/views/dashboard/admin/components/ProfileCard.vue b/src/views/dashboard/admin/components/ProfileCard.vue new file mode 100644 index 00000000..023ed0d6 --- /dev/null +++ b/src/views/dashboard/admin/components/ProfileCard.vue @@ -0,0 +1,296 @@ + + + + + diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index 8cb557be..232ebeb7 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -1,98 +1,47 @@ @@ -101,24 +50,6 @@ export default { padding: 32px; background-color: rgb(240, 242, 245); position: relative; - - .github-corner { - position: absolute; - top: 0px; - border: 0; - right: 0; - } - - .chart-wrapper { - background: #fff; - padding: 16px 16px 0; - margin-bottom: 32px; - } } -@media (max-width:1024px) { - .chart-wrapper { - padding: 8px; - } -}