You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Titletitle={"About NEPTECH Tribe"}head={"Who Are We "}/>
12
-
<Row>
13
-
<Colmd={6}>
14
-
<imgsrc={img}alt="About Image"/>
15
-
</Col>
16
-
<Colmd={6}>
17
-
<p><b> NepTech Tribe </b> is a non-profit organization that unites tech enthusiasts of all ages to share knowledge and foster innovation. We offer events and activities to enhance skills and encourage collaboration, aiming to drive technological progress and create a supportive community.
18
-
</p>
19
-
<h3> Our Mission </h3>
20
-
<p>To unite tech enthusiasts of all ages for knowledge sharing, collaboration, and skill development in a supportive community
21
-
</p>
22
-
<h3>Our Vision</h3>
23
-
<p>To build a global network where all generations drive tech advancement and share diverse perspectives.</p>
24
-
</Col>
25
-
</Row>
26
-
<Row>
27
-
<h3>Our Values</h3>
28
-
<Colmd={4}>
29
-
</Col>
30
-
<Colmd={4}>
31
-
</Col>
32
-
<Colmd={4}>
33
-
</Col>
34
-
</Row>
35
-
</Container>
36
-
</>
37
-
)
7
+
functionAboutUs(){
8
+
constMissionVissionArray=[
9
+
{
10
+
head: "Our Mission",
11
+
description:
12
+
"To unite tech enthusiasts of all ages for knowledge sharing, collaboration, and skill development in a supportive community",
13
+
},
14
+
{
15
+
head: "Our Vision",
16
+
description:
17
+
"To build a global network where all generations drive tech advancement and share diverse perspectives.",
18
+
},
19
+
];
20
+
21
+
constValuesAttay=[
22
+
{
23
+
title:" Inclusivity",
24
+
description:" We welcome tech enthusiasts of all ages and backgrounds, fostering a diverse community by ensuring every voice is heard and valued."
25
+
},
26
+
{
27
+
title:" Collaboration",
28
+
description:"We drive collective innovation by encouraging members to share knowledge, ideas, and resources."
29
+
},
30
+
{
31
+
title:" Continuous Learning",
32
+
description:" We stay at the forefront of technology by providing ongoing opportunities for personal and professional skill development."
33
+
}
34
+
]
35
+
36
+
return(
37
+
<>
38
+
<ContainerclassName="About">
39
+
<Titletitle={"About NEPTECH Tribe"}head={"Who Are We "}/>
40
+
<RowclassName="About-row1">
41
+
<Colmd={6}className="About-row1__col1">
42
+
<imgsrc={img}alt="About Image"/>
43
+
</Col>
44
+
<Colmd={6}className="About-row1__col2">
45
+
<pclassName="About-row1__col2__introduction">
46
+
<b> NepTech Tribe </b> is a non-profit organization that unites
47
+
tech enthusiasts of all ages to share knowledge and foster
48
+
innovation. We offer events and activities to enhance skills and
49
+
encourage collaboration, aiming to drive technological progress
0 commit comments