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" />
</a> -->
<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>
<!-- <button>
<a :href="config.andoridAppURL" target="_blank">
@@ -116,11 +119,14 @@ export default {
display: flex;
justify-content: center;
align-items: center;
margin-top: 200px;
margin-top: 60px;
max-width: 100vw;
}
.apps img {
width: 300px;
margin-top: 200px;
}
.firstImage {
margin-top: 200px;
}
.logoz {
z-index: 10;
@@ -131,4 +137,10 @@ export default {
.site--footer {
display: none !important;
}
.btns{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
</style>
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB