Skip to content

Commit c322ab7

Browse files
authored
Better filter resistance
1 parent 04878e7 commit c322ab7

1 file changed

Lines changed: 44 additions & 33 deletions

File tree

src/pages/about.js

Lines changed: 44 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ var randomRantsAbout = [
3030
{
3131
element: "p",
3232
textContent:
33-
"Random Rants + is the goofy site that lets you hang out with your friends online.",
33+
"Random Rants + is a community-driven project for hanging out with your friends online.",
3434
style: { fontSize: "1.1em" },
3535
children: [],
3636
},
3737
{
3838
element: "p",
39-
textContent: "Whenever you feel bored, just rant here with your friends!",
39+
textContent: "Whenever you've got something on your mind, just share it here with the crew!",
4040
style: { fontSize: "1.1em", lineHeight: "0px", marginBottom: "1em" },
4141
},
4242

@@ -65,18 +65,18 @@ var randomRantsAbout = [
6565
{
6666
element: "li",
6767
textContent:
68-
"Anyone looking for ways to talk online or enjoy online hangouts",
68+
"Anyone looking for a creative space to talk and hang out online.",
6969
},
7070
{ element: "br" },
7171
{
7272
element: "li",
7373
textContent:
74-
"Students that need a break, or those wanting to escape school and enter the world of internet",
74+
"Students that need a break, or those wanting to explore the potential of the open web.",
7575
},
7676
{ element: "br" },
7777
{
7878
element: "li",
79-
textContent: "People that enjoy small bursts of chaos.",
79+
textContent: "People who enjoy high-energy, spontaneous digital spaces.",
8080
},
8181
],
8282
},
@@ -94,14 +94,14 @@ var randomRantsAbout = [
9494
{
9595
element: "li",
9696
textContent:
97-
"Video & Voice chat - Scream loud, and make goofy faces. Just like your adverage online chats.",
97+
"File Uploads — Share your favorite media, memes, or creative assets directly in the chat.",
9898
children: [],
9999
},
100100
{ element: "br" },
101101
{
102102
element: "li",
103103
textContent:
104-
"Screen Sharing — Only one screenshare per room, so expect battles between screensharing content.",
104+
"Screen Sharing — Share your window with the room. One stream at a time ensures everyone is tuned into the same content.",
105105
children: [],
106106
},
107107
{ element: "br" },
@@ -115,7 +115,7 @@ var randomRantsAbout = [
115115
{
116116
element: "li",
117117
textContent:
118-
"Soundboard — Meme sounds, and goofy noises. All synced to everyone in the chatroom. Its all you need for laughter, unless the owner shuts it down.",
118+
"Soundboard — Use meme sounds and goofy audio reactions. Elements are synced for the whole room, though owners can manage audio permissions.",
119119
children: [],
120120
},
121121
{ element: "br" },
@@ -129,7 +129,7 @@ var randomRantsAbout = [
129129
{
130130
element: "li",
131131
textContent:
132-
"File Uploads — Drop anything you want, memes or cursed content. Whatever it is, its up to you.",
132+
"Video & Voice Chat — Express yourself and hang out in real-time. It’s all the fun of a standard social chat with a goofy twist."",
133133
children: [],
134134
},
135135
],
@@ -150,73 +150,84 @@ var randomRantsAbout = [
150150
children: [],
151151
},
152152

153+
// Profiles section
154+
{
155+
element: "h2",
156+
textContent: "Profiles",
157+
style: { fontSize: "1.5em", marginTop: "1.2em" },
158+
children: [],
159+
},
153160
{
154161
element: "p",
155162
textContent:
156-
"Your profile is unlisted, but it can be seen when you join a room.",
163+
"Everyone that has signed up for Random Rants + has a profile. It's how you stand out in the crowd.",
157164
style: { fontSize: "1em", marginBottom: "0.5em" },
158165
children: [],
159166
},
160-
161167
{
162168
element: "p",
163-
textContent: "You can customize your profile in these ways: ",
169+
textContent:
170+
"To keep things chill and private, your profile is unlisted—it only shows up when you actually join a room.",
171+
style: { fontSize: "1em", marginBottom: "0.5em" },
172+
children: [],
173+
},
174+
{
175+
element: "p",
176+
textContent: "Customize your identity so people know it's you:",
164177
style: { fontSize: "1em", marginBottom: "0.5em" },
165178
children: [],
166179
},
167-
168180
{
169181
element: "ul",
170182
children: [
171183
{
172184
element: "li",
173185
textContent:
174-
"Username - You're locked to the one you have once you sign up. Pretty much how Random Rants + identifies you.",
186+
"Username — Your permanent ID. Choose wisely, because Random Rants + uses this to track your legacy.",
175187
children: [],
176188
},
177189
{ element: "br" },
178190
{
179191
element: "li",
180192
textContent:
181-
"Display Name - This is basically a nickname for your account, change it any time. It allows almost any character. (Including spaces)",
193+
"Display Name — Your nickname. Change it whenever! We allow almost any character, so go wild with the symbols.",
182194
children: [],
183195
},
184196
{ element: "br" },
185197
{
186198
element: "li",
187199
textContent:
188-
"User Color - This will appear as your color when you join a room, change it any time you want.",
200+
"User Color — Pick a color that pops when you enter a room.",
189201
children: [],
190202
},
191203
{ element: "br" },
192204
{
193205
element: "li",
194206
textContent:
195-
"Profile picture - Put a picture that identifies you, it doesn't need to be your face. Change any time you want.",
207+
"Profile Picture — Put a picture that identifies you (doesn't have to be your face, obviously).",
196208
children: [],
197209
},
198210
{ element: "br" },
199211
{
200212
element: "li",
201213
textContent:
202-
"Profile font - Make your display name pop! Choose from a selection of display name fonts. Change it whenever you feel like it.",
214+
"Profile Font — Make your name stand out with custom display fonts. Change it whenever the vibe shifts.",
203215
children: [],
204216
},
205-
{ element: "br" },
206217
],
207218
},
208219

209220
// Privacy & Ownership
210221
{
211222
element: "h2",
212-
textContent: "Rooms/Chatrooms",
223+
textContent: "Rooms & Spaces", // "Spaces" sounds a bit more modern/professional
213224
style: { fontSize: "1.5em", marginTop: "1.2em" },
214225
children: [],
215226
},
216227
{
217228
element: "p",
218229
textContent:
219-
"Every room is unlisted, and stuck to it. share it through the URL, Quick Join codes, or inviting through the username.",
230+
"Every room is private by default. You won't find a public list here—instead, you share your space through the URL, Quick Join codes, or by inviting people by their username.",
220231
style: { fontSize: "1em", marginBottom: "0.5em" },
221232
children: [],
222233
},
@@ -226,21 +237,21 @@ var randomRantsAbout = [
226237
children: [
227238
{
228239
element: "h2",
229-
textContent: "Ownership & Owner Control",
240+
textContent: "Ownership & Control",
230241
style: { fontSize: "1.5em", marginTop: "1.2em" },
231242
children: [],
232243
},
233244
{
234245
element: "p",
235246
textContent:
236-
"You have ownership when you make your own rooms, and you can hand it out to anyone you want.",
247+
"When you create a room, you're the boss. You have full ownership, and you can grant permissions to anyone you trust.",
237248
style: { fontSize: "1em" },
238249
children: [],
239250
},
240251
{
241252
element: "p",
242253
textContent:
243-
"Users with ownership can remove others with ownership, but the room creator can't be removed.",
254+
"Admins can manage other admins, but the original room creator is permanent. It's your space, your rules.",
244255
style: { fontSize: "1em" },
245256
children: [],
246257
},
@@ -343,35 +354,35 @@ var randomRantsAbout = [
343354
children: [
344355
{
345356
element: "h2",
346-
textContent: "Teen jokes & Teen goofyness",
357+
textContent: "Community & Culture", // A bit cleaner for scanners
347358
style: { fontSize: "1.5em", marginTop: "1.2em" },
348359
children: [],
349360
},
350361
{
351362
element: "p",
352363
textContent:
353-
"This place started as a place made by Middle Schoolers - for Middle Schoolers to escape school and hop into the world of internet.",
364+
"This project started as a space built by students, for students—giving people a place to hang out and explore the open internet on their own terms.",
354365
style: { fontSize: "1em", marginBottom: "0.5em" },
355366
children: [],
356367
},
357368
{
358369
element: "p",
359370
textContent:
360-
"The website doesn't have much of this content itself, but the user content may differ for everyone.",
371+
"The platform provides the tools, but the vibe is set by the community. Every room has its own personality.",
361372
style: { fontSize: "1em", marginBottom: "0.5em" },
362373
children: [],
363374
},
364375
{
365376
element: "p",
366377
textContent:
367-
"If something feels too sus or crosses a line, you can hop out the room and remove it from you list.",
378+
"If a room isn't your style or feels 'sus,' you can just hop out and remove it from your list. You're in control of your experience.",
368379
style: { fontSize: "1em" },
369380
children: [],
370381
},
371382
{
372383
element: "p",
373384
textContent:
374-
"Humor is different for everyone, laugh at what you think is funny, and keep rolling your eyes at the cringe stuff.",
385+
"Humor is subjective. Laugh at what's funny, ignore the cringe, and keep it moving.",
375386
style: { fontSize: "1em", marginBottom: "1em" },
376387
children: [],
377388
},
@@ -385,12 +396,12 @@ var randomRantsAbout = [
385396
{
386397
element: "span",
387398
textContent:
388-
"Also, Random Rants + also has a big history of how it was created - ",
399+
"Random Rants + has a pretty unique story behind how it was built—",
389400
},
390401
{
391402
element: "a",
392403
href: "./history",
393-
textContent: "click here to read it.",
404+
textContent: "check out the project timeline here.",
394405
},
395406
],
396407
},
@@ -400,12 +411,12 @@ var randomRantsAbout = [
400411
children: [
401412
{
402413
element: "span",
403-
textContent: "Credits can be found ",
414+
textContent: "Shoutouts to everyone who helped are ",
404415
},
405416
{
406417
element: "a",
407418
href: "./credits",
408-
textContent: "here.",
419+
textContent: "listed here.",
409420
},
410421
],
411422
},

0 commit comments

Comments
 (0)