diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f0d469c7..e2a7c360 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -343,3 +343,25 @@ https://www.youtube.com/watch?v=zZVoo5AbANI Down the road will need an Account page for seeing their account status in rental SAAS situation Nothing to do here, it's an obvious one, just delete this later, it's to percolate in brain a bit maybe under license + + +MARKETING +Analytics alternatives to Google: +https://news.ycombinator.com/item?id=24198329 + +Also very nice screen shot effect: +https://umami.is/ +Created by: + +dom96 2 hours ago [–] + +Nice! Question for you, how did you make that nice 3D image on the front page with various screenshots overlaid over each other? :) + +reply + + +mcao 2 hours ago [–] + +It's all done in Photoshop. Just take screenshots, then transform, rotate, distort them to look flat. Then add some drop shadows for a 3d look. + +reply \ No newline at end of file diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 16607bb1..804e8f96 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -261,17 +261,13 @@ --> - - + + AyaNova {{ version }} {{ copyright }} diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 4fdcdaff..92d30296 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,5 +1,4 @@ export default { - version: "8.0.0-alpha.10.c", - copyright: - "Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved" + version: "8.0.0-alpha.10.e", + copyright: "© 1999-2020, Ground Zero Tech-Works Inc." };