Skip to content

Commit

Permalink
Merge pull request #118 from justinbalaguer/main
Browse files Browse the repository at this point in the history
Fix container height
  • Loading branch information
jofftiquez committed Oct 18, 2023
2 parents 1dcec9b + c1d880e commit 5f3bca7
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,145 +68,145 @@
class="container mx-auto px-5 py-24 grid md:grid-cols-2 gap-12">
<a
href="hacker"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/hacker.png"
alt="Hacker folio"
class="rounded-md shadow object-cover aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Hacker</h2>
</a>

<a
href="indify"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/indify.png"
alt="Indify folio img"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Indify</h2>
</a>

<a
href="plain"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/plain.png"
alt="Plain folio"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Plain</h2>
</a>

<a
href="clean"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/clean.png"
alt="Clean folio"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Clean</h2>
</a>

<a
href="beginner"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/beginner.png"
alt="Beginner folio"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Beginner</h2>
</a>

<a
href="outlines"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/outlines.png"
alt="Outlines folio"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Outlines</h2>
</a>

<a
href="simple"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/simple.PNG"
alt="Simple folio"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Simple</h2>
</a>

<a
href="deepsea"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/deepsea.png"
alt="Deepsea folio"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Deep Sea</h2>
</a>

<a
href="dark-hack"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/dark-hack.png"
alt="Dark Hack folio"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Dark Hack</h2>
</a>

<a
href="ingolfur"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/ingolfur.png"
alt="Ingólfur"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Ingólfur</h2>
</a>

<a
href="anime"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/anime.png"
alt="Anime"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">Anime</h2>
</a>

<a
href="easy"
class="relative bottom-0 hover:bottom-2 hover:transition-all"
class="relative bottom-0 hover:bottom-2 hover:transition-all flex flex-col justify-between items-start"
target="_blank"
data-aos="fade-up">
<img
src="./images/easy.png"
alt="Anime"
class="rounded-md shadow object-cover w-full aspect-video" />
class="rounded-md shadow object-cover object-center h-full w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2 dark:text-white">easy</h2>
</a>
</div>
Expand Down

0 comments on commit 5f3bca7

Please sign in to comment.