forked from shreyas-srp/Agro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
technology.html
97 lines (97 loc) · 3.39 KB
/
technology.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
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<title>Smarti-Agro | Technology</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<script type="text/javascript" src="js/jquery-1.6.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/tms-0.3.js"></script>
<script type="text/javascript" src="js/tms_presets.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/html5.js"></script>
<style type="text/css">#menu a, .bg, .bg2, #ContactForm a {behavior:url("../js/PIE.htc")}</style>
<![endif]-->
</head>
<body id="page3">
<div class="body1">
<div class="main">
<!--header -->
<header>
<div class="wrapper">
<h1><a href="index.html" id="logo">Smarti-Agro Agriculture Company</a></h1>
<nav>
<ul id="menu">
<li ><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li class="active"><a href="technology.html">Technology</a></li>
<li><a href="pricing.html">Certificates</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- / header -->
<!-- content -->
<article id="content">
<div class="wrapper">
<h2>Traits & Technologies</h2>
<div class="wrapper pad_top1">
<div class="marg_right1">
<video width="320" height="240" controls>
<source src="images\anime.mp4" type="video/mp4">
</video>
</div>
</div>
</article>
</div>
</div>
<div class="main">
<!-- footer -->
<footer>
<div class="wrapper">
<section class="col2">
<div class="wrapper">
<section class="col4">
<h3>Follow Us </h3>
<ul id="icons">
<li><a href="#"><img src="images/icon1.jpg" alt=""><span>Facebook</span></a></li>
<li><a href="#"><img src="images/icon2.jpg" alt=""><span>Twitter</span></a></li>
<li><a href="#"><img src="images/icon3.jpg" alt=""><span>Linked In</span></a></li>
</ul>
</section>
</div>
<div id="footer_link">Copyright © <a href="#">Domain Name</a> All Rights Reserved<br>
Design by <a target="_blank" href="http://icu.msritcse.in/">icu.msritcse.in</a></div>
</section>
<section class="col3 pad_left2">
<h3>Email Us</h3>
<form id="ContactForm" action="#">
<div>
<div class="wrapper"> <span>Your Name:</span>
<div class="bg">
<input type="text" class="input">
</div>
</div>
<div class="wrapper"> <span>Your E-mail:</span>
<div class="bg">
<input type="text" class="input">
</div>
</div>
<div class="textarea_box"> <span>Your Message:</span>
<div class="bg2">
<textarea name="textarea" cols="1" rows="1"></textarea>
</div>
</div>
<a href="#">Submit</a> </div>
</form>
</section>
</div>
<!-- {%FOOTER_LINK} -->
</footer>
<!-- / footer -->
</div>
</html>