Spaces:
Sleeping
Sleeping
Update src/pages/About.jsx
Browse files- src/pages/About.jsx +81 -81
src/pages/About.jsx
CHANGED
|
@@ -1,81 +1,81 @@
|
|
| 1 |
-
import React from 'react';
|
| 2 |
-
import '../styles/About.css';
|
| 3 |
-
import { teamImages } from '../constant/peopleConstant';
|
| 4 |
-
import HeaderAbout from '../assets/header-bg.png'
|
| 5 |
-
|
| 6 |
-
const AboutUs = () => {
|
| 7 |
-
return (
|
| 8 |
-
<div className="platform-section">
|
| 9 |
-
<div className="platform-text">
|
| 10 |
-
<h2>Our platform was born from an agreement</h2>
|
| 11 |
-
<p>
|
| 12 |
-
Blue carbon projects can only thrive with resilient blockchain technology, just like the oceans we protect.
|
| 13 |
-
</p>
|
| 14 |
-
</div>
|
| 15 |
-
<div className="mission-text">
|
| 16 |
-
<h2>Our Mission</h2>
|
| 17 |
-
<p>
|
| 18 |
-
By promoting accountability and trust, we seek to drive significant global collaboration
|
| 19 |
-
and investment in blue carbon initiatives. Through this marketplace, we hope to unlock new opportunities
|
| 20 |
-
for environmental sustainability, empowering nations, businesses, and individuals to invest in the future of our oceans.
|
| 21 |
-
</p>
|
| 22 |
-
</div>
|
| 23 |
-
</div>
|
| 24 |
-
);
|
| 25 |
-
};
|
| 26 |
-
|
| 27 |
-
const ContainerAbout = () => {
|
| 28 |
-
return (
|
| 29 |
-
<div className='container-about'>
|
| 30 |
-
<AboutUs />
|
| 31 |
-
</div>
|
| 32 |
-
|
| 33 |
-
);
|
| 34 |
-
};
|
| 35 |
-
|
| 36 |
-
function About() {
|
| 37 |
-
return (
|
| 38 |
-
<div className="about">
|
| 39 |
-
<div className="gradient-circle"></div>
|
| 40 |
-
<div className="HeaderAbout">
|
| 41 |
-
<img src={HeaderAbout} alt="About Ocean Conservation" />
|
| 42 |
-
</div>
|
| 43 |
-
<div className="headerText">
|
| 44 |
-
<p>
|
| 45 |
-
We envision oceans as key in fighting climate change through blockchain, we create a transparent <br></br>marketplace for marine carbon credits,
|
| 46 |
-
driving investment in blue carbon projects and protecting ocean ecosystems.
|
| 47 |
-
</p>
|
| 48 |
-
</div>
|
| 49 |
-
|
| 50 |
-
<ContainerAbout />
|
| 51 |
-
|
| 52 |
-
<div className="team-section">
|
| 53 |
-
<h1>The People Behind</h1>
|
| 54 |
-
<div className="team-grid">
|
| 55 |
-
<div className="team-member">
|
| 56 |
-
<img src={teamImages.Naufal} alt="Naufal Ziyaadaturrahman" />
|
| 57 |
-
<h3>Son Nguyen</h3>
|
| 58 |
-
<p>Project Lead</p>
|
| 59 |
-
</div>
|
| 60 |
-
<div className="team-member">
|
| 61 |
-
<img src={teamImages.Irfan} alt="Irfan Hera Nurrohman" />
|
| 62 |
-
<h3>
|
| 63 |
-
<p>Frontend Developer</p>
|
| 64 |
-
</div>
|
| 65 |
-
<div className="team-member">
|
| 66 |
-
<img src={teamImages.Damar} alt="Athaya Damar Arthadipraja" />
|
| 67 |
-
<h3>
|
| 68 |
-
<p>Business Development</p>
|
| 69 |
-
</div>
|
| 70 |
-
<div className="team-member">
|
| 71 |
-
<img src={teamImages.John} alt="John Devin Christianto" />
|
| 72 |
-
<h3>
|
| 73 |
-
<p>Blockchain Researcher</p>
|
| 74 |
-
</div>
|
| 75 |
-
</div>
|
| 76 |
-
</div>
|
| 77 |
-
</div>
|
| 78 |
-
);
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
export default About;
|
|
|
|
| 1 |
+
import React from 'react';
|
| 2 |
+
import '../styles/About.css';
|
| 3 |
+
import { teamImages } from '../constant/peopleConstant';
|
| 4 |
+
import HeaderAbout from '../assets/header-bg.png'
|
| 5 |
+
|
| 6 |
+
const AboutUs = () => {
|
| 7 |
+
return (
|
| 8 |
+
<div className="platform-section">
|
| 9 |
+
<div className="platform-text">
|
| 10 |
+
<h2>Our platform was born from an agreement</h2>
|
| 11 |
+
<p>
|
| 12 |
+
Blue carbon projects can only thrive with resilient blockchain technology, just like the oceans we protect.
|
| 13 |
+
</p>
|
| 14 |
+
</div>
|
| 15 |
+
<div className="mission-text">
|
| 16 |
+
<h2>Our Mission</h2>
|
| 17 |
+
<p>
|
| 18 |
+
By promoting accountability and trust, we seek to drive significant global collaboration
|
| 19 |
+
and investment in blue carbon initiatives. Through this marketplace, we hope to unlock new opportunities
|
| 20 |
+
for environmental sustainability, empowering nations, businesses, and individuals to invest in the future of our oceans.
|
| 21 |
+
</p>
|
| 22 |
+
</div>
|
| 23 |
+
</div>
|
| 24 |
+
);
|
| 25 |
+
};
|
| 26 |
+
|
| 27 |
+
const ContainerAbout = () => {
|
| 28 |
+
return (
|
| 29 |
+
<div className='container-about'>
|
| 30 |
+
<AboutUs />
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
);
|
| 34 |
+
};
|
| 35 |
+
|
| 36 |
+
function About() {
|
| 37 |
+
return (
|
| 38 |
+
<div className="about">
|
| 39 |
+
<div className="gradient-circle"></div>
|
| 40 |
+
<div className="HeaderAbout">
|
| 41 |
+
<img src={HeaderAbout} alt="About Ocean Conservation" />
|
| 42 |
+
</div>
|
| 43 |
+
<div className="headerText">
|
| 44 |
+
<p>
|
| 45 |
+
We envision oceans as key in fighting climate change through blockchain, we create a transparent <br></br>marketplace for marine carbon credits,
|
| 46 |
+
driving investment in blue carbon projects and protecting ocean ecosystems.
|
| 47 |
+
</p>
|
| 48 |
+
</div>
|
| 49 |
+
|
| 50 |
+
<ContainerAbout />
|
| 51 |
+
|
| 52 |
+
<div className="team-section">
|
| 53 |
+
<h1>The People Behind</h1>
|
| 54 |
+
<div className="team-grid">
|
| 55 |
+
<div className="team-member">
|
| 56 |
+
<img src={teamImages.Naufal} alt="Naufal Ziyaadaturrahman" />
|
| 57 |
+
<h3>Son Nguyen</h3>
|
| 58 |
+
<p>Project Lead</p>
|
| 59 |
+
</div>
|
| 60 |
+
<div className="team-member">
|
| 61 |
+
<img src={teamImages.Irfan} alt="Irfan Hera Nurrohman" />
|
| 62 |
+
<h3>Viet Nguyen</h3>
|
| 63 |
+
<p>Frontend Developer</p>
|
| 64 |
+
</div>
|
| 65 |
+
<div className="team-member">
|
| 66 |
+
<img src={teamImages.Damar} alt="Athaya Damar Arthadipraja" />
|
| 67 |
+
<h3>Thuan Nguyen</h3>
|
| 68 |
+
<p>Business Development</p>
|
| 69 |
+
</div>
|
| 70 |
+
<div className="team-member">
|
| 71 |
+
<img src={teamImages.John} alt="John Devin Christianto" />
|
| 72 |
+
<h3>Son Nguyen</h3>
|
| 73 |
+
<p>Blockchain Researcher</p>
|
| 74 |
+
</div>
|
| 75 |
+
</div>
|
| 76 |
+
</div>
|
| 77 |
+
</div>
|
| 78 |
+
);
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
export default About;
|