jnm-itb commited on
Commit
1ff1bca
·
1 Parent(s): 3bfab3d

feat: update title and content for Jatnikonm's Simulation Showcase

Browse files
Files changed (1) hide show
  1. index.html +27 -27
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>sayonyara's links from the underground</title>
7
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
8
  <style>
9
  :root {
@@ -252,53 +252,53 @@
252
 
253
  <div class="container">
254
  <header>
255
- <i class="fas fa-cat cat-icon"></i>
256
- <i class="fas fa-paw cat-icon"></i>
257
- <i class="fas fa-cat cat-icon"></i>
258
- <h1>sayonyara's links from the underground</h1>
259
- <p class="subtitle">mystic pathways through the digital cosmos</p>
260
  </header>
261
 
262
  <div class="links-container">
263
  <div class="link-card">
264
- <h3 class="link-title"><i class="fas fa-spider link-icon"></i> Web Weaving</h3>
265
- <p class="link-description">Explore the intricate webs of digital creation and mystical coding practices.</p>
266
- <a href="#" class="link-url">Enter the Web</a>
267
  </div>
268
 
269
  <div class="link-card">
270
- <h3 class="link-title"><i class="fas fa-moon link-icon"></i> Lunar Codes</h3>
271
- <p class="link-description">Nocturnal programming rituals under the glow of the digital moon.</p>
272
- <a href="#" class="link-url">Moon Access</a>
273
  </div>
274
 
275
  <div class="link-card">
276
- <h3 class="link-title"><i class="fas fa-paw link-icon"></i> Feline Scripts</h3>
277
- <p class="link-description">Ancient coding knowledge passed down by cybernetic cats.</p>
278
- <a href="#" class="link-url">Purr-view</a>
279
  </div>
280
 
281
  <div class="link-card">
282
- <h3 class="link-title"><i class="fas fa-spinner link-icon"></i> Spiral Logic</h3>
283
- <p class="link-description">Fractal algorithms that spiral into infinite complexity.</p>
284
- <a href="#" class="link-url">Follow the Spiral</a>
285
  </div>
286
 
287
  <div class="link-card">
288
- <h3 class="link-title"><i class="fas fa-space-shuttle link-icon"></i> Cosmic Nets</h3>
289
- <p class="link-description">Interstellar network connections through quantum tunnels.</p>
290
- <a href="#" class="link-url">Warp to Network</a>
291
  </div>
292
 
293
  <div class="link-card">
294
- <h3 class="link-title"><i class="fas fa-hat-wizard link-icon"></i> Mystic Script</h3>
295
- <p class="link-description">Arcane programming languages from digital dimensions.</p>
296
- <a href="#" class="link-url">Cast Spell</a>
297
  </div>
298
  </div>
299
 
300
  <footer>
301
- <p>🌀 digital spirals in the void · sayonyara 2023 · follow the white cat 🐈</p>
302
  </footer>
303
  </div>
304
 
@@ -352,7 +352,7 @@
352
  const mysticEye = document.querySelector('.mystic-eye');
353
  mysticEye.addEventListener('click', () => {
354
  document.body.classList.toggle('show-secret');
355
- alert('🌀 The all-seeing eye gazes upon you. The cosmic cats approve. 🐈‍⬛✨');
356
 
357
  // Create a temporary spiral effect
358
  for (let i = 0; i < 10; i++) {
@@ -382,5 +382,5 @@
382
  }
383
  });
384
  </script>
385
- <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <a href="https://enzostvs-deepsite.hf.space" style="color: #fff;" target="_blank" >DeepSite</a> <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;"></p></body>
386
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Jatnikonm's Simulation Showcase</title>
7
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
8
  <style>
9
  :root {
 
252
 
253
  <div class="container">
254
  <header>
255
+ <i class="fas fa-cogs cat-icon"></i>
256
+ <i class="fas fa-atom cat-icon"></i>
257
+ <i class="fas fa-project-diagram cat-icon"></i>
258
+ <h1>Jatnikonm's Simulation Showcase</h1>
259
+ <p class="subtitle">Exploring various simulation examples</p>
260
  </header>
261
 
262
  <div class="links-container">
263
  <div class="link-card">
264
+ <h3 class="link-title"><i class="fas fa-atom link-icon"></i> Physics Simulation</h3>
265
+ <p class="link-description">Watch particles interact in a simulated environment.</p>
266
+ <a href="#" class="link-url">Run Simulation</a>
267
  </div>
268
 
269
  <div class="link-card">
270
+ <h3 class="link-title"><i class="fas fa-chart-line link-icon"></i> Economic Model</h3>
271
+ <p class="link-description">Simulate market trends and economic principles.</p>
272
+ <a href="#" class="link-url">View Model</a>
273
  </div>
274
 
275
  <div class="link-card">
276
+ <h3 class="link-title"><i class="fas fa-users link-icon"></i> Crowd Simulation</h3>
277
+ <p class="link-description">Observe simulated crowd behavior in different scenarios.</p>
278
+ <a href="#" class="link-url">Start Simulation</a>
279
  </div>
280
 
281
  <div class="link-card">
282
+ <h3 class="link-title"><i class="fas fa-leaf link-icon"></i> Ecosystem Simulation</h3>
283
+ <p class="link-description">A model demonstrating predator-prey dynamics.</p>
284
+ <a href="#" class="link-url">Explore Ecosystem</a>
285
  </div>
286
 
287
  <div class="link-card">
288
+ <h3 class="link-title"><i class="fas fa-network-wired link-icon"></i> Network Traffic</h3>
289
+ <p class="link-description">Simulate data flow and congestion in networks.</p>
290
+ <a href="#" class="link-url">Analyze Traffic</a>
291
  </div>
292
 
293
  <div class="link-card">
294
+ <h3 class="link-title"><i class="fas fa-car link-icon"></i> Traffic Simulation</h3>
295
+ <p class="link-description">Model vehicle movement and traffic light systems.</p>
296
+ <a href="#" class="link-url">Observe Traffic</a>
297
  </div>
298
  </div>
299
 
300
  <footer>
301
+ <p>🌀 Created by jatnikonm · 2025 · Simulation Examples ⚙️</p>
302
  </footer>
303
  </div>
304
 
 
352
  const mysticEye = document.querySelector('.mystic-eye');
353
  mysticEye.addEventListener('click', () => {
354
  document.body.classList.toggle('show-secret');
355
+ alert('⚙️ Welcome to the simulation hub! Created by jatnikonm. ');
356
 
357
  // Create a temporary spiral effect
358
  for (let i = 0; i < 10; i++) {
 
382
  }
383
  });
384
  </script>
385
+ </body>
386
  </html>