Skip to content

Commit

Permalink
Additional changes for impulse 25
Browse files Browse the repository at this point in the history
  • Loading branch information
yukitya-1811 committed Dec 28, 2024
1 parent 81c1f2d commit 5e8f37b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion corpus/templates/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="{% static 'css/navbar.css' %}" />
{% endblock %}

<div class="drawer ">
<div class="drawer relative z-10">
<input id="my-drawer-3" type="checkbox" class="drawer-toggle" />
<div class="drawer-content bg-primary text-primary-content flex flex-col">
<!-- Navbar -->
Expand Down
2 changes: 1 addition & 1 deletion corpus/templates/diodexcelerate/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3 class="font-bold text-3xl text-blue-500">
Impulse
</h3>
<p class="mb-2">Dive into signal processing and AI to solve today's toughest challenges</p>
<p>Impulse is a first of its kind, 24-hour signal processing hackathon conducted by IEEE NITK student branch in association with IEEE NITK SPS student chapter. It presents you with interesting problem statements to ensure a fun-filled learning experience. In addition to the hackathon, a workshop will also be conducted prior to the final event to enhance your experience with us! </p>
<p>Impulse is a first of its kind, 48-hour signal processing hackathon conducted by IEEE NITK student branch in association with IEEE NITK SPS student chapter. It presents you with interesting problem statements to ensure a fun-filled learning experience. In addition to the hackathon, a workshop will also be conducted prior to the final event to enhance your experience with us! </p>
<p class="font-semibold">Dates: 15th Jan - 19th Jan</p>
<a href="{% url 'impulse_home' %}" class="btn btn-primary mt-2">Register Here</a>
</div>
Expand Down
15 changes: 10 additions & 5 deletions corpus/templates/impulse/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{% comment %} Hero Section {% endcomment %}
<section
class="hero min-h-[50vh] min-w-screen">
<div class="hero-content text-center flex-col pb-20">
<div class="relative z-0 hero-content text-center flex-col pb-20">
<img src="{% static 'img/logo/impulse_2025.png' %}" alt="Impulse Logo">
{% if admin %}
<a href="{% url 'impulse_admin' %}" class="btn btn-primary mt-10">Admin</a>
Expand Down Expand Up @@ -99,7 +99,7 @@
<div class="content">
<h2 class="title text-xl md:text-2xl lg:text-3xl font-extrabold">WHAT IS IMPULSE?</h2>
<p class="text-md md:text-lg lg:text-xl">
Impulse is a first of its kind, 48-hour signal processing hackathon conducted by IEEE NITK student branch in association with IEEE NITK SPS student chapter. This edition Impulse is being organized in collaboration with TIMED AIIMS Delhi. It presents you with interesting problem statements to ensure a fun-filled learning experience. In addition to the hackathon, expert talks will also be conducted prior to the final event to enhance your experience with us! <br>
Impulse is a first of its kind, 48-hour signal processing hackathon conducted by IEEE NITK student branch in association with IEEE NITK SPS student chapter. This edition Impulse is being organized in collaboration with TIMED AIIMS Delhi. It presents you with interesting problem statements to ensure a fun-filled learning experience. In addition to the hackathon, expert talks will also be conducted prior to the final event to enhance your experience with us! Lunch shall also be provied on 18th January <br>
<p class="text-md md:text-lg lg:text-xl"><strong>Open to B.Tech and MBBS students all over India</strong></p>
<br>
</p>
Expand Down Expand Up @@ -140,7 +140,7 @@ <h2 class="card-title">Building Trustworthy Deep Learning Tools with EEG to Unde
<div class=" pt-10">
<div class="section-header">
<h2 class="title text-xl md:text-2xl lg:text-3xl font-extrabold py-0 my-0">Prizes</h3>
<p class="section-description py-0 my-0">Exciting prizes to be won!</p>
<p class="section-description py-0 my-0">Exciting prizes worth 30k+ to be won!</p>
</div>
</div>

Expand Down Expand Up @@ -344,7 +344,7 @@ <h3 class="title text-xl md:text-2xl lg:text-3xl font-extrabold ">SCHEDULE</h3>
<p
class="py-3 text-base leading-relaxed text-body-color dark:text-dark-6"
>
After registering for Impulse, make sure to create a team name irrespective of you taking part alone or in teams of 2. After creating the team, join the discord link to receive updates and announcements regarding the event.
After registering for Impulse, make sure to create a team name irrespective of you taking part alone or in teams of 2. All communication shall be done via whatsapp
</p>
</div>
</div>
Expand Down Expand Up @@ -464,7 +464,7 @@ <h3 class="title text-xl md:text-2xl lg:text-3xl font-extrabold ">SCHEDULE</h3>
<p
class="py-3 text-base leading-relaxed text-body-color dark:text-dark-6"
>
A maximum of 4 members are allowed per team.
A maximum of 2 members are allowed per team.
</p>
</div>
</div>
Expand Down Expand Up @@ -549,6 +549,11 @@ <h2 class="text-xl md:text-2xl lg:text-3xl font-extrabold">Organized by</h2>
<img src="{% static 'img/logo/sps.png' %}" alt="SPS Logo" class="max-w-[256px] sm:max-w-1/2 md:max-w-[192px] lg:max-w-[256px] mx-auto" />
</a>
</div>
<div class="mx-2 sm:my-auto my-0">
<a href="https://signalprocessingsociety.org/">
<img src="{% static 'img/logo/timed-impulse.jpeg' %}" alt="SPS Logo" class="max-w-[256px] sm:max-w-1/2 md:max-w-[192px] lg:max-w-[256px] mx-auto" />
</a>
</div>
</div>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e8f37b

Please sign in to comment.