|
1 |
| ---- |
2 |
| -title: Why Sponsor? - PyCon India 2025 |
3 |
| -description: Sponsor PyCon India 2025 and support the Python community |
4 |
| -layout: base.njk |
5 |
| ---- |
6 |
| - |
7 |
| -{% from "components/button.njk" import button %} |
8 |
| -{% from "components/window.njk" import window %} |
9 |
| -<div class="w-full h-auto bg-pycon-blue -mb- px-[10%] pt-[100px] md:pt-[200px]"> |
10 |
| - <div class="flex flex-col md:flex-row"> |
11 |
| - <div class="pb-8 md:pb-16 w-full lg:w-[70%]"> |
12 |
| - <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#FFFFFF] text-center lg:text-left"> |
13 |
| - Why Sponsor? |
14 |
| - </div> |
15 |
| - <div class="text-md lg:text-xl pt-12 text-[#FFFFFF] lg:pr-20 md:pb-64"> |
16 |
| - <p>Join us for the <strong>16th edition of PyCon India</strong>, one of the largest Python conferences in Asia! This 4-day event (September 12-15, 2025) in Bengaluru, Karnataka brings together over <strong>1,400+ attendees</strong> with 2 days of main conference featuring booth spaces.</p> |
17 |
| - <p class="pt-4">PyCon India 2025 is where our community comes together to network, learn, share ideas, and create new relationships and partnerships. Your sponsorship helps us make PyCon India accessible to developers from diverse backgrounds and supports the growth of the Python community in India.</p> |
18 |
| - <p class="pt-4">We invite you to be a part of this vibrant community and showcase your brand at the largest Python conference in India. As a sponsor, you'll connect with a diverse audience of Python enthusiasts, including developers, data scientists, and industry leaders from across India and beyond.</p> |
19 |
| - <p class="pt-4">We offer a range of sponsorship packages to suit your needs, from title sponsorship to community support. Each package is designed to provide maximum exposure and engagement opportunities for your brand at a fraction of traditional marketing costs.</p> |
20 |
| - </div> |
21 |
| - </div> |
22 |
| - <div class="relative pl-12 md:pl-8 lg:pl-16 md:mt-0 z-10"> |
23 |
| - <img src="{{ env.baseUrl }}img/assets/sponsors.svg" alt="Sponsors" class="w-[80%] md:w-[90%] lg:w-[100%] block"> |
24 |
| - <img src="{{ env.baseUrl }}img/assets/star-pink-vector.svg" alt="Groovy star" class="absolute right-32 md:right-16 top-[14rem] md:top-[18.5rem] w-[10%] md:w-[25%] lg:w-[15%] animate-bounce-slow"> |
25 |
| - <img src="{{ env.baseUrl }}img/assets/circle-lavender.svg" alt="Circle Lavender" class="hidden md:block absolute right-[8rem] md:right-[14rem] top-[18rem] md:top-[29rem] w-[15%] md:w-[20%] lg:w-auto animate-bounce-fast"> |
26 |
| - <img src="{{ env.baseUrl }}img/assets/tetris.svg" alt="Tetris" class="hidden md:block absolute w-16 md:w-20 lg:w-20 right-16 md:right-32 bottom-[8rem] md:bottom-[18rem] rotate-12 animate-bounce-slower"> |
27 |
| - <img src="{{ env.baseUrl }}img/assets/ellipse-lime.svg" alt="Ellipse Lime" class="hidden md:block absolute w-[12%] md:w-[15%] lg:w-auto right-0 bottom-[16rem] md:bottom-[25rem] animate-bounce-slowest"> |
28 |
| - <img src="{{ env.baseUrl }}img/assets/circle-lavender.svg" alt="Circle Lavender" class="hidden md:block absolute w-[10%] md:w-[12%] lg:w-auto right-0 bottom-[12rem] md:bottom-[18rem] animate-bounce-slow"> |
29 |
| - </div> |
30 |
| - </div> |
31 |
| -</div> |
32 |
| -<div class="relative"> |
33 |
| - <div class="absolute left-[10%] right-[10%] pt-10 md:-top-40 z-10 flex flex-col lg:flex-row items-start"> |
34 |
| - <div class="text-md font-light flex-1"> |
35 |
| - {% set sponsorBenefits = [ |
36 |
| - { |
37 |
| - title: "Put Your Business in the Spotlight", |
38 |
| - description: "Stand out among 1,400+ attendees by prominently displaying your products and marketing material to a highly engaged and relevant audience." |
39 |
| - }, |
40 |
| - { |
41 |
| - title: "Optimum-Cost Marketing", |
42 |
| - description: "Our reasonably priced sponsorship slabs let you connect with the cream of the community at maybe half (or even less!) of your traditional marketing budget." |
43 |
| - }, |
44 |
| - { |
45 |
| - title: "Direct Market Research", |
46 |
| - description: "Get immediate feedback on your products or services from a tech-savvy audience of Python professionals." |
47 |
| - }, |
48 |
| - { |
49 |
| - title: "Premium Recruitment Opportunities", |
50 |
| - description: "The conference attracts smart folks from various backgrounds. If you're hiring, there's no better place to find top Python developers." |
51 |
| - }, |
52 |
| - { |
53 |
| - title: "Give Back to the Community", |
54 |
| - description: "Establish goodwill and show you're a reliable partner. Your sponsorship helps PyCon India remain affordable and accessible to the widest audience." |
55 |
| - }, |
56 |
| - { |
57 |
| - title: "Strategic Networking", |
58 |
| - description: "Interact with professionals from various companies and industries, fostering potential partnerships and collaborations." |
59 |
| - }, |
60 |
| - { |
61 |
| - title: "Knowledge & Innovation", |
62 |
| - description: "Gain insights into the latest trends and innovations in the Python world through talks, workshops, and informal discussions." |
63 |
| - } |
64 |
| - ] %} |
65 |
| - |
66 |
| - <!-- Mobile window --> |
67 |
| - <div class="block md:hidden overflow-x-auto"> |
68 |
| - {% call window(width=300, height=930, depth=20, frontBg="lavender", leftBg="lime", topBg="lime") %} |
69 |
| - <span class="font-semibold text-black text-sm">What you can expect when you sponsor PyCon India:</span> |
70 |
| - <ul class="list-none space-y-3 mt-3 text-sm"> |
71 |
| - {% for benefit in sponsorBenefits %} |
72 |
| - <li class="flex items-start"> |
73 |
| - <div class="w-3 h-3 bg-pycon-lime rounded-full mr-3 mt-1 flex-shrink-0 border-2 border-green-600"></div> |
74 |
| - <div> |
75 |
| - <span class="font-semibold text-gray-800">{{ benefit.title }}</span> |
76 |
| - <span class="text-gray-600"> - {{ benefit.description | safe }}</span> |
77 |
| - </div> |
78 |
| - </li> |
79 |
| - {% endfor %} |
80 |
| - </ul> |
81 |
| - {% endcall %} |
82 |
| - </div> |
83 |
| - |
84 |
| - <!-- Desktop window --> |
85 |
| - <div class="hidden md:block"> |
86 |
| - {% call window(width=800, height=550, depth=25, frontBg="lavender", leftBg="lime", topBg="lime") %} |
87 |
| - <span class="font-semibold text-black">What you can expect when you sponsor PyCon India:</span> |
88 |
| - <ul class="list-none space-y-4 mt-4"> |
89 |
| - {% for benefit in sponsorBenefits %} |
90 |
| - <li class="flex items-start"> |
91 |
| - <div class="w-4 h-4 bg-pycon-lime rounded-full mr-4 mt-1 flex-shrink-0 border-2 border-green-600"></div> |
92 |
| - <div> |
93 |
| - <span class="font-semibold text-gray-800">{{ benefit.title }}</span> |
94 |
| - <span class="text-gray-600"> - {{ benefit.description | safe }}</span> |
95 |
| - </div> |
96 |
| - </li> |
97 |
| - {% endfor %} |
98 |
| - </ul> |
99 |
| - {% endcall %} |
100 |
| - </div> |
101 |
| - </div> |
102 |
| - <div class="relative flex items-start gap-0"> |
103 |
| - <img src="{{ env.baseUrl }}img/assets/bench.svg" alt="Bench" class="hidden md:block lg:h-32"> |
104 |
| - </div> |
105 |
| - </div> |
106 |
| - <div class="main-container pt-[900px] md:pt-96 bg-lavender w-full h-auto px-[10%] pb-40 md:pb-60 lg:pb-[20%]"> |
107 |
| - <div class="flex flex-col lg:flex-row items-start mt-32 md:mt-48 lg:mt-32"> |
108 |
| - <div class="text-md font-light flex-1"> |
109 |
| - <div class="text-left"> |
110 |
| - <h2 class="text-3xl md:text-4xl font-bold text-pycon-blue mb-8">Ready to Sponsor PyCon India 2025?</h2> |
111 |
| - <p class="text-lg text-gray-700 mb-8">Several sponsorship tiers are running out of slots. <br/> |
112 |
| - Don't miss this opportunity to connect with the vibrant Python community in India! <br/> |
113 |
| - If you have any questions or need more information, please feel free to reach out to us at: <br/> |
114 |
| - <i>sponsorship at in dot pycon dot org</i> |
115 |
| - </p> |
116 |
| - <div class="flex flex-col sm:flex-row gap-4 items-start"> |
117 |
| - {{ button(text="Download Prospectus", url=env.baseUrl + "PyConIndia2025SponsorshipBrochure.pdf", lime_bg=true, env = env) }} |
118 |
| - {{ button(text="Get in Touch", url="https://forms.gle/PsvKNJcjBctJe7VbA", lime_bg=true, env = env) }} |
119 |
| - </div> |
120 |
| - </div> |
121 |
| - </div> |
122 |
| - <div class="relative flex items-start gap-4 mt-8 lg:mt-0"> |
123 |
| - <img src="{{ env.baseUrl }}img/assets/star-lime-vector.svg" alt="Groovy star Lime" class="hidden md:block w-12 md:w-14 lg:w-12 -mt-2 animate-bounce-slow"> |
124 |
| - <img src="{{ env.baseUrl }}img/assets/circle-pink.svg" alt="Circle Pink" class="hidden md:block w-12 md:w-14 lg:w-4 mt-32 animate-bounce-slower"> |
125 |
| - <img src="{{ env.baseUrl }}img/assets/ellipse-lime.svg" alt="Circle Lime" class="hidden md:block w-12 md:w-14 lg:w-8 mt-16 animate-bounce-fast"> |
126 |
| - </div> |
127 |
| - </div> |
128 |
| - </div> |
129 |
| -</div> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta http-equiv="refresh" content="0; url={{ env.baseUrl }}sponsors" /> |
| 5 | + <link rel="canonical" href="{{ env.baseUrl }}sponsors" /> |
| 6 | + </head> |
| 7 | +</html> |
0 commit comments