Skip to content

Commit

Permalink
refined comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignaraj-pai committed Dec 19, 2023
1 parent 473672d commit b159a30
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions corpus/templates/pages/impulse.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
{% endblock %}

{% block content %}
<!-- Hero Section -->

{% comment %} Hero Section {% endcomment %}
<section
class="hero min-h-[50vh] min-w-screen">
<div class="hero-content text-center flex-col pb-20">
Expand All @@ -61,6 +62,7 @@ <h1 class="text-xl md:text-2xl lg:text-3xl font-extrabold text-white dark:text-w
<a href="#" target="" class="btn btn-primary mt-8 mb-0">Registrations Opening soon</a>
<br>
<a href="#about" class="color-white text-2xl mt-10">
{% comment %} Down Arrow {% endcomment %}
<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 animate-bounce" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M10 3a1 1 0 011 1v7.586l3.293-3.293a.999.999 0 111.414 1.414l-5 5a.999.999 0
Expand All @@ -71,7 +73,7 @@ <h1 class="text-xl md:text-2xl lg:text-3xl font-extrabold text-white dark:text-w
</div>
</section>

<!-- About Section -->
{% comment %} About Section {% endcomment %}
<section id="about"
class="about bg-base-100 text-center prose px-10 lg:px-40 py-10 min-w-full">
<div class="about-content text-center flex-col ">
Expand Down Expand Up @@ -121,7 +123,7 @@ <h4 style="color: black;"> <strong>Shreyas Rao</strong> </h4>
</div>
</section>


{% comment %} Prizes Section {% endcomment %}
<section id="facts"
class="facts bg-base-200 text-center prose px-10 lg:px-40 py-10 min-w-full">
<div class=" pt-10">
Expand Down Expand Up @@ -165,6 +167,7 @@ <h2 class="title text-xl md:text-2xl lg:text-3xl font-extrabold py-0 my-0">Prize
</div>
</section>

{% comment %} Schedule Section {% endcomment %}
<section id="schedule"
class="schedule bg-base-100 text-center prose px-10 lg:px-40 py-10 mx-auto">
<div class="section-header">
Expand Down Expand Up @@ -200,6 +203,7 @@ <h3 class="title text-xl md:text-2xl lg:text-3xl font-extrabold ">SCHEDULE</h3>

</section>

{% comment %} FAQ Section {% endcomment %}
<section id='section'
x-data="
{
Expand Down Expand Up @@ -569,6 +573,7 @@ <h3 class="title text-xl md:text-2xl lg:text-3xl font-extrabold ">SCHEDULE</h3>
</div>
</section>

{% comment %} Organizers Section {% endcomment %}
<section style="margin-bottom: 5%;"
class="bg-base-100 text-center prose px-10 lg:px-40 py-10 min-w-full">
<div class="container ">
Expand All @@ -593,6 +598,7 @@ <h2 class="text-xl md:text-2xl lg:text-3xl font-extrabold">Organized by</h2>

</section>

{% comment %} Contact Section {% endcomment %}
<section id="contact"
class="contact bg-base-200 text-center prose px-10 lg:px-40 py-10 min-w-full">
<div class="container ">
Expand Down

0 comments on commit b159a30

Please sign in to comment.