diff --git a/client/src/components/Metrictracking/PillCalendarGraph.vue b/client/src/components/Metrictracking/PillCalendarGraph.vue new file mode 100644 index 0000000..f80f1b6 --- /dev/null +++ b/client/src/components/Metrictracking/PillCalendarGraph.vue @@ -0,0 +1,27 @@ + + + + + + \ No newline at end of file diff --git a/client/src/pages/MetrictrackingPage.vue b/client/src/pages/MetrictrackingPage.vue new file mode 100644 index 0000000..5dcac8d --- /dev/null +++ b/client/src/pages/MetrictrackingPage.vue @@ -0,0 +1,1711 @@ + + + + + \ No newline at end of file diff --git a/staticFiles/assets/logo.png b/staticFiles/assets/logo.png new file mode 100755 index 0000000..87d1f4b Binary files /dev/null and b/staticFiles/assets/logo.png differ diff --git a/staticFiles/assets/manifest.webmanifest b/staticFiles/assets/manifest.webmanifest new file mode 100644 index 0000000..53c5f67 --- /dev/null +++ b/staticFiles/assets/manifest.webmanifest @@ -0,0 +1,15 @@ +{ + "background_color": "purple", + "description": "Take Notes", + "display": "fullscreen", + "icons": [ + { + "src": "/api/static/assets/favicon.ico", + "sizes": "192x192", + "type": "image/png" + } + ], + "name": "Notes", + "short_name": "Notes", + "start_url": "/#/notes" +} \ No newline at end of file diff --git a/staticFiles/assets/marketing/wallet.png b/staticFiles/assets/marketing/wallet.png new file mode 100644 index 0000000..a1fefc3 Binary files /dev/null and b/staticFiles/assets/marketing/wallet.png differ diff --git a/staticFiles/assets/roboto-latin-bold.woff2 b/staticFiles/assets/roboto-latin-bold.woff2 new file mode 100644 index 0000000..1cdd68c Binary files /dev/null and b/staticFiles/assets/roboto-latin-bold.woff2 differ diff --git a/staticFiles/assets/roboto-latin.woff2 b/staticFiles/assets/roboto-latin.woff2 new file mode 100644 index 0000000..4fc449a Binary files /dev/null and b/staticFiles/assets/roboto-latin.woff2 differ