Skip to content

Commit

Permalink
Added unstop link for registration + unstop logo
Browse files Browse the repository at this point in the history
  • Loading branch information
VarshiniAdurti28 committed Dec 14, 2024
1 parent b6a1c9a commit b1a7cde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions corpus/templates/embedathon/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
src="{% static 'img/embedathon/background.jpg' %}"
alt="Background" />

<div class="absolute bg-white inline-block rounded-xl mx-11 my-11">
<img class="h-24" src="{% static 'img/embedathon/unstop.png' %}" alt="Unstop"/>
</div>


<div class="relative flex flex-col items-center justify-center h-full text-white">
<section id="hero" class=" sticky top-10 bottom-10 text-center px-10 md:px-0">
<h1 class="text-7xl font-bold">Embedathon</h1>
Expand Down Expand Up @@ -46,7 +51,7 @@ <h2 class="mt-11">What is Embedathon?</h2>
enhance your experience with us!
</p>

<a role="button" href="{% url 'embedathon_index' %}" class="btn btn-wide text-xl font-bold px-5 py-2 inline-flex justify-center whitespace-nowrap rounded-lg px-3.5 py-2.5 text-base font-medium text-black bg-primary from-primary-800 to-primary-700 from-primary-200 to-primary-100 hover:bg-primary shadow focus:outline-none focus:ring focus:ring-primary-500/50 focus-visible:outline-none focus-visible:ring focus-visible:ring-primary-500/50 relative before:absolute before:inset-0 before:rounded-[inherit] before:bg-[linear-gradient(45deg,transparent_25%,theme(colors.white/.5)_50%,transparent_75%,transparent_100%)] before:bg-[linear-gradient(45deg,transparent_25%,theme(colors.white)_50%,transparent_75%,transparent_100%)] before:bg-[length:250%_250%,100%_100%] before:bg-[position:200%_0,0_0] before:bg-no-repeat before:[transition:background-position_0s_ease] hover:before:bg-[position:-100%_0,0_0] hover:before:duration-[1500ms]
<a role="button" href="https://unstop.com/p/embedathon-24-25-diodexcelerate-2024-25-ieee-nitk-1290579" class="btn btn-wide text-xl font-bold px-5 py-2 inline-flex justify-center whitespace-nowrap rounded-lg px-3.5 py-2.5 text-base font-medium text-black bg-primary from-primary-800 to-primary-700 from-primary-200 to-primary-100 hover:bg-primary shadow focus:outline-none focus:ring focus:ring-primary-500/50 focus-visible:outline-none focus-visible:ring focus-visible:ring-primary-500/50 relative before:absolute before:inset-0 before:rounded-[inherit] before:bg-[linear-gradient(45deg,transparent_25%,theme(colors.white/.5)_50%,transparent_75%,transparent_100%)] before:bg-[linear-gradient(45deg,transparent_25%,theme(colors.white)_50%,transparent_75%,transparent_100%)] before:bg-[length:250%_250%,100%_100%] before:bg-[position:200%_0,0_0] before:bg-no-repeat before:[transition:background-position_0s_ease] hover:before:bg-[position:-100%_0,0_0] hover:before:duration-[1500ms]
font-bold no-underline mt-10 animate-bounce">Register</a>

</section>
Expand Down Expand Up @@ -155,7 +160,7 @@ <h2 class="card-title">Cryptocurrency and Fraud Risk</h2>
class="h-96 rounded-md" />
</figure>
<div class="card-body">
<h2 class="card-title">The Connect World - A Virtual one! <br>But Real too!</h2>
<h2 class="card-title">The Connected World - A Virtual one! <br>But Real too!</h2>
<span class="text-xl">By <strong>Dr. Arulalan Rajan</strong></span>
<span>
PhD from Indian Institute of Science, Bangalore, <br>
Expand Down Expand Up @@ -235,7 +240,7 @@ <h2>Timeline</h2>
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16" clip-rule="evenodd" />
</svg>
</div>
<div class="timeline-end timeline-box">Week 4</div>
{% comment %} <div class="timeline-end timeline-box">Week 4</div>
<hr class="bg-white" />
</li>
<li class="m-0">
Expand All @@ -245,7 +250,7 @@ <h2>Timeline</h2>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16" clip-rule="evenodd" />
</svg>
</div>
</div> {% endcomment %}
</li>
</ul>
</section>
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 b1a7cde

Please sign in to comment.