Skip to content

Commit 51bc79a

Browse files
refactor: removed dead code and imports (#158)
* refactor: deleted dead code for cube Signed-off-by: Farhaan Bukhsh <[email protected]> * refactor: Remove whitespace and dead code Signed-off-by: Farhaan Bukhsh <[email protected]> * reafactor: removed unused imports Signed-off-by: Farhaan Bukhsh <[email protected]> * refactor: removes dead import Signed-off-by: Farhaan Bukhsh <[email protected]> * refactor: removed unused imports Signed-off-by: Farhaan Bukhsh <[email protected]> --------- Signed-off-by: Farhaan Bukhsh <[email protected]>
1 parent 59ebf90 commit 51bc79a

File tree

9 files changed

+2
-71
lines changed

9 files changed

+2
-71
lines changed

src/_includes/components/cube.njk

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/_includes/landing/hero.njk

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
PYCON <br/>
77
<span class="text-white">INDIA 2025</span>
88
</h1>
9-
<div class="relative whitespace-nowrap">
9+
<div class="relative whitespace-nowrap">
1010
<div class="relative z-10 text-blue-600 font-semibold px-6 sm:px-8 py-6 sm:py-8 text-xl sm:text-2xl">
1111
12 Sep - 15 Sep
12-
</div>
12+
</div>
1313
<img src="{{ env.baseUrl }}img/assets/date-display.svg" alt="Date background" class="absolute inset-0 w-full h-full z-0">
1414
<div class="absolute -bottom-8 -right-4">
1515
<img src="{{ env.baseUrl }}img/assets/star-lime-vector.svg" alt="Groovy star" class="w-12 h-12">
@@ -20,9 +20,6 @@
2020
PyCon India 2025 is the premier conference for Python enthusiasts and professionals, offering an unparalleled
2121
opportunity to dive deep into the world of Python and explore its limitless potential. Stay tuned for updates!
2222
</p>
23-
{# <div>
24-
{{ button(text="Get Tickets", url=env.baseUrl + "tickets", lime_bg=true)}}
25-
</div> #}
2623
<div class="flex flex-wrap gap-4">
2724
{{ button(text="Get Tickets", url=env.baseUrl + "tickets", lime_bg=true)}}
2825
{{ button(text="View Schedule", url=env.baseUrl + "program/schedule", lime_bg=true)}}

src/_includes/landing/keynotes.njk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{% from "components/cube.njk" import cube %}
2-
31
<section class="relative bg-lavender text-black w-full pb-12 px-4 md:px-8 lg:px-16 xl:px-28 lgx:px-40 lg:pb-40" id="keynotes">
42
<div class="black-han-sans-regular text-center lg:text-left pt-28 pb-8 md:pt-24 font-normal text-4xl lg:text-5xl text-[#000000]">
53
Keynote Speakers

src/_layouts/page.njk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ layout: base.njk
99
</style>
1010

1111
{% from "components/button.njk" import button %}
12-
{% from "components/card.njk" import card %}
13-
{% from "components/flat-card.njk" import flatCard %}
1412

1513
<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row">
1614
<div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]">

src/cfp/index.njk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ layout: base.njk
55
---
66

77
{% from "components/button.njk" import button %}
8-
{% from "components/card.njk" import card %}
98
{% from "components/flat-card.njk" import flatCard %}
109

1110
<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row">

src/cfp/panel.njk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ layout: base.njk
55
---
66

77
{% from "components/button.njk" import button %}
8-
{% from "components/card.njk" import card %}
9-
{% from "components/flat-card.njk" import flatCard %}
108

119
<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row">
1210
<div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]">

src/cfp/poster.njk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ layout: base.njk
55
---
66

77
{% from "components/button.njk" import button %}
8-
{% from "components/card.njk" import card %}
9-
{% from "components/flat-card.njk" import flatCard %}
108

119
<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row">
1210
<div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]">

src/cfp/talks.njk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ layout: base.njk
55
---
66

77
{% from "components/button.njk" import button %}
8-
{% from "components/card.njk" import card %}
9-
{% from "components/flat-card.njk" import flatCard %}
108

119
<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row">
1210
<div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]">

src/coc/reporting.njk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: PyCon India 2025 CoC Reporting Guide
44
layout: base.njk
55
---
66

7-
{% from "components/button.njk" import button %}
8-
{% from "components/card.njk" import card %}
97
{% from "components/flat-card.njk" import flatCard %}
108

119
{% set members = [

0 commit comments

Comments
 (0)