-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory-list.html
executable file
·80 lines (77 loc) · 4.45 KB
/
inventory-list.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
<!DOCTYPE html>
<html data-wf-page="5ac82866af4ae875582fab3f" data-wf-site="5ac78e65af4ae80bb62f1dca">
<head>
<meta charset="utf-8">
<title>Inventory</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/justins-awesome-project.webflow.css" rel="stylesheet" type="text/css">
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/materialize.min.css">
<script src="js/main.js" type='module'></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
</head>
<body class="body-2">
<nav class="blue" role="navigation">
<div class="nav-wrapper container">
<a href="index.html" class="brand-logo">FarmVision</a>
<ul class="right hide-on-med-and-down black-text">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="diagnosis.html">Diagnoses</a>
</li>
<li>
<a href="inventory-list.html">Inventory</a>
</li>
<li>
<a href="info.html">About Us</a>
</li>
</ul>
<!-- slide menu appears on mobile screens -->
<a href="#" data-target="slide-out" class="sidenav-trigger">
<i class="material-icons">menu</i>
</a>
<ul id="slide-out" class="sidenav">
<li>
<a href="index.html"><i class="large material-icons">home</i>Home</a>
</li>
<li>
<a href="diagnosis.html"><i class="large material-icons">healing</i>Diagnosis</a>
</li>
<li>
<a href="inventory-list.html"><i class="large material-icons">playlist_add_check</i>Inventory</a>
</li>
<li>
<a href="info.html"><i class="large material-icons">mood</i>About Us</a>
</li>
</ul>
</div>
</nav>
<div>
<div style="margin-top: 12px" class="text-block">Inventory</div>
</div>
<ul class="collection">
<li class="collection-item avatar">
<i class="material-icons circle"><img style="max-height: 50px;max-width: 160px;" src="images/insectsoap.png"/></i>
<span class="title">Insecticidal soap<a style="text-decoration:none;" target="_blank" href="https://www.homedepot.com/p/Safer-Brand-16-oz-Insect-Killing-Soap-Concentrate-5118-6/202672515?cm_mmc=Shopping%7cTHD%7cgoogle%7c&mid=s5ci3YM6F%7cdc_mtid_8903jx325196_pcrid_246182687215_pkw__pmt__product_202672515_slid_&gclid=EAIaIQobChMInPGo6oLH2gIVTF8NCh0P7QNfEAQYASABEgJzZ_D_BwE&dclid=CNGvzuuCx9oCFReayAodWbACSw"> BUY</a></span>
<a href="aphids.html" class="secondary-content"><i class="material-icons"></i></a>
</li>
<li class="collection-item avatar">
<i class="material-icons circle green"><img style="max-height: 35px;max-width: 160px;" src="images/neemoil.png"/></i>
<span class="title">Neem oil (organic pesticide)<a style="text-decoration:none;" target="_blank" href="https://www.amazon.com/dp/B0002N5DJS/ref=asc_df_B0002N5DJS5445333/?tag=hyprod-20&creative=394997&creativeASIN=B0002N5DJS&linkCode=df0&hvadid=198107334619&hvpos=1o1&hvnetw=g&hvrand=4006385575738682374&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9001999&hvtargid=pla-343191221714"> BUY</a></span>
<a href="#!" class="secondary-content"><i class="material-icons"></i></a>
</li>
</ul>
<div>
<a href="inventoryCam.html" style="text-decoration:none;" ><h1 class="button-3 w-button waves-effect waves-light btn">Add to Inventory</h1></a>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" type="text/javascript" intergrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>