Skip to content

Commit 8deb04c

Browse files
committed
Add Luma and buttondown links
Also update the sponsorship page, not really sure what information is even still relevant there though.
1 parent 68c5d16 commit 8deb04c

File tree

6 files changed

+277
-19
lines changed

6 files changed

+277
-19
lines changed

input/buttondown/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
redirect: "https://buttondown.com/socalpython"
3+
---

input/luma/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
redirect: "https://luma.com/socalpython"
3+
---

input/sponsorship/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ First off: Thank you for supporting the local Python community!
1010

1111
## What we look for in a venue sponsor:
1212

13-
- Meeting time/date: we generally meet on the last Tuesday of the month, from 7pm-9pm. We are happy to be flexible as needed, though!
13+
- Meeting time/date: we generally meet on the third Saturday of the month, from 2pm-4pm. We are happy to be flexible as needed, though!
1414
- Adequate room capacity: Our attendance varies month to month, depending on the location, anywhere from 30 to 100 people.
1515
- Meeting space should have a projector/screen + appropriate AV equipment for presenters to deliver their talks.
16-
- Preferably, the venue sponsor will also provide food/drink at the meetup, though if this is not possible we can work with you to find a separate food sponsor. *See food sponsorship info below*
1716
- Decent parking situation. Will parking validation be provided, or is there ample street/metered parking nearby? Are you near any Metro stops?
1817
- Please mention any special accommodations, such as whether the attendees need to submit their real names, security sign ins and etc. Note: We currently do not meet at venues that ask the members to sign an NDA.
1918
- Please let us know whether serving alcohol at the meetup venue is allowed.
@@ -29,9 +28,8 @@ First off: Thank you for supporting the local Python community!
2928
## Here is what sponsors get in return for hosting a meetup:
3029

3130
- Time during the meetup to briefly pitch the company, make hiring announcements
32-
- One sponsor recently hired _two_ people from hosting a single meetup! Another sponsor spoke with six excited candidates.
3331
- Prominent name/logo placement on our meetup slides (please provide us with a logo suitable for 1080p projection)
3432
- Priority for speakers who work for the sponsor who want to give presentations at the meetup, if the presenter has not been chosen before the sponsor approaches us.
3533
- Warmest, fuzziest feelings for contributing to the local Python community!
3634

37-
To get started, please contact the organizers via [Meetup](http://meetup.com/socalpython).
35+
To get started, please [contact the organizers](/contact).

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ dependencies = [
99
"beautifulsoup4>=4.13.4",
1010
"cogapp>=3.4.1",
1111
"corvid>=1.1.1",
12+
"devd>=0.0.1.dev0",
1213
"httpx>=0.28.1",
14+
"just>=0.8.165",
1315
"pysass>=0.1.0",
16+
"python-dateutil>=2.9.0.post0",
1417
]
1518

1619
[dependency-groups]

templates/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ <h1><a href="/">SoCal Python</a></h1>
5151
</ul>
5252
<ul>
5353
<li><a href="/meetup">Meetup</a></li>
54+
<li><a href="/luma">Luma</a></li>
55+
<li><a href="/buttondown">Buttondown</a></li>
5456
<li><a href="/slack">Slack</a></li>
5557
<li><a href="/github">GitHub</a></li>
5658
<li><a href="/mastodon">Mastodon</a></li>

0 commit comments

Comments
 (0)