Skip to content

Commit

Permalink
Prettyfied
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMurphant committed Oct 28, 2024
1 parent 7d13414 commit 8e7e882
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions app/routes/how-can-i-help.community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const InPerson = () => (
title="AI safety-specific coommunities"
links={[
{
title: "Our list of in-person communities",
title: 'Our list of in-person communities',
action: 'https://www.aisafety.com/communities',
},
]}
Expand All @@ -43,15 +43,14 @@ const InPerson = () => (
title="Related communities"
links={[
{
title: "EA groups map",
title: 'EA groups map',
action: 'https://forum.effectivealtruism.org/groups',
},
{
title: 'Rationalist groups map',
action: 'https://www.lesswrong.com/community',
},
]}

>
<p className="grey default padding-bottom-24">
AI Safety is a major topic in Effective Altruism (EA) and Rationalism. Consider joining a
Expand All @@ -67,7 +66,7 @@ const Online = () => (
<div className="padding-bottom-24">
<div className="flexbox padding-bottom-56">
<h2 className="teal-500 padding-bottom-40" id="new-to-aisafety">
Online communities
Online communities
</h2>
<p className="grey default">
Online communities typically exist on Slack, Discord (an app like Slack), or website
Expand All @@ -80,8 +79,9 @@ const Online = () => (
links={[
{
tag: 'Top recommendation',
title: "AI alignment slack",
action: 'https://ai-alignment.slack.com/join/shared_invite/zt-1vd2yu4ib-3dLG4D82H7eXF_THvTdUKg#/shared-invite/email',
title: 'AI alignment slack',
action:
'https://ai-alignment.slack.com/join/shared_invite/zt-1vd2yu4ib-3dLG4D82H7eXF_THvTdUKg#/shared-invite/email',
},
]}
additionalInfo={
Expand All @@ -98,9 +98,7 @@ const Online = () => (
</p>
</HelpItem>

<HelpItem
title="Focused on one activity"
>
<HelpItem title="Focused on one activity">
<p className="grey default padding-bottom-24">
Such as volunteering for a certain project or organizing and attending protests.
</p>
Expand All @@ -112,7 +110,7 @@ const Online = () => (
links={[
{
tag: 'Top recommendation',
title: "Lesswrong",
title: 'Lesswrong',
action: 'https://www.lesswrong.com/',
},
// TODO: do we want to link to a specific tag here?
Expand All @@ -126,9 +124,6 @@ const Online = () => (
</>
)




export default function Community() {
useEffect(() => {
document.documentElement.style.scrollBehavior = 'smooth'
Expand All @@ -139,9 +134,8 @@ export default function Community() {
return (
<Base title="Join the community" current="community">
<InPerson />

<Online />
</Base>
)
}

0 comments on commit 8e7e882

Please sign in to comment.