diff --git a/src/assets/PlatformIcons/androidLogo.png b/src/assets/PlatformIcons/androidLogo.png new file mode 100644 index 0000000..cebec75 Binary files /dev/null and b/src/assets/PlatformIcons/androidLogo.png differ diff --git a/src/assets/PlatformIcons/linuxLogo.png b/src/assets/PlatformIcons/linuxLogo.png new file mode 100644 index 0000000..3ee40ea Binary files /dev/null and b/src/assets/PlatformIcons/linuxLogo.png differ diff --git a/src/assets/PlatformIcons/winLogo.png b/src/assets/PlatformIcons/winLogo.png new file mode 100644 index 0000000..00eeeff Binary files /dev/null and b/src/assets/PlatformIcons/winLogo.png differ diff --git a/src/components/homePage/DownloadAppPopout.vue b/src/components/homePage/DownloadAppPopout.vue new file mode 100644 index 0000000..ff324e2 --- /dev/null +++ b/src/components/homePage/DownloadAppPopout.vue @@ -0,0 +1,131 @@ + + + + + \ No newline at end of file diff --git a/src/components/homePage/Popout.vue b/src/components/homePage/ProfilePopout.vue similarity index 100% rename from src/components/homePage/Popout.vue rename to src/components/homePage/ProfilePopout.vue diff --git a/src/views/App.vue b/src/views/App.vue index cfb693e..a82025a 100644 --- a/src/views/App.vue +++ b/src/views/App.vue @@ -345,6 +345,7 @@ export default { .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ { opacity: 0; } + diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index 245b847..db0abd4 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -1,47 +1,17 @@