Revert "Brute migration of landing and doc"

This reverts commit 72651f4ac7.
This commit is contained in:
Cagatay Civici 2024-05-18 11:25:01 +03:00
parent 97c8fb3bd9
commit ad01e1f232
11 changed files with 341 additions and 341 deletions

View file

@ -1,15 +1,15 @@
<template>
<section class="landing-users pt-20 pb-20 pl-4 pr-4 lg:pl-20 lg:pr-20">
<section class="landing-users py-8 px-3 lg:px-8">
<div class="section-header">Who Uses</div>
<p class="section-detail">
PrimeTek libraries have reached over <span class="font-semibold animated-text relative whitespace-nowrap"> <span>150 Million Downloads </span> </span> on npm! Join the PrimeLand community and experience the difference yourself.
PrimeTek libraries have reached over <span class="font-semibold animated-text relative white-space-nowrap"> <span>150 Million Downloads </span> </span> on npm! Join the PrimeLand community and experience the difference yourself.
</p>
<div class="flex justify-center items-center mt-6">
<div class="flex justify-content-center align-items-center mt-4">
<span class="ml-2"> </span>
</div>
<div v-for="(x, i) in users" :key="i" class="logo-section relative w-full md:w-2/3 mt-12 users-container">
<div class="fade-left h-24 w-24 block absolute -top-0 -left-0 z-20"></div>
<div class="marquee-wrapper line-clamp-1 flex">
<div v-for="(x, i) in users" :key="i" class="logo-section relative w-full md:w-8 mt-6 users-container">
<div class="fade-left h-6rem w-6rem block absolute top-0 left-0 z-2"></div>
<div class="marquee-wrapper overflow-hidden flex">
<div v-for="i of [1, 2, 3]" :key="i" :class="`marquee${x.reverse ? ' marquee-reverse' : ''}`">
<template v-for="user of x.slicedUsers" :key="user">
<div class="w-full">
@ -18,7 +18,7 @@
</template>
</div>
</div>
<div class="fade-right h-24 w-24 block absolute -top-0 -right-0 z-20"></div>
<div class="fade-right h-6rem w-6rem block absolute top-0 right-0 z-2"></div>
</div>
</section>
</template>