Skip to content

Commit

Permalink
Merge pull request #557 from namespacecomm/new_branch_6
Browse files Browse the repository at this point in the history
New branch 6
  • Loading branch information
namespace-admin authored Jul 24, 2024
2 parents 63490e2 + e4390ee commit ab3e502
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 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
8 changes: 6 additions & 2 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 @@ -140,11 +141,14 @@ const Footer = () => {
<a href="https://twitter.com/namespacecomm">
<FaTwitter size={24} />
</a>
<a href="https://wa.me/your-whatsapp-number">
<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/your-telegram-username">
<a href="https://t.me/namespacecomm">
<FaTelegram size={24} />
</a>
&nbsp;
Expand Down

0 comments on commit ab3e502

Please sign in to comment.