Skip to content

Commit 9ec9c20

Browse files
committed
docs: free bootcamp
1 parent 6849422 commit 9ec9c20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/components/ads/Ads.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const route = useRoute()
77
<div class="space-y-3">
88
<!-- <AdsMN v-if="route.path.length % 2 === 0" /> -->
99
<!-- <AdsNuxtCertificate v-else /> -->
10-
<!-- <AdsFreeWeekend /> -->
10+
<AdsFreeWeekend />
1111
<AdsFallback v-if="$ads.adBlocked.value" />
1212
<LazyAdsCarbon v-else :key="route.path" />
1313
</div>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<template>
22
<div class="group relative border border-default rounded-md hover:bg-elevated/50 w-full transition-colors p-2">
33
<ULink
4-
to="https://vueschool.io/freeweekend/?friend=nuxt"
4+
to="https://certificates.dev/nuxt?friend=NUXT"
55
target="_blank"
66
class="absolute inset-0 z-10"
77
/>
8-
<div class="flex justify-center w-full aspect-video">
9-
<img src="/assets/ads/vueschool-free-weekend.png" alt="VueSchool Free Weekend" class="w-full rounded-sm">
8+
<div class="flex justify-center w-full aspect-13/10">
9+
<img src="/assets/ads/nuxt-cert-bootcamp.jpg" alt="Nuxt Certification Bootcamp" class="w-full rounded-sm">
1010
</div>
1111

1212
<div class="text-xs text-muted py-1 pt-2 transition-colors group-hover:text-default">
13-
Get Unlimited Access to All Courses. Including the Vue.js Master Class.
13+
The official certification of competence for the Nuxt Framework.
1414
</div>
1515
</div>
1616
</template>
421 KB
Loading

0 commit comments

Comments
 (0)