Delete index.html
This commit is contained in:
parent
f4a507bc3d
commit
d9c714b9c0
1 changed files with 0 additions and 109 deletions
109
views/index.html
109
views/index.html
|
@ -1,109 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>farmper</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--[if lte IE 8]><script src="./assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="./assets/css/main.css" />
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="./assets/css/ie8.css" /><![endif]-->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="./assets/css/ie9.css" /><![endif]-->
|
||||
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Header -->
|
||||
<section id="header">
|
||||
<header class="major">
|
||||
<h1>FARMPER</h1>
|
||||
<p class="p-1">A Peer-to-Peer Urban or City Farmland Renting Service </p>
|
||||
<p>to Urban or City Farmers</p>
|
||||
</header>
|
||||
<div class="container">
|
||||
<ul class="actions">
|
||||
<li><a href="#one" class="button special scrolly">Begin</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- One -->
|
||||
<section id="one" class="main special">
|
||||
<div class="container">
|
||||
<span class="image fit primary"><img src="./images/pic01.jpg" alt="" /></span>
|
||||
<div class="content">
|
||||
<header class="major">
|
||||
<h2>Who we are</h2>
|
||||
</header>
|
||||
<p><b>Farmper</b> (an abbreviation for <b>farm</b>ing and <b>per</b>sonalization) is an online urban or
|
||||
city farmland renting service for urban or city farmers, providing service distributed between peers with the goal of urban farming by simply matching people who need farm with those who have affordable farm in their local.
|
||||
It’s free to list and search for urban or city farmlands. </p>
|
||||
<a href="#two" class="goto-next scrolly">Next</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Two -->
|
||||
<section id="two" class="main special">
|
||||
<div class="container">
|
||||
<span class="image fit primary"><img src="images/pic02.jpg" alt="" /></span>
|
||||
<div class="content">
|
||||
<header class="major">
|
||||
<h2>Services</h2>
|
||||
</header>
|
||||
|
||||
<ul class="icons-grid">
|
||||
<li>
|
||||
<span class="icon major"><img src="images/farmland.png" height="60" width="60" style="border:2px solid black" alt="" /></span>
|
||||
<h4>A Peer-to-Peer Farmland Renting Service</h4>
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon major"><img src="images/shop.png" height="60" width="60" style="border:2px solid black" alt="" /></span>
|
||||
<h4>One-Stop Urban Farmland Shopping Service</h4>
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon major"><img src="images/location.png" height="60" width="60" style="border:2px solid black" alt="" /></span>
|
||||
<h4>Urban Farm Locator</h4>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="#three" class="goto-next scrolly">Next</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Three -->
|
||||
<section id="three" class="main special">
|
||||
<div class="container">
|
||||
<span class="image fit primary"><img src="images/pic03.jpg" alt="" /></span>
|
||||
<div class="content">
|
||||
<p>We will open in February 2018.</p>
|
||||
</div>
|
||||
<a href="#footer" class="goto-next scrolly">Next</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Footer -->
|
||||
<section id="footer">
|
||||
|
||||
<footer>
|
||||
|
||||
<ul class="copyright">
|
||||
<font size="5">
|
||||
<li>© farmper</li><li>2017</li>
|
||||
</font>
|
||||
</ul>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="assets/js/jquery.min.js"></script>
|
||||
<script src="assets/js/jquery.scrollex.min.js"></script>
|
||||
<script src="assets/js/jquery.scrolly.min.js"></script>
|
||||
<script src="assets/js/skel.min.js"></script>
|
||||
<script src="assets/js/util.js"></script>
|
||||
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue