add cafebazzar link to /apps route

This commit is contained in:
HAM!DREZA
2025-02-16 19:35:28 +03:30
parent c707b94f3b
commit bcf554b448
2 changed files with 15 additions and 3 deletions
+15 -3
View File
@@ -55,7 +55,10 @@
<img src="/assets/img/footer/pwaApp.png" alt="icon" /> <img src="/assets/img/footer/pwaApp.png" alt="icon" />
</a> --> </a> -->
<a href="https://installer.asan-service.com" target="_blank"> <a href="https://installer.asan-service.com" target="_blank">
<img src="/assets/img/footer/AAA.png" alt="icon" /> <img class="firstImage" src="/assets/img/footer/AAA.png" alt="icon" />
</a>
<a href="https://cafebazaar.ir/app/com.verity.app" target="_blank">
<img src="/assets/img/footer/dwnld.jpg" alt="icon" />
</a> </a>
<!-- <button> <!-- <button>
<a :href="config.andoridAppURL" target="_blank"> <a :href="config.andoridAppURL" target="_blank">
@@ -116,11 +119,14 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-top: 200px; margin-top: 60px;
max-width: 100vw;
} }
.apps img { .apps img {
width: 300px; width: 300px;
margin-top: 200px; }
.firstImage {
margin-top: 200px;
} }
.logoz { .logoz {
z-index: 10; z-index: 10;
@@ -131,4 +137,10 @@ export default {
.site--footer { .site--footer {
display: none !important; display: none !important;
} }
.btns{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
</style> </style>
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB