-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode-of-care.html
90 lines (79 loc) · 4.31 KB
/
code-of-care.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en" data-theme="blue">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Mama Circle - Code of Care 💞">
<meta name="keywords" content="motherhood, support, postpartum, new moms, mom help, mama circle, community, parenting, emotional care" />
<meta name="author" content="Mama Circle" />
<meta property="og:title" content="Mama Circle 💞" />
<meta property="og:description" content="A soft place to land in motherhood. Mamas supporting mamas — no sign-ups, no judgment." />
<meta property="og:url" content="https://mamacircle.me" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://mamacircle.me/assets/mandala-circle.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Mama Circle 💞" />
<meta name="twitter:description" content="A soft place to land in motherhood." />
<meta name="twitter:image" content="https://mamacircle.me/assets/mandala-circle.png" />
<link rel="canonical" href="https://mamacircle.me" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>Mama Circle - The Code of Care</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
</head>
<body>
<header class="site-header">
<div class="nav-container">
<div class="internal"><span class="site-branding"><a href="index.html">Mama Circle</a></span> |
<a href="index.html">Back to homepage</a>
</div>
</div>
</header>
<main class="wrapper" role="main">
<section class="code-of-care">
<h1>Code of Care</h1>
<p class="note">Last updated: March 2025</p>
<hr />
<p>
Mama Circle is a self-organized, trust-based signal of care. To keep this space soft, supportive, and safe, we invite anyone using the
<span class="hashtag">#mamacircle 💞</span> tag to honor the following:
</p>
<h2>Show up with care</h2>
<ul>
<li><strong>Respond gently.</strong> New mothers may be feeling tender, overwhelmed, or unsure.</li>
<li><strong>Hold space.</strong> Sometimes the most powerful thing you can do is simply witness.</li>
<li><strong>Respect silence.</strong> Nobody owes a response — your presence alone may be enough.</li>
</ul>
<h2>Honor boundaries</h2>
<ul>
<li><strong>Only offer connection</strong> where it feels welcome and mutual.</li>
<li><strong>Don’t pressure others</strong> to reply, meet, or share more than they wish.</li>
<li><strong>Never use the hashtag</strong> for self-promotion, selling, or business purposes.</li>
</ul>
<h2>Protect each other</h2>
<ul>
<li><strong>Report misuse.</strong> If you see the hashtag being used in harmful ways, let us know by sending an email to <code>[email protected]</code>.</li>
<li><strong>Trust your gut.</strong> It’s okay to ignore or block anyone who feels unsafe to you.</li>
<li><strong>Prioritize emotional safety</strong> — yours and theirs.</li>
</ul>
<h2>Be inclusive</h2>
<ul>
<li><strong>Everyone deserves kindness</strong> — no matter their background, parenting style, or identity.</li>
<li><strong>Use affirming language.</strong> Avoid assumptions about someone's journey or story.</li>
</ul>
<h2>Remember: you’re human too</h2>
<p>You don’t have to be perfect to offer care. You just need to be present.</p>
<hr />
<p>
The Circle lives in the quiet care we show one another — in the small moments of connection.
<strong>Thank you for being part of this. 💞</strong>
</p>
</section>
</main>
</body>
</html>