litagin commited on
Commit
9bbcba5
·
1 Parent(s): d13a916
Files changed (2) hide show
  1. README.md +1 -1
  2. index.html +21 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: NIJIVOICE Archive
3
  emoji: 🌈
4
  colorFrom: purple
5
  colorTo: yellow
 
1
  ---
2
+ title: にじボイスのサンプル音声アーカイブ
3
  emoji: 🌈
4
  colorFrom: purple
5
  colorTo: yellow
index.html CHANGED
@@ -38,7 +38,7 @@
38
  </div>
39
  </nav>
40
 
41
- <main class="flex-1 pt-24 pb-16 px-4">
42
  <div class="max-w-[1000px] mx-auto mb-10">
43
  <div class="bg-white border border-slate-200 rounded-xl p-6 md:p-8 shadow-sm relative overflow-hidden">
44
  <div class="absolute top-0 left-0 w-1 h-full bg-slate-400"></div>
@@ -167,9 +167,26 @@
167
  </div>
168
  </main>
169
 
170
- <footer class="bg-[#18181B] text-white py-8 mt-auto">
171
- <div class="max-w-[1440px] mx-auto px-6 text-xs text-center text-gray-500">
172
- 2025 Nijivoice Archive. Created by Gemini.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  </div>
174
  </footer>
175
 
 
38
  </div>
39
  </nav>
40
 
41
+ <main class="flex-1 pt-24 pb-64 px-4">
42
  <div class="max-w-[1000px] mx-auto mb-10">
43
  <div class="bg-white border border-slate-200 rounded-xl p-6 md:p-8 shadow-sm relative overflow-hidden">
44
  <div class="absolute top-0 left-0 w-1 h-full bg-slate-400"></div>
 
167
  </div>
168
  </main>
169
 
170
+ <footer class="bg-[#18181B] text-white py-6 fixed bottom-0 w-full z-50 border-t border-gray-800">
171
+ <div class="max-w-[1440px] mx-auto px-6 flex flex-col md:flex-row justify-between items-center gap-4">
172
+
173
+ <div class="text-center md:text-left">
174
+ <p class="text-xs text-gray-400 mb-1">音声・キャラクター画像提供</p>
175
+ <a href="https://nijivoice.com" target="_blank" rel="noopener noreferrer"
176
+ class="text-base font-bold text-white hover:text-indigo-400 transition-colors flex items-center gap-2 justify-center md:justify-start">にじボイス
177
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
178
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
179
+ d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" />
180
+ </svg>
181
+ </a>
182
+ <p class="text-[10px] text-gray-500 mt-1">
183
+ ※本サイトはアーカイブ目的であり、商用利用・二次利用に関する規定は公式サイトの利用規約に準拠します。
184
+ </p>
185
+ </div>
186
+
187
+ <div class="text-xs text-gray-500 text-center md:text-right">
188
+ <p>2025 Nijivoice Sample Archive</p>
189
+ </div>
190
  </div>
191
  </footer>
192