Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0ae0cf9
Prototype community home
minimalsm Oct 27, 2021
03b85e8
Add meetup list inputs
minimalsm Nov 10, 2021
29bf885
Save
minimalsm Nov 22, 2021
2b5d62f
Update community hub
minimalsm Nov 23, 2021
0bcf3cc
Update get involved and online
minimalsm Nov 24, 2021
4395b54
Add support content
minimalsm Nov 24, 2021
6aec9f1
Update community nav dropdown
samajammin Nov 25, 2021
4f88e29
"Merge Sam's changes"
minimalsm Nov 29, 2021
e0175e5
Remove subnav from community
minimalsm Nov 29, 2021
897ed73
Update copy
minimalsm Nov 29, 2021
da716f4
Tweaks to online communities
minimalsm Nov 29, 2021
1ceb4a3
Update events
minimalsm Dec 7, 2021
dd9423b
Create EventCard and refactor UpcomingEventList to use EventCard
minimalsm Dec 7, 2021
ea7a1c7
Add regex to remove emojis from table of contents
minimalsm Dec 7, 2021
a7c94f3
Fix typo in UpcomingEventsList
minimalsm Dec 7, 2021
545a638
Replace emoji with Twemoji
minimalsm Dec 7, 2021
0a6a02c
Add breadcrumbs for online, support and events
minimalsm Dec 7, 2021
4d77177
Remove meetups
minimalsm Dec 7, 2021
c564ab2
Add styled callouts
minimalsm Dec 7, 2021
b0d947a
Add common questions
minimalsm Dec 7, 2021
eb7a5d1
Fix broken heading
minimalsm Dec 7, 2021
47ac70d
Add links and header ids to online communities page
minimalsm Dec 7, 2021
3bd4d09
Add search by location
minimalsm Dec 8, 2021
c7ec156
Add search to meetups
minimalsm Dec 8, 2021
f6ecd0c
Add fallback banner if no upcoming events
samajammin Dec 8, 2021
9f9658d
Add additional links to support page
samajammin Dec 8, 2021
214d979
Remove Ethereum Gitter home link
samajammin Dec 8, 2021
be67dd7
feat: add new card for grants, edited copy and button order for OpenS…
corwintines Dec 8, 2021
73fffe6
fix: sentance casing for community-hub translation
corwintines Dec 8, 2021
a745eee
feat: add InfoBanner for empty search result in MeetupList
corwintines Dec 8, 2021
135d71a
feat: create and implement SocialListItem, update react-icons package
corwintines Dec 9, 2021
84f2365
move meetups into their own data file, add location to community-even…
corwintines Dec 9, 2021
34f8a34
fix: UpcomingEventsList and EventCard styling for some more breathing…
corwintines Dec 9, 2021
d220892
Merge branch 'dev' into communityHubUpdates
corwintines Dec 9, 2021
2902817
fix: convert over to gatasby v4 implementation
corwintines Dec 9, 2021
c56cd0e
Update FAQ questions
minimalsm Dec 9, 2021
d4b5d8b
feat: transltion support
corwintines Dec 9, 2021
5ee972e
Merge branch 'communityHubUpdates' of https://github.com/ethereum/eth…
corwintines Dec 9, 2021
5b6bc8c
fix: remove DAO from online page, will add this back in future
corwintines Dec 9, 2021
ade0bf1
Minor copy tweaks
samajammin Dec 10, 2021
75d4a7c
icon hover patch
wackerow Dec 10, 2021
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
Prev Previous commit
Next Next commit
Update copy
  • Loading branch information
minimalsm committed Nov 29, 2021
commit 897ed73a260ef9032093d65b5c32070a89beb3bd
59 changes: 26 additions & 33 deletions src/pages/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,32 +333,33 @@ const CommunityPage = ({ data }) => {
"The Ethereum community is home to hundreds of thousands of developers, technologists, designers, users, HODLers and enthusiasts.",
image: data.enterprise.childImageSharp.fluid,
alt: translateMessageId("page-community-hero-alt", intl),
buttons: [
{
content: "How can I get involved?",
path: "#get-involved",
},
{
content: "Developer support",
path: "#",
isSecondary: "isSecondary",
},
],
// buttons: [
// {
// content: "How can I get involved?",
// path: "#get-involved",
// },
// {
// content: "Developer support",
// path: "#",
// isSecondary: "isSecondary",
// },
// ],
}

const cards = [
{
image: data.docking.childImageSharp.fixed,
title: "Join an online community",
description:
"Find your tribe and participate in community with other Ethereum enthusiasts",
"Find your tribe and participate in community with other Ethereum enthusiasts.",
alt: translateMessageId("page-index-get-started-wallet-image-alt", intl),
to: "/community/online/",
},
{
image: data.eth.childImageSharp.fixed,
title: "Find Ethereum events",
description: "We've identified impactful work that needs doing.",
title: "Ethereum events",
description:
"Find and participate in an Ethereum conference, hackathon, or meetup.",
alt: translateMessageId("page-index-get-started-eth-image-alt", intl),
to: "/community/events/",
},
Expand All @@ -370,14 +371,6 @@ const CommunityPage = ({ data }) => {
alt: translateMessageId("page-index-get-started-dapps-image-alt", intl),
to: "/community/get-involved/",
},
{
image: data.enterpriseFixed.childImageSharp.fixed,
title: "Get support",
description:
"Need help? Connect with experts from the ecosystem to get your questions answered.",
alt: translateMessageId("page-index-get-started-devs-image-alt", intl),
to: "/community/support/",
},
]

const whyGetInvolvedCards = [
Expand Down Expand Up @@ -448,10 +441,12 @@ const CommunityPage = ({ data }) => {
attend an event, join a meetup group, contribute to a project,
or participate in one of the many online forums about Ethereum.
</Subtitle>
{/*
<ButtonLink to="/community/grants">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another option question - do we want a primary CTA here?

Perhaps a primary button here to "get involved" & a secondary to "explore online communities"?

Or perhaps we let the user scroll to see the options below?

{/* <Translation id="page-community-get-involved-button" /> */}
<Translation id="page-community-get-involved-button" />
Get involved!
</ButtonLink>
*/}
</IntroLeftColumn>
<ImageContainer>
<IntroImage
Expand Down Expand Up @@ -490,8 +485,8 @@ const CommunityPage = ({ data }) => {
<Subtitle>
{/* <Translation id="page-community-open-source-description" /> */}
Are you building on Ethereum, or do you want to? Funding grants
are available to help get your project off the ground, and these
projects are looking for passionate people to work for them..
are available to help you get a project off the ground, and
companies are looking to fill thousands of jobs.
</Subtitle>
<ButtonRow>
<ButtonLink to="/community/grants/">
Expand Down Expand Up @@ -561,20 +556,18 @@ const CommunityPage = ({ data }) => {
<FeatureContent>
<H2>
{/* <Translation id="page-community-support" /> */}
Developer support
Ethereum support
</H2>
<Subtitle>
{/* <Translation id="page-community-support-description" /> */}
The Ethereum community has adopted many standards that are helpful
to developers. Typically these are introduced as Ethereum
Improvement Proposals (EIPS), which are discussed by community
members through a standard process. We've created a dedicated area
to help you get started.
Need support? There is no official Ethereum support, but hundreds
of helpful communities are available to help you prosper on
Ethereum.
</Subtitle>
<div>
<ButtonLink to="/">
<ButtonLink to="/community/support/">
{/* <Translation id="page-community-support-button" /> */}
Find out more
Get support
</ButtonLink>
</div>
</FeatureContent>
Expand Down