|
|
|
|
@@ -148,7 +148,7 @@ const links = [
|
|
|
|
|
href="https://www.linkedin.com/in/emmbernard"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
|
class="group relative border-b sm:border-b-0 sm:border-r border-black p-8 hover:bg-black hover:text-white transition-colors duration-300 flex flex-col justify-between min-h-[200px]"
|
|
|
|
|
class="group relative border-b sm:border-r border-black p-8 hover:bg-black hover:text-white transition-colors duration-300 flex flex-col justify-between min-h-[200px]"
|
|
|
|
|
>
|
|
|
|
|
<div class="absolute top-6 right-6">
|
|
|
|
|
<span class="text-2xl font-light">↗</span>
|
|
|
|
|
@@ -164,7 +164,7 @@ const links = [
|
|
|
|
|
href="https://www.youtube.com/@emmanuelflux"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
|
class="group relative p-8 hover:bg-black hover:text-white transition-colors duration-300 flex flex-col justify-between min-h-[200px]"
|
|
|
|
|
class="group relative border-b border-black p-8 hover:bg-black hover:text-white transition-colors duration-300 flex flex-col justify-between min-h-[200px]"
|
|
|
|
|
>
|
|
|
|
|
<div class="absolute top-6 right-6">
|
|
|
|
|
<span class="text-2xl font-light">↗</span>
|
|
|
|
|
@@ -174,6 +174,24 @@ const links = [
|
|
|
|
|
<span class="text-xs uppercase opacity-60">Tutoriels & Démos</span>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<!-- Link Block 6: n8n -->
|
|
|
|
|
<a
|
|
|
|
|
href="https://n8n.io/creators/n8ninja/"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
|
class="group relative sm:col-span-2 p-8 hover:bg-black hover:text-white transition-colors duration-300 flex flex-col justify-between min-h-[200px]"
|
|
|
|
|
>
|
|
|
|
|
<div class="absolute top-6 right-6">
|
|
|
|
|
<span class="text-2xl font-light">↗</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="mt-auto">
|
|
|
|
|
<span class="block text-2xl font-bold mb-1">Mes Workflows n8n</span>
|
|
|
|
|
<span class="text-xs uppercase opacity-60"
|
|
|
|
|
>Profil Créateur & Modèles</span
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
|