Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Description for Our Mission and Who We Are Section #197

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Aboutus/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Banner = () => {
<div className="md:w-[40%]">
<div className="flex flex-col justify-center md:items-start items-center gap-2">
<h2 className="text-4xl font-bold mx-4">Our Mission</h2>
<p className="text-xl font-normal text-gray-200 mx-4 md:text-left text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet mollitia eos ducimus, beatae magnam voluptatem saepe tempora harum doloremque impedit ipsam, iste incidunt! Libero, suscipit dolorum quaerat quos vel odit.</p>
<p className="text-xl font-normal text-gray-200 mx-4 md:text-left text-center">At Carbonops&#44; our mission is to raise environmental awareness and drive action towards a greener planet. We are committed to providing individuals with the knowledge&#44; tools&#44; and resources they need to understand and reduce their carbon footprint. By creating a personalized accountancy platform&#44; we aim to empower individuals to track their environmental impact and take steps towards more sustainable choices in their everyday lives.</p>
</div>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion components/Aboutus/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ const Contact = () => {
<div className='h-fit border-2 mt-10 mx-[8vw] rounded-lg bg-[#5DAC53]'>
<h2 className='p-4 text-2xl font-semibold text-white'>Who we are?</h2>
<hr className='mx-4 mb-4 '/>
<p className='px-4 text-lg text-white'>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi maxime reprehenderit enim deserunt dicta, tempora iusto quae. Optio impedit labore autem reprehenderit quam, perspiciatis, at ad explicabo repellendus nesciunt minus?Lorem ipsum dolor sit, amet consectetur adipisicing elit. Saepe nemo odit consequuntur explicabo provident quidem esse optio nam iusto voluptate labore, tenetur deserunt sed! Quia doloribus nihil maiores harum vero.</p>
<p className='px-4 text-lg text-white'>Carbonops is an environmental awareness project that aims to empower individuals and connect like-minded people in their journey toward creating a sustainable future. We are a team of passionate individuals who believe that everyone has the potential to make a positive impact on the environment. By leveraging technology and fostering a community-driven approach&#44; we strive to inspire and enable individuals to reduce their carbon footprint and adopt eco-friendly practices.

The enhanced description will provide users and potential contributors with a clear understanding of Carbonops objectives&#44; values&#44; and the teams dedication to making a difference. It will help build trust and engagement&#44; encouraging more active participation in the project and attracting like-minded individuals who share our passion for environmental sustainability.</p>
<button className='text-lg bg-white py-1 px-8 rounded-tl-xl rounded-br-xl rounded-tr-sm text-black rounded-bl-sm hover:shadow-md hover:shadow-green-300 duration-200 ease-out m-4'>Contact us</button>
</div>
</div>
Expand Down