Skip to content

Commit 0cc4ddb

Browse files
committed
feat: improve privacy policy and code of conduct readability
1 parent 9e4685a commit 0cc4ddb

File tree

2 files changed

+26
-29
lines changed

2 files changed

+26
-29
lines changed

src/app/conduct/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const metadata = createMetadata({
1010

1111
export default function CodeConduct() {
1212
return (
13-
<main className="min-h-screen bg-gray-100">
13+
<main className="min-h-screen bg-gray-100 pb-16">
1414
<section className="bg-gradient-to-br from-sinfo-primary via-sinfo-primary to-sinfo-secondary py-16 sm:py-20 md:py-24">
1515
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
1616
<div className="text-center">
@@ -21,9 +21,9 @@ export default function CodeConduct() {
2121
</div>
2222
</section>
2323

24-
<section className="py-12">
25-
<div className="max-w-7xl mx-auto px-6">
26-
<h3>Need help?</h3>
24+
<section className="py-10 sm:py-12">
25+
<div className="max-w-4xl mx-auto px-6 sm:px-8 py-8 sm:py-10 bg-white rounded-2xl border border-gray-200 shadow-sm text-gray-700 leading-7 [&>br]:hidden [&>h2]:text-2xl [&>h2]:font-semibold [&>h2]:text-sinfo-primary [&>h2]:mt-10 [&>h2]:mb-3 [&>h2:first-of-type]:mt-0 [&>p]:text-base [&>p]:mt-3">
26+
<h2>Need help?</h2>
2727
<p>
2828
You can reach us through our email{" "}
2929
<a
@@ -37,7 +37,7 @@ export default function CodeConduct() {
3737

3838
<br />
3939

40-
<h3>The quick version</h3>
40+
<h2>The quick version</h2>
4141
<p>
4242
SINFO is dedicated to providing a harassment-free conference
4343
experience for everyone, regardless of gender, age, sexual
@@ -52,7 +52,7 @@ export default function CodeConduct() {
5252

5353
<br />
5454

55-
<h3>The less quick version</h3>
55+
<h2>The less quick version</h2>
5656
<p>
5757
We do not tolerate harassment of event participants in any form and
5858
we expect all participants to conduct themselves in a professional

src/app/privacy/page.tsx

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const metadata = createMetadata({
1010

1111
export default function PrivacyPage() {
1212
return (
13-
<main className="min-h-screen bg-gray-100">
13+
<main className="min-h-screen bg-gray-100 pb-16">
1414
<section className="bg-gradient-to-br from-sinfo-primary via-sinfo-primary to-sinfo-secondary py-16 sm:py-20 md:py-24">
1515
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
1616
<div className="text-center">
@@ -21,17 +21,19 @@ export default function PrivacyPage() {
2121
</div>
2222
</section>
2323

24-
<section className="py-12">
25-
<div className="max-w-7xl mx-auto px-6">
26-
<p>
24+
<section className="py-10 sm:py-12">
25+
<div
26+
className="max-w-4xl mx-auto px-6 sm:px-8 py-8 sm:py-10 bg-white rounded-2xl border border-gray-200 shadow-sm text-gray-700 leading-7 [&>br]:hidden [&>h2]:text-2xl [&>h2]:font-semibold [&>h2]:text-sinfo-primary [&>h2]:mt-10 [&>h2]:mb-3 [&>h2:first-of-type]:mt-0 [&>p]:text-base [&>p]:mt-3 [&>ul]:mt-5 [&>ul]:list-disc [&>ul]:pl-6 [&>ul]:space-y-4 [&_li]:pl-1"
27+
>
28+
<p className="mb-6">
2729
This Privacy Policy governs the manner in which SINFO collects,
2830
uses, maintains and discloses information collected from users
2931
(each, a &quot;User&quot;) of the http://sinfo.org website
3032
(&quot;Site&quot;).
3133
</p>
3234
<br />
3335

34-
<h3>Personal identification information</h3>
36+
<h2>Personal identification information</h2>
3537
<p>
3638
We may collect personal identification information from Users in a
3739
variety of ways, including, but not limited to, when Users visit our
@@ -48,7 +50,7 @@ export default function PrivacyPage() {
4850

4951
<br />
5052

51-
<h3>Non-personal identification information</h3>
53+
<h2>Non-personal identification information</h2>
5254
<p>
5355
We may collect non-personal identification information about Users
5456
whenever they interact with our Site. Non-personal identification
@@ -60,7 +62,7 @@ export default function PrivacyPage() {
6062

6163
<br />
6264

63-
<h3>Web browser cookies</h3>
65+
<h2>Web browser cookies</h2>
6466
<p>
6567
Our Site may use &quot;cookies&quot; to enhance User experience.
6668
User&apos;s web browser places cookies on their hard drive for
@@ -72,7 +74,7 @@ export default function PrivacyPage() {
7274

7375
<br />
7476

75-
<h3>How we use collected information</h3>
77+
<h2>How we use collected information</h2>
7678
<p>
7779
SINFO may collect and use Users personal information for the
7880
following purposes:
@@ -86,32 +88,27 @@ export default function PrivacyPage() {
8688
We may need your information display content on the Site
8789
correctly.
8890
</li>
89-
<br />
9091
<li>
9192
<b>To improve customer service</b>
9293
<br /> The information you provide helps us respond to your
9394
customer service requests and support needs more efficiently.
9495
</li>
95-
<br />
9696
<li>
9797
<b>To personalize user experience</b>
9898
<br /> We may use information in the aggregate to understand how
9999
our Users as a group use the services and resources provided on
100100
our Site.
101101
</li>
102-
<br />
103102
<li>
104103
<b>To improve our Site</b>
105104
<br /> We may use feedback you provide to improve our products and
106105
services.
107106
</li>
108-
<br />
109107
<li>
110108
<b>To run a promotion, contest, survey or other</b>
111109
<br /> Site feature We send Users information they agreed to
112110
receive about topics we think will be of interest to them.
113111
</li>
114-
<br />
115112
<li>
116113
<b>To send periodic emails</b>
117114
<br /> We may use the email address to send User information and
@@ -122,7 +119,7 @@ export default function PrivacyPage() {
122119

123120
<br />
124121

125-
<h3>How we protect your information</h3>
122+
<h2>How we protect your information</h2>
126123
<p>
127124
We adopt appropriate data collection, storage and processing
128125
practices and security measures to protect against unauthorized
@@ -133,9 +130,9 @@ export default function PrivacyPage() {
133130

134131
<br />
135132

136-
<h3>
133+
<h2>
137134
Sharing your non-personal information with third-party services
138-
</h3>
135+
</h2>
139136
<p>
140137
We may use third party service providers to help us operate our
141138
business and the Site or administer activities on our behalf, such
@@ -146,7 +143,7 @@ export default function PrivacyPage() {
146143

147144
<br />
148145

149-
<h3>Sharing your personal information with sponsors</h3>
146+
<h2>Sharing your personal information with sponsors</h2>
150147
<p>
151148
We may provide the event sponsors the personal information the User
152149
explicitly grant us to share with them — specifically, the
@@ -159,7 +156,7 @@ export default function PrivacyPage() {
159156

160157
<br />
161158

162-
<h3>Electronic newsletters</h3>
159+
<h2>Electronic newsletters</h2>
163160
<p>
164161
If User decides to opt-in to our mailing list, they will receive
165162
emails that may include company news, updates, related product or
@@ -177,7 +174,7 @@ export default function PrivacyPage() {
177174

178175
<br />
179176

180-
<h3>Third party websites</h3>
177+
<h2>Third party websites</h2>
181178
<p>
182179
Users may find advertising or other content on our Site that link to
183180
the sites and services of our partners, suppliers, advertisers,
@@ -194,7 +191,7 @@ export default function PrivacyPage() {
194191

195192
<br />
196193

197-
<h3>Image and video coverage</h3>
194+
<h2>Image and video coverage</h2>
198195
<p>
199196
We may capture image and video content throughout the event&apos;s
200197
sessions. We may share this material within our social networks, and
@@ -208,7 +205,7 @@ export default function PrivacyPage() {
208205

209206
<br />
210207

211-
<h3>Changes to this privacy policy</h3>
208+
<h2>Changes to this privacy policy</h2>
212209
<p>
213210
SINFO has the discretion to update this privacy policy at any time.
214211
When we do, we will post a notification on the main page of our
@@ -221,7 +218,7 @@ export default function PrivacyPage() {
221218

222219
<br />
223220

224-
<h3>Your acceptance of these terms</h3>
221+
<h2>Your acceptance of these terms</h2>
225222
<p>
226223
By using this Site and attending our event, you signify your
227224
acceptance of this policy. If you do not agree to this policy,
@@ -232,7 +229,7 @@ export default function PrivacyPage() {
232229

233230
<br />
234231

235-
<h3>Contacting us</h3>
232+
<h2>Contacting us</h2>
236233
<p>
237234
If you have any questions about this Privacy Policy, the practices
238235
of this site, or your dealings with this site, please contact us.

0 commit comments

Comments
 (0)