diff --git a/src/Pages/CommunityEvangelist/CommunityEvangelist.jsx b/src/Pages/CommunityEvangelist/CommunityEvangelist.jsx
index 7cdf5df2..715a8ef3 100644
--- a/src/Pages/CommunityEvangelist/CommunityEvangelist.jsx
+++ b/src/Pages/CommunityEvangelist/CommunityEvangelist.jsx
@@ -7,111 +7,199 @@ const Section = styled.div`
align-items: center;
justify-content: space-between;
background-color: #010116;
+ padding: 50px 20px;
`;
-
const Container = styled.div`
scroll-snap-align: center;
- width: 1440px;
- padding-top: 100px;
- @media only screen and (max-width: 738px) {
- width: 100vw;
- justify-content: center;
- align-items: center;
+ max-width: 1440px;
+ width: 100%;
+ padding-top: 50px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 20px;
+`;
+
+const Card = styled.div`
+ background-color: #1c1c2b;
+ border-radius: 10px;
+ padding: 20px;
+ width: 80%;
+ max-width: 800px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ display: flex;
+ flex-direction: row;
+
+ @media only screen and (max-width: 768px) {
+ flex-direction: column;
}
- @media only screen and (max-width: 1030px) {
- width: 100vw;
- justify-content: center;
- align-items: center;
+`;
+
+const LeftSection = styled.div`
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ padding: 20px;
+
+ h3 {
+ color: white;
+ margin-bottom: 15px;
+ font-size: 36px;
+ text-align: center;
}
- @media only screen and (max-width: 1030px) {
- width: 100vw;
+ svg {
+ width: 100px;
+ height: 100px;
+ }
+
+ @media only screen and (max-width: 768px) {
justify-content: center;
- align-items: center;
}
`;
+const RightSection = styled.div`
+ flex: 1;
+ padding: 20px;
+
+ ul {
+ list-style: disc;
+ padding-left: 20px;
+ color: #d1d1e9;
+
+ li {
+ margin-bottom: 10px;
+ }
+ }
+`;
+
+const GradientText = styled.span`
+ background: linear-gradient(to right, #70a1ff, #3a8dff);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+`;
+
+const Title = styled.h2`
+ text-align: center;
+ font-size: 3rem;
+ font-weight: bold;
+ background: linear-gradient(to right, #4fd1c5, #f6e05e);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ padding: 2rem 0;
+`;
+
+const Description = styled.p`
+ max-width: 4xl;
+ margin: 1rem auto 3rem;
+ text-align: center;
+ font-size: 1.25rem;
+ font-weight: bold;
+ background: linear-gradient(to right, #fbbf24, #f472b6);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+`;
+
+const Graphic = ({ emoji }) => (
+
+);
+
function CommunityEvangelist() {
return (
- <>
-
- 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.
-
- Become a Community Evangelist
-
-
-
- Role and
-
- Responsibilities
-
+
+ Role and
-
+
+
- Perks and
-
- Benefits
-
+
+ Perks and
-
+
+
- Why This is a
-
- Great Deal for You
-
+
+ Why This is a
-
+
+
- Eligibility
-
- Criteria
-
+
+ Eligibility
-
+
+