import React from "react";
import axios from "axios";
import { useEffect, useState } from "react";
import { useNavigate } from "react-router";
import Navbar from "../comp/navbar";
const About = () => {
return (
<div className="about">
<Navbar />
<h2>what is Nature ?</h2>
<p>
{" "}
"Natural" redirects here. For other uses, see Natural (disambiguation).
Shaki Waterfall, Armenia Bachalpsee in the Swiss Alps A winter landscape
in Lapland, Finland Lightning strikes during the eruption of the
Galunggung volcano, West Java, in 1982 Life in the abyssal oceans South
Penghu Marine National Park of Taiwan, showing the wonder of nature
Nature, in the broadest sense, is the physical world or universe.
"Nature" can refer to the phenomena of the physical world, and also to
life in general. The study of nature is a large, if not the only, part
of science. Although humans are part of nature, human activity is often
understood as a separate category from other natural phenomena.[1] The
word nature is borrowed from the Old French nature and is derived from
the Latin word natura, or "essential qualities, innate disposition", and
in ancient times, literally meant "birth".[2] In ancient philosophy,
natura is mostly used as the Latin translation of the Greek word physis
which originally related to the intrinsic characteristics of
plants, animals, and other features of the world to develop of their own
accord.[3][4] The concept of nature as a whole, the physical universe,
is one of several expansions of the original notion;[1] it began with
certain core applications of the word by pre-Socratic philosophers
(though this word had a dynamic dimension then, especially for
Heraclitus), and has steadily gained currency ever since. During the
advent of modern scientific method in the last several centuries, nature
became the passive reality, organized and moved by divine laws.[5][6]
With the Industrial revolution, nature increasingly became seen as the
part of reality deprived from intentional intervention: it was hence
considered as sacred by some traditions (Rousseau, American
transcendentalism) or a mere decorum for divine providence or human
history (Hegel, Marx). However, a vitalist vision of nature, closer to
the presocratic one, got reborn at the same time, especially after
Charles Darwin.[1] Within the various uses of the word today, "nature"
often refers to geology and wildlife. Nature can refer to the general
realm of living plants and animals, and in some cases to the processes
associated with inanimate objects—the way that particular types of
things exist and change of their own accord, such as the weather and
geology of the Earth. It is often taken to mean the "natural
environment" or wilderness—wild animals, rocks, forest, and in general
those things that have not been substantially altered by human
intervention, or which persist despite human intervention. For example,
manufactured objects and human interaction generally are not considered
part of nature, unless qualified as, for example, "human nature" or "the
whole of nature". This more traditional concept of natural things that
can still be found today implies a distinction between the natural and
the artificial, with the artificial being understood as that which has
been brought into being by a human consciousness or a human mind.
Depending on the particular context, the term "natural" might also be
distinguished from the unnatural or the supernatural.[1]{" "}
</p>
<h3> What is the nature of life? </h3>
<p>
Life in the abyssal oceans. Nature, in the broadest sense, is the
natural, physical, or material world or universe. "Nature" can refer to
the phenomena of the physical world, and also to life in general.
</p>
<h3> What is the scope of Nature journal? </h3>
<p>
{" "}
Aims & Scope. Nature is a weekly international journal publishing the
finest peer-reviewed research in all fields of science and technology on
the basis of its originality, importance, interdisciplinary interest,
timeliness, accessibility, elegance and surprising conclusions.{" "}
</p>
<h3> What is the study of nature?</h3>
<p>
{" "}
"Nature" can refer to the phenomena of the physical world, and also to
life in general. The study of nature is a large, if not the only, part
of science.{" "}
</p>
<h3> WHY IS NATURE SO IMPORTANT FOR HUMANS? </h3>
<h4> The basics of ecosystem services</h4>
<p>
{" "}
Nature gifts many benefits to humans. From the air we breathe, the water
we drink, and the food we eat, nature enhances our wellbeing and freely
provides the essentials for our survival. For decades, scientists and
environmentalists have discussed the concept of ECOSYSTEM SERVICES.
However, it wasn’t until the early 2000s that it became more common
place. From 2001-2005, the Millennium Ecosystem Assessment (MA) embarked
on a study to determine the impact on humans should ecosystems continue
to change. Drawing on the knowledge of over 1,000 experts from across
the globe, they evaluated “the condition and trends in the world’s
ecosystems and the services they provide,” according to the MA website.
They also identified evidence-based science to determine the best
methods for conservation, enhancement, and sustainable use of
ecosystems. While the concept of ecosystem services is commonly
understood within the science and environmentalist community, one study
found that it’s not necessarily common knowledge amongst the public.
That’s why we’ve put together some basic explanations and examples
below.{" "}
</p>
</div>
);
};
export default About;
App.css
.App {
width: 100%;
height: 100%;
}
h1 {
color: #000;
}
.span {
background-image: url(/src/images/13.jpg);
background-size: cover;
height: 100vh;
width: 10vw;
}
.Box {
display: flex;
flex-direction: column;
width: 30%;
margin-left: 60%;
border: 2px solid rgb(202, 192, 192);
border-radius: 12px;
box-shadow: 1px 3px 1px #9e9e9e;
height: 80%;
padding: 10px;
text-align: center;
position: absolute;
background-size: cover;
margin-top: 50px;
background-image: url(/src/images/15.jpg);
}
.Box:hover {
box-shadow: 0 8px 16px 0 slategrey;
}
.Box1 {
background-image: url(/src/images/logo.png);
background-size: cover;
width: 160px;
height: 150px;
margin-left: 5%;
position: absolute;
margin-top: 5%;
}
.Box2 {
position: absolute;
margin-top: 18%;
margin-left: 5%;
}
.text1 {
color: aliceblue;
font-size: large;
}
.par {
color: rgb(35, 204, 30);
}
.par:hover {
color: rgb(51, 136, 48);
}
.Avatar {
margin: auto;
}
.signup {
display: flex;
flex-direction: column;
justify-content: center;
width: 420px;
border: 2px solid rgb(235, 221, 221);
border-radius: 15px;
box-shadow: 1px 3px 4px #9e9e9e;
margin-top: 5%;
position: absolute;
background-color: blanchedalmond;
margin-left: 35%;
}
.butt {
text-align: center;
margin-bottom: 20px;
}
.Box3 {
background-image: url(/src/images/logo.png);
background-size: cover;
width: 160px;
height: 150px;
margin-left: 5%;
position: absolute;
margin-top: 5%;
}
.span1 {
background-image: url(/src/images/13.jpg);
background-size: cover;
height: 100vh;
width: 100vw;
}
.form {
width: 30%;
margin-left: 65%;
border: 2px solid rgb(202, 192, 192);
border-radius: 12px;
box-shadow: 1px 3px 1px #9e9e9e;
height: 80%;
position: absolute;
background-size: cover;
margin-top: 50px;
background-image: url(/src/images/12.jpeg);
}
.text2 {
color: #fff;
font-size: medium;
}
.head {
height: auto;
}
.footer {
position: relative;
margin-top: 110px;
width: 100vw;
height: 60vh;
}
.h1 {
text-align: center;
}
.table {
border: 2px solid rgb(10, 10, 10);
}
.td {
border: 2px solid rgb(10, 10, 10);
}

0 Comments