-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (116 loc) · 6.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<title>Recyclop - Your Smart Recycling Companion</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lucide/0.263.1/lucide.min.js"></script>
<style>
.lucide { width: 24px; height: 24px; }
body{
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
</style>
</head>
<body class="min-h-screen bg-gradient-to-b from-white to-green-300 p-4 bg-repeat-"); background-size: 100px ;">
<header class="mb-8">
<div class="container mx-auto max-w-7xl">
<div class="flex justify-center">
<div class="flex items-center">
<div class="mr-4">
<a href="https://recyclop.app">
<img src="images/logo.png" alt="Recyclop Logo" class="w-24 h-24 md:w-32 md:h-32">
</a>
</div>
<div>
<h1 class="text-4xl md:text-6xl pb-1 bg-gradient-to-r from-green-700 to-green-600 text-transparent bg-clip-text">Recyclop</h1>
<p class="text-green-600 text-lg md:text-xl">Your smart recycling companion</p>
</div>
</div>
</div>
</div>
</header>
<main class="container mx-auto max-w-4xl">
<section class="mb-8">
<div class="bg-white bg-opacity-20 backdrop-blur-lg rounded-lg p-6 shadow-lg border-2 border-green-600/50">
<h2 class="text-2xl font-semibold text-green-700 mb-4 bg-gradient-to-r from-green-700 to-green-600 text-transparent bg-clip-text">Recycle Smarter with AI</h2>
<p class="text-green-800 mb-4">
Recyclop uses AI to help you identify and properly recycle items. Just snap a picture and get instant recycling instructions!
</p>
<button class="bg-gradient-to-r from-green-600 to-green-500 text-white px-6 py-2 rounded-full flex items-center">
Coming soon on Play Store <i data-lucide="chevron-right" class="ml-2"></i>
</button>
</div>
</section>
<section class="mb-8 overflow-x-auto">
<h2 class="text-xl font-semibold bg-gradient-to-r from-green-700 to-green-600 text-transparent bg-clip-text mb-4">App Features</h2>
<div class="flex space-x-4 pb-4">
<div class="flex-shrink-0 w-64 h-128 bg-green-200 rounded-lg shadow-md">
<img src="images/camera.png" alt="Camera screenshot" class="w-full h-full object-cover rounded-lg">
</div>
<div class="flex-shrink-0 w-64 h-128 bg-green-200 rounded-lg shadow-md">
<img src="images/analysis.png" alt="Analysis screenshot" class="w-full h-full object-cover rounded-lg">
</div>
<div class="flex-shrink-0 w-64 h-128 bg-green-200 rounded-lg shadow-md">
<img src="images/history.png" alt="History screenshot" class="w-full h-full object-cover rounded-lg">
</div>
<div class="flex-shrink-0 w-64 h-128 bg-green-200 rounded-lg shadow-md">
<img src="images/analizuoti.png" alt="Analizuoti lietuviškai" class="w-full h-full object-cover rounded-lg">
</div>
<div class="flex-shrink-0 w-64 h-128 bg-green-200 rounded-lg shadow-md">
<img src="images/progresas.png" alt="Progresas" class="w-full h-full object-cover rounded-lg">
</div>
<div class="flex-shrink-0 w-64 h-128 bg-green-200 rounded-lg shadow-md">
<img src="images/analize_lt.png" alt="Analizė lietuviškai" class="w-full h-full object-cover rounded-lg">
</div>
</div>
</section>
<section class="mb-8">
<h2 class="text-xl font-semibold mb-4 bg-gradient-to-r from-green-700 to-green-600 text-transparent bg-clip-text">Key Features</h2>
<div class="grid grid-cols-1 gap-4">
<div class="bg-white bg-opacity-20 backdrop-blur-lg rounded-lg p-4 flex items-center border-2 border-green-600/50">
<i data-lucide="camera" class="text-green-600 mr-4"></i>
<div>
<h3 class="font-semibold text-green-700">AI-Powered Analysis</h3>
<p class="text-sm text-green-600">Get instant recycling instructions for any item</p>
</div>
</div>
<div class="bg-white bg-opacity-20 backdrop-blur-lg rounded-lg p-4 flex items-center border-2 border-green-600/50">
<i data-lucide="settings" class="text-green-600 mr-4"></i>
<div>
<h3 class="font-semibold text-green-700">Tailored results</h3>
<p class="text-sm text-green-600">Get region relevant results in the language you understand</p>
</div>
</div>
<div class="bg-white bg-opacity-20 backdrop-blur-lg rounded-lg p-4 flex items-center border-2 border-green-600/50">
<i data-lucide="history" class="text-green-600 mr-4"></i>
<div>
<h3 class="font-semibold text-green-700">Recycling History</h3>
<p class="text-sm text-green-600">Keep track of your recycling efforts over time</p>
</div>
</div>
</div>
</section>
<section class="mb-8">
<div class="bg-green-600 text-white rounded-lg p-6 text-center md:flex md:items-center md:justify-between">
<h2 class="text-2xl font-semibold mb-4 md:mb-0">Coming soon</h2>
<button class="bg-white text-green-600 px-6 py-2 rounded-full flex items-center mx-auto md:mx-0">
<i data-lucide="chevron-right" class="mr-2"></i>
Wishlist on Play Store
</button>
</div>
</section>
</main>
<footer class="mt-8 text-center text-green-700">
<p>© 2024 Recyclop. All rights reserved.</p>
</footer>
<script>
lucide.createIcons();
</script>
</body>
</html>