Skip to content

Commit 76f24b6

Browse files
authored
Merge pull request #12 from cse23-mora/bytequiz
feat: add bytequiz link to homepage
2 parents ecd61ec + 2261d3e commit 76f24b6

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
78 KB
Loading

src/pages/index.astro

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,30 @@ const posts = (await getCollection("event"))
155155
</div>
156156
</div>
157157
</div>
158+
159+
<div
160+
class="w-full max-w-sm border border-gray-200 rounded-xl shadow-sm dark:border-gray-700 mx-auto hover:scale-110 transition-transform duration-500 ease-in-out backdrop-blur-sm dark:border-gray-800 dark:focus:border-transparent bg-indigo-400 dark:bg-indigo-700 dark:bg-opacity-10 bg-clip-padding backdrop-filter bg-opacity-10"
161+
>
162+
<div class="flex flex-col items-center pb-10 pt-6">
163+
<img
164+
class="w-32 h-32 mb-3 rounded-full"
165+
src="/images/projects/bytequiz.png"
166+
alt="ByteQuiz project logo"
167+
/>
168+
<h5
169+
class="mb-1 text-xl font-medium text-gray-900 dark:text-white"
170+
>
171+
ByteQuiz
172+
</h5>
173+
<div class="flex mt-4 md:mt-6">
174+
<a
175+
href="https://bytequiz.cse23.org/"
176+
class="inline-flex items-center px-4 py-2 text-sm font-medium text-white bg-gradient-to-r from-indigo-500 to-pink-500 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
177+
>Open</a
178+
>
179+
</div>
180+
</div>
181+
</div>
158182
</div>
159183
</div>
160184
</section>

0 commit comments

Comments
 (0)