-
Notifications
You must be signed in to change notification settings - Fork 1
/
pickerBot.html
71 lines (69 loc) · 2.57 KB
/
pickerBot.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Products Developed by Enjen Technologies</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Enjen , IT traning, Linux, C, Java, FrontEnd, Android Development, Testing, Network Training" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<link rel = "stylesheet" type = "text/css" href = "css/container.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="js/fun.js"></script>
<style>
.foot
{
position:absolute;
bottom:0px;
display:block;
}
</style>
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="index.html">Home</a>
<div class="dropdown">
<button class="dropbtn">Products
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="sprayerBot.html">Sprayer Bot</a>
<a href="#" class="active">Picker Bot</a>
<a href="sprayerBot.html">Sprayer Bot</a>
</div>
</div>
<a href="contact.html">Contact</a>
<a href="gallery.html">Gallery</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myNavigator()">☰</a>
</div>
<!-- Main -->
<section>
<div>
<br>
<div><font color="black">
<h2>PICKER BOT</h2>
<div><img src="images/cp.jpg" class="imgresponsive" width="600" height="400" style="margin-right:15px;float:left;"></div>
<div>
<button id="prodButton11" class="prodBt" onclick="pickerSpecs(1)">Problems</button>
<button id="prodButton12" class="prodBt" onclick="pickerSpecs(2)">Solution</button>
<button id="prodButton13" class="prodBt" onclick="pickerSpecs(3)">Working</button>
<button id="prodButton14" class="prodBt" onclick="pickerSpecs(4)">Benefits</button>
<div id="content">
<div><br>
<li>High demand of labour.</li>
<li>Takes a lot of human energy.</li>
<li>Efficiency of picking is not good.</li>
<br>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br>
<div class="foot">
<a href="https://www.youtube.com/channel/UCcF3DHT8LNFruqP0Ihfx0sw"><i class="fa fa-youtube fa-2x"></i></a>
<p>Copyright © 2017.All Rights Reserved.Enjen Designed By Enjen </p>
</div>
</body>
</html>