Skip to content

Commit

Permalink
disable ticket button (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Nabarun Pal <[email protected]>
  • Loading branch information
palnabarun authored Sep 14, 2024
1 parent 5f5e981 commit 1bc78e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/_includes/components/sponsor.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
</div>
{% endif %}
</section>
{% endfor %}
{% endfor %}
14 changes: 2 additions & 12 deletions src/_includes/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,12 @@
<li class="nav-item">
<a class="nav-link" href="https://in.pycon.org/blog/">Blog</a>
</li>

</ul>
</div>
</div>
</nav>
</div>
<div class="col-md-2 d-none d-lg-block ">
<div class="tickets-im">
<a class="text-decoration-none"
href="https://konfhub.com/checkout/pyconindia2024">

<img src="/image/Group 5883.svg" alt="Buy Ticket" class="img-fluid tick-1">
<img src="/image/Group 4907.svg" alt="Buy Ticket" class="img-fluid tick-2">
</a>
</div>
</div>
</div>
</div>
</header>
Expand All @@ -88,4 +78,4 @@
link.classList.add('active');
}
});
</script>
</script>

0 comments on commit 1bc78e1

Please sign in to comment.