Skip to content

Commit 9a9d717

Browse files
Update events - add regional pycons for 2023
1 parent c8b97b7 commit 9a9d717

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

src/views/events/Events.tsx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,24 @@ export default function Events() {
7979
<div className="section-heading">
8080
<h1 className="text-white">Events</h1>
8181
<br />
82+
<h4 className="text-white">Regional PyCon 2023 in APAC Schedule</h4>
83+
<br />
8284
</div>
8385
<div className="medium-text text-white" style={{opacity: '60%'}}>
84-
Upcoming events in APAC.
86+
<ul>
87+
<li>Feb 25-26: <strong>PyCon PH</strong> Manila, Philippines</li>
88+
<li>Aug 11-13: <strong>PyCon KR</strong> Seoul, Korea</li>
89+
<li>Aug 18-22: <strong>PyCon AU</strong> Adelaide, Australia</li>
90+
<li>Aug 17-19 (Tentative): <strong>PyCon SG</strong> Singapore</li>
91+
<li>Aug 26: <strong>PyCon MY</strong> Malaysia</li>
92+
<li>Sept 2-3: <strong>PyCon TW</strong> Taipei, Taiwan</li>
93+
<li>Sept 15-17: <strong>Kiwi PyCon</strong> Invercargill, New Zealand</li>
94+
<li>Sept 29-Oct 2: <strong>PyCon India</strong> Hyderabad, India</li>
95+
<li>Oct 27-29: <strong>PyCon APAC (by PyCon JP)</strong> Tokyo, Japan</li>
96+
<li>Nov 10-11: <strong>PyCon HK</strong> Hong Kong</li>
97+
<li>Nov 11-12: <strong>PyCon ID</strong> Indonesia</li>
98+
<li>Dec 15-16: <strong>PyCon TH</strong> Thailand</li>
99+
</ul>
85100
</div>
86101
</div>
87102
</div>

0 commit comments

Comments
 (0)