-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed registration issue in Electrika. (#99)
* Fixed registration issue in Electrika. Info Update on Home page * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Refactor register function in views.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9209022
commit 6aba616
Showing
3 changed files
with
6 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -283,7 +283,7 @@ <h3 class="title text-xl md:text-2xl lg:text-3xl font-extrabold ">SCHEDULE</h3> | |
<div class="timeline-start md:text-end mb-10"> | ||
<time class="font-mono italic">23<sup>rd</sup> Jan, 2024</time> | ||
<div class="text-md md:text-lg lg:text-xl font-black">Expert Talk</div> | ||
|
||
6PM IST | ||
</div> | ||
<hr/> | ||
</li> | ||
|
@@ -330,7 +330,7 @@ <h3 class="title text-xl md:text-2xl lg:text-3xl font-extrabold ">SCHEDULE</h3> | |
</div> | ||
<div class="timeline-start mb-10"> | ||
<time class="font-mono italic">3<sup>rd</sup> Feb, 2024</time> | ||
<div class="text-lg font-black">Hardware Round</div> | ||
<div class="text-lg font-black">Hardware Round at <span class="text-primary sm:text-lg md:text-xl lg:text-2xl">NITK Campus</span></div> | ||
|
||
</div> | ||
<hr /> | ||
|
@@ -884,8 +884,8 @@ <h3 class="title text-xl md:text-2xl lg:text-3xl font-extrabold">Contact Us</h3> | |
<center> | ||
<p class="section-description text-md md:text-lg lg:text-xl"> | ||
<strong>Apurva S</strong> : <a href="mailto:[email protected]">[email protected]</a><br> | ||
{% comment %} <strong>Raghuram Kannan</strong> : <a href="mailto:raghuramkannan400@gmail.com"> raghuramkannan400@gmail.com</a><br> | ||
<strong>Kaliki Venkata Srinanda</strong> : <a href="mailto:srinandakv2004@gmail.com"> srinandakv2004@gmail.com</a> {% endcomment %} | ||
<strong>Aditya Rajesh</strong> : <a href="mailto:adityacfal@gmail.com">adityacfal@gmail.com</a><br> | ||
<strong>Chandan G Padmashali</strong> : <a href="mailto:chandanpadmashalig125@gmail.com">chandanpadmashalig125@gmail.com</a> | ||
</p> | ||
</center> | ||
<br> | ||
|