Skip to content

Commit

Permalink
discord added
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeptosarkar committed Jul 24, 2024
1 parent df0f9fd commit e4390ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/Pages/CommunityEvangelist/CommunityEvangelist.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,17 @@ function CommunityEvangelist() {
<Section>
<Container>
<Title>Become a Community Evangelist</Title>
<div style={{ width: '80%' }}>
<div style={{ width: "80%" }}>
<Description>
We are excited to introduce the role of Community Evangelists, who
will play a vital part in expanding our reach, strengthening our
network, promoting engagement, and fostering leadership within the
community. As a Community Evangelist, you will have the opportunity
to create public groups for nameSpace, market public events and
meetups, and lead initiatives that align with our mission.
We are excited to introduce the role of Community Evangelists as
part of our extended core team, who will play a vital part in
expanding our reach, strengthening our network, promoting
engagement, and fostering leadership within the community. As a
Community Evangelist, you will have the opportunity to create public
groups for nameSpace, market public events and meetups, and lead
initiatives that align with our mission. In return you learn crucial
technical and non-technical skills which become a stepping stone for
your succcesful career in future.
</Description>
</div>

Expand Down
4 changes: 4 additions & 0 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
FaYoutube,
FaWhatsapp,
FaTelegram,
FaDiscord
} from "react-icons/fa";

const Section = styled.footer`
Expand Down Expand Up @@ -143,6 +144,9 @@ const Footer = () => {
<a href="https://whatsapp.com/channel/0029VabtgrVKLaHjzSXEL52f">
<FaWhatsapp size={24} />
</a>
<a href="https://discord.gg/z2fTnXjKMm">
<FaDiscord size={24} />
</a>
&nbsp;
<a href="https://t.me/namespacecomm">
<FaTelegram size={24} />
Expand Down

0 comments on commit e4390ee

Please sign in to comment.