Files
ghost-theme/partials/extras/patterns.hbs
T
Dimitrie Stefanescu 9e734a8130 feat: wow
wowowowow
2021-01-31 18:03:40 +00:00

39 lines
1.8 KiB
Handlebars

<div class="z-1 hidden lg:block lg:absolute lg:inset-y-0 lg:w-full pointer-events-none overflow-hidden"
style="height:100vh;">
<div class="relative text-lg max-w-prose mx-auto" style="height:75vh;"
aria-hidden="true">
<svg class="absolute top-12 left-full transform" width="404"
height="384" fill="none" viewBox="0 0 404 384">
<defs>
<pattern id="74b3fd99-0a6f-4271-bef2-e80eeafdf357"
x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="4" height="4" class="text-blue-200 dark:text-blue-900"
fill="currentColor"></rect>
</pattern>
</defs>
<rect width="404" height="384" fill="url(#74b3fd99-0a6f-4271-bef2-e80eeafdf357)"></rect>
</svg>
<svg class="absolute top-1/2 right-full transform -translate-y-1/2"
width="600" height="600" fill="none" viewBox="0 0 600 600">
<defs>
<pattern id="f210dbf6-a58d-4871-961e-36d5016a0f49"
x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="4" height="4" class="text-blue-100 dark:text-gray-900 "
fill="currentColor"></rect>
</pattern>
</defs>
<rect width="600" height="600" fill="url(#f210dbf6-a58d-4871-961e-36d5016a0f49)"></rect>
</svg>
<svg class="absolute bottom-12 left-full transform rotate-45"
width="800" height="800" fill="none" viewBox="0 0 800 800">
<defs>
<pattern id="d3eb07ae-5182-43e6-857d-35c643af9034"
x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="4" height="4" class="text-gray-200 dark:text-gray-900"
fill="currentColor"></rect>
</pattern>
</defs>
<rect width="800" height="800" fill="url(#d3eb07ae-5182-43e6-857d-35c643af9034)"></rect>
</svg>
</div>
</div>