Skip to content

Commit ac2e460

Browse files
authored
update social marquee roles (#1673)
1 parent ac304c8 commit ac2e460

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pcweb/pages/landing/views/social_marquee.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Social:
2828
SOCIALS_1 = [
2929
Social(
3030
name="vishnudeva",
31-
role="Hacker News",
31+
role="Data Scientist",
3232
text=get_normal_text(
3333
"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 ",
3434
get_highlight("Reflex"),
@@ -48,7 +48,7 @@ class Social:
4848
),
4949
Social(
5050
name="Andrew",
51-
role="Discord",
51+
role="Software Engineer",
5252
text=get_normal_text(
5353
"I've recently started using ",
5454
get_highlight("Reflex"),
@@ -60,7 +60,7 @@ class Social:
6060
SOCIALS_2 = [
6161
Social(
6262
name="PoshoDev",
63-
role="Discord",
63+
role="Product Manager",
6464
text=get_normal_text(
6565
"I'm experimenting with ",
6666
get_highlight("Reflex"),
@@ -69,7 +69,7 @@ class Social:
6969
),
7070
Social(
7171
name="vikinghckr",
72-
role="Hacker News",
72+
role="ML Engineer",
7373
text=get_normal_text(
7474
"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, ",
7575
get_highlight("Reflex"),
@@ -79,7 +79,7 @@ class Social:
7979
),
8080
Social(
8181
name="Chaumy",
82-
role="Discord",
82+
role="Software Architect",
8383
text=get_normal_text(
8484
"Finally managed to work through the docs - ",
8585
get_highlight("Reflex"),

0 commit comments

Comments
 (0)