Skip to content

Commit

Permalink
community evangelist changed to campus evangelist
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeptosarkar committed Jul 24, 2024
1 parent 9520dd7 commit 779fde5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import DpAlgo from "./Pages/AllResources/compProgALL/dynamicpro";
import { ORACLECLOUD } from "./Pages/AllResources/devopsALL/oracle-cloud";
import TechX from "./Pages/TechXcelerate/Techx";
import Hackhazards from "./Pages/Hackhazards/Hackhazards";
import CommunityEvangelist from "./Pages/CommunityEvangelist/CommunityEvangelist";
import CampusEvangelist from "./Pages/CampusEvangelist/CampusEvangelist";

const Container = styled.div`
scrollbar-width: none;
Expand Down Expand Up @@ -124,7 +124,7 @@ function App() {
<Route path="resources" element={<Resources />} />
<Route path="techx" element={<TechX />} />
<Route path="hackhazards" element={<Hackhazards />} />
<Route path="communityevangelist" element={<CommunityEvangelist />} />
<Route path="campusevangelist" element={<CampusEvangelist />} />
<Route path="webd" element={<Web />} />
<Route path="cp" element={<CompProg />} />
<Route path="sortalgo" element={<SortAlgo />} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,24 @@ const Graphic = ({ emoji }) => (
</svg>
);

function CommunityEvangelist() {
function CampusEvangelist() {
return (
<Section>
<Container>
<Title>Become a Community Evangelist</Title>
<Title>Become a Campus Evangelist</Title>
<div style={{ width: "80%" }}>
<Description>
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.
We are thrilled to introduce the role of Campus Evangelists as a
crucial part of our extended core team. As a Campus Evangelist, you
will play a vital role in expanding our presence on campus,
strengthening our network, promoting engagement, and fostering
leadership within your college community. 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'll gain essential technical and
non-technical skills, paving the way for a successful career in the
future. Join us in making a significant impact on your campus and
beyond!
</Description>
</div>

Expand Down Expand Up @@ -270,4 +272,4 @@ function CommunityEvangelist() {
);
}

export default CommunityEvangelist;
export default CampusEvangelist;
4 changes: 2 additions & 2 deletions src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ function Navbar() {
</NavLinks>

<NavbarLinkContainer>
<a href="/communityevangelist" target="" className="mr-6">
<Button>Become a Community Evangelist</Button>
<a href="/campusevangelist" target="" className="mr-6">
<Button>Become a Campus Evangelist</Button>
</a>
</NavbarLinkContainer>

Expand Down

0 comments on commit 779fde5

Please sign in to comment.