Skip to content

Commit

Permalink
change images of ios-app-development page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-contact-c committed Dec 2, 2024
1 parent ea5f4ed commit 35d8323
Show file tree
Hide file tree
Showing 20 changed files with 7 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions nuxt-frontend/components/android-app-development/BlogSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,18 +188,18 @@ export default {
image: [mvvm_400w, mvvm_800w],
publishDate: "Dec 3, 2021",
title: "Jetpack Compose: MVVM State management in a simple way",
hovertitle: `<span class="desk-header-3 text-white">Jetpack Compose</span><br><span class="text-white mobile-header-2-regular">MVVM State management in a simple way</span>`,
hovertitle: `<span class="desk-header-3 text-black-87">Jetpack Compose</span><br><span class="text-black-87 mobile-header-2-regular">MVVM State management in a simple way</span>`,
link: "https://canopas.com/jetpack-compose-mvvm-state-management-in-a-simple-way-4c632fa6f554",
bgColor: "bg-gradient-to-b from-[#282828] to-[#282828]",
bgColor: "bg-gradient-to-b from-[#fffbfd] to-[#fffbfd]",
},
{
id: 3,
image: [keyboard_400w, keyboard_800w],
publishDate: "Apr 26, 2022",
title: "Keyboard Handling In Jetpack Compose — All You Need To Know",
hovertitle: `<span class="text-white mobile-header-2-regular">Keyboard Handling In<br> <span class="desk-header-3 text-white">Jetpack Compose</span><br><span class="text-white mobile-header-2-regular">All You Need To Know</span></span>`,
hovertitle: `<span class="text-black-87 mobile-header-2-regular">Keyboard Handling In<br> <span class="desk-header-3 text-black-87">Jetpack Compose</span><br><span class="text-black-87 mobile-header-2-regular">All You Need To Know</span></span>`,
link: "https://canopas.com/keyboard-handling-in-jetpack-compose-all-you-need-to-know-3e6fddd30d9a",
bgColor: "bg-gradient-to-b from-[#070710] to-[#222241]",
bgColor: "bg-gradient-to-b from-[#f9e1e9] to-[#fef2f6]",
},
{
id: 4,
Expand All @@ -210,18 +210,18 @@ export default {
hovertitle: `<span class="desk-header-3 text-white">Retrofit</span> <br><span class="text-white mobile-header-2-regular">Effective error handling with Kotlin Coroutine and Result API</span>`,
link: "https://canopas.com/retrofit-effective-error-handling-with-kotlin-coroutine-and-result-api-405217e9a73d",
className: "basis-[54%]",
bgColor: "bg-gradient-to-b from-[#282828] to-[#282828]",
bgColor: "bg-gradient-to-b from-[#1f1f1f] to-[#1f1f1f]",
},
{
id: 5,
image: [websocket_400w, websocket_800w],
publishDate: "Mar 10, 2022",
title:
"Android — Send live audio stream from client to server using WebSocket and OkHttp client",
hovertitle: `<span class="desk-header-3 text-black-87">Android</span><br><span class=" text-black-87 mobile-header-2-regular">Send live audio stream from client to server using WebSocket and OkHttp client</span>`,
hovertitle: `<span class="desk-header-3 text-white">Android</span><br><span class=" text-white mobile-header-2-regular">Send live audio stream from client to server using WebSocket and OkHttp client</span>`,
link: "https://canopas.com/android-send-live-audio-stream-from-client-to-server-using-websocket-and-okhttp-client-ecc9f28118d9",
className: "basis-[60%] ",
bgColor: "bg-gradient-to-b from-[#FEE4DF] to-[#FDCCBC]",
bgColor: "bg-gradient-to-b from-[#1f1f1f] to-[#1f1f1f]",
},
],
};
Expand Down

0 comments on commit 35d8323

Please sign in to comment.