Spaces:
Running
Running
jnm-itb
commited on
Commit
·
1ff1bca
1
Parent(s):
3bfab3d
feat: update title and content for Jatnikonm's Simulation Showcase
Browse files- 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>
|
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-
|
256 |
-
<i class="fas fa-
|
257 |
-
<i class="fas fa-
|
258 |
-
<h1>
|
259 |
-
<p class="subtitle">
|
260 |
</header>
|
261 |
|
262 |
<div class="links-container">
|
263 |
<div class="link-card">
|
264 |
-
<h3 class="link-title"><i class="fas fa-
|
265 |
-
<p class="link-description">
|
266 |
-
<a href="#" class="link-url">
|
267 |
</div>
|
268 |
|
269 |
<div class="link-card">
|
270 |
-
<h3 class="link-title"><i class="fas fa-
|
271 |
-
<p class="link-description">
|
272 |
-
<a href="#" class="link-url">
|
273 |
</div>
|
274 |
|
275 |
<div class="link-card">
|
276 |
-
<h3 class="link-title"><i class="fas fa-
|
277 |
-
<p class="link-description">
|
278 |
-
<a href="#" class="link-url">
|
279 |
</div>
|
280 |
|
281 |
<div class="link-card">
|
282 |
-
<h3 class="link-title"><i class="fas fa-
|
283 |
-
<p class="link-description">
|
284 |
-
<a href="#" class="link-url">
|
285 |
</div>
|
286 |
|
287 |
<div class="link-card">
|
288 |
-
<h3 class="link-title"><i class="fas fa-
|
289 |
-
<p class="link-description">
|
290 |
-
<a href="#" class="link-url">
|
291 |
</div>
|
292 |
|
293 |
<div class="link-card">
|
294 |
-
<h3 class="link-title"><i class="fas fa-
|
295 |
-
<p class="link-description">
|
296 |
-
<a href="#" class="link-url">
|
297 |
</div>
|
298 |
</div>
|
299 |
|
300 |
<footer>
|
301 |
-
<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('
|
356 |
|
357 |
// Create a temporary spiral effect
|
358 |
for (let i = 0; i < 10; i++) {
|
@@ -382,5 +382,5 @@
|
|
382 |
}
|
383 |
});
|
384 |
</script>
|
385 |
-
|
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>
|