This commit is contained in:
@@ -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
|
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
|
Nothing to do here, it's an obvious one, just delete this later, it's to percolate in brain a bit
|
||||||
maybe under license
|
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
|
||||||
@@ -261,17 +261,13 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-footer> -->
|
</v-footer> -->
|
||||||
|
|
||||||
<v-footer
|
<v-footer color="primary" padless v-if="!isAuthenticated">
|
||||||
v-if="!isAuthenticated"
|
<v-col class="text-center mb-10 mb-sm-2" cols="12">
|
||||||
absolute
|
|
||||||
class="font-weight-medium body-2"
|
|
||||||
>
|
|
||||||
<v-col class="primary text-center white--text mb-10 mb-sm-2" cols="12">
|
|
||||||
<a
|
<a
|
||||||
href="https://ayanova.com"
|
href="https://ayanova.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
style="text-decoration:none"
|
style="text-decoration:none"
|
||||||
class="primary text-center white--text"
|
class="primary white--text text-caption"
|
||||||
>
|
>
|
||||||
AyaNova {{ version }} {{ copyright }}
|
AyaNova {{ version }} {{ copyright }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.10.c",
|
version: "8.0.0-alpha.10.e",
|
||||||
copyright:
|
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
||||||
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user