mirror of
https://github.com/NEBULAIR/nebulair.github.io.git
synced 2026-03-10 08:51:20 +00:00
190 lines
8.2 KiB
HTML
Executable File
190 lines
8.2 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<title>Nebulair</title>
|
|
|
|
<!-- Bootstrap Core CSS -->
|
|
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
|
|
|
|
<!-- Custom Fonts -->
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
|
|
|
|
<!-- Plugin CSS -->
|
|
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
|
|
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="css/creative.css" type="text/css">
|
|
|
|
<!--Nebulair CSS -->
|
|
<link rel="stylesheet" href="css/nebulair.css" type="text/css">
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
<body id="page-top">
|
|
|
|
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
|
|
<div class="container-fluid">
|
|
<!-- Brand and toggle get grouped for better mobile display -->
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand page-scroll" href="#page-top">Nebulair</a>
|
|
</div>
|
|
|
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li>
|
|
<a class="page-scroll" href="#contact">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- /.navbar-collapse -->
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
</nav>
|
|
|
|
<header>
|
|
<div class="header-content">
|
|
<div class="header-content-inner">
|
|
<h1>Nebulair</h1>
|
|
<hr>
|
|
<p class="subtitle">Open source automated aquaponics done right!</p>
|
|
<div id="sign-up" class="col-md-6 col-md-offset-3">
|
|
<form>
|
|
<label for="email" class="input">
|
|
<input type="text" class="button" id="email" name="email" placeholder="NAME@NEBULAIR.CO" autocomplete="email">
|
|
<input type="submit" class="button" id="submit" value="Sign up for updates">
|
|
</label>
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="bg-primary" id="about">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2 text-center">
|
|
<h2 class="section-heading">A fully automated aquaponics system!</h2>
|
|
<hr class="light">
|
|
<p class="text-faded">Aquaponics systems are closed/semi-closed eco systems that grow fish and vegetables biologically. Nebulair has an open source Github Repository with all the information about how to make your own automated aquaponics system, including the code and order list for the hardware. </p>
|
|
<a href="#" class="btn btn-default btn-xl"><i class="fa fa-github fa-2x"></i> Check out our repo</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="services">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 text-center">
|
|
<h2 class="section-heading">Why Nebulair?</h2>
|
|
<hr class="primary">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-3 col-md-6 text-center">
|
|
<div class="service-box">
|
|
<i class="fa fa-4x fa-github wow bounceIn text-primary"></i>
|
|
<h3>Open Source</h3>
|
|
<p class="text-muted">You can find all the information to make your own automated aquaponics system in our repo</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-3 col-md-6 text-center">
|
|
<div class="service-box">
|
|
<i class="fa fa-4x fa-wifi wow bounceIn text-primary" data-wow-delay=".1s"></i>
|
|
<h3>Internet of things</h3>
|
|
<p class="text-muted">We connect all the sensing data, pumping and lighting to the internet so you can controll your aquaponics system from anywhere.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-3 col-md-6 text-center">
|
|
<div class="service-box">
|
|
<i class="fa fa-4x fa-terminal wow bounceIn text-primary" data-wow-delay=".2s"></i>
|
|
<h3>Api and code</h3>
|
|
<p class="text-muted">We have written all the code so you can get started right away. A awesome APi to optimize your system is coming soon!</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-3 col-md-6 text-center">
|
|
<div class="service-box">
|
|
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i>
|
|
<h3>Be Healthy</h3>
|
|
<p class="text-muted">We started this project to try and make a difference. Aquaponics means no fertilizers and 90% reduction in water usage compared to traditional farming methods!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="contact">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2 text-center">
|
|
<h2 class="section-heading">Let us know what you think via email</h2>
|
|
<hr class="primary">
|
|
|
|
</div>
|
|
<div class="mail">
|
|
<div class="col-lg-4"> </div>
|
|
<div class="col-lg-4 text-center">
|
|
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
|
|
<p><a href="mailto:your-email@your-domain.com">hello@nebulair.co</a></p>
|
|
</div>
|
|
|
|
</div>
|
|
<!--
|
|
<div class="social-media">
|
|
<div class="col-lg-4">
|
|
<i class="fa fa-facebook fa-3x wow bounceIn" data-wow-delay=".1s"></i>
|
|
<i class="fa fa-twitter fa-3x wow bounceIn" data-wow-delay=".1s"></i>
|
|
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
|
|
|
|
</div>
|
|
</div>
|
|
-->
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- jQuery -->
|
|
<script src="js/jquery.js"></script>
|
|
|
|
<!-- Bootstrap Core JavaScript -->
|
|
<script src="js/bootstrap.min.js"></script>
|
|
|
|
<!-- Plugin JavaScript -->
|
|
<script src="js/jquery.easing.min.js"></script>
|
|
<script src="js/jquery.fittext.js"></script>
|
|
<script src="js/wow.min.js"></script>
|
|
|
|
<!-- Custom Theme JavaScript -->
|
|
<script src="js/creative.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|