Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pcweb/pages/landing/views/social_marquee.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Social:
SOCIALS_1 = [
Social(
name="vishnudeva",
role="Hacker News",
role="Data Scientist",
text=get_normal_text(
"Been a lurker on Hacker News for years but I created an account just so I could say how excited I am! Love the effort you're putting into ",
get_highlight("Reflex"),
Expand All @@ -48,7 +48,7 @@ class Social:
),
Social(
name="Andrew",
role="Discord",
role="Software Engineer",
text=get_normal_text(
"I've recently started using ",
get_highlight("Reflex"),
Expand All @@ -60,7 +60,7 @@ class Social:
SOCIALS_2 = [
Social(
name="PoshoDev",
role="Discord",
role="Product Manager",
text=get_normal_text(
"I'm experimenting with ",
get_highlight("Reflex"),
Expand All @@ -69,7 +69,7 @@ class Social:
),
Social(
name="vikinghckr",
role="Hacker News",
role="ML Engineer",
text=get_normal_text(
"I'm not exaggerating but this might just be the highest impact library I've seen. As a backend developer who has lots of great project ideas but bail at the thought of having to use JavaScript and HTML, ",
get_highlight("Reflex"),
Expand All @@ -79,7 +79,7 @@ class Social:
),
Social(
name="Chaumy",
role="Discord",
role="Software Architect",
text=get_normal_text(
"Finally managed to work through the docs - ",
get_highlight("Reflex"),
Expand Down