-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
92 lines (73 loc) · 2.83 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE HTML>
<!--
ASPA By BraveHearts
-->
<html>
<head>
<title>ASPA - About</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header Wrapper -->
<div class="wrapper style1">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<h1><a href="#" id="logo"></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- Main -->
<div id="main" class="wrapper style4">
<div class="container">
<div class="row">
<!-- Content -->
<div id="content" class="8u skel-cell-important">
<section>
<header class="major">
<h2>ABOUT</h2>
<span class="byline">ASPA AGRO & LIVESTOCK FARM LIMITED</span>
</header>
<P><B>Regd. Office: Karothukuzgy Building,</br>Muttam, Aluva - 683 106</br>CIN:U01400KL2010PLC025708</B></P>
<p>ASPA AGRO & LIVESTOCK FARM LIMITED was stareted in 2010 as a private limited company. In January 2011 it transformed into a Public limited company.</p>
<p>Our aim is to Start with a second Green Revolution and to serve the coountry and people by providing food security and to provide good returns to the investors.</p>
<p>The company has acquired 35 acres of Agricultural Land in Tamil Nadu in company's name. Now the company has taken 300 acres of land on 12 year's lease for the purpose of organic farming. The company has made arrangements for fencing the entire 300 acres of land. THe company plans to have various crops like sugar cane, different kinds of vegetables, cerreals, cattle farming and also to produce jaggary. </p>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<!-- Copyright -->
<div id="copyright">
Copyright © 2016 <a href="">BRAVEHEARTS,All Rights Reserved</a>
</div>
</div>
</body>
</html>