-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
388 lines (378 loc) · 17.2 KB
/
index.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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Readpatents - AI Patent Analysis Tool for Attorneys & Researchers |
Patent Search Made Simple
</title>
<meta
name="description"
content="Streamline your patent research with Readpatents' AI-powered analysis tools. Get instant insights, simplified text analysis, and intelligent search for patent attorneys, researchers and R&D teams. Try our Chrome extension today."
/>
<meta
name="keywords"
content="patent analysis software, AI patent search, patent research tools, prior art search, patent attorney software, patent analysis AI, Google Patents extension, patent search automation, patent text analysis"
/>
<meta name="author" content="Readpatents" />
<meta
name="robots"
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"
/>
<!-- Favicon -->
<link
rel="icon"
type="image/png"
href="./images/icon128.png"
sizes="128x128"
/>
<link
rel="icon"
type="image/png"
href="./images/icon48.png"
sizes="48x48"
/>
<link
rel="icon"
type="image/png"
href="./images/icon16.png"
sizes="16x16"
/>
<link rel="apple-touch-icon" href="./images/icon128.png" />
<!-- Open Graph Meta Tags -->
<meta
property="og:title"
content="Readpatents - AI Patent Analysis Tool for Legal & Research Professionals"
/>
<meta
property="og:description"
content="Transform your patent research with AI-powered analysis, instant insights, and simplified text understanding. Perfect for patent attorneys, researchers and R&D teams."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tryreadpatents.yaaaang.com/" />
<meta
property="og:image"
content="https://tryreadpatents.yaaaang.com/"
/>
<meta property="og:site_name" content="Readpatents" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Readpatents - AI Patent Analysis Tool for Legal & Research Professionals"
/>
<meta
name="twitter:description"
content="Transform your patent research with AI-powered analysis, instant insights, and simplified text understanding. Perfect for patent attorneys, researchers and R&D teams."
/>
<link rel="canonical" href="https://www.readpatents.com" />
<link
rel="alternate"
hreflang="x-default"
href="https://tryreadpatents.yaaaang.com/"
/>
<link
rel="alternate"
hreflang="en"
href="https://tryreadpatents.yaaaang.com/"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
<!-- Schema.org Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Readpatents",
"description": "AI-powered patent analysis tool for attorneys, researchers and R&D teams",
"applicationCategory": "Browser Extension",
"operatingSystem": "Chrome",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body class="bg-gray-50">
<nav
class="fixed w-full bg-white/80 backdrop-blur-md z-50 border-b border-gray-200"
>
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center w-full">
<div class="flex-shrink-0">
<div class="flex items-center space-x-3">
<img
src="./images/icon128.png"
alt="Readpatents Logo"
class="h-10 w-10 rounded-lg"
/>
<span class="text-2xl font-bold text-orange-500"
>Readpatents</span
>
</div>
</div>
<div
class="hidden md:flex items-center justify-center flex-1 ml-16"
>
<div class="flex space-x-12">
<a
href="#features"
class="text-gray-600 hover:text-orange-500"
>Features</a
>
<a
href="#benefits"
class="text-gray-600 hover:text-orange-500"
>Benefits</a
>
<a
href="#pricing"
class="text-gray-600 hover:text-orange-500"
>Pricing</a
>
</div>
</div>
<div class="flex-shrink-0">
<a
href="https://chromewebstore.google.com/detail/readpatents/fihfgahhogpkaceebipmdjk"
class="bg-orange-500 hover:bg-orange-600 text-black px-6 py-2 rounded-lg transition-colors duration-200"
>
Install Now
</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section
class="pt-24 pb-16 bg-gradient-to-br from-orange-50 to-gray-50"
>
<div class="container mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div
class="lg:w-1/2 space-y-6 animate__animated animate__fadeInLeft"
>
<h1
class="text-5xl lg:text-6xl font-bold text-gray-900"
>
AI-Powered Patent Research Made Easy
</h1>
<p class="text-xl text-gray-600">
Work smarter on Google Patents with AI that helps
you find, analyze and understand patents faster than
ever.
</p>
<div class="flex space-x-4">
<button
class="bg-blue-500 hover:bg-blue-700 text-white px-8 py-3 rounded-lg transition-colors duration-200 flex items-center space-x-2"
>
<i class="fab fa-chrome"></i>
<a
href="https://chromewebstore.google.com/detail/readpatents/fihfgahhogpkacefgklikaceebipmdjk"
>Add to Chrome</a
>
</button>
</div>
<div
class="flex items-center space-x-4 text-sm text-gray-500"
>
<div class="flex items-center">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<div
class="lg:w-1/2 animate__animated animate__fadeInRight"
>
<img
src="./images/ss.png"
alt="Readpatents Interface"
class="rounded-xl shadow-2xl"
/>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900">
Powerful Features That Drive Results
</h2>
<p class="text-gray-600 mt-4">
Boost your patent prosecution skills/ billable hours
using the following tools.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div
class="p-6 bg-gray-50 rounded-xl hover:shadow-lg transition-shadow duration-200"
>
<div
class="w-12 h-12 bg-orange-100 rounded-lg flex items-center justify-center mb-4"
>
<i
class="fas fa-search text-orange-500 text-xl"
></i>
</div>
<h3 class="text-xl font-semibold mb-2">
AI Chat Assistant
</h3>
<p class="text-gray-600">
Instantly analyze patent text to understand key
concepts, identify supporting evidence, and extract
deeper meaning through natural conversations.
</p>
</div>
<div
class="p-6 bg-gray-50 rounded-xl hover:shadow-lg transition-shadow duration-200"
>
<div
class="w-12 h-12 bg-orange-100 rounded-lg flex items-center justify-center mb-4"
>
<i
class="fas fa-chart-line text-orange-500 text-xl"
></i>
</div>
<h3 class="text-xl font-semibold mb-2">
Simplify the specifiation
</h3>
<p class="text-gray-600">
Easy to access button that enables quicker
understanding of a particular paragraph.
</p>
</div>
<div
class="p-6 bg-gray-50 rounded-xl hover:shadow-lg transition-shadow duration-200"
>
<div
class="w-12 h-12 bg-orange-100 rounded-lg flex items-center justify-center mb-4"
>
<i
class="fas fa-file-export text-orange-500 text-xl"
></i>
</div>
<div class="relative">
<div
class="absolute inset-0 bg-black bg-opacity-50 rounded-lg flex items-center justify-center z-10"
>
<span
class="text-white font-bold px-4 py-2 bg-orange-500 rounded"
>Coming Soon</span
>
</div>
<h3 class="text-xl font-semibold mb-2">
Support finder
</h3>
<p class="text-gray-600">
Instantly find support for any claim feature.
Automatically generate claim charts.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<section id="benefits" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900">
Who Benefits from Readpatents?
</h2>
<p class="text-gray-600 mt-4">
Trusted by professionals across industries
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div
class="bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition-shadow duration-200"
>
<div class="text-orange-500 mb-4">
<i class="fas fa-balance-scale text-4xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">
Patent Attorneys
</h3>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Faster prior art searches
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Automated patent analysis
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Client report generation
</li>
</ul>
</div>
<div
class="bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition-shadow duration-200"
>
<div class="text-orange-500 mb-4">
<i class="fas fa-lightbulb text-4xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">R&D Teams</h3>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Technology tracking
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Competitive analysis
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Innovation insights
</li>
</ul>
</div>
<div
class="bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition-shadow duration-200"
>
<div class="text-orange-500 mb-4">
<i class="fas fa-university text-4xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Researchers</h3>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Academic research
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Data visualization
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
Collaboration tools
</li>
</ul>
</div>
</div>
</div>
</section>
</body>
</html>