236 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			236 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|    <meta charset="utf-8">
 | |
|    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | |
|    <meta name="description" content="">
 | |
|    <meta name="author" content="">
 | |
|    <title>EcoSaver</title>
 | |
|    <!-- Bootstrap core CSS -->
 | |
|    <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
 | |
|    <!-- Fontawesome CSS -->
 | |
|    <link href="css/all.css" rel="stylesheet">
 | |
|    <!-- Custom styles for this template -->
 | |
|    <link href="css/style.css" rel="stylesheet">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|    <!-- Navigation -->
 | |
|    <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-light top-nav fixed-top">
 | |
|       <div class="container">
 | |
|          <a class="navbar-brand" href="index.html">
 | |
|             <img src="images/logo.png" alt="logo" />
 | |
|          </a>
 | |
|          <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
 | |
|             data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
 | |
|             aria-label="Toggle navigation">
 | |
|             <span class="fas fa-bars"></span>
 | |
|          </button>
 | |
|          <div class="collapse navbar-collapse" id="navbarResponsive">
 | |
|             <ul class="navbar-nav ml-auto">
 | |
|                <li class="nav-item">
 | |
|                   <a class="nav-link active" href="index.html">Home</a>
 | |
|                </li>
 | |
|                <li class="nav-item">
 | |
|                   <a class="nav-link" href="news.html">News</a>
 | |
|                </li>
 | |
|                <li class="nav-item">
 | |
|                   <a class="nav-link" href="contact.html">Contact</a>
 | |
|                </li>
 | |
|                <li class="nav-item">
 | |
|                   <!--<img src="images/profile-logo.png" alt="Profile Logo" class="profile-logo"> -->
 | |
|                   <a class="nav-link" href="profile.html">Profile</a>
 | |
|                </li>
 | |
|             </ul>
 | |
|          </div>
 | |
|       </div>
 | |
|    </nav>
 | |
|    <header class="slider-main">
 | |
|       <div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
 | |
|          <ol class="carousel-indicators">
 | |
|             <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
 | |
|             <li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
 | |
|             <li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
 | |
|          </ol>
 | |
|          <div class="carousel-inner" role="listbox">
 | |
|             <!-- Slide One - Set the background image for this slide in the line below -->
 | |
|             <div class="carousel-item active" style="background-image: url('images/slider-01.jpg')">
 | |
|                <div class="carousel-caption d-none d-md-block">
 | |
|                   <h3>Welcome to EcoSaver</h3>
 | |
|                   <p>The current airviro system in used by NEA only has 14 substations to record air quality. Our
 | |
|                      project aims to supplement data to NEA and also allow the general consumer to access our IoT sensor
 | |
|                      data through a web service.</p>
 | |
|                </div>
 | |
|             </div>
 | |
|             <!-- Slide Two - Set the background image for this slide in the line below -->
 | |
|             <div class="carousel-item" style="background-image: url('images/slider-02.jpg')">
 | |
|                <div class="carousel-caption d-none d-md-block">
 | |
|                   <h3>Fresh Air</h3>
 | |
|                   <p>A Great day for jogging</p>
 | |
|                </div>
 | |
|             </div>
 | |
|             <!-- Slide Three - Set the background image for this slide in the line below -->
 | |
|             <div class="carousel-item" style="background-image: url('images/slider-03.jpg')">
 | |
|                <div class="carousel-caption d-none d-md-block">
 | |
|                   <h3>Welcome to EcoSaver</h3>
 | |
|                   <p>Hope you enjoy!</p>
 | |
|                </div>
 | |
|             </div>
 | |
|          </div>
 | |
|          <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
 | |
|             <span class="carousel-control-prev-icon" aria-hidden="true"></span>
 | |
|             <span class="sr-only">Previous</span>
 | |
|          </a>
 | |
|          <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
 | |
|             <span class="carousel-control-next-icon" aria-hidden="true"></span>
 | |
|             <span class="sr-only">Next</span>
 | |
|          </a>
 | |
|       </div>
 | |
|    </header>
 | |
|    <!-- Page Content -->
 | |
|    <div class="container">
 | |
|       <div class="services-bar">
 | |
|          <h1 class="my-4">Our Best Services </h1>
 | |
|          <!-- Services Section -->
 | |
|          <div class="row">
 | |
|             <div class="col-lg-4 mb-4">
 | |
|                <div class="card">
 | |
|                   <h4 class="card-header">Humidity</h4>
 | |
|                   <div class="card-body text-center">
 | |
|                      <p class="card-text display-3"> 75% </p>
 | |
|                   </div>
 | |
|                   <div class="card-footer">
 | |
|                      <a href="#" class="btn btn-primary">Learn More</a>
 | |
|                   </div>
 | |
|                </div>
 | |
|             </div>
 | |
|             <div class="col-lg-4 mb-4">
 | |
|                <div class="card">
 | |
|                   <h4 class="card-header">Air Quality Index</h4>
 | |
|                   <div class="card-body text-center">
 | |
|                      <p class="card-text display-3"> 18 PSI </p>
 | |
|                   </div>
 | |
|                   <div class="card-footer">
 | |
|                      <a href="#" class="btn btn-primary">Learn More</a>
 | |
|                   </div>
 | |
|                </div>
 | |
|             </div>
 | |
|             <div class="col-lg-4 mb-4">
 | |
|                <div class="card">
 | |
|                   <h4 class="card-header">Temperature</h4>
 | |
|                   <div class="card-body text-center">
 | |
|                      <p class="card-text display-3"> 30° </p>
 | |
|                   </div>
 | |
|                   <div class="card-footer">
 | |
|                      <a href="#" class="btn btn-primary">Learn More</a>
 | |
|                   </div>
 | |
|                </div>
 | |
|             </div>
 | |
|          </div>
 | |
|          <!-- /.row -->
 | |
|       </div>
 | |
|       <!-- About Section -->
 | |
|       <div class="about-main">
 | |
|          <div class="row">
 | |
|             <div class="col-lg-6">
 | |
|                <title>EcoSaver - Your Air Quality Index Source</title>
 | |
|                <link rel="stylesheet" href="style.css">
 | |
|                </head>
 | |
| 
 | |
|                <body>
 | |
|                   <header>
 | |
|                      <h1>Welcome to EcoSaver - Your Air Quality Index Source</h1>
 | |
|                      <p>We prioritize your well-being by providing up-to-date information on air quality indexes.</p>
 | |
|                   </header>
 | |
| 
 | |
|                   <section class="approach">
 | |
|                      <h2>Our Approach: Smart and Informative</h2>
 | |
|                      <p>We believe in offering precise and comprehensive data to empower your decisions for a better
 | |
|                         quality of life.</p>
 | |
|                      <ul>
 | |
|                         <li>Presenting real-time air quality data in a user-friendly format.</li>
 | |
|                         <li>Equipping you with insights into the impact of air quality on health and the environment.
 | |
|                         </li>
 | |
|                         <li>Empowering communities with knowledge to make informed choices for a sustainable future.
 | |
|                         </li>
 | |
|                      </ul>
 | |
|                   </section>
 | |
|             </div>
 | |
|             <div class="col-lg-6">
 | |
|                <img class="img-fluid rounded" src="images/about-img.jpg" alt="" />
 | |
|             </div>
 | |
|          </div>
 | |
|       </div>
 | |
|    </div>
 | |
|    <hr>
 | |
|    </div>
 | |
|    <!--footer starts from here-->
 | |
|    <footer class="footer">
 | |
|       <div class="container bottom_border">
 | |
|          <div class="row">
 | |
|             <div class="col-lg-3 col-md-6 col-sm-6 col">
 | |
|                <h5 class="headin5_amrc col_white_amrc pt2">Find us</h5>
 | |
|                <!--headin5_amrc-->
 | |
|                <p><i class="fa fa-location-arrow"></i> Blk 645 Jalan Tenaga</p>
 | |
|                <p><i class="fa fa-phone"></i> +65 90064959</p>
 | |
|                <p><i class="fa fa fa-envelope"></i> Leongdingxuan@gmail.com </p>
 | |
|             </div>
 | |
|             <div class="col-lg-3 col-md-6 col-sm-6 col">
 | |
|                <h5 class="headin5_amrc col_white_amrc pt2">Follow us</h5>
 | |
|                <!--headin5_amrc ends here-->
 | |
|                <ul class="footer_ul2_amrc">
 | |
|                   <li>
 | |
|                      <a href="#"><i class="fab fa-facebook-f fleft padding-right"></i> </a>
 | |
|                      <a href="#">https://www.facebook.com/</a></p>
 | |
|                   </li>
 | |
|                   <li>
 | |
|                      <a href="#"><i class="fab fa-instagram fleft padding-right"></i> </a>
 | |
|                      <a href="#">https://www.instagram.com/</a></p>
 | |
|                   </li>
 | |
|                   <li>
 | |
|                      <a href="#"><i class="fab fa-twitter fleft padding-right"></i> </a>
 | |
|                      <a href="#">https://twitter.com/</a></p>
 | |
|                   </li>
 | |
|                </ul>
 | |
|                <!--footer_ul2_amrc ends here-->
 | |
|             </div>
 | |
|             <div class="col-lg-3 col-md-6 col-sm-6">
 | |
|                <h5 class="headin5_amrc col_white_amrc pt2">Quick links</h5>
 | |
|                <!--headin5_amrc-->
 | |
|                <ul class="footer_ul_amrc">
 | |
|                   <li><a href="#">Home</a></li>
 | |
|                   <li><a href="#">News</a></li>
 | |
|                   <li><a href="#">Contact</a></li>
 | |
|                </ul>
 | |
|                <!--footer_ul_amrc ends here-->
 | |
|             </div>
 | |
|             <div class="col-lg-3 col-md-6 col-sm-6 ">
 | |
|                <h5 class="headin5_amrc col_white_amrc pt2">News</h5>
 | |
|                <!--headin5_amrc-->
 | |
|                <ul class="footer_ul_amrc">
 | |
|                   <li class="media">
 | |
|                      <div class="media-left">
 | |
|                         <img class="img-fluid" src="images/post-img-01.jpg" alt="" />
 | |
|                      </div>
 | |
|                      <div class="media-body">
 | |
|                         <p>Singapore's air quality ...</p>
 | |
|                         <span>7 oct 2023</span>
 | |
|                      </div>
 | |
|                </ul>
 | |
|             </div>
 | |
|          </div>
 | |
|       </div>
 | |
|       <div class="container text-center">
 | |
|          <br>
 | |
|          <p>All Rights Reserved. © 2023 <a href="#">EcoSaver</a>
 | |
|          </p>
 | |
|       </div>
 | |
|    </footer>
 | |
| 
 | |
|    <!-- Bootstrap core JavaScript -->
 | |
|    <script src="vendor/jquery/jquery.min.js"></script>
 | |
|    <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html> |