UNPKG

mz-particles

Version:

TypeScript library for creating particle effects on canvas.

48 lines (39 loc) 3 kB
<div class="flex justify-center items-center bg-purple-800 border-b border-purple-700"> <p class="text-center p-2 text-sm"> 🤩 If you like this project, please support us by starring our <a target="_blank" rel="noopener noreferrer" href="{% github %}" class="underline">GitHub repository</a> 🤩</p> </div> <header class="py-4 px-10 shadow-md flex items-center justify-between bg-gray-800"> <div class="flex items-center"> <a href="/" title="" class="inline-flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="3.48" stroke="rgba(255, 255, 255, 1)" class="mr-4" fill="none" stroke-linecap="round" stroke-linejoin="round"> <circle cx="50%" cy="50%" r="50%" stroke="none" stroke-width="0" fill="rgba(40, 95, 104, 1)"/> <g transform="translate(3.36, 3.36) scale(0.72)"> <g transform="rotate(25.2 12 12)"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M6 20v-16l6 14l6 -14v16"/> </g> </g> </svg> {% website-name %} </a> </div> <div class="flex items-center"> <a href="/pages/basic-usage.html" title="" class="mx-2 inline-block">Documentation</a> <a href="{% github %}" class="border-l border-l-gray-600 pl-4 mx-2 inline-block text-slate-400 hover:text-slate-500"><span class="sr-only">{% website-name %} on GitHub</span><svg viewBox="0 0 16 16" class="w-5 h-5" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg></a> </div> </header> <div id="hp-main"> <div class="relative max-w-5xl mx-auto pt-20 sm:pt-24 lg:pt-32 mb-20"> <h1 class="text-slate-100 font-extrabold text-4xl sm:text-5xl lg:text-6xl tracking-tight text-center px-4">{% website-name %}</h1> <p class="mt-12 sm:text-2xl lg:text-3x text-slate-400 text-center max-w-3xl mx-auto px-4 pb-6">TypeScript library for creating particle effects on canvas.</p> <div class="mt-12 sm:mt-10 flex justify-center space-x-6 text-sm"> <a class="get-started-btn bg-slate-100 hover:bg-slate-200 focus:outline-none focus:ring-2 focus:ring-slate-200 focus:ring-offset-2 focus:ring-offset-slate-50 text-gray-900 font-semibold px-14 py-5 text-lg rounded-lg flex items-center justify-center sm:w-auto" href="/pages/basic-usage.html"> Get Started &rarr; </a> </div> </div> </div>