Skip to content

Commit 663e7b1

Browse files
committed
Add the Microsoft MVP section
1 parent 3632621 commit 663e7b1

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

content/0.index.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ roles:
4848
to: https://www.meetup.com/mtg-bordeaux/
4949
target: _blank
5050
sections:
51+
- title: I'm a Microsoft MVP.
52+
description: "In December 2024, I was awarded the Microsoft MVP title in the Microsoft Azure category."
53+
id: mvp
54+
align: center
55+
image:
56+
src: mvp-badge.png
57+
alt: Microsoft MVP badge.
58+
to: https://mvp.microsoft.com/en-US/mvp/profile/b6deecb6-7760-406e-84cb-8206f051f8e5
59+
target: _blank
60+
width: 300
5161
- title: I'm a Puluminary.
5262
description: "Since 2022, I have been part of the Puluminaries community program that recognizes members of the Pulumi community. Pulumi is the technology that made me love Infrastructure as Code and I truly believe that IaC should be:"
5363
id: puluminary

pages/index.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ useSeoMeta({
3232
</ULandingHero>
3333

3434
<ULandingSection
35-
:title="page.roles.title" :description="page.roles.description"
36-
:ui="{description: 'text-primary dark:text-primary'}">
35+
:title="page.roles.title" :description="page.roles.description"
36+
:ui="{description: 'text-primary dark:text-primary'}">
3737
<UPageGrid>
3838
<ULandingCard
39-
v-for="(item, index) in page.roles.items" :key="index" v-bind="item"
40-
:ui="{ icon: { base: 'text-primary dark:text-primary' } }"/>
39+
v-for="(item, index) in page.roles.items" :key="index" v-bind="item"
40+
:ui="{ icon: { base: 'text-primary dark:text-primary' } }"/>
4141
</UPageGrid>
4242
</ULandingSection>
4343

@@ -56,7 +56,7 @@ v-for="(item, index) in page.roles.items" :key="index" v-bind="item"
5656
:features="section.features"
5757
>
5858
<NuxtLink v-if="section.image?.src" :to="section.image.to" :target="section.image.target">
59-
<NuxtImg :src="section.image.src" sizes="10vw" :alt="section.image.alt" width="600"/>
59+
<NuxtImg :src="section.image.src" sizes="10vw" :alt="section.image.alt" class="mx-auto" :width="section.image.width ?? 600"/>
6060
</NuxtLink>
6161
</ULandingSection>
6262

public/mvp-badge.png

14.3 KB
Loading

0 commit comments

Comments
 (0)