Tryfix og:image issues
pipeline / build-and-push-images (push) Successful in 54s

This commit is contained in:
2025-11-18 22:21:05 +01:00
parent 99a943eb36
commit 5c65280cd2
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -6,12 +6,12 @@ const props = defineProps<{
</script> </script>
<template> <template>
<div class="h-full w-full flex flex-row"> <div class="h-full w-[90%] m-auto flex flex-row bg-white">
<img class="rounded-full h-[450px] w-[450px] m-10" src="/photo_web.JPG" /> <img class="rounded-full h-[450px] w-[450px] m-10" src="/photo_web.JPG" />
<div class="mt-8 flex flex-col"> <div class="mt-8 flex flex-col">
<h1 class="text-6xl w-[640px]">{{ title }}</h1> <h1 class="text-5xl w-[530px]">{{ title }}</h1>
<h3 class="text-4xl font-normal w-[640px] h-[200px] overflow-hidden text-ellipsis">{{ description }}</h3> <h3 class="text-3xl font-normal w-[530px] h-[215px] overflow-hidden text-ellipsis">{{ description }}</h3>
<h3 class="text-3xl font-light italic text-gray-500 mt-2 ml-[420px]">Read more...</h3> <h3 class="text-2xl font-light italic text-gray-500 mt-2 ml-[410px]">Read more...</h3>
</div> </div>
</div> </div>
</template> </template>
+6 -6
View File
@@ -5,13 +5,13 @@ const props = defineProps<{
</script> </script>
<template> <template>
<div class="h-full w-full flex flex-row"> <div class="h-full w-[90%] m-auto flex flex-row bg-white">
<img class="rounded-full h-[450px] w-[450px] m-10" src="/photo_web.JPG" /> <img class="rounded-full h-[450px] w-[450px] ml-20 m-10" src="/photo_web.JPG" />
<div class="mt-8 flex flex-col"> <div class="mt-8 flex flex-col">
<h1 class="text-8xl w-[640px]">{{ title }}</h1> <h1 class="text-7xl w-[550px]">{{ title }}</h1>
<h2 class="text-6xl font-normal w-[640px]">Valentin Haudiquet</h2> <h2 class="text-5xl font-normal w-[550px]">Valentin Haudiquet</h2>
<h3 class="text-4xl font-normal w-[640px]">Software engineer at Canonical</h3> <h3 class="text-3xl font-normal w-[550px]">Software engineer at Canonical</h3>
<h4 class="text-3xl font-normal w-[640px]">Working on Ubuntu support for RISC-V architecture</h4> <h4 class="text-2xl font-normal w-[550px]">Working on Ubuntu support for RISC-V architecture</h4>
</div> </div>
</div> </div>
</template> </template>