Skip to content

Commit

Permalink
Update social links (#386)
Browse files Browse the repository at this point in the history
* Bump up mailing list

* Update thanks page

* Slightly rearrange home page
  • Loading branch information
3b1b committed Jan 9, 2024
1 parent df710b2 commit 7702e6e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 30 deletions.
24 changes: 13 additions & 11 deletions components/SocialIcons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export default function SocialIcons() {
label={""}
/>
<Link
link="https://twitter.com/3blue1brown"
icon="fab fa-twitter"
tooltip="Occasional animations and mathy threads"
hoverColor="#1DA1F2"
restingColor="#1DA1F2"
link="https://3blue1brown.substack.com/"
icon="fas fa-envelope-open-text"
tooltip="Mailing list for new videos and meaningful projects"
hoverColor="#d2b48c"
restingColor="#d2b48c"
label={""}
/>
<Link
Expand All @@ -31,6 +31,14 @@ export default function SocialIcons() {
restingColor="#f96854"
label={""}
/>
<Link
link="https://twitter.com/3blue1brown"
icon="fab fa-twitter"
tooltip="Occasional animations and mathy threads"
hoverColor="#1DA1F2"
restingColor="#1DA1F2"
label={""}
/>
<Link
link="https://www.instagram.com/3blue1brown/"
icon="fab fa-instagram"
Expand All @@ -40,12 +48,6 @@ export default function SocialIcons() {
/>
</div>
<div className={styles.restRow}>
<Link
link="https://3blue1brown.substack.com/"
icon="fas fa-envelope-open-text"
tooltip="Mailing list for new videos"
hoverColor="#fe5901"
/>
<Link
link="https://www.youtube.com/@GrantSanderson"
icon="fab fa-youtube"
Expand Down
18 changes: 9 additions & 9 deletions public/content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,33 +56,33 @@
</HomepageFeaturedContent>
</Section>

<Section>

<iframe src="https://3blue1brown.substack.com/embed" width="480" height="180" />

</Section>
<div />

<Section id="lessons">

<LessonGallery show="topic" />

</Section>

<Section>

<iframe src="https://3blue1brown.substack.com/embed" width="480" height="180" />

</Section>

<Section width="narrow">

<Portrait image="images/home/patreon-logo.svg" />

If these lessons add value to your life, consider joining the contributing members who help make them possible.
Instead of funding these videos through sponsored ad reads at the end of each one, or separating out some behind a paywall, they're funded directly through viewer support.

Benefits range from early access to new videos, to having your name in the video credits.
This model allows for the lessons to remain free from brand integrations and sponsor messages, without introducing paywalls.
If they add value to your life, it would mean a lot if you considered joining the supporting members. Benefits range from early access to new videos, to having your name in the video credits.

<Center>
<Clickable
link="https://www.patreon.com/3blue1brown"
icon="fab fa-patreon"
text="Memberships"
text="Join"
design="rounded"
/>

Expand Down
24 changes: 14 additions & 10 deletions public/content/thanks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

# Thanks

Many thanks to the supporters below for their help in making the videos, blog posts, and underlying tooling of 3blue1brown possible.

## Top 1,000 Current Supporters

<Patrons active={true} />

## Top 1,000 Past Supporters

<Patrons active={false} />

</Section>

<Section>

<Clickable
link="https://www.patreon.com/3blue1brown"
icon="fas fa-hand-holding-heart"
Expand All @@ -14,14 +28,4 @@
text="It means a lot"
/>

Many thanks to the supporters below for their help in making the videos, blog posts, and underlying tooling of 3blue1brown possible.

## Top 1,000 Current Supporters

<Patrons active={true} />

## Top 1,000 Past Supporters

<Patrons active={false} />

</Section>

0 comments on commit 7702e6e

Please sign in to comment.