-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
108 lines (100 loc) · 6.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PixeL</title>
<meta name="description" content="PixeL: Your AI-powered Discord bot for translation, content & image generation, and editing. Enhance your server with versatile AI tools.">
<meta name="keywords" content="PixeL, Discord bot, AI, translation, content generation, image generation, image editing, Discord AI, server tools">
<meta name="author" content="Sougata Jana">
<meta property="og:title" content="PixeL - AI-Powered Discord Bot">
<meta property="og:description" content="PixeL: Your AI-powered Discord bot for translation, content & image generation, and editing. Enhance your server with versatile AI tools.">
<meta property="og:image" content="/assets/icon.png">
<meta property="og:url" content="https://pixel-admin.onrender.com/">
<meta property="og:type" content="website">
<link rel="icon" href="/assets/icon.png" type="image/png">
<script src="https://cdn.tailwindcss.com"></script>
<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=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; }
body {
background-color: #000; /* Black background */
color: #fff; /* White text */
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
background-size: 20px 20px; /* Adjust grid size as needed */
}
.feature-card {
background-color: #1a1a1a; /* Dark gray background */
border: 1px solid #333; /* Darker gray border */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.feature-card:hover {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
transition: box-shadow 0.3s ease;
}
.glow-icon {
filter: drop-shadow(0 0 10px rgba(0, 150, 255, 0.7)); /* Blue glow effect */
}
</style>
</head>
<body class="antialiased">
<section class="flex items-center justify-center min-h-screen px-4 py-16">
<div class="text-center">
<img src="/assets/icon.png" alt="PixeL Stamp"
class="mx-auto w-32 h-32 md:w-40 md:h-40 mb-8 rounded-full glow-icon">
<h1 class="text-4xl md:text-5xl font-semibold mb-4 tracking-tight">
Welcome to PixeL
</h1>
<p class="text-lg md:text-xl text-gray-300 max-w-xl mx-auto mb-8 italic">
"Think. Generate. Evolve."
</p>
<a href="https://discord.com/oauth2/authorize?client_id=848304171814879273"
class="inline-block bg-blue-600 text-white px-6 py-3 rounded-full text-lg font-medium hover:bg-blue-700 transition duration-300">
Invite Pixel
</a>
</div>
</section>
<section id="features" class="py-16 bg-black">
<div class="max-w-6xl mx-auto px-4 text-center">
<h2 class="text-3xl font-semibold mb-10 tracking-tight">Features</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="feature-card p-8 rounded-2xl text-left">
<div class="flex items-center mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-blue-500 mr-4 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M7 16a4 4 0 01-.88-7.907c.9-2.312 3.091-4.093 5.391-4.093 2.3 0 4.491 1.781 5.391 4.093A3.997 3.997 0 0117 16m-15-5h2m2 0h2m2 0h3m-1 9h3m-1-9H2.08a2 2 0 00-1.519 3.485A6.99 6.99 0 015 19.909v-.22a7.002 7.002 0 01-2.92-5.182A2 2 0 002.08 11z"/>
</svg>
<h3 class="text-xl font-semibold">Translation</h3>
</div>
<p class="text-gray-300 text-sm leading-relaxed">Instantly translate text between multiple languages, making communication seamless.</p>
</div>
<div class="feature-card p-8 rounded-2xl text-left">
<div class="flex items-center mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-green-500 mr-4 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L10.582 16.07a4.5 4.5 0 01-1.897 1.13L6 18l.8-2.667a4.5 4.5 0 011.13-1.897l8.93-8.93z" />
</svg>
<h3 class="text-xl font-semibold">Content Generation</h3>
</div>
<p class="text-gray-300 text-sm leading-relaxed">Generate creative content, from articles and stories to code snippets and summaries.</p>
</div>
<div class="feature-card p-8 rounded-2xl text-left">
<div class="flex items-center mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-red-500 mr-4 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M3 9a2 2 0 012-2h.828a2 2 0 001.414-.586l.828-.828A2 2 0 019.828 4H19a2 2 0 012 2v9a2 2 0 01-2 2H9.828a2 2 0 00-1.414.586l-.828.828A2 2 0 017.172 20H5a2 2 0 01-2-2V9z" />
</svg>
<h3 class="text-xl font-semibold">Image & Edit</h3>
</div>
<p class="text-gray-300 text-sm leading-relaxed">Generate and edit images, from simple adjustments to complex creations.</p>
</div>
</div>
</div>
</section>
<footer class="mt-16 pt-8 pb-8 text-center bg-black">
<p class="text-gray-600 text-xs tracking-wider">© 2025 PixeL. All rights reserved.</p>
</footer>
</body>
</html>