Skip to content

Commit

Permalink
Electrika 2024 (#116)
Browse files Browse the repository at this point in the history
* 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

* Update base.html and navbar_dropdown.html templates

* Redirect to registration page if user does not exist in ElectrikaUser table

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update team creation and acceptance logic

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix team creation logic and update FAQ section

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add phone number and team-up option to user table

* Update event description

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add session link to home page

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update session link and add workshop recorded session link

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update workshops section in home.html

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Vignaraj-pai and pre-commit-ci[bot] authored Feb 2, 2024
1 parent e425e8b commit 30a2a48
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions corpus/templates/electrika/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h2 class="title text-xl md:text-2xl lg:text-3xl font-extrabold py-0 my-0">Prize
<section id="workshops" class="py-5 px-5">
<h2 class="text-center text-xl md:text-2xl lg:text-3xl font-extrabold">
Workshops</h2>
<div class="flex flex-col md:flex-row justify-center content-center">
<div class="flex flex-col md:flex-row justify-between content-center gap-4">
<div class="card bg-base-300 shadow-xl basis-1/2">
<div class="card-body">
<h2 class="card-title">Fundamentals of Power Electronic</h2>
Expand All @@ -292,10 +292,24 @@ <h2 class="card-title">Fundamentals of Power Electronic</h2>
</div>
</div>
</div>
<div class="card bg-base-300 shadow-xl basis-1/2">
<div class="card-body">
<h2 class="card-title">Introduction to Embedded Systems</h2>
<strong>29th Jan, 2024</strong>
<div class="card-actions">
{% comment %} <a href="https://rb.gy/xdc2xa" class="btn btn-primary no-underline">
<strong>Workshop Link</strong>
</a> {% endcomment %}
<a href="https://drive.google.com/file/d/1sfMkPF77d-FIeAiFRkV2qMDbZwGWqVcY/view?usp=sharing"
class="btn btn-secondary no-underline" target="_blank">
<strong>Workshop Recorded Session</strong>
</a>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="md:basis-1/6"></div>
</div>

{% comment %} Schedule Section {% endcomment %}
Expand Down

0 comments on commit 30a2a48

Please sign in to comment.