Skip to content

Commit b775857

Browse files
committed
Mission Vision Section Added
1 parent 38002a0 commit b775857

File tree

4 files changed

+30
-88
lines changed

4 files changed

+30
-88
lines changed

src/Components/landingpage/about.jsx

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,38 @@
11
import Title from "./title";
2+
import Container from 'react-bootstrap/Container';
3+
import Row from 'react-bootstrap/Row';
4+
import Col from 'react-bootstrap/Col';
5+
import img from '../../assets/LandingPage/about.jpg';
26

37
function AboutUs(){
48
return(
59
<>
6-
<Title title={"About NEPTECH Tribe"} head={"About Us"} />
10+
<Container>
11+
<Title title={"About NEPTECH Tribe"} head={"Who Are We "} />
12+
<Row>
13+
<Col md={6}>
14+
<img src={img} alt="About Image" />
15+
</Col>
16+
<Col md={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+
<Col md={4}>
29+
</Col>
30+
<Col md={4}>
31+
</Col>
32+
<Col md={4}>
33+
</Col>
34+
</Row>
35+
</Container>
736
</>
837
)
938
}

src/assets/Components/About/About.css

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/assets/Components/About/About.jsx

Lines changed: 0 additions & 24 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)