Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0nikhilkumar committed Oct 12, 2023
1 parent 1535f91 commit 1460840
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</script>

<body class="bg-violet-200 text-violet-800">
<header class="bg-violet-500 dark:bg-gray-900">
<header class="bg-violet-500 dark:bg-[#271d3a]">
<div
class="container mx-auto px-5 py-8 flex flex-row flex-wrap gap-4 justify-between items-center">
<a href="https://ossph.org/" target="_blank"
Expand All @@ -45,13 +45,13 @@
/></a>
<div class="flex items-center gap-4">
<h1
class="text-violet-900 text-3xl lg:text-5xl font-black">
class="text-violet-900 text-3xl lg:text-5xl font-black dark:text-white">
Freefolio
</h1>
<div class="bg-red-100 h-[10px] w-[10px] rounded-full mt-3"></div>
<a
href="https://github.com/OSSPhilippines/freefolio"
class="text-violet-900 text-3xl lg:text-5xl font-black">
class="text-violet-900 text-3xl lg:text-5xl font-black dark:text-white">
GitHub
</a>
<img
Expand All @@ -63,9 +63,9 @@
</div>
</header>

<main>
<main class="dark:bg-[#201c29]">
<div
class="container mx-auto px-5 py-24 grid md:grid-cols-2 gap-12 dark:bg-gray-950">
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"
Expand All @@ -75,7 +75,7 @@
src="./images/hacker.png"
alt="Hacker folio"
class="rounded-md shadow object-cover aspect-video" />
<h2 class="text-3xl font-bold mt-2">Hacker</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Hacker</h2>
</a>

<a
Expand All @@ -87,7 +87,7 @@ <h2 class="text-3xl font-bold mt-2">Hacker</h2>
src="./images/indify.png"
alt="Indify folio img"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Indify</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Indify</h2>
</a>

<a
Expand All @@ -99,7 +99,7 @@ <h2 class="text-3xl font-bold mt-2">Indify</h2>
src="./images/plain.png"
alt="Plain folio"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Plain</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Plain</h2>
</a>

<a
Expand All @@ -111,7 +111,7 @@ <h2 class="text-3xl font-bold mt-2">Plain</h2>
src="./images/clean.png"
alt="Clean folio"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Clean</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Clean</h2>
</a>

<a
Expand All @@ -123,7 +123,7 @@ <h2 class="text-3xl font-bold mt-2">Clean</h2>
src="./images/beginner.png"
alt="Beginner folio"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Beginner</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Beginner</h2>
</a>

<a
Expand All @@ -135,7 +135,7 @@ <h2 class="text-3xl font-bold mt-2">Beginner</h2>
src="./images/outlines.png"
alt="Outlines folio"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Outlines</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Outlines</h2>
</a>

<a
Expand All @@ -147,7 +147,7 @@ <h2 class="text-3xl font-bold mt-2">Outlines</h2>
src="./images/simple.PNG"
alt="Simple folio"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Simple</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Simple</h2>
</a>

<a
Expand All @@ -159,7 +159,7 @@ <h2 class="text-3xl font-bold mt-2">Simple</h2>
src="./images/deepsea.png"
alt="Deepsea folio"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Deep Sea</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Deep Sea</h2>
</a>

<a
Expand All @@ -171,7 +171,7 @@ <h2 class="text-3xl font-bold mt-2">Deep Sea</h2>
src="./images/dark-hack.png"
alt="Dark Hack folio"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Dark Hack</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Dark Hack</h2>
</a>

<a
Expand All @@ -183,7 +183,7 @@ <h2 class="text-3xl font-bold mt-2">Dark Hack</h2>
src="./images/ingolfur.png"
alt="Ingólfur"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Ingólfur</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Ingólfur</h2>
</a>

<a
Expand All @@ -195,7 +195,7 @@ <h2 class="text-3xl font-bold mt-2">Ingólfur</h2>
src="./images/anime.png"
alt="Anime"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">Anime</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">Anime</h2>
</a>

<a
Expand All @@ -207,7 +207,7 @@ <h2 class="text-3xl font-bold mt-2">Anime</h2>
src="./images/easy.png"
alt="Anime"
class="rounded-md shadow object-cover w-full aspect-video" />
<h2 class="text-3xl font-bold mt-2">easy</h2>
<h2 class="text-3xl font-bold mt-2 dark:text-white">easy</h2>
</a>
</div>
</main>
Expand Down

0 comments on commit 1460840

Please sign in to comment.