This commit is contained in:
2020-08-18 18:11:21 +00:00
parent 43c8f0c2b8
commit a38937905b
3 changed files with 27 additions and 10 deletions

View File

@@ -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

View File

@@ -261,17 +261,13 @@
</v-col>
</v-footer> -->
<v-footer
v-if="!isAuthenticated"
absolute
class="font-weight-medium body-2"
>
<v-col class="primary text-center white--text mb-10 mb-sm-2" cols="12">
<v-footer color="primary" padless v-if="!isAuthenticated">
<v-col class="text-center mb-10 mb-sm-2" cols="12">
<a
href="https://ayanova.com"
target="_blank"
style="text-decoration:none"
class="primary text-center white--text"
class="primary white--text text-caption"
>
AyaNova {{ version }} {{ copyright }}
</a>

View File

@@ -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."
};