diff --git a/_includes/faqs.html b/_includes/faqs.html index 264f634..3e8190e 100644 --- a/_includes/faqs.html +++ b/_includes/faqs.html @@ -5,10 +5,88 @@

FAQs

stuff breaks. I don't have time to debug why now so just using the hacked bootstrap theme agency is using. -->
- col1 +
+
+

What is Mankind Project Japan?

+

Mankind Project Japan is a men's support group based in Tokyo that hosts weekly + online gatherings.

+
+
+
+
+

What are the benefits of joining?

+

You'll gain support, insights, and connections with like-minded men. + It's an opportunity for personal growth and self-discovery. +

+
+
+
+
+

Does it cost any money to join?

+

No. Joining Mankind Project Japan's online gatherings is completely free. + We believe in making our support accessible to all men.

+ + Note: We do ask for voluntary donations from time to time in order to cover overheads and grow + the group. But these donations are not a condition for continued participation. +

+
+
+
+
+

How can I join?

+

Sign up here. + It's free and open to all men. +

+
+
+
+
+

How often are the gatherings?

+

We host weekly online gatherings. First Tuesdays of the month for new members. + These ensure regular support and connection for our participants. +

+
+
- col2 +
+
+

What topics are discussed?

+

We cover a wide range of topics that includes personal growth, relationships, and + emotional well-being. + Each gathering is facilitated by experienced leaders. +

+
+
+
+
+

Can I share my story?

+

Absolutely. Our gatherings provide a space for men to share their stories, experiences, + and challenges. We encourage open and honest communication.

+
+
+
+
+

Are the gatherings confidential?

+

Yes, we prioritize confidentiality and create a safe and supportive environment for all participants. + What is shared in the gatherings stays within the group. +

+
+
+
+
+

How can I contact you?

+

For further questions or assistance, please feel free to contact us at tokyo[α𝐭]mkpjapan.org.

+
+
+
+
+

Can I attend anonymously?

+

Absolutely! We respect everyone's privacy and understand that some participants may prefer to attend anonymously. + You can choose to use a pseudonym during the gatherings. +

+
+
diff --git a/static/css/mkp.scss b/static/css/mkp.scss index 594be25..f8072f6 100644 --- a/static/css/mkp.scss +++ b/static/css/mkp.scss @@ -70,3 +70,15 @@ img.hover-shadow { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } +/* FAQ cards */ +.card { + /* Add shadows to create the "card" effect */ + box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); + transition: 0.3s; + /* Add some padding inside the card container */ + .container { + width: 100%; + padding: 2px 16px; + } +} +