ghostai1 commited on
Commit
22bf583
·
verified ·
1 Parent(s): 9388dbd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +12 -5
index.html CHANGED
@@ -7,7 +7,7 @@
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
9
  <script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
10
- <link rel="stylesheet" href="style.css">
11
  <script>
12
  mermaid.initialize({ startOnLoad: true, theme: 'dark' });
13
  </script>
@@ -223,11 +223,12 @@ curl -X POST https://your-platform.com/api/users \
223
  <section class="mb-16">
224
  <h2 class="text-3xl font-bold mb-6 accent-color">Join Our Community 🎮</h2>
225
  <p class="text-lg leading-relaxed mb-4">
226
- Engage with our mission through our Steam group, saveadultgaming (SAGHOST), where we discuss creative freedom and the future of 18+ gaming. Join us at <a href="https://steamcommunity.com/groups/saveadultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Steam Community</a>.
227
  </p>
228
- <div class="embed-container">
229
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/ah2aqi8nmqEhr2YwUmlTc.png)
230
-
 
231
  </div>
232
  </section>
233
 
@@ -269,6 +270,12 @@ curl -X POST https://your-platform.com/api/users \
269
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center blue-circle colored-bullet">
270
  <a href="https://steamcommunity.com/groups/saveadultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Join Steam Group SAGHOST</a>
271
  </li>
 
 
 
 
 
 
272
  </ul>
273
  </section>
274
 
 
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
9
  <script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
10
+ <link rel="stylesheet" href="styles.css">
11
  <script>
12
  mermaid.initialize({ startOnLoad: true, theme: 'dark' });
13
  </script>
 
223
  <section class="mb-16">
224
  <h2 class="text-3xl font-bold mb-6 accent-color">Join Our Community 🎮</h2>
225
  <p class="text-lg leading-relaxed mb-4">
226
+ Engage with our mission through our Steam group, saveadultgaming (SAGHOST), where we discuss creative freedom and the future of 18+ gaming. Click the image below to join our community at <a href="https://steamcommunity.com/groups/saveadultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Steam Community</a>.
227
  </p>
228
+ <div class="image-container">
229
+ <a href="https://steamcommunity.com/groups/saveadultgaming" target="_blank" rel="noopener noreferrer" aria-label="Join Steam Group SAGHOST">
230
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/ah2aqi8nmqEhr2YwUmlTc.png" alt="SAGHOST Steam Group" class="community-image">
231
+ </a>
232
  </div>
233
  </section>
234
 
 
270
  <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center blue-circle colored-bullet">
271
  <a href="https://steamcommunity.com/groups/saveadultgaming" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Join Steam Group SAGHOST</a>
272
  </li>
273
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center green-circle colored-bullet">
274
+ <a href="https://huggingface.co/ghostai1/GHOSTSONAFB" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Explore GhostAI Music Generator</a>
275
+ </li>
276
+ <li class="bg-gray-800 p-6 rounded-lg shadow-hover flex items-center purple-circle colored-bullet">
277
+ <a href="https://huggingface.co/spaces/ghostai1/GhostPack" target="_blank" rel="noopener noreferrer" class="text-blue-400 hover:underline">Explore GhostPack</a>
278
+ </li>
279
  </ul>
280
  </section>
281