From d04b93c8d66f6d14ab76087cb6609afb684919cd Mon Sep 17 00:00:00 2001 From: StevenDufresne Date: Mon, 4 Dec 2023 11:50:24 +0900 Subject: [PATCH 1/6] Add in an organizer page. --- .../patterns/page-organize.php | 172 ++++++++++++++++++ .../templates/page-organize.html | 9 + 2 files changed, 181 insertions(+) create mode 100644 public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php create mode 100644 public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html diff --git a/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php new file mode 100644 index 0000000000..032a0045c6 --- /dev/null +++ b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php @@ -0,0 +1,172 @@ + + + + + +
+
+
+
+

Organize a local event

+ + + +

Local events are the heart of the WordPress community. They provide inclusive spaces where everyone is encouraged to share ideas and learn together in a fun and relaxed atmosphere.

+ + + +

Events can range from small meetups where a few people gather to collaborate to large international conferences where thousands travel to attend talks, networking events, and working sessions.

+ + + +

Consider the type of event you want to host

+ + + +

There are plenty of ways to bring fellow WordPressers together. Whether people want to learn, build, or just connect with others, pick an event style that fits your community's interests. If you have a unique event idea you don't see represented here, you can propose it to the Community Team as part of the evolving Events Project.

+ + + + +
+ + + +
+
+
+
+
+ + + +
+
+
+
+

Frequently asked questions

+ + + +

Want to organize an event in your area, but aren't sure how? These answers can help you get started:

+ + + +

There's no meetup in my area. How do I start one?

+ + + +

Great question! Meetups are vital to the WordPress open source project, so more local events directly contribute to its health and success.

+ + + +

First, check if there is already an active WordPress meetup group in your city.

+ + + +

To start a meetup in your city or town, fill out the meetup interest form. A Community Team volunteer will review the application and respond. This can take a week or two, depending on availability and time of year.

+ + + +

Once you are accepted and complete the next steps, the Community Team will set up a Meetup.com group page for your city and make you the co-organizer.

+ + + +

Do I need organizer experience to organize a meetup or another type of event?

+ + + +

You don't need previous experience to organize a meetup. All we ask is that you are a reliable person who loves WordPress, works well with others, and wants to build and foster a safe and inclusive space for other WordPressers in your area. 

+ + + +

I already host a WordPress meetup. Can I transfer it into the WordPress Chapter Meetup program?

+ + + +

Existing meetup organizers who are willing to follow the code of conduct and agree to the Five Good Faith rules are welcome to apply to join the WordPress Chapter Meetup program.

+ + + +

To transfer your existing group into the chapter program, use the same Meetup Organizer Application. Answer “yes” when asked about an existing group and provide the URL.

+ + + +

I have a meetup that's meeting regularly and would like to organize a larger event. What steps should I take?

+ + + +

First, decide with your organizing team which type of event is right for your community and see who would be willing to organize alongside you. Bigger events take more effort and it's important to have dedicated community members who are willing to help.

+ + + +

Next, submit the application for the event type you've chosen. One of the Community Team volunteers will review the application and respond. This can take a week or two, depending on volunteer availability.

+ + + +

Once approved, an orientation will be held with the lead organizer (the person who submitted the application). You're welcome to include your organizing team as well. Your event will be assigned a mentor that will help walk you through the rest of the process.

+ + + +

I have additional questions. Where can I go for help?

+ + + +

Make.wordpress.com/community is the hub for all Community Team activities. There you can read recent posts, find all of the team's handbooks, and learn more about different events and roles.

+ + + +

Additionally, there are a number of very active Slack channels on Making WordPress Slack. Follow this link to join and meet our lively, global team—someone is generally around to answer questions whenever you need.

+
+
+ + + +
+
+
+
+ + + + + \ No newline at end of file diff --git a/public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html b/public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html new file mode 100644 index 0000000000..7054093d39 --- /dev/null +++ b/public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html @@ -0,0 +1,9 @@ + + + +
+ +
+ + + \ No newline at end of file From c00e3b4e8e3bf25f7a435086a5834f931e2f7ae9 Mon Sep 17 00:00:00 2001 From: StevenDufresne Date: Mon, 4 Dec 2023 11:52:03 +0900 Subject: [PATCH 2/6] Add empty new line. --- .../themes/wporg-events-2023/patterns/page-organize.php | 2 +- .../themes/wporg-events-2023/templates/page-organize.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php index 032a0045c6..91f221be8a 100644 --- a/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php +++ b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php @@ -169,4 +169,4 @@ - \ No newline at end of file + diff --git a/public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html b/public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html index 7054093d39..24261e6e95 100644 --- a/public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html +++ b/public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html @@ -6,4 +6,4 @@ - \ No newline at end of file + From 5aaa830e084a635f57dc0aa33d53e211a7dd684b Mon Sep 17 00:00:00 2001 From: StevenDufresne Date: Mon, 4 Dec 2023 11:52:26 +0900 Subject: [PATCH 3/6] Remove the style that forces the specific content size --- .../wporg-events-2023/postcss/base/layout.pcss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/public_html/wp-content/themes/wporg-events-2023/postcss/base/layout.pcss b/public_html/wp-content/themes/wporg-events-2023/postcss/base/layout.pcss index 5a4800e74b..417e37ef18 100644 --- a/public_html/wp-content/themes/wporg-events-2023/postcss/base/layout.pcss +++ b/public_html/wp-content/themes/wporg-events-2023/postcss/base/layout.pcss @@ -2,18 +2,6 @@ body { --wp--custom--layout--wide-size: 1600px; } -.wp-site-blocks .is-layout-constrained > :where( :not( .alignleft ):not( .alignright ):not( .alignfull ) ), -.is-root-container.is-layout-constrained > :where( :not( .alignleft ):not( .alignright ):not( .alignfull ) ), -.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)), -.edit-post-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { - /* - * `--wp--style--global--content-size` gets set to `180px`, rather than the layout size from the parent's - * `theme.json`. I'm assuming that's a bug somewhere, but haven't tracked it down. This is a hack to make the - * content width usable until that bug is resolved. - */ - max-width: var( --wp--custom--layout--content-size ) !important; -} - .wp-site-blocks .is-layout-constrained, .wp-block-post-content-is-layout-constrained { & .alignwide { From 7976a2c4e90d14a6361a18345c2157892602b1c2 Mon Sep 17 00:00:00 2001 From: StevenDufresne Date: Mon, 4 Dec 2023 12:02:31 +0900 Subject: [PATCH 4/6] Update heading structure. --- .../wporg-events-2023/patterns/page-organize.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php index 91f221be8a..c0da544230 100644 --- a/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php +++ b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php @@ -73,7 +73,7 @@
-

Frequently asked questions

+

Frequently asked questions

@@ -81,7 +81,7 @@ -

There's no meetup in my area. How do I start one?

+

There's no meetup in my area. How do I start one?

@@ -101,7 +101,7 @@ -

Do I need organizer experience to organize a meetup or another type of event?

+

Do I need organizer experience to organize a meetup or another type of event?

@@ -109,7 +109,7 @@ -

I already host a WordPress meetup. Can I transfer it into the WordPress Chapter Meetup program?

+

I already host a WordPress meetup. Can I transfer it into the WordPress Chapter Meetup program?

@@ -121,7 +121,7 @@ -

I have a meetup that's meeting regularly and would like to organize a larger event. What steps should I take?

+

I have a meetup that's meeting regularly and would like to organize a larger event. What steps should I take?

@@ -137,7 +137,7 @@ -

I have additional questions. Where can I go for help?

+

I have additional questions. Where can I go for help?

From f890d82971e4f5e94a07188b0739d911336cd4eb Mon Sep 17 00:00:00 2001 From: StevenDufresne Date: Mon, 4 Dec 2023 12:11:43 +0900 Subject: [PATCH 5/6] Hide image on mobile. --- .../themes/wporg-events-2023/patterns/page-organize.php | 4 ++-- .../themes/wporg-events-2023/postcss/page/misc.pcss | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php index c0da544230..17661fc454 100644 --- a/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php +++ b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php @@ -60,8 +60,8 @@
- -
+ +
diff --git a/public_html/wp-content/themes/wporg-events-2023/postcss/page/misc.pcss b/public_html/wp-content/themes/wporg-events-2023/postcss/page/misc.pcss index c0b79492cb..a0ab6e5e05 100644 --- a/public_html/wp-content/themes/wporg-events-2023/postcss/page/misc.pcss +++ b/public_html/wp-content/themes/wporg-events-2023/postcss/page/misc.pcss @@ -2,3 +2,9 @@ margin: 0 auto; text-align: center; } + +@media (--medium-small) { + .page-organize-content-image { + display: none; + } +} From cae18b8356c56d3d4224573835d22a7f9b2c8fb9 Mon Sep 17 00:00:00 2001 From: StevenDufresne Date: Mon, 4 Dec 2023 12:23:20 +0900 Subject: [PATCH 6/6] Rename the templates and patterns. --- .../patterns/{page-organize.php => page-organize-events.php} | 0 .../templates/{page-organize.html => page-organize-events.html} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename public_html/wp-content/themes/wporg-events-2023/patterns/{page-organize.php => page-organize-events.php} (100%) rename public_html/wp-content/themes/wporg-events-2023/templates/{page-organize.html => page-organize-events.html} (100%) diff --git a/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php b/public_html/wp-content/themes/wporg-events-2023/patterns/page-organize-events.php similarity index 100% rename from public_html/wp-content/themes/wporg-events-2023/patterns/page-organize.php rename to public_html/wp-content/themes/wporg-events-2023/patterns/page-organize-events.php diff --git a/public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html b/public_html/wp-content/themes/wporg-events-2023/templates/page-organize-events.html similarity index 100% rename from public_html/wp-content/themes/wporg-events-2023/templates/page-organize.html rename to public_html/wp-content/themes/wporg-events-2023/templates/page-organize-events.html