Skip to content
Open
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
Binary file added Green Diaries/NAI.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 95 additions & 0 deletions Green Diaries/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Green Diaries</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
</head>
<body>

<section class="sub-header">
<nav>
<a href="index.html"><img src="green back.png"></a>
<div class="nav-links" id="nav-links">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<h1>About Us</h1>
</section>

<!-- about us content -->

<section class="about-us">
<div class="row">
<div class="about-col">
<h1>We are here to serve you.</h1>
<p>Green Diaries is a plattform
created to carry out research on
how to help schools discover
and manage waste which can be reusable in coming up with a biogas plant. This method is aiming at eradicating air pollution and deforestation hence leading to health risks and environmental pollution. <br>Using biogas instead of firewood offers several significant benefits: <br>

1. Renewable and sustainable <br>

2. Reduced carbon emissions <br>

3. Improved indoor air quality <br>

4. Sustainable waste management: <br>

5. Cost savings <br>

6. Job creation and economic opportunities the environment and local economies</p>
<a href="" class="hi-btn red-btn">EXPLORE NOW</a>
</div>
<div class="about-col">
<img src="product.jpeg">
</div>
</div>
</section>

<!-- footer -->
<section class="footer">
<h4>PROBLEM</h4>
<p>Problem
(deforestation and air pollution)<br>1.Environmental impact🌱 ; <br> Using firewood contributes to deforestation and pollution, negatively impacting our
climate and air quality. <br>2.Health risks 🤧; <br> Burning wood releases harmful pollutants, leading to respiratory problems and
other health risks. <br>3.Inefficient🔥 ; <br>Burning wood for energy is an inefficient process and
doesn't produce enough
energy for the amount of
resources used. <br>4.Costly
💰; <br>For households relying on firewood, the cost can be high in time spent gathering and
preparing the wood, as well as
the potential for injury or damage to property.</p>
<div class="icons">
<i class="fa fa-facebook"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-linkedin"></i>
</div>
<p>Made by <i class="fa fa-heart-o"></i>Gift Arthur</p>
</section>

<!-- javascript -->

<script type="text/javascript">

var navLinks = document.getElementById("navLinks");

function showMenu(){
navLinks.style.right = "0";
}

function hideMenu(){
navLinks.style.right = "-200px";
}
</script>
</body>
</html>
Binary file added Green Diaries/about.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Green Diaries/bio.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions Green Diaries/blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Green Diaries</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
</head>
<body>

<section class="sub-header">
<nav>
<a href="index.html"><img src="green back.png"></a>
<div class="nav-links" id="nav-links">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<h1>Our Team</h1>
</section>

<!-- blog page content -->

<section class="blog-content">
<div class="row">
<div class="blog-left">
<img src="giftar.jpg">
<h2>GIFT ARTHUR - CEO & FOUNDER </h2>
</div>
<div class="blog-right">
<img src="triva.jpeg">
<h2>WANGECI MARYAM - Finance Officer</h2>
</div>
<div class="bertha">
<img src="bertha.jpeg">
<h2>EMMANUEL SILLYVESTER - Programmes Officer</h2>
</div>
<div class="geradine">
<img src="geradine.jpeg">
<h2>EMMANUEL - Regional Manager & communication(software developer) </h2>
</div>
</div>
</section>

<!-- footer -->
<section class="footer">
<h4>MEET OUR TEAM</h4>
<p>we care about the well being of all teachers and students in different institutions their health being our priority. <br>The project is aimed at targeting schools especially secondary schools that still use firewood to cook and prepare meals instead of using gas cookers which are more efficient. <br>some of the brand's competitive advantage include: <br> 1. Sustainability and Environmental Benefits <br>

2. Cost Savings <br>
3. Educational Opportunities <br>


4. Health and Safety <br>

5. Community Engagement</p>
<div class="icons">
<i class="fa fa-facebook"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-linkedin"></i>
</div>
<p>Made by <i class="fa fa-heart-o"></i>Gift Arthur</p>

<!-- javascript -->

<script type="text/javascript">

var navLinks = document.getElementById("navLinks");

function showMenu(){
navLinks.style.right = "0";
}

function hideMenu(){
navLinks.style.right = "-200px";
}
</script>
</section>
</body>
</html>
Binary file added Green Diaries/communicate.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 101 additions & 0 deletions Green Diaries/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Green Diaries</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
</head>
<body>

<section class="sub-header">
<nav>
<a href="index.html"><img src="green back.png"></a>
<div class="nav-links" id="nav-links">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<h1>Contact Us</h1>
</section>

<!-- contact us -->

<section class="location">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15955.364608379661!2d36.79972893365251!3d-1.268103226925633!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f173c0a1f9de7%3A0xad2c84df1f7f2ec8!2sWestlands%2C%20Nairobi!5e0!3m2!1sen!2ske!4v1684326663510!5m2!1sen!2ske" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</section>

<section class="contact-us">
<div class="row">
<div class="contact-col">
<div>
<i class="fa fa-home"></i>
<span>
<h5>Westage Mall</h5>
<p>Westlands, Nairobi, KENYA</p>
</span>
</div>
<div>
<i class="fa fa-phone"></i>
<span>
<h5>+254 7033 96089</h5>
<p>Monday to Friday 8AM to 5PM</p>
</span>
</div>
<div>
<i class="fa fa-envelope-o"></i>
<span>
<h5>greenorg@gmail.com</h5>
<p>Email Us</p>
</span>
</div>
</div>

</div>
<div class="contact-col">
<form action="">
<input type="text" placeholder="Enter Your Name" required>
<input type="email" placeholder="Enter Email Address" required>
<input type="text" placeholder="Enter Your Subject" required>
<textarea row="g" placeholder="Message" required></textarea>
<button type="submit" class="hi-btn red-btn">Send Message</button>
</form>
</div>
</section>

<!-- footer -->
<section class="footer">
<h4>Contact Us</h4>
<p>we care about the well being of all teachers and students in different institutions their health being our priority.</p>

<div class="icons">
<i class="fa fa-facebook"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-linkedin"></i>
</div>
<p>Made by <i class="fa fa-heart-o"></i>Gift Arthur</p>
</section>

<!-- javascript -->

<script type="text/javascript">

var navLinks = document.getElementById("navLinks");

function showMenu(){
navLinks.style.right = "0";
}

function hideMenu(){
navLinks.style.right = "-200px";
}
</script>
</body>
</html>
Binary file added Green Diaries/finance.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Green Diaries/green back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading