accessibility
continuous-integration/drone/push Build is passing Details

main
Lucas DELANIER 11 months ago
parent 53a277084f
commit 091ca6e218

@ -132,9 +132,9 @@ onUnmounted(() => {
<template>
<div class=" absolute pointer-events-none w-full h-full overflow-clip">
<img src="/images/camera-effect.png" class="top-10 right-10 w-full h-full object-cover z-0 scale-110"
alt="" width="1512" height="1071">
alt="" width="1512" height="1071" role="presentation">
<img src="/images/filter.png" class="fixed bottom-0 right-0 w-full h-full object-cover z-50"
alt="" width="1508" height="1376">
alt="" width="1508" height="1376" role="presentation">
</div>
<HeaderContainer id="about"></HeaderContainer>
<HeroContainer class=" mt-6 sm:mt-14"/>

Loading…
Cancel
Save