-
Notifications
You must be signed in to change notification settings - Fork 0
/
patents.html
165 lines (148 loc) · 10.8 KB
/
patents.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Citrus Greening | Patents</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/table.css">
</head>
<body>
<!--LOGO & NAVBAR -->
<div id="home">
<a href="javascript:void(0)" class="w3-text-white w3-button w3-left w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="w3-xlarge fa fa-bars"></i>
</a>
<div class="w3-green w3-center" style="height: 35px;">
<img class="w3-center w3-hide-small" id="logo" src="./img/orange.svg" alt="orange_logo"></img>
<img class="w3-right w3-hide-large w3-hide-medium" id="logo" src="./img/orange.svg" alt="orange_logo"></img>
</div>
<navbar>
<div class="w3-row w3-bottombar w3-border-white">
<div class="w3-bar w3-green w3-text-white w3-card" id="myNavbar">
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<div class="w3-col w3-half">
<a href="./index.html" class="w3-hide-small w3-hover-white w3-bar-item w3-button w3-wide"><i class="w3-large fa fa-pagelines" style="padding-right:5px;"></i>CITRUS GREENING CONTROL</a>
<a href="./index.html" class="w3-center w3-hide-medium w3-hide-large w3-button w3-wide"><i class="w3-large fa fa-pagelines"></i><br>CITRUS GREENING CONTROL</a>
<div class="w3-xlarge w3-hide-small removeMedium w3-right" id="mediaIcons">
<a href="https://www.facebook.com/rhamnolipid/" target="_blank"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://twitter.com/Rhamnolipid" target="_blank"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/rhamnolipids/" target="_blank"><i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/company/rhamnolipid/" target="_blank"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
<div class="w3-xlarge w3-hide-small removeLarge" id="mediaIcons">
<a href="https://www.facebook.com/rhamnolipid/" target="_blank"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://twitter.com/Rhamnolipid" target="_blank"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/rhamnolipids/" target="_blank"><i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/company/rhamnolipid/" target="_blank"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
</div>
<div class="w3-col w3-half">
<div class="w3-xlarge w3-hide-small removeMedium w3-left" id="mediaIcons">
<a href="https://www.facebook.com/rhamnolipid/" target="_blank"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://twitter.com/Rhamnolipid" target="_blank"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/rhamnolipids/" target="_blank"><i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/company/rhamnolipid/" target="_blank"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
<!-- Right-sided navbar links -->
<div class="w3-hide-small w3-right" id="navLinks">
<a href="./team.html" class="w3-hover-white w3-bar-item w3-button"><i class="fa fa-user"></i> TEAM</a>
<a href="./crowdfunding.html" class="w3-hover-white w3-bar-item w3-button"><i class="fa fa-usd"></i> CROWDFUNDING</a>
<a href="./patents.html" style="padding:13px;" class="w3-topbar w3-border-white w3-hover-white w3-bar-item w3-button"><i class="fa fa-file-text-o"></i> PATENTS</a>
<a href="./contact.html" class="w3-hover-white w3-bar-item w3-button"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
</div>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="./team.html" class="w3-bar-item w3-button"><i class="fa fa-user"></i> TEAM</a>
<a href="./crowdfunding.html" class="w3-bar-item w3-button"><i class="fa fa-usd"></i> CROWDFUNDING</a>
<a href="./patents.html" class="w3-bar-item w3-button"><i class="fa fa-file-text-o"></i> PATENTS</a>
<a href="./contact.html" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> CONTACT</a>
</nav>
</navbar>
</div>
<!-- Main -->
<main>
<!-- Header with full-height image -->
<header class="w3-border-bottom w3-border-black patentBG">
<div class="w3-center w3-text-white" style="padding-top:120px; padding-bottom:120px;">
<span class="w3-white w3-padding-large w3-large w3-margin-top w3-opacity w3-hover-opacity-min w3-xxlarge">OUR PATENTS</span><br><br>
</div>
</header>
<div class="w3-container" style="padding-top:25px" id="patent">
<div class="table-patents">
<div class="header">Pending Rhamnolipid, Inc. Patents</div>
<table cellspacing="0">
<tr>
<th>Patent Number</th>
<th>Filing Name</th>
<th>Date of Filing</th>
</tr>
<tr>
<td>15/871,736</td>
<td>Biosurfactant Mosquito Applications</td>
<td> 1-15-2018 </td>
</tr>
<tr>
<td>15/899,873</td>
<td>Preventing and Destroying Citrus Greening and Citrus Canker using Rhamnolipid</td>
<td> 2-20-2018 </td>
</tr>
<tr>
<td>115/899,494</td>
<td>Using Peptides encapsulated in Rhamnolipid Liposomes for Agriculture Applications</td>
<td> 2-20-2018 </td>
</tr>
<tr>
<td>15/945,978</td>
<td>Rhamnolipid Fertilizers and Sprays</td>
<td> 4-5-2018 </td>
</tr>
<tr>
<td>15/946,049</td>
<td>Cure and prevent diseases in plants, bushes and trees using rhamnolipid liposomes</td>
<td> 4-5-2018 </td>
</tr>
<tr>
<td>15/946,277</td>
<td>Peptides and rhamnolipid liposomes inhibit bacterial replication in plants, bushes and trees</td>
<td> 4-5-2018 </td>
</tr>
</table>
</div>
</div>
<div class="w3-container w3-padding-32">
<div class="w3-xlarge w3-section w3-center">
<i class="fa fa-circle"></i>
<i class="fa fa-circle"></i>
<i class="fa fa-circle"></i>
</div>
<div class="w3-section" id="blurb">
<div class="w3-jumbo w3-center">More Info</div>
<p class="w3-large">
Our research indicates that the biggest barrier for consumers to “go green” is cost. The present mindset of the consumer is that loyalty to their pockets is more important than loyalty to the environment. If the cost of green products are on par with non-green, environmentally toxic products, consumers would change to the choice of environmentally safe products.<br><br>
We have reduced the cost to produce rhamnolipid and our products should compete with current relatable toxic products across many industries and markets.</p>
</div>
</div>
</main>
<!-- Footer -->
<footer class="w3-center w3-topbar w3-row w3-border-black w3-green" style="vertical-align:center;">
<div class="w3-small w3-col w3-third w3-center w3-padding-32" style="vertical-align:center;">Icons made by <a href="https://www.flaticon.com/authors/prosymbols" title="Prosymbols">Prosymbols</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div class="w3-col w3-third w3-xlarge w3-section w3-center">
<a href="https://www.facebook.com/rhamnolipid/" target="_blank"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://twitter.com/Rhamnolipid" target="_blank"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/rhamnolipids/" target="_blank"><i class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/company/rhamnolipid/" target="_blank"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
<p class="w3-col w3-third w3-center w3-padding-16">Copyright © 2010 - 2018 <a href="http://rhamnolipid.com/" target="_blank">Rhamnolipid-Companies</a></p>
</footer>
<script src="./js/sidebar.js"></script>
</body>
</html>