Skip to content

Instantly share code, notes, and snippets.

@adyngom
Created October 25, 2023 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adyngom/02f374e732befc55570917c28b22413e to your computer and use it in GitHub Desktop.
Save adyngom/02f374e732befc55570917c28b22413e to your computer and use it in GitHub Desktop.
<!-- component -->
<!-- Add the variant -->
<!-- variants: {
extend: {
translate: ['group-hover'],
}
}, -->
<!-- Soon review at https://moviedate.netlify.app/ -->
<div class="mb-8">
<div class='flex overflow-hidden w-full max-w-sm bg-transparent rounded-lg shadow-md'>
<div class='w-2 bg-gray-800'></div>
<div class="overflow-hidden relative text-white rounded-xl shadow-lg transition duration-500 ease-in-out transform hover:-translate-y-2 hover:shadow-2xl movie-item movie-card" data-movie-id="438631">
<div class="absolute inset-0 z-10 bg-gradient-to-t from-black via-gray-900 to-transparent transition duration-300 ease-in-out"></div>
<div class="relative z-10 px-10 pt-10 space-y-6 cursor-pointer group movie_info" data-lity="" href="https://www.youtube.com/embed/aSHs224Dge0">
<div class="w-full poster__info align-self-end">
<div class="h-32"></div>
<div class="space-y-6 detail_info">
<div class="flex flex-col space-y-2 inner">
<h3 class="text-2xl font-bold text-white" data-unsp-sanitized="clean">Dune</h3>
<div class="mb-0 text-lg text-gray-400">Beyond fear, destiny awaits.</div>
</div>
<div class="flex flex-row justify-between datos">
<div class="flex flex-col datos_col">
<div class="popularity">440.052</div>
<div class="text-sm text-gray-400">Popularity:</div>
</div>
<div class="flex flex-col datos_col">
<div class="release">2021-09-15</div>
<div class="text-sm text-gray-400">Release date:</div>
</div>
<div class="flex flex-col datos_col">
<div class="release">155 min</div>
<div class="text-sm text-gray-400">Runtime:</div>
</div>
</div>
<div class="flex flex-col overview">
<div class="flex flex-col"></div>
<div class="mb-2 text-xs text-gray-400">Overview:</div>
<p class="mb-6 text-xs text-gray-100">
Paul Atreides, a brilliant and gifted young man born into a great destiny beyond his understanding, must travel to the most dangerous planet in the universe to ensure the future of his family and his people. As
malevolent forces explode into conflict over the planet's exclusive supply of the most precious resource in existence-a commodity capable of unlocking humanity's greatest potential-only those who can conquer their
fear will survive.
</p>
</div>
</div>
</div>
</div>
<img class="absolute inset-0 w-full transform -translate-y-4" src="http://image.tmdb.org/t/p/w342/s1FhMAr91WL8D5DeHOcuBELtiHJ.jpg" style="filter: grayscale(0);" />
<div class="flex relative z-10 flex-row pb-10 space-x-4 poster__footer">
<a
class="flex items-center px-4 py-2 mx-auto text-white bg-red-500 rounded-full hover:bg-red-700"
href="http://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20210915T010000Z%2F20210915T010000Z&amp;text=Dune%20%2D%20Movie%20Premiere&amp;location=http%3A%2F%2Fmoviedates.info&amp;details=This%20reminder%20was%20created%20through%20http%3A%2F%2Fmoviedates.info"
target="_blank"
data-unsp-sanitized="clean"
>
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
<div class="ml-2 text-sm text-white">Set reminder</div>
</a>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment