Skip to content

Commit

Permalink
chore: update the details
Browse files Browse the repository at this point in the history
  • Loading branch information
prathwik0 committed Nov 3, 2023
1 parent 7494e78 commit b3ba1e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@
<div class="text-md space-y-2 md:text-lg lg:text-xl">
<p>Prize Pool: Rs. 1000</p>
</div>
<p class="text-md md:text-lg lg:text-xl">To participate, simply fill out the form below and lets begin prompting! (all participants)</p>
<p class="text-md md:text-lg lg:text-xl">To participate, simply fill out the form below and lets begin prompting!</p>
<div class="text-md md:text-lg lg:text-xl">
<p class="font-bold text-red-600">NOTE:</p>
<p>1. Spot registrations will be open during the event.</p>
<p>2. Register here as individuals. Team name and details will be collected at the venue.</p>
<p>3. Once you register, you will be added to a WhatsApp group where we will inform you the rules of the event and we will answer your queries.</p>
<ol>
<li>1. Every team must have at-least 1 laptop. We will provide LAN cables as well as WiFi to connect into. We will help you out with any technical issues you face but we are not responsible for any of your issues.</li>
<li>2. The team must have a ChatGPT as well as a HackerRank account.</li>
<li>3. Spot registrations will be open during the event from 9:00 to 10:45. The first round will last around 15 to 20 minutes. You can try the first round anytime from 9:00 to 10:45 and then be on your way.</li>
<li>4. The first round will consist of 3 stages - AI Hallucination (making ChatGPT hallucinate), Coding using AI and Trivia.</li>
<li>6. Register here as individuals! Team name and details will be collected at the venue.</li>
<li>7. Once you register, you will be added to a WhatsApp group where we will inform you the rules of the event and we will answer your queries.</li>
</ol>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(navbar)/(spacetop)/events/[type]/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import EventCardgrid from '$lib/components/CardGrids/EventCardgrid.svelte';
import { page } from '$app/stores';
import RegistrationPage from '$lib/components/Registration/RegistrationPage.svelte';
import Prompting from '$lib/components/Registration/Prompting.svelte';
let eventType = $page.params.type;
import type { PageData } from './$types';
Expand All @@ -22,5 +22,5 @@
<EventCardgrid events={data.events} />
</div>
{:else}
<RegistrationPage />
<Prompting />
{/if}

0 comments on commit b3ba1e5

Please sign in to comment.