From 65a33bfd248c751211681376b9e527e7528e5628 Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Wed, 9 Sep 2026 01:11:29 -0600 Subject: [PATCH 1/4] docs: add public SMS policy pages --- makeitwork.cloud/legal.css | 82 ++++++++++++++++++++++++++++++++ makeitwork.cloud/privacy.html | 89 +++++++++++++++++++++++++++++++++++ makeitwork.cloud/sitemap.xml | 20 +++++++- makeitwork.cloud/sms.html | 80 +++++++++++++++++++++++++++++++ makeitwork.cloud/terms.html | 82 ++++++++++++++++++++++++++++++++ 5 files changed, 352 insertions(+), 1 deletion(-) create mode 100644 makeitwork.cloud/legal.css create mode 100644 makeitwork.cloud/privacy.html create mode 100644 makeitwork.cloud/sms.html create mode 100644 makeitwork.cloud/terms.html diff --git a/makeitwork.cloud/legal.css b/makeitwork.cloud/legal.css new file mode 100644 index 0000000..7ccb78f --- /dev/null +++ b/makeitwork.cloud/legal.css @@ -0,0 +1,82 @@ +:root { + color-scheme: dark; + --bg: #080808; + --surface: #161616; + --surface-raised: #242424; + --text: #fafafa; + --text-muted: #aeaeae; + --accent: #a2bcff; + --border: rgba(255, 255, 255, 0.1); + --focus-ring: #7698fd; + --font-sans: Inter, system-ui, sans-serif; +} + +* { + box-sizing: border-box; +} + +body { + max-width: 48rem; + margin: 0 auto; + padding: 2rem 1rem 4rem; + background: var(--bg); + color: var(--text); + font-family: var(--font-sans); + line-height: 1.6; +} + +header, +section { + margin-bottom: 2rem; +} + +h1, +h2 { + line-height: 1.2; +} + +h1 { + margin: 0 0 0.5rem; +} + +h2 { + margin: 0 0 0.75rem; + font-size: 1.2rem; +} + +p, +li { + color: var(--text-muted); +} + +strong { + color: var(--text); +} + +a { + color: var(--accent); +} + +a:focus-visible { + outline: 2px solid var(--focus-ring); + outline-offset: 2px; +} + +article { + padding: 1.5rem; + border: 1px solid var(--border); + border-radius: 0.75rem; + background: var(--surface); +} + +nav { + display: flex; + flex-wrap: wrap; + gap: 0.75rem 1rem; + margin-top: 2rem; +} + +.updated { + margin: 0; + color: var(--text-muted); +} diff --git a/makeitwork.cloud/privacy.html b/makeitwork.cloud/privacy.html new file mode 100644 index 0000000..f44bb9c --- /dev/null +++ b/makeitwork.cloud/privacy.html @@ -0,0 +1,89 @@ + + + + + + Privacy Policy | Make IT Work Cloud + + + + + +
+
+
+

Privacy Policy

+

Last updated: September 9, 2026

+
+ +
+

Scope

+

+ This policy applies to makeitwork.cloud and optional Make IT Work + Cloud communications, including SMS communications where available. +

+
+ +
+

Information we may collect

+

+ We may collect information you provide directly, such as contact + details and message content, along with information reasonably + needed to operate, secure, and support our services. +

+
+ +
+

How we use information

+

+ We use information to operate and secure Make IT Work Cloud, + respond to requests, provide requested communications, maintain + records, and meet applicable legal or operational requirements. +

+
+ +
+

SMS information and consent

+

+ If you use an optional SMS program, message frequency varies and + message and data rates may apply. You can reply STOP + to opt out or HELP for help. +

+

+ We do not share, sell, or provide your mobile phone number or + messaging consent data to third parties or affiliates for their + marketing or promotional purposes. +

+
+ +
+

Service providers and retention

+

+ We may use service providers to help operate our services. They may + process information only as needed to provide those services on our + behalf. We retain information for periods reasonably necessary for + service operation, security, and applicable obligations. +

+
+ +
+

Changes and contact

+

+ We may update this policy by posting a revised version at this URL. + For privacy questions, contact + steven@makeitwork.cloud. +

+
+ + +
+
+ + diff --git a/makeitwork.cloud/sitemap.xml b/makeitwork.cloud/sitemap.xml index 4cce67a..1130bb8 100644 --- a/makeitwork.cloud/sitemap.xml +++ b/makeitwork.cloud/sitemap.xml @@ -2,10 +2,28 @@ https://makeitwork.cloud/ - 2026-03-24 + 2026-09-09 weekly 1.0 + + https://makeitwork.cloud/sms.html + 2026-09-09 + monthly + 0.6 + + + https://makeitwork.cloud/privacy.html + 2026-09-09 + yearly + 0.4 + + + https://makeitwork.cloud/terms.html + 2026-09-09 + yearly + 0.4 + https://makeitwork.cloud/onion/ 2026-03-24 diff --git a/makeitwork.cloud/sms.html b/makeitwork.cloud/sms.html new file mode 100644 index 0000000..ef3cf0b --- /dev/null +++ b/makeitwork.cloud/sms.html @@ -0,0 +1,80 @@ + + + + + + SMS Developer Communications | Make IT Work Cloud + + + + + +
+
+
+

SMS Developer Communications

+

Last updated: September 9, 2026

+
+ +
+

About the program

+

+ Make IT Work Cloud may offer optional, conversational SMS + communications for developer, infrastructure, and support-related + purposes. Availability may be limited to people who have an + established or directly requested connection with Make IT Work + Cloud. +

+
+ +
+

Consent

+

+ We send SMS only after a person voluntarily starts a conversation + with an active program number or gives direct, affirmative consent + through an opt-in method we identify. This page does not itself + enroll anyone, and SMS consent is not required to use this website. +

+
+ +
+

Frequency and cost

+

+ Message frequency varies. Message and data rates may apply under + your mobile plan. +

+
+ +
+

Opting out and getting help

+

+ Reply STOP to an SMS program number to opt out of + messages from that number. Reply HELP for help, or + contact us at + steven@makeitwork.cloud. +

+
+ +
+

Privacy

+

+ Your use of any SMS program is also subject to our + Privacy Policy and + Terms of Service. Mobile numbers and + messaging consent are not shared with third parties or affiliates + for marketing or promotional purposes. +

+
+ + +
+
+ + diff --git a/makeitwork.cloud/terms.html b/makeitwork.cloud/terms.html new file mode 100644 index 0000000..0f255b7 --- /dev/null +++ b/makeitwork.cloud/terms.html @@ -0,0 +1,82 @@ + + + + + + Terms of Service | Make IT Work Cloud + + + + + +
+
+
+

Terms of Service

+

Last updated: September 9, 2026

+
+ +
+

Using Make IT Work Cloud

+

+ Make IT Work Cloud provides developer and infrastructure resources. + Use the site and any available communications lawfully and without + interfering with its operation or other users. +

+
+ +
+

Optional SMS communications

+

+ Any SMS communications from Make IT Work Cloud are optional and + may be limited in availability. We send SMS only after direct, + affirmative consent through an identified opt-in method; consent is + not a condition of using this website. +

+

+ Message frequency varies. Message and data rates may apply. Reply + STOP to opt out of messages from a program number + or HELP for help. +

+
+ +
+

Program changes

+

+ We may change, suspend, or end an optional SMS program or access to + it when reasonably necessary for service operation, security, + compliance, or misuse prevention. +

+
+ +
+

Privacy

+

+ Our Privacy Policy explains how we + handle information, including the commitment not to share mobile + numbers or messaging consent with third parties or affiliates for + marketing or promotional purposes. +

+
+ +
+

Changes and contact

+

+ We may update these terms by posting a revised version at this URL. + Questions can be sent to + steven@makeitwork.cloud. +

+
+ + +
+
+ + From 739c9a756011c37f247d23b5281fbdd892df486c Mon Sep 17 00:00:00 2001 From: Steven Welch Date: Wed, 9 Sep 2026 01:19:49 -0600 Subject: [PATCH 2/4] docs: avoid unsupported SMS HELP claims --- makeitwork.cloud/privacy.html | 47 ++++++----------------------------- makeitwork.cloud/sitemap.xml | 2 +- makeitwork.cloud/sms.html | 40 +++++------------------------ makeitwork.cloud/terms.html | 43 ++++++-------------------------- 4 files changed, 22 insertions(+), 110 deletions(-) diff --git a/makeitwork.cloud/privacy.html b/makeitwork.cloud/privacy.html index f44bb9c..d6d8bd1 100644 --- a/makeitwork.cloud/privacy.html +++ b/makeitwork.cloud/privacy.html @@ -4,10 +4,7 @@ Privacy Policy | Make IT Work Cloud - + @@ -21,61 +18,33 @@

Privacy Policy

Scope

-

- This policy applies to makeitwork.cloud and optional Make IT Work - Cloud communications, including SMS communications where available. -

+

This policy applies to makeitwork.cloud and optional Make IT Work Cloud communications, including SMS communications where available.

Information we may collect

-

- We may collect information you provide directly, such as contact - details and message content, along with information reasonably - needed to operate, secure, and support our services. -

+

We may collect information you provide directly, such as contact details and message content, along with information reasonably needed to operate, secure, and support our services.

How we use information

-

- We use information to operate and secure Make IT Work Cloud, - respond to requests, provide requested communications, maintain - records, and meet applicable legal or operational requirements. -

+

We use information to operate and secure Make IT Work Cloud, respond to requests, provide requested communications, maintain records, and meet applicable legal or operational requirements.

SMS information and consent

-

- If you use an optional SMS program, message frequency varies and - message and data rates may apply. You can reply STOP - to opt out or HELP for help. -

-

- We do not share, sell, or provide your mobile phone number or - messaging consent data to third parties or affiliates for their - marketing or promotional purposes. -

+

If you use an optional SMS program, message frequency varies and message and data rates may apply. You can reply STOP to opt out. For help, contact steven@makeitwork.cloud.

+

We do not share, sell, or provide your mobile phone number or messaging consent data to third parties or affiliates for their marketing or promotional purposes.

Service providers and retention

-

- We may use service providers to help operate our services. They may - process information only as needed to provide those services on our - behalf. We retain information for periods reasonably necessary for - service operation, security, and applicable obligations. -

+

We may use service providers to help operate our services. They may process information only as needed to provide those services on our behalf. We retain information for periods reasonably necessary for service operation, security, and applicable obligations.

Changes and contact

-

- We may update this policy by posting a revised version at this URL. - For privacy questions, contact - steven@makeitwork.cloud. -

+

We may update this policy by posting a revised version at this URL. For privacy questions, contact steven@makeitwork.cloud.