forked from himais0giiiin/easy-bdc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
272 lines (251 loc) · 18.2 KB
/
Copy pathindex.html
File metadata and controls
272 lines (251 loc) · 18.2 KB
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
<!DOCTYPE html>
<html lang="ja" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='4' y='4' width='56' height='56' rx='16' fill='%236366f1' /%3E%3Cpath d='M20 42 Q32 52 44 42' stroke='white' stroke-width='4' fill='none' stroke-linecap='round' /%3E%3Ccircle cx='22' cy='26' r='6' fill='white' /%3E%3Ccircle cx='42' cy='26' r='6' fill='white' /%3E%3C/svg%3E">
<title>Easy Discord Bot Builder(EDBB)</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}
.animate-float {
animation: float 3s ease-in-out infinite;
}
.fade-in-up {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-up.visible {
opacity: 1;
transform: translateY(0);
}
.bg-grid-pattern {
background-image: linear-gradient(to right, #374151 1px, transparent 1px),
linear-gradient(to bottom, #374151 1px, transparent 1px);
background-size: 40px 40px;
mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 font-sans antialiased overflow-x-hidden">
<!-- Hero Section -->
<header class="relative bg-gray-900 border-b border-gray-800 overflow-hidden">
<!-- Background Effect -->
<div class="absolute inset-0 bg-grid-pattern opacity-10 pointer-events-none"></div>
<div class="absolute top-0 right-0 -mt-20 -mr-20 w-96 h-96 bg-blue-600 rounded-full mix-blend-multiply filter blur-3xl opacity-20 animate-pulse"></div>
<div class="absolute bottom-0 left-0 -mb-20 -ml-20 w-96 h-96 bg-purple-600 rounded-full mix-blend-multiply filter blur-3xl opacity-20 animate-pulse" style="animation-delay: 1s;"></div>
<div class="container mx-auto px-6 py-24 relative z-10 text-center">
<div class="inline-block mb-4 px-4 py-1 bg-blue-900/50 text-blue-300 rounded-full text-sm font-semibold border border-blue-700/50 fade-in-up">
<span class="version">v5.3.3</span> Now Available
</div>
<h1 class="text-5xl md:text-7xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-purple-500 mb-6 fade-in-up" style="transition-delay: 0.1s;">
Easy Discord Bot Builder
</h1>
<p class="text-xl md:text-2xl text-gray-400 max-w-3xl mx-auto mb-10 fade-in-up" style="transition-delay: 0.2s;">
ブラウザ上でブロックを組み合わせて、<br class="hidden md:inline">誰でも簡単に Discord Bot を作成できるビジュアルプログラミングツール
</p>
<div class="flex flex-col md:flex-row justify-center items-center gap-4 fade-in-up" style="transition-delay: 0.3s;">
<a href="./editor/index.html" class="group relative bg-blue-600 hover:bg-blue-500 text-white font-bold py-4 px-8 rounded-xl transition duration-300 shadow-lg hover:shadow-blue-500/50 flex items-center overflow-hidden">
<div class="absolute inset-0 w-full h-full bg-gradient-to-r from-transparent via-white/20 to-transparent -translate-x-full group-hover:animate-[shimmer_1.5s_infinite]"></div>
<i class="fas fa-play mr-3 group-hover:scale-110 transition-transform"></i>
<span>今すぐエディタを開く</span>
</a>
<a href="./beta/index.html" class="group relative bg-purple-600 hover:bg-purple-500 text-white font-bold py-4 px-8 rounded-xl transition duration-300 shadow-lg hover:shadow-blue-500/50 flex items-center overflow-hidden">
<div class="absolute inset-0 w-full h-full bg-gradient-to-r from-transparent via-white/20 to-transparent -translate-x-full group-hover:animate-[shimmer_1.5s_infinite]"></div>
<i class="fas fa-play mr-3 group-hover:scale-110 transition-transform"></i>
<span>ベータ版を開く</span>
</a>
<a href="https://github.com/yuz-mc/easy-bdc-forked" target="_blank" class="bg-gray-800 hover:bg-gray-700 text-white font-bold py-4 px-8 rounded-xl transition duration-300 border border-gray-700 hover:border-gray-600 flex items-center">
<i class="fab fa-github mr-3 text-xl"></i> GitHubを見る
</a>
</div>
<!-- Hero Image / Preview Placeholder -->
<div class="mt-16 relative max-w-5xl mx-auto fade-in-up" style="transition-delay: 0.4s;">
<div class="absolute -inset-1 bg-gradient-to-r from-blue-600 to-purple-600 rounded-2xl blur opacity-30"></div>
<div class="relative bg-gray-800 rounded-xl border border-gray-700 shadow-2xl overflow-hidden aspect-video flex items-center justify-center group">
<!-- Placeholder for a screenshot -->
<video src="./out.mp4" autoplay muted loop></video>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<main class="container mx-auto px-6 py-20">
<!-- Overview -->
<section class="mb-32 fade-in-up">
<div class="text-center max-w-3xl mx-auto">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-8">
<span class="underline decoration-blue-500">プログラミング不要</span>で、<br>あなたのアイデアを形に。
</h2>
<p class="text-lg text-gray-300 leading-relaxed">
「Botを作ってみたいけど、コードが書けない...」<br>
そんな悩みはもう不要です。パズルのようにブロックを繋ぎ合わせるだけで、<br>
あなただけのオリジナルBotが完成します。<br>
生成されたコードはPython標準のライブラリを使用しているため、学習用としても最適です。
</p>
</div>
</section>
<!-- Features -->
<section class="mb-32">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-12 text-center fade-in-up">✨ 主な特徴</h2>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-gray-800 p-8 rounded-2xl shadow-lg border border-gray-700 hover:border-green-500/50 transition duration-300 group fade-in-up">
<div class="w-14 h-14 bg-green-900/30 rounded-lg flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
<i class="fas fa-shapes text-2xl text-green-400"></i>
</div>
<h3 class="text-2xl font-bold text-white mb-4">ビジュアルプログラミング</h3>
<p class="text-gray-400 leading-relaxed">直感的なドラッグ&ドロップ操作で開発可能。複雑な構文を覚える必要はなく、ロジックの構築に集中できます。</p>
</div>
<div class="bg-gray-800 p-8 rounded-2xl shadow-lg border border-gray-700 hover:border-purple-500/50 transition duration-300 group fade-in-up" style="transition-delay: 0.1s;">
<div class="w-14 h-14 bg-purple-900/30 rounded-lg flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
<i class="fas fa-cubes text-2xl text-purple-400"></i>
</div>
<h3 class="text-2xl font-bold text-white mb-4">豊富な機能ブロック</h3>
<ul class="space-y-2 text-gray-400">
<li class="flex items-center"><i class="fas fa-check text-purple-500 mr-2"></i> メッセージ受信時の応答</li>
<li class="flex items-center"><i class="fas fa-check text-purple-500 mr-2"></i> スラッシュコマンド (/command)</li>
<li class="flex items-center"><i class="fas fa-check text-purple-500 mr-2"></i> 埋め込みメッセージ (Embed)</li>
<li class="flex items-center"><i class="fas fa-check text-purple-500 mr-2"></i> プレフィックスコマンド (!ping)</li>
</ul>
</div>
<div class="bg-gray-800 p-8 rounded-2xl shadow-lg border border-gray-700 hover:border-yellow-500/50 transition duration-300 group fade-in-up" style="transition-delay: 0.2s;">
<div class="w-14 h-14 bg-yellow-900/30 rounded-lg flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
<i class="fab fa-python text-2xl text-yellow-400"></i>
</div>
<h3 class="text-2xl font-bold text-white mb-4">Python コード生成</h3>
<p class="text-gray-400 leading-relaxed">業界標準の <code>discord.py</code> ライブラリに対応したコードを自動生成。生成されたコードはそのまま実行可能です。</p>
</div>
<div class="bg-gray-800 p-8 rounded-2xl shadow-lg border border-gray-700 hover:border-pink-500/50 transition duration-300 group fade-in-up" style="transition-delay: 0.3s;">
<div class="w-14 h-14 bg-pink-900/30 rounded-lg flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
<i class="fas fa-palette text-2xl text-pink-400"></i>
</div>
<h3 class="text-2xl font-bold text-white mb-4">モダンな UI</h3>
<p class="text-gray-400 leading-relaxed">Tailwind CSS による洗練されたデザインと、目に優しいダークモード対応で、快適な開発体験を提供します。</p>
</div>
</div>
</section>
<!-- Usage -->
<section class="mb-32">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-12 text-center fade-in-up">🛠️ 使い方</h2>
<div class="relative">
<!-- Connecting Line (Desktop) -->
<div class="hidden md:block absolute left-1/2 transform -translate-x-1/2 h-full w-1 bg-gray-800"></div>
<div class="space-y-12">
<!-- Step 1 -->
<div class="relative flex flex-col md:flex-row items-center fade-in-up">
<div class="md:w-1/2 md:pr-12 md:text-right order-2 md:order-1">
<h3 class="text-2xl font-bold text-white mb-2">1. ロジックを組む</h3>
<p class="text-gray-400">左側のメニューからブロックを選び、ワークスペースに配置します。</p>
</div>
<div class="relative md:absolute md:left-1/2 md:transform md:-translate-x-1/2 w-10 h-10 bg-blue-600 rounded-full border-4 border-gray-900 flex items-center justify-center font-bold text-white z-10 order-1 md:order-2 mb-4 md:mb-0 mx-auto md:mx-0">1</div>
<div class="md:w-1/2 md:pl-12 order-3"></div>
</div>
<!-- Step 2 -->
<div class="relative flex flex-col md:flex-row items-center fade-in-up">
<div class="md:w-1/2 md:pr-12 md:text-right order-2 md:order-1"></div>
<div class="relative md:absolute md:left-1/2 md:transform md:-translate-x-1/2 w-10 h-10 bg-blue-600 rounded-full border-4 border-gray-900 flex items-center justify-center font-bold text-white z-10 order-1 md:order-2 mb-4 md:mb-0 mx-auto md:mx-0">2</div>
<div class="md:w-1/2 md:pl-12 order-3">
<h3 class="text-2xl font-bold text-white mb-2">2. イベントを設定</h3>
<p class="text-gray-400">「Bot が起動したとき」などのイベントブロックを配置し、処理を繋げます。</p>
</div>
</div>
<!-- Step 3 -->
<div class="relative flex flex-col md:flex-row items-center fade-in-up">
<div class="md:w-1/2 md:pr-12 md:text-right order-2 md:order-1">
<h3 class="text-2xl font-bold text-white mb-2">3. コードを確認</h3>
<p class="text-gray-400">リアルタイムで生成される Python コードを確認・コピーします。</p>
</div>
<div class="relative md:absolute md:left-1/2 md:transform md:-translate-x-1/2 w-10 h-10 bg-blue-600 rounded-full border-4 border-gray-900 flex items-center justify-center font-bold text-white z-10 order-1 md:order-2 mb-4 md:mb-0 mx-auto md:mx-0">3</div>
<div class="md:w-1/2 md:pl-12 order-3"></div>
</div>
<!-- Step 4 -->
<div class="relative flex flex-col md:flex-row items-center fade-in-up">
<div class="md:w-1/2 md:pr-12 md:text-right order-2 md:order-1"></div>
<div class="relative md:absolute md:left-1/2 md:transform md:-translate-x-1/2 w-10 h-10 bg-blue-600 rounded-full border-4 border-gray-900 flex items-center justify-center font-bold text-white z-10 order-1 md:order-2 mb-4 md:mb-0 mx-auto md:mx-0">4</div>
<div class="md:w-1/2 md:pl-12 order-3">
<h3 class="text-2xl font-bold text-white mb-2">4. Bot を動かす</h3>
<p class="text-gray-400">コピーしたコードを実行し、あなたの Bot を世界に公開しましょう!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Tech Stack -->
<section class="mb-20 fade-in-up">
<h2 class="text-2xl font-bold text-gray-500 mb-8 text-center uppercase tracking-widest">Powered By</h2>
<div class="flex flex-wrap justify-center gap-8 opacity-70 grayscale hover:grayscale-0 transition-all duration-500">
<!-- Tech items with simple text/icon representation -->
<div class="flex items-center space-x-2 bg-gray-800 px-4 py-2 rounded-full">
<i class="fab fa-html5 text-orange-500 text-xl"></i>
<span class="font-bold text-gray-300">HTML5</span>
</div>
<div class="flex items-center space-x-2 bg-gray-800 px-4 py-2 rounded-full">
<i class="fab fa-js text-yellow-400 text-xl"></i>
<span class="font-bold text-gray-300">JavaScript</span>
</div>
<div class="flex items-center space-x-2 bg-gray-800 px-4 py-2 rounded-full">
<i class="fas fa-cube text-blue-500 text-xl"></i>
<span class="font-bold text-gray-300">Blockly</span>
</div>
<div class="flex items-center space-x-2 bg-gray-800 px-4 py-2 rounded-full">
<i class="fas fa-wind text-cyan-400 text-xl"></i>
<span class="font-bold text-gray-300">Tailwind CSS</span>
</div>
</div>
</section>
<!-- CTA -->
<section class="text-center py-20 bg-gradient-to-b from-gray-900 to-gray-800 rounded-3xl border border-gray-800 fade-in-up">
<h2 class="text-4xl font-bold text-white mb-6">さあ、開発を始めよう</h2>
<p class="text-xl text-gray-400 mb-10">インストール不要。ブラウザですぐに始められます。</p>
<a href="./editor/index.html" class="inline-block bg-blue-600 hover:bg-blue-500 text-white font-bold py-4 px-12 rounded-full transition duration-300 shadow-lg hover:shadow-blue-500/50 transform hover:-translate-y-1">
<i class="fas fa-rocket mr-2"></i> エディタを起動する
</a>
</section>
</main>
<!-- Footer -->
<footer class="bg-gray-900 border-t border-gray-800 py-12 mt-12">
<div class="container mx-auto px-6 text-center">
<p class="text-gray-500 mb-4">© 2025 Easy Discord Bot Builder.</p>
<div class="flex justify-center space-x-6">
<a href="https://x.com/himais0giiiin" class="text-gray-600 hover:text-white transition"><i class="fab fa-twitter text-xl"></i></a>
<a href="https://github.com/himais0giiiin/easy-bdc" class="text-gray-600 hover:text-white transition"><i class="fab fa-github text-xl"></i></a>
</div>
</div>
</footer>
<script>
// Simple Intersection Observer for fade-in animations
document.addEventListener('DOMContentLoaded', () => {
const observerOptions = {
root: null,
rootMargin: '0px',
threshold: 0.1
};
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
observer.unobserve(entry.target); // Only animate once
}
});
}, observerOptions);
const elements = document.querySelectorAll('.fade-in-up');
elements.forEach(el => observer.observe(el));
});
</script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('himais0giiiin', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Donate',
'floating-chat.donateButton.background-color': '#323842',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>