You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

175 lines
9.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="cleancookingstove.css">
<title>Hamburger Menu</title>
</head>
<body>
<header>
<nav class="navbar">
<h1 class="site-name">Rural Cooking Stove</h1>
<ul class="nav-menu">
<li class="navlist">
<a href="#" class="nav-link">Home</a>
</li>
<li class="navlist">
<a href="#" class="nav-link">About</a>
</li>
<li class="navlist">
<a href="#" class="nav-link">Recent-Post</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header><!--end of header selection-->
<!-- Content Area -->
<section class="bg-color-blue">
<img src="" alt="">
<h1 class="h1welmgs"> Welcome To The Clean Cooking Stove</h1>
<div class="columns">
<div class="container">
<div class="col1"><!--second col-->
<h3 class="h3forallmainContent">Second Content</h3>
<p class="allparagraph">According to the World Health Organization (WHO), around 2.6 billion people cook and heat
using polluting open fires or simple stoves fuelled by kerosene, biomass (wood, animal
dung and crop waste) and coal (Air Pollution Data Portal, n.d.). This generates high
levels of health-damaging Indoor Air Pollution (IAP), such as particulates, tar and
carbon monoxide. Because women are primarily responsible for cooking and raising young
children, both are disproportionately affected by IAP. For example, the World Health
Report (2002) states that in developing countries among the poor, Acute Respiratory
Infection (ARI) is one of the leading causes of childhood mortality (under 5) and is
responsible for up to 33% of all ARI cases. IAP also adversely affects Zimbabwe because
of the number of people who live in poor, rural regions. (Rural Population
(67% of Total Population…2020) - Zimbabwe | Data, n.d.). A second problem caused by open
or traditional heaths is the inefficient use of fuel. Past efforts to reduce IAP have
focused on efficient combustion but have not necessarily focused on thermal efficiency
of the overall cooking and heating process. As a result, a significant portion of the
fuel's energy is lost, leading to increased levels of deforestation. In parallel, people who
are faced with the challenge of indoor air pollution are from low-income communities
which makes it very difficult for them to afford expensive clean cooking stoves.
Most of the existing solution focus only on reduction of Indoor Air Pollution,
but fall short on distribution the solution to billions of people who need it.
</p>
</div><!--end of col1 section-->
</div>
</div><!--end of columns-->
</section>
<section class="bg-color">
<div class="columns">
<div class="container">
<div class="col1"><!--second col-->
<h3 class="h3forallmainContent">Second Content</h3>
<p class="allparagraph">According to the World Health Organization (WHO), around 2.6 billion people cook and heat
using polluting open fires or simple stoves fuelled by kerosene, biomass (wood, animal
dung and crop waste) and coal (Air Pollution Data Portal, n.d.). This generates high
levels of health-damaging Indoor Air Pollution (IAP), such as particulates, tar and
carbon monoxide. Because women are primarily responsible for cooking and raising young
children, both are disproportionately affected by IAP. For example, the World Health
Report (2002) states that in developing countries among the poor, Acute Respiratory
Infection (ARI) is one of the leading causes of childhood mortality (under 5) and is
responsible for up to 33% of all ARI cases. IAP also adversely affects Zimbabwe because
of the number of people who live in poor, rural regions. (Rural Population
(67% of Total Population…2020) - Zimbabwe | Data, n.d.). A second problem caused by open
or traditional heaths is the inefficient use of fuel. Past efforts to reduce IAP have
focused on efficient combustion but have not necessarily focused on thermal efficiency
of the overall cooking and heating process. As a result, a significant portion of the
fuel's energy is lost, leading to increased levels of deforestation. In parallel, people who
are faced with the challenge of indoor air pollution are from low-income communities
which makes it very difficult for them to afford expensive clean cooking stoves.
Most of the existing solution focus only on reduction of Indoor Air Pollution,
but fall short on distribution the solution to billions of people who need it.
</p>
</div><!--end of col1 section-->
</div>
</div><!--end of columns-->
</section>
<section class="bg-color-blue">
<div class="columns">
<div class="container">
<div class="col1"><!--second col-->
<h3 class="h3forallmainContent">Second Content</h3>
<p class="allparagraph">According to the World Health Organization (WHO), around 2.6 billion people cook and heat
using polluting open fires or simple stoves fuelled by kerosene, biomass (wood, animal
dung and crop waste) and coal (Air Pollution Data Portal, n.d.). This generates high
levels of health-damaging Indoor Air Pollution (IAP), such as particulates, tar and
carbon monoxide. Because women are primarily responsible for cooking and raising young
children, both are disproportionately affected by IAP. For example, the World Health
Report (2002) states that in developing countries among the poor, Acute Respiratory
Infection (ARI) is one of the leading causes of childhood mortality (under 5) and is
responsible for up to 33% of all ARI cases. IAP also adversely affects Zimbabwe because
of the number of people who live in poor, rural regions. (Rural Population
(67% of Total Population…2020) - Zimbabwe | Data, n.d.). A second problem caused by open
or traditional heaths is the inefficient use of fuel. Past efforts to reduce IAP have
focused on efficient combustion but have not necessarily focused on thermal efficiency
of the overall cooking and heating process. As a result, a significant portion of the
fuel's energy is lost, leading to increased levels of deforestation. In parallel, people who
are faced with the challenge of indoor air pollution are from low-income communities
which makes it very difficult for them to afford expensive clean cooking stoves.
Most of the existing solution focus only on reduction of Indoor Air Pollution,
but fall short on distribution the solution to billions of people who need it.
</p>
</div><!--end of col1 section-->
</div>
</div><!--end of columns-->
</section>
<footer class="footer-section">
<div class="container">
<ul class="footer-list">
<li class="footer-item">Contact <br>Coming Soon</li>
<li class="footer-item">Email <br> Coming Soon</li>
<li class="footer-item">Address <br>Coming Soon</li>
<li class="footer-item"><span>Developed by Jet Web Development</span></li>
</ul>
</div>
</footer>
<!--End of Content Area-->
<script src="rurastove.js"></script>
</body>
</html>