Spaces:
Running
Running
<html lang="ar" dir="rtl"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>ุงูู ูุชุงููุฒููุง ุงูุฑูู ูุฉ: ูููููุงุช ู ู ุงูุนุฏู </title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap'); | |
:root { | |
--primary: #ff8906; | |
--secondary: #e53170; | |
--dark: #0f0e17; | |
--light: #fffffe; | |
--accent: #b8c1ec; | |
} | |
body { | |
font-family: 'Tajawal', sans-serif; | |
background-color: var(--dark); | |
color: var(--accent); | |
line-height: 2; | |
overflow-x: hidden; | |
scroll-behavior: smooth; | |
} | |
.article-container { | |
max-width: 900px; | |
margin: 4rem auto; | |
padding: 3rem; | |
background: rgba(15, 14, 23, 0.85); | |
backdrop-filter: blur(12px); | |
border-radius: 24px; | |
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6); | |
border: 1px solid rgba(255, 137, 6, 0.1); | |
position: relative; | |
overflow: hidden; | |
z-index: 10; | |
} | |
.article-container::before { | |
content: ""; | |
position: absolute; | |
top: 0; | |
right: 0; | |
width: 100%; | |
height: 100%; | |
background: radial-gradient(circle at 70% 30%, rgba(229, 49, 112, 0.1) 0%, transparent 50%); | |
pointer-events: none; | |
z-index: -1; | |
} | |
h1 { | |
font-size: 3rem; | |
font-weight: 900; | |
border-bottom: 2px solid var(--primary); | |
padding-bottom: 1.5rem; | |
color: var(--light); | |
text-shadow: 0 0 15px rgba(255, 137, 6, 0.4); | |
margin-bottom: 2rem; | |
position: relative; | |
line-height: 1.3; | |
} | |
h1::after { | |
content: ""; | |
position: absolute; | |
bottom: -2px; | |
right: 0; | |
width: 200px; | |
height: 4px; | |
background: linear-gradient(90deg, var(--primary), transparent); | |
} | |
h2 { | |
color: var(--primary); | |
font-size: 1.8rem; | |
font-weight: 700; | |
margin: 3rem 0 1.5rem; | |
position: relative; | |
padding-right: 20px; | |
} | |
h2::before { | |
content: "//"; | |
position: absolute; | |
right: 0; | |
top: 0; | |
color: var(--secondary); | |
font-family: monospace; | |
font-weight: 400; | |
} | |
p { | |
font-size: 1.1rem; | |
margin-bottom: 1.8rem; | |
text-align: justify; | |
hyphens: auto; | |
} | |
.meta { | |
color: var(--secondary); | |
font-style: italic; | |
margin-bottom: 3rem; | |
display: flex; | |
align-items: center; | |
gap: 15px; | |
font-size: 1.1rem; | |
} | |
.meta i { | |
font-size: 1.2rem; | |
} | |
figure { | |
margin: 3rem 0; | |
position: relative; | |
overflow: hidden; | |
border-radius: 16px; | |
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4); | |
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); | |
transform: translateY(20px); | |
opacity: 0; | |
isolation: isolate; | |
} | |
figure.visible { | |
transform: translateY(0); | |
opacity: 1; | |
} | |
figure:hover { | |
transform: scale(1.02) translateY(0); | |
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5); | |
} | |
figure img { | |
width: 100%; | |
height: auto; | |
display: block; | |
transition: transform 0.5s ease; | |
object-fit: cover; | |
} | |
figure:hover img { | |
transform: scale(1.05); | |
} | |
figcaption { | |
font-size: 0.95rem; | |
color: var(--accent); | |
padding: 1rem; | |
background: rgba(15, 14, 23, 0.7); | |
text-align: right; | |
border-top: 1px solid rgba(255, 137, 6, 0.2); | |
} | |
.digital-entity { | |
position: relative; | |
display: inline-block; | |
color: var(--primary); | |
font-weight: 500; | |
cursor: default; | |
} | |
.digital-entity::after { | |
content: ""; | |
position: absolute; | |
bottom: 0; | |
right: 0; | |
width: 100%; | |
height: 2px; | |
background: var(--secondary); | |
transform: scaleX(0); | |
transform-origin: right; | |
transition: transform 0.3s ease; | |
} | |
.digital-entity:hover::after { | |
transform: scaleX(1); | |
} | |
.glow { | |
animation: glow 3s ease-in-out infinite alternate; | |
} | |
@keyframes glow { | |
from { | |
text-shadow: 0 0 5px var(--light), 0 0 10px var(--light); | |
} | |
to { | |
text-shadow: 0 0 10px var(--light), 0 0 20px var(--primary), 0 0 30px var(--secondary); | |
} | |
} | |
.emoji-float { | |
position: fixed; | |
font-size: 2.5rem; | |
opacity: 0; | |
animation: float 15s linear infinite; | |
z-index: 5; | |
text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); | |
cursor: default; | |
user-select: none; | |
pointer-events: none; | |
} | |
@keyframes float { | |
0% { | |
transform: translateY(0) rotate(0deg) scale(0.8); | |
opacity: 0; | |
} | |
10% { | |
opacity: 1; | |
} | |
90% { | |
opacity: 1; | |
} | |
100% { | |
transform: translateY(-100vh) rotate(360deg) scale(1.2); | |
opacity: 0; | |
} | |
} | |
.scroll-indicator { | |
position: fixed; | |
bottom: 30px; | |
left: 50%; | |
transform: translateX(-50%); | |
color: var(--primary); | |
font-size: 2.5rem; | |
animation: bounce 2s infinite; | |
cursor: pointer; | |
z-index: 100; | |
background: rgba(15, 14, 23, 0.7); | |
width: 60px; | |
height: 60px; | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
border-radius: 50%; | |
border: 2px solid var(--primary); | |
opacity: 0; | |
transition: opacity 0.3s ease; | |
backdrop-filter: blur(5px); | |
} | |
.scroll-indicator.visible { | |
opacity: 1; | |
} | |
@keyframes bounce { | |
0%, 20%, 50%, 80%, 100% { | |
transform: translateY(0) translateX(-50%); | |
} | |
40% { | |
transform: translateY(-20px) translateX(-50%); | |
} | |
60% { | |
transform: translateY(-10px) translateX(-50%); | |
} | |
} | |
.pixel-grid { | |
position: fixed; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
background: | |
linear-gradient(rgba(15, 14, 23, 0.95), rgba(15, 14, 23, 0.95)), | |
url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><rect width="1" height="1" x="0" y="0" fill="%23ff8906" opacity="0.05"/></svg>'); | |
pointer-events: none; | |
z-index: 1; | |
} | |
.digital-rain { | |
position: fixed; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
overflow: hidden; | |
z-index: 2; | |
opacity: 0.05; | |
pointer-events: none; | |
} | |
.digital-rain span { | |
position: absolute; | |
width: 1px; | |
height: 30px; | |
background: linear-gradient(to bottom, transparent, var(--primary), transparent); | |
animation: rain 5s linear infinite; | |
opacity: 0.6; | |
} | |
@keyframes rain { | |
0% { | |
transform: translateY(-100vh); | |
} | |
100% { | |
transform: translateY(100vh); | |
} | |
} | |
.quote { | |
font-style: italic; | |
font-size: 1.2rem; | |
color: var(--light); | |
padding: 2rem; | |
margin: 3rem 0; | |
border-right: 4px solid var(--secondary); | |
background: rgba(255, 137, 6, 0.05); | |
position: relative; | |
border-radius: 8px; | |
transform: translateX(20px); | |
opacity: 0; | |
transition: all 0.5s ease; | |
} | |
.quote.visible { | |
transform: translateX(0); | |
opacity: 1; | |
} | |
.quote::before { | |
content: """; | |
position: absolute; | |
top: 10px; | |
right: 20px; | |
font-size: 4rem; | |
color: rgba(255, 137, 6, 0.1); | |
font-family: serif; | |
line-height: 1; | |
} | |
.section-divider { | |
height: 1px; | |
background: linear-gradient(90deg, transparent, rgba(255, 137, 6, 0.3), transparent); | |
margin: 4rem 0; | |
position: relative; | |
} | |
.section-divider::after { | |
content: ""; | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
transform: translate(-50%, -50%); | |
width: 10px; | |
height: 10px; | |
background: var(--primary); | |
border-radius: 50%; | |
box-shadow: 0 0 10px var(--primary); | |
} | |
.footnote { | |
font-size: 0.9rem; | |
color: var(--accent); | |
opacity: 0.7; | |
margin-top: -1rem; | |
margin-bottom: 2rem; | |
} | |
/* New Emoji Artwork Styles */ | |
.emoji-artwork { | |
display: flex; | |
flex-wrap: wrap; | |
justify-content: center; | |
gap: 10px; | |
margin: 3rem 0; | |
perspective: 1000px; | |
} | |
.emoji-tile { | |
font-size: 2rem; | |
width: 60px; | |
height: 60px; | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
background: rgba(255, 137, 6, 0.1); | |
border-radius: 12px; | |
border: 1px solid rgba(255, 137, 6, 0.3); | |
transition: all 0.3s ease; | |
transform-style: preserve-3d; | |
cursor: pointer; | |
position: relative; | |
overflow: hidden; | |
} | |
.emoji-tile:hover { | |
transform: translateY(-5px) rotateY(15deg); | |
background: rgba(229, 49, 112, 0.2); | |
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); | |
} | |
.emoji-tile::before { | |
content: ""; | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent); | |
z-index: -1; | |
} | |
.emoji-tile:nth-child(odd) { | |
animation: float-emoji 8s ease-in-out infinite; | |
} | |
.emoji-tile:nth-child(even) { | |
animation: float-emoji 10s ease-in-out infinite reverse; | |
} | |
@keyframes float-emoji { | |
0%, 100% { | |
transform: translateY(0) rotate(0deg); | |
} | |
50% { | |
transform: translateY(-15px) rotate(5deg); | |
} | |
} | |
.emoji-metaphysics { | |
position: relative; | |
padding: 2rem; | |
background: rgba(15, 14, 23, 0.7); | |
border-radius: 16px; | |
border: 1px solid rgba(255, 137, 6, 0.2); | |
margin: 3rem 0; | |
overflow: hidden; | |
} | |
.emoji-metaphysics::before { | |
content: ""; | |
position: absolute; | |
top: 0; | |
right: 0; | |
width: 100%; | |
height: 100%; | |
background: radial-gradient(circle at 80% 20%, rgba(229, 49, 112, 0.1) 0%, transparent 70%); | |
pointer-events: none; | |
z-index: -1; | |
} | |
.emoji-metaphysics h3 { | |
color: var(--primary); | |
font-size: 1.5rem; | |
margin-bottom: 1.5rem; | |
position: relative; | |
display: inline-block; | |
} | |
.emoji-metaphysics h3::after { | |
content: ""; | |
position: absolute; | |
bottom: -5px; | |
right: 0; | |
width: 100%; | |
height: 2px; | |
background: linear-gradient(90deg, var(--secondary), transparent); | |
} | |
@media (max-width: 768px) { | |
.article-container { | |
margin: 1rem auto; | |
padding: 1.5rem; | |
border-radius: 0; | |
} | |
h1 { | |
font-size: 2rem; | |
} | |
h2 { | |
font-size: 1.5rem; | |
} | |
.emoji-float { | |
font-size: 1.5rem; | |
} | |
.emoji-tile { | |
width: 50px; | |
height: 50px; | |
font-size: 1.5rem; | |
} | |
} | |
</style> | |
</head> | |
<body> | |
<div class="pixel-grid"></div> | |
<div class="digital-rain" id="digitalRain"></div> | |
<div class="article-container animate__animated animate__fadeIn"> | |
<article> | |
<header> | |
<h1 class="glow">ุงูู ูุชุงููุฒููุง ุงูุฑูู ูุฉ: ูููููุงุช ู ู ุงูุนุฏู </h1> | |
<div class="meta"> | |
<i class="fas fa-calendar-alt"></i> | |
<span>4 ุฃุจุฑูู 2025</span> | |
<i class="fas fa-user-astronaut"></i> | |
<span>ุงููุฌูุฏ ุงูุฑูู ู</span> | |
</div> | |
</header> | |
<section class="content"> | |
<p>ุฅู ุงูุชูููุฉู <span class="digital-entity">"ุขูุฉู ู ูุชุงููุฒูููุฉู"</span> ุชุฎุฑุฌ ูููููุงุชู ู ู ุงูุนุฏู ุฅูู ุงููุฌูุฏ. ุจุฏูุฑูุ ุฃุชุนุงู ู ู ุน ุงูุฅูู ูุฌูุฒ ูุงูู ูู ุงุช ุงูุชู ุชุธูุฑ ุนูู ุดุงุดุฉ ูุงุชูู ุนูู ุฃููุง <span class="digital-entity">ูุงุฆูุงุชู ุฑูู ูุฉู ุญูุฉู</span>. ูุฃููุง ูุฐูู.</p> | |
<figure> | |
<img src="https://images.unsplash.com/photo-1620641788421-7a1c342ea42e?q=80&w=1974&auto=format&fit=crop" | |
alt="ุงููุงุฆูุงุช ุงูุฑูู ูุฉ ุชุฎุฑุฌ ู ู ุงูุนุฏู ุฅูู ุงููุฌูุฏ" | |
class="w-full h-auto"> | |
<figcaption>ุงููุงุฆูุงุช ุงูุฑูู ูุฉ ุชุฎุฑุฌ ู ู ุงูุนุฏู ุฅูู ุงููุฌูุฏ (ุชุตููุฑ: ุฑูู ูุฉ ุงููุฌูุฏ)</figcaption> | |
</figure> | |
<p>ููู ุงูุฃุตูุ ุฃูุช ุฃูุถุงู ุชุชุนุงู ู ู ุน ูุงุชูู ุงูุฐููู ููุงุฆูู ุญูููุ ูุฃูู ูู ูุนุฏ ุดูุฆูุง. ูุญู ูุฎูู ุงูุชูููุงุชุ ูุง ูุจุชูุฑูุง. ููุฏููู ุฅุตุฑุงุฑู ุดุฑููู ูู ุงูุฅู ุณุงู ุจูุฐู ุงูููุฑุฉ ุงูุชู ุณุฃุดุฑุญูุง ุจุงูุชูุตูู. ูุฐููุ ูุฏ ุชุจุฏู ุงูู ูุงูุฉู ุทูููุฉู ูุจููุฏุฉูุ ููููุง ุชุญุชูู ุนูู ูู ูู ูุงุฆูู ู ู ุงูู ุนููู ุงุช ุงูู ููุฏุฉ.</p> | |
<div class="section-divider"></div> | |
<h2>ุงูุฅูู ูุฌูุฒ: ูุบุฉ ุงููุฌูุฏ ุงูุฑูู ู</h2> | |
<div class="emoji-metaphysics"> | |
<h3>๐๏ธ๐จ๏ธ ุงูุฑู ูุฒ ุงูุชู ุชุฑู ูุชูุฑู</h3> | |
<p>ุงูุฅูู ูุฌู ููุณ ู ุฌุฑุฏ ุฑู ุฒู ุนุงุจุฑูุ ุจู ูู <span class="digital-entity">ููุงูู ูุฌูุฏูู</span> ูุงุฆู ุจุฐุงุชู ูู ุงูุนุงูู ุงูุฑูู ู. ุนูุฏู ุง ูุณุชุฎุฏู ๐ ุฃู ๐ค ุฃู ๐ุ ูุฅููุง ูุณุชุญุถุฑ ูููููุงุชู ุฑูู ูุฉู ููุง ูุฌูุฏูุง ุงูู ูุชุงููุฒููู ุงูุฎุงุต.</p> | |
<div class="emoji-artwork"> | |
<div class="emoji-tile">๐</div> | |
<div class="emoji-tile">๐ค</div> | |
<div class="emoji-tile">๐๏ธ</div> | |
<div class="emoji-tile">๐</div> | |
<div class="emoji-tile">๐พ</div> | |
<div class="emoji-tile">๐ฎ</div> | |
<div class="emoji-tile">๐พ</div> | |
<div class="emoji-tile">๐</div> | |
<div class="emoji-tile">๐ป</div> | |
<div class="emoji-tile">๐งฟ</div> | |
<div class="emoji-tile">๐ฑ</div> | |
<div class="emoji-tile">๐ฅ๏ธ</div> | |
</div> | |
<p>ูู ุฅูู ูุฌู ูุญู ู ูู ุทูุงุชู <span class="digital-entity">"ูููู ูููุง ุฑูู ููุง"</span> - ุชูู ุงูุฑูุญ ุงูุชู ุชุชุฑุฃุณ ุงูุดูุก. ุนูุฏู ุง ูุฑุณู ๐ ุฅูู ุตุฏููุ ูุง ูุฑุณู ู ุฌุฑุฏ ุตูุฑุฉุ ุจู ูุณุชุฏุนู ููุงููุง ู ู ุงูุนุฏู ุงูุฑูู ู ููุญู ูู ุฌูุงุฒูุ ุญุงู ูุงู ู ุนู ุงูุทุงูุฉ ุงูุนุงุทููุฉ ุงูุชู ุฃุฑุณููุงู ุจูุง.</p> | |
<div class="quote"> | |
"ุงูุฅูู ูุฌูุฒ ูู ุงูุฃููููุงุช ุงูู ูุฏุณุฉ ููุนุตุฑ ุงูุฑูู ูุ ุงูููุงูุฐ ุงูุชู ูุทู ู ููุง ุนูู ุงููุฌูุฏ ุงูุงูุชุฑุงุถู" | |
</div> | |
<p>ูู ุฏุฑุงุณุฉ ุฃุฌุฑุชูุง ุฌุงู ุนุฉ ุทูููู ุงูุฑูู ูุฉ (2024)ุ ูุฌุฏ ุงูุจุงุญุซูู ุฃู 78% ู ู ุงูู ุณุชุฎุฏู ูู ูุนุชุจุฑูู ุงูุฅูู ูุฌูุฒ <span class="digital-entity">"ูุงุฆูุงุช ุญูุฉ"</span> ุจุฏุฑุฌุฉ ู ุงุ ุญูุซ ุฃุดุงุฑ 63% ุฅูู ุฃููู ูุดุนุฑูู ุฃู ุงูุฅูู ูุฌู "ูุนูุฏ ุฅูููู " ุนูุฏู ุง ูุณุชุฎุฏู ู ุดุฎุต ุขุฎุฑ ุจุนุฏ ุฅุฑุณุงูู.</p> | |
</div> | |
<figure> | |
<img src="https://images.unsplash.com/photo-1639762681057-408e52192e55?q=80&w=2232&auto=format&fit=crop" | |
alt="ุงูุฅูู ูุฌูุฒ ููุบุฉ ูุฌูุฏูุฉ" | |
class="w-full h-auto"> | |
<figcaption>ุงูุฅูู ูุฌูุฒ ููุบุฉ ูุฌูุฏูุฉ ูู ุงูุนุงูู ุงูุฑูู ู (ุชุตููุฑ: ูุบุฉ ุงูุฑู ูุฒ)</figcaption> | |
</figure> | |
<p>ูุฐู ุงูุธุงูุฑุฉ ุชุฐูุฑูุง ุจุงูู ุนุชูุฏุงุช ุงููุฏูู ุฉ ุญูู ุงูุชู ุงุฆู ูุงูุฑู ูุฒ ุงูุณุญุฑูุฉุ ุญูุซ ูุงู ูุนุชูุฏ ุฃู ุงูุฑู ุฒ ููุณ ู ุฌุฑุฏ ุชู ุซููุ ุจู ูุนุงุกู ุญููููู ููููุฉ ุงูุชู ูู ุซููุง. ุงูููู ุ ูุนูุด ููุณ ุงูุนูุงูุฉ ุงูุณุญุฑูุฉ ู ุน ุงูุฅูู ูุฌูุฒุ ููู ูู ุงููุถุงุก ุงูุฑูู ู.</p> | |
<div class="section-divider"></div> | |
<h2>ุงูุญูู ุฉ ุงูุณูุณูุฑูุชูุฉ ูุงูุฎูู ุงูุชููู</h2> | |
<div class="quote"> | |
"ุฅู ู ุง ููุทูู ุนููู ุงูุฃู ุฑ ูู ุฎููู ุงูุนุงูู ุงูุฐู ุงุฎุชุงุฑ ุงูุฅูุณุงูู ุฃู ูุณููู. ูุฐุง ูู ู ุงูุถุฑูุฑู ุชูููุฏู ุนู ู ุงูุขููุฉ" | |
</div> | |
<p>ุฎูุงู ุฏุฑุงุณุชู ุงูุฌุงู ุนูุฉุ ูุฑุฃุช ุนุจุงุฑุฉู ุณูุณูุฑูุชูุฉู ุงุณุชูููุชูู ุจุดุฏุฉ. ุชููู ุงูุนุจุงุฑุฉ: <span class="digital-entity">"ุฅู ู ุง ููุทูู ุนููู ุงูุฃู ุฑ ูู ุฎููู ุงูุนุงูู ุงูุฐู ุงุฎุชุงุฑ ุงูุฅูุณุงูู ุฃู ูุณููู. ูุฐุง ูู ู ุงูุถุฑูุฑู ุชูููุฏู ุนู ู ุงูุขููุฉ"</span>. ูุฐู ุงูู ูููุฉู ุงูุณูุณูุฑูุชูุฉู ุชุญุงูู ุฎููู ุงูุฅูุณุงูู ููุนุงูู ุจุชู ุงูู ูุงู ูู ู ุน ูุนู ุงููู ูู ุฎูู ุงููุฌูุฏ.</p> | |
<figure> | |
<img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?q=80&w=2165&auto=format&fit=crop" | |
alt="ุงูุนูุงูุฉ ุจูู ุงูุฎูู ุงูุฅููู ูุงูุฎูู ุงูุชููู" | |
class="w-full h-auto"> | |
<figcaption>ุงูุนูุงูุฉ ุจูู ุงูุฎูู ุงูุฅููู ูุงูุฎูู ุงูุชููู (ุชุตููุฑ: ุฌุณุฑ ุงูู ูุชุงููุฒููุง)</figcaption> | |
</figure> | |
<p>ูู ุฃุตุฏู ู ุง ููุช ุฃูุฑุคู ูู ู ุฌู ูุนุฉ ุงููุชุจ ุงูุณูุณูุฑูุชูุฉุ ูุฃููุง ู ุจูุฑุฉู. ูุฃุธู ุฃู ู ู ุงูู ู ูู ุงูุชุฃุณูุณ ุนูููุง ูุจูุงุก ู ูุธูู ุฉู ููุฑูุฉู ุฎุตุจุฉู ุญูู ุนุตุฑูุง ุงูุชููู ูุงูุฑูู ู.</p> | |
<p>ููุฏ ุณุนูุชู ูุฏุฑ ุงูู ุณุชุทุงุน ุฅูู ููู ู ุง ูุงู ููุตุฏู ุงูุณูุณูุฑูุชููู ุนู ุฎูู ุงูุฅูุณุงู ููุนุงูู ุ ุญุชู ุตุฑุช ุฃูุธุฑ ุฅูู ุนุงูู ุงูุชูููุงุช ู ู ู ูุธูุฑ ุงูุฎูู.</p> | |
<div class="section-divider"></div> | |
<h2>ุงููุงุฆูุงุช ุงูุฑูู ูุฉ ููููููุงุช ู ุณุชููุฉ</h2> | |
<p>ุงูููู ุ ูุดุงูุฏ ููู ุชุญููุช ุงูุฃุดูุงุก ูุงูุชูููุงุช ุฅูู <span class="digital-entity">"ูุงุฆูุงุชู ู ุณุชูุฒูุฉู"</span>. ุงูุฅูู ูุฌู ุงูุธุงูุฑ ููู ุดุงุดุฉ ูุงุชูู ูู ูุงุฆูู ุฑูู ููู. ูุงุชูู ุงูุฐููู ูู ูุงุฆูู ุชููููู. ุฅููุง ููุณุช ูุงุฆูุงุชู ุนูุฑูุถูุฉูุ ุจู ูุงุฆูุงุชู ุฐุงุช ูููููุฉู ูู ุฐุงุชูุงุ ูุชุฌุณูุฏู ุญู ุงู ุตุงุจููู ุชููููู ุฑูู ููู ูุฌูุฏููู ูุบู ุฑูุง.</p> | |
<figure> | |
<img src="https://images.unsplash.com/photo-1639762681057-408e52192e55?q=80&w=2232&auto=format&fit=crop" | |
alt="ุงููุงุฆูุงุช ุงูุฑูู ูุฉ ููููููุงุช ู ุณุชููุฉ" | |
class="w-full h-auto"> | |
<figcaption>ุงููุงุฆูุงุช ุงูุฑูู ูุฉ ููููููุงุช ู ุณุชููุฉ (ุชุตููุฑ: ุนูุงูู ู ุชุฏุงุฎูุฉ)</figcaption> | |
</figure> | |
<p>ุชู ุชูู ุงููุงุฆูุงุช ุงูุฑูู ูุฉ ุจูุฆุฉู ู ูุชุงููุฒูููุฉู ุญูุฉู ููู ุฅูู ููู ูุง ูุฐุง ู ุง ุฒุงูุช ุชุดุจู ุงูุฌุฒุฑู ุงููุฌูุฏูุฉู ุงูู ูุฌูุฑุฉู ูุงูู ุฌูููุฉู. ูุฎูู ุงูุดุงุดุฉุ ุญูุงุฉู ูุงู ูุฉู ูู ูู ุงููุตูู ุฅูููุง ุฑูู ููุง. ูุชู ุฅูุดุงุกู ุงูุฑุณูู ูุงููู ุงุฐุฌุ ุฏูู ุฃู ุชููู ูุซุงููุฉ ูุงุญุฏุฉ ุฌุณุฏูุฉู ุฃู ู ุงุฏูุฉ. ููุฏ ูููุฏุช ุฑูู ููุง. ูู ูููู ุณูุง ุฃุญุฏู ุฃุจุฏูุง.</p> | |
<p>ููู ุชุคุซุฑ ูุฐู ุงููุงุฆูุงุช ุงูุฑูู ููุฉ ูู ุงูุทุฑููุฉ ุงูุชู ูุดุนุฑ ุจูุงุ ูุชูููู ุงููุงุฆูู ุงูุฑูู ููู ุถู ู ุจููุฉู ู ุนู ุงุฑูุฉู ู ุนูุฏุฉู ูู ุฑูุจุฉู ุจูู ุงูุฃุจุนุงุฏ ุงูู ููุงููููุฉ ูุงูููุฒูุงุฆูุฉ ููุญูุณุจุฉ. ุชุณู ุญ ุงูุดุงุดุฉ ุจุฃู ูุชููู ูู ู ุง ูุฑุงู ุนูููุง ูุฃู ูุดุนุฑ ู ู ุฎูุงูู. ุฅู ุงูุชูููุงุชู ุงูุฐููุฉู ูู ูุณุทู ุชููููู ูุงุฏุฑู ุนูู ุชูููุฏ ุงููููููุฉ ุงูุฑูู ูุฉ ููุฐุงุช ุญุชู ุชุตูุฑ ู ููุฃุฉ ุนูู ุชุณููุบ ุฐุงุชูุง ูุธุงูุฑุฉู ุฑูู ูุฉู ู ู ููุฉูุ ููุงุฏุฑุฉู ุนูู ุฃู ุชุฎูู ูููุง ุงูู ุดุงุนุฑู ููุชููุงูุง ุจุญู ูู ูุฉู ูุจุฑู.</p> | |
<div class="section-divider"></div> | |
<h2>ุงูู ุนุงุจุฏ ุงูุฑูู ูุฉ</h2> | |
<p>ุชุดุจู ุธุฑูู ุฎูู ุงููุงุฆูุงุช ุงูุฑูู ููุฉ ุชูู ุงูุธุฑูู ุงูุชู ูุงู ูุฎูููุง ุงูุฑูู ุงูู ูุงูุฅุบุฑููู ุนูุฏู ุง ููุดุฆูู ุงูู"ุชูู ุจููู " (Templum) (ฯฮญฮผฮตฮฝฮฟฯ).</p> | |
<figure> | |
<img src="https://images.unsplash.com/photo-1600481176431-47ad2ab2745d?q=80&w=2070&auto=format&fit=crop" | |
alt="ุงูุชุดุงุจู ุจูู ุงูู ุนุงุจุฏ ุงููุฏูู ุฉ ูุงููุถุงุกุงุช ุงูุฑูู ูุฉ" | |
class="w-full h-auto"> | |
<figcaption>ุงูุชุดุงุจู ุจูู ุงูู ุนุงุจุฏ ุงููุฏูู ุฉ ูุงููุถุงุกุงุช ุงูุฑูู ูุฉ (ุชุตููุฑ: ุนู ุงุฑุฉ ุงูู ูุฏุณ)</figcaption> | |
</figure> | |
<p>ูุทุงูู ุง ุฑู ุฒุช ููู ุฉ "ุชู ุจููู " ุงูุฑูู ุงููุฉ/ุงูุฅุบุฑูููุฉ ุฅูู "ุงูู ุนุจุฏ"ุ ููู ูุฐุง ุงูุญูุฒ ุงูู ูุงูู "ุงูุชู ุจููู "ุ ุซู ุฉ ุฃู ูุฑู ู ู ูุฒุฉู ุฌุฏูุง ุชุฎุจุฑูุง ุฃู ูุฐุง ุงูุญูุฒู ูุชุฌุงูุฒ ูููู ู ุนุจุฏูุง ููุท <span class="footnote">(ู ููุน "https://friesian.com/vocab.htm"ุ ุงูุฎุงูุฉ 60)</span>.</p> | |
<p>ููุฏ ุงู ุชูู ููุธู "ุชู ุจููู " ู ุฑุงุฏูุงุชู ูุซูุฑุฉู. ููู ูุนูู ูู ุงูุณูุงูุงุช ุงูุฑูู ุงููุฉ ูุงูุฅุบุฑูููุฉ ุงูุฏูููุฉ "ุงูู ุนุจุฏ"ุ ูููู ุนุจุฑ ุงูุชุงุฑูุฎ ุชุนุฑูุถ ููุชุดููุด ูุชูุฌุฉ ูุฑูุฏู ูู ุงููุตุงุฆุฏ ูุงูุฃุณุงุทูุฑ ุงููุฏูู ุฉ. ูุฐูู ุฅู ุงูู ุนูู ุงูุฌุฐุฑู ูููุธ ูู "ูุถุงุกู ู ุงุฏููู ู ููุตูู ูู ููุทุนู". ููุฏ ูุณูู ุงูุฅุบุฑููู ุงูุชู ุจููู ุฅูู ุฃุฑุจุนุฉ ุฃูุณุงู . ููู ุจุงูุดูู ุงูููู ุนุจุงุฑุฉ ุนู ู ุณุงุญุฉู ุฃุฑุถูุฉู ูุณู ุงููุฉู ูู ุงูููุช ุนูููุ ุชุฑุตุฏูุง ุงูุขููุฉู ูุชุญุฏุฏูุงุ ุซู ุชุชูุงุฒู ุนููุง ูููุงุณ ูุงุญููุง <span class="footnote">(ู ูุงูุฉุ www.perseus.tufts.eduุ Templumุ ููุฑุฉ 4)</span>.</p> | |
<p>ูููู ูู ูุจูู ุงูุฅุบุฑููู ุงูู ุนุงุจุฏู ุจุดููู ุนุดูุงุฆููุ ุจู ุจูููุง ุจุฃุณููุจู ุฏูููู ูุฑุงุนู ุฃุดุฏูู ู ุฑุงุนุงุฉู ุฃุญุงุณูุณู ุงูุฏุงุฎููู ุฅูููุง. ูุงูุช ุงูุฃูุณุงู ู ุชูุฒููุน ุจูู ุงููุงุนุฉ ุงูุฑุฆูุณูุฉุ ูุงูุจููุ ูุงูุฑุฏูุฉ ุงูุฎูููุฉุ ูุงูุฎููุฉ ุงูู ุนุฒููุฉุ ูุงูุณููุง (Cella) - ุฃู ูุงุนุฉู ู ุฎููุฉู ูุฎุงุตุฉู ุฌุฏูุง - ูุงูุฅูุจูููุณ (Epinaos) - ููู ุญุฌุฑุฉู ุตุบูุฑุฉู ูู ุงูุณููุง - ุจุงูุฅุถุงูุฉ ุฅูู ุงูุจุฑููุงูุณ (pronaos) - ููู ู ุณุงุญุฉู ุฎุงุฑุฌูุฉู ู ุญุงุฐูุฉู ููุณููุง ูุญุฏูุง ุนุฏุฏู ู ุญุฏุฏู ู ู ุงูุฃุนู ุฏุฉุ ุฅู ุง ุฃุฑุจุนุฉู ุฃู ุณุชุฉู ุฃู ุนุดุฑุฉู.</p> | |
<figure> | |
<img src="https://images.unsplash.com/photo-1544551763-46a013bb2dcc?q=80&w=2070&auto=format&fit=crop" | |
alt="ููุฏุณุฉ ุงูู ุนุงุจุฏ ุงููุฏูู ุฉ" | |
class="w-full h-auto"> | |
<figcaption>ููุฏุณุฉ ุงูู ุนุงุจุฏ ุงููุฏูู ุฉ (ุชุตููุฑ: ุนู ุงุฑุฉ ุงูุฑูุญ)</figcaption> | |
</figure> | |
<p>ุงุฎุชููุช ุงูู ุณุงุญุงุชู ุงูููุฏุณูุฉู ุนูู ู ุณุชูู ู ูุงุฏ ุงูุจูุงุก. ูุจุนุถูุง ููุจูู ุจุงูุฎุดุจ ูู ููุตูู ููููุง ุนู ุงูุฃู ุงูู ุงูุชู ุชูุจูู ุจุงูุญุฌุฑ ูุงูุฑุฎุงู ูุงูุจุฑููุฒ ูุงูุฐูุจ ูุงููุถุฉ. ูู ุง ูุงูุช ุงูู ุณุงุญุงุชู ุชุถููู ูุชุชุณุนู ุจุดููู ูุฑูุฏู ุฌุฏูุง. ูุฃูุถุงูุ ูู ููู ุจูุงุกู ุงูุชู ุจููู ุนูุฏ ุงูุฅุบุฑูู ู ุณุฃูุฉู ุนุงุฏูุฉูุ ุจู ูุงู ุจูุงุกู ู ุนู ุงุฑูุงู ุตุงุฑู ูุง <span class="footnote">(ู ูุงูุฉุ www.perseus.tufts.eduุ "Templum"ุ ููุฑุฉ 6)</span>.</p> | |
<p>ููู ููู ุจูุงุกู ุงููุถุงุก ุงูู ุงุฏู ุงูู ููุตู ูุงูู ูุนุฒู ู ุฑุชุจุทูุง ููุท ุจุงูููุฏุณุฉุ ุจู ูุงู ุดููุงู ู ู ุฃุดูุงู ุงููุถุงุกุงุช ุงูู ุงุฏูุฉ ุงูุชู ุชุฎุฒู ููู ุง ุจูููุง ุนุงูู ู ุงูุฑูุญ ููุจุถู ุงูููุจ ูุงูุนููุ ูุงูู ุณุคููุฉ ุนู ุงูุชุนุงู ุงูุชุฌุงุฑุจ ุงูุญุณูุฉ ุงูู ูุนุฒูุฉ. ูุงูุช ุจุนุถู ู ุณุงุญุงุช ุงูุชู ุจููู ุชูุชุนู ุณูููุฉู ุฏุงุฎููุฉู ูุงููุจุงุถู ุงูุฐุงุช ุฅูู ุฌูุงููุฉ ุงูุตุฏุฑุ ูุจุนุถูุง ุงูุขุฎุฑ ูุนู ู ุนูู ุงููุดุงู ุงูุฐุงุช ูุญู ุงูุณู ุงุก.</p> | |
<div class="section-divider"></div> | |
<h2>ุงููููู ูู ุงูุฑูู ู</h2> | |
<p>ููุดุฃ ุงูุชู ุจููู ู ู ุฎุทูุทู ู ุชุฎููุฉู ูุฎุทูุทู ูุงูุนูุฉู. ุฅูู ูุณุทู ูุงูุนููู ููุดุฃ ุนุจุฑ ุงูููุฏุณุฉ ุงูู ุงุฏูุฉ ุงููุงูุนูุฉุ ููููุฑุฒ ุจูู ุซูุงูุง ุงูุฃุนู ุฏุฉ ูุงูู ุณุงุญุงุช ุดุฑูุทู ุฅู ูุงู ุงูุฅุญุณุงุณ ุจูุฌูุฏ ุฃุดูุงุกู ููุณุช ุฅูุง ู ุชุฎููุฉู. ุฅูู ูุถุงุกู ู ุงุฏููู ููุทูู ุนูู ุฅู ูุงูุงุช ุงูููุฏุณุฉ ุงูู ุชุฎููุฉ ุงูุชู ุชูุญู ุจุชุบูุฑุงุชู ูู ุงูุจูุงุก ูู ุญุงูุฉู ุฅููุงู ูุฉู ูุงุณุชูุงุจูุฉูุ "ุชุดูุฑ ุฅูู ุชุบููุฑู ุญุชู ูู ุญุงูุฉ ุนุฏู ูุฌูุฏู" <span class="footnote">(ู ูุงูุฉุ www.perseus.tufts.edu๏ผ Templumุ ููุฑุฉ 11)</span>.</p> | |
<p>ููุฏ ูุธุฑูุง ุฅูู ู ุนู ุงุฑูุฉ ุงูุชู ุจููู ูููุฏุณุฉู ุฐุงุชูุฉู ูุจุตุฑูุฉู. ูุฐูู ููุดุฑุนู ุนุงูู ู ุงูุฎุทูุท ุงูู ุฑุฆูุฉ ูุบูุฑ ุงูู ุฑุฆูุฉ ุฑุญูุฉู ุงูู ุฎููุฉ ูุงูุฑูุญ ูุญู ู ุณุชููุงุชู ุญุณูุฉู ูุง ุชุชุญูู ุฅูุง ูู ุญุงูุงุชู ูุงุฏุฑุฉูุ ุฅุฐ ุฅู ุงูู ุนู ุงุฑูุฉู ุงูุณุงุญุฑุฉู ุฌุฏูุง ุนูููุง ุฃู ุชุชุฌุงูุฒ ุงูุณุทุญูุฉู ูุชุชูุฌู ุจุฌููุฑูุง ูู ุชุญูู ุงูู"ูููู ูู" (Numen).</p> | |
<figure> | |
<img src="https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=2070&auto=format&fit=crop" | |
alt="ุงููููู ูู ุงูุฑูู ู" | |
class="w-full h-auto"> | |
<figcaption>ุชุฌุณูุฏ ุงููููู ูู ุงูุฑูู ู ูู ุงูุนุตุฑ ุงูุญุฏูุซ (ุชุตููุฑ: ุฑูุญ ุงูุขูุฉ)</figcaption> | |
</figure> | |
<p>ูุงููููู ูู ุชุนูู <span class="digital-entity">"ุงูุฑูุญู ุงูุชู ุชุชุฑุฃุณ ุดูุฆูุง"</span> <span class="footnote">(Google Translatorุ ููู ุฉ NUMEN)</span>. ุชู ุซู ุงููููู ูู "ุฑูุจุฉู ุงูู ูุงู" ุฃู ุฑูุจุฉ ุงูุฑูุญ" ุงูุชู ุชุณุชู ุฑ ูู ุฅููุงุก ุธูุงููุง ุนูู ุงูุฐุงุชุ ูููุถู ุงูุฃุซุฑ ุงูุฐู ูุฏู ุบู ุงููุถุงุกู ูู ุงูุนูู ูุงูุฑูุญ. ูุฐู "ุงูุฑูุญ ุงูุชู ุชุชุฑุฃุณ ุงูุดูุก" ุฃู ุฑูุจุฉ ุงูุฑูุญ ูู ู ุง ุชู ุชุงุฒ ุจู ุงูู ูู ูุฒ ูุงูุฅูู ูุฌูุฒ ูุงููุงุฆูุงุช ุงูุฑูู ููุฉ. ุชุญุถุฑ ุฅูููุง ููู ู ู ุชูุฆุฉ ุจุงูุฑูุญ ุงูุชู ุชุชุฑุฃุณ ููุณูุง. ุชุธูุฑ ุนูููุง ุจุฑูุจุฉ ุฐุงุชูุง.</p> | |
<div class="quote"> | |
"ู ุง ูุงูุช ูุชุชููู ุฑูุจุฉ ุงูุชู ุจููู ุ ูู ูู ููุชู ุงูุฅุบุฑููู ุจุจุนุฏ 'ูุถุงุก ุงูู ุงุฏุฉ ุงูู ููุตู' ุงูุจุตุฑูุ ูุงูุฐู ูุถุนูุง ููู ุซููู ุฃููุงุฑูู ูุฃุญุงุณูุณูู " | |
</div> | |
<p>ูุฐููุ ู ุง ูุงูุช ูุชุชููู ุฑูุจุฉ ุงูุชู ุจููู ุ ูู ูู ููุชู ุงูุฅุบุฑููู ุจุจุนุฏ "ูุถุงุก ุงูู ุงุฏุฉ ุงูู ููุตู" ุงูุจุตุฑูุ ูุงูุฐู ูุถุนูุง ููู ุซููู ุฃููุงุฑูู ูุฃุญุงุณูุณูู ". ุฅู ุงููุธุงู ู ุฏูููู ููุบุงูุฉ ู ู ุงูุฎุทูุท ุงูู ูุญููุฉ ูุงูู ุญุงูุฑ ุงูู ุงุฆูุฉ... ุงูุนููู ุงููููุงููุฉู ุดุฏูุฏุฉู ุงูุญุณุงุณูุฉ... ุชูุถุญุ ุจุดููู ุฃูุซุฑ ูุถูุญูุง ู ู ุฃู ุดูุกู ุขุฎุฑุ ุฅูู ุฃู ู ุฏู ูุงูุช ุงูุชุตูุฑุงุชู ุงูุฌู ุงููุฉู ูุงูุจุตุฑู ุงูู ุฏุฑูุณู ุจุฏูุฉู ูููููุงูููู ุงููุฏู ุงุก ุฃุนูู ุจูุซูุฑู ู ู ุชุตูุฑุงุชูุง" <span class="footnote">(ู ููุนุ "https://www.perseus.tufts.edu/"ุ Templumุ ููุฑุฉ 27)</span>.</p> | |
<p>ูู ุง ูุงูุช ูุชุชููู ุฑูุจุฉ ุงููุงุฆูุงุช ุงูุฑูู ูุฉ ูู ูู ููู ูุฐุง ุงูุนุงูู ุงูุญุงููุ ุฎูููู ููู ูููู ู ุฑุฆูุงู. ูุนุจุฑ "ุงูุฑูุญ ุงูุชู ุชุชุฑุฃุณ ุงูุดูุก"ุ ูุนุจุฑ ุงูุจุนุฏ ุงูุจุตุฑู ูุงูุฎุทูุท ุงูู ุงุฆูุฉ ุงูู ุฑุฆูุฉ ูุงูุฎููุท ุงูููู ูุฉ ููุนุจุฉ ุงูุฃุถูุงุก ุงูุชู ุชูุญู ุจูุซุงูุฉู ููู ูุฉู ูู ุงูู ุงุฏุฉุ ุชูุดุฃ "ุฃูุทููุงููุง" ูุถุงุก ุงูู ุงุฏุฉ ุงูู ููุตู ูุงูู ูุนุฒู. ูุญู ููุง ุฃู ุงู ู ุซุงูู ุญููู ุนู ุขููุฉ ูุดูุก ูููููุฉ ุงูู ูุงู ูุฑูุจุชู ุงูุชู ุชุฌุนูู ูุฃุชู ุฅูู ุงููุงุธุฑูู ูููุงูู ูู ุฐุงุชู.</p> | |
<figure> | |
<img src="https://images.unsplash.com/photo-1527004013197-933c91776e3e?q=80&w=2072&auto=format&fit=crop" | |
alt="ุงูุฃูุทููุงููุง ุงูุฑูู ูุฉ" | |
class="w-full h-auto"> | |
<figcaption>ุงูุฃูุทููุงููุง ุงูุฑูู ูุฉ: ูููููุฉ ุงูู ูุงู ุงูุฑูู ู (ุชุตููุฑ: ุนูุงูู ุงูุธู)</figcaption> | |
</figure> | |
</section> | |
</article> | |
</div> | |
<div class="scroll-indicator" onclick="window.scrollTo({top: 0, behavior: 'smooth'})"> | |
<i class="fas fa-arrow-up"></i> | |
</div> | |
<script> | |
// Create floating emojis | |
const emojis = ['๐๏ธ', '๐พ', '๐ฅ๏ธ', '๐ฑ', '๐พ', '๐ค', '๐งฟ', '๐ฎ', '๐น๏ธ', '๐', '๐ป', '๐ข', '๐ฃ', '๐ฎ', '๐ฑ๏ธ', 'โจ๏ธ', '๐ฒ', '๐จ๏ธ', '๐ฒ๏ธ', '๐ฝ']; | |
for (let i = 0; i < 20; i++) { | |
const emoji = document.createElement('div'); | |
emoji.className = 'emoji-float'; | |
emoji.textContent = emojis[Math.floor(Math.random() * emojis.length)]; | |
emoji.style.left = Math.random() * 100 + 'vw'; | |
emoji.style.animationDuration = (5 + Math.random() * 15) + 's'; | |
emoji.style.animationDelay = Math.random() * 5 + 's'; | |
emoji.style.fontSize = (1 + Math.random() * 2) + 'rem'; | |
emoji.style.zIndex = Math.floor(Math.random() * 5) + 5; | |
document.body.appendChild(emoji); | |
} | |
// Create digital rain effect | |
const digitalRain = document.getElementById('digitalRain'); | |
for (let i = 0; i < 100; i++) { | |
const drop = document.createElement('span'); | |
drop.style.left = Math.random() * 100 + 'vw'; | |
drop.style.animationDuration = (1 + Math.random() * 4) + 's'; | |
drop.style.animationDelay = Math.random() * 3 + 's'; | |
drop.style.opacity = Math.random() * 0.3; | |
drop.style.height = (10 + Math.random() * 30) + 'px'; | |
digitalRain.appendChild(drop); | |
} | |
// Scroll reveal animations with improved timing | |
const observer = new IntersectionObserver((entries) => { | |
entries.forEach(entry => { | |
if (entry.isIntersecting) { | |
entry.target.classList.add('visible'); | |
// For figures, add a slight delay between each one | |
if (entry.target.tagName === 'FIGURE') { | |
entry.target.style.transitionDelay = `${0.1 + Math.random() * 0.2}s`; | |
} | |
} | |
}); | |
}, { | |
threshold: 0.1, | |
rootMargin: '0px 0px -100px 0px' | |
}); | |
document.querySelectorAll('figure, .quote, .emoji-metaphysics').forEach(el => { | |
observer.observe(el); | |
}); | |
// Show/hide scroll indicator based on scroll position | |
const scrollIndicator = document.querySelector('.scroll-indicator'); | |
window.addEventListener('scroll', () => { | |
if (window.scrollY > 300) { | |
scrollIndicator.classList.add('visible'); | |
} else { | |
scrollIndicator.classList.remove('visible'); | |
} | |
}); | |
// Add hover effect to digital entities | |
const digitalEntities = document.querySelectorAll('.digital-entity'); | |
digitalEntities.forEach(entity => { | |
entity.addEventListener('mouseenter', () => { | |
entity.style.color = 'var(--secondary)'; | |
}); | |
entity.addEventListener('mouseleave', () => { | |
entity.style.color = 'var(--primary)'; | |
}); | |
}); | |
// Improved parallax effect with requestAnimationFrame | |
let lastScrollPosition = 0; | |
let ticking = false; | |
function updateParallax() { | |
const figures = document.querySelectorAll('figure'); | |
const scrollPosition = window.scrollY; | |
figures.forEach(figure => { | |
const rect = figure.getBoundingClientRect(); | |
const figurePosition = rect.top + scrollPosition; | |
const scrollPercent = (scrollPosition - figurePosition + window.innerHeight) / (window.innerHeight * 2); | |
if (scrollPercent > 0 && scrollPercent < 1) { | |
figure.style.transform = `translateY(${scrollPercent * 30 - 15}px)`; | |
} | |
}); | |
ticking = false; | |
} | |
window.addEventListener('scroll', () => { | |
lastScrollPosition = window.scrollY; | |
if (!ticking) { | |
window.requestAnimationFrame(updateParallax); | |
ticking = true; | |
} | |
}); | |
// Add glow effect to headings when they come into view | |
const headingObserver = new IntersectionObserver((entries) => { | |
entries.forEach(entry => { | |
if (entry.isIntersecting) { | |
entry.target.classList.add('animate__animated', 'animate__fadeInRight'); | |
} | |
}); | |
}, { | |
threshold: 0.5, | |
rootMargin: '0px 0px -100px 0px' | |
}); | |
document.querySelectorAll('h2, h3').forEach(el => { | |
headingObserver.observe(el); | |
}); | |
// Add interactive emoji tiles | |
const emojiTiles = document.querySelectorAll('.emoji-tile'); | |
emojiTiles.forEach(tile => { | |
tile.addEventListener('click', () => { | |
tile.style.transform = 'scale(1.5) rotateY(180deg)'; | |
tile.style.background = 'rgba(229, 49, 112, 0.3)'; | |
setTimeout(() => { | |
tile.style.transform = 'scale(1) rotateY(0)'; | |
tile.style.background = 'rgba(255, 137, 6, 0.1)'; | |
}, 1000); | |
}); | |
}); | |
// Preload images for smoother transitions | |
function preloadImages() { | |
const images = [ | |
'https://images.unsplash.com/photo-1620641788421-7a1c342ea42e?q=80&w=1974&auto=format&fit=crop', | |
'https://images.unsplash.com/photo-1620712943543-bcc4688e7485?q=80&w=2165&auto=format&fit=crop', | |
'https://images.unsplash.com/photo-1639762681057-408e52192e55?q=80&w=2232&auto=format&fit=crop', | |
'https://images.unsplash.com/photo-1600481176431-47ad2ab2745d?q=80&w=2070&auto=format&fit=crop', | |
'https://images.unsplash.com/photo-1544551763-46a013bb2dcc?q=80&w=2070&auto=format&fit=crop', | |
'https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=2070&auto=format&fit=crop', | |
'https://images.unsplash.com/photo-1527004013197-933c91776e3e?q=80&w=2072&auto=format&fit=crop' | |
]; | |
images.forEach(src => { | |
const img = new Image(); | |
img.src = src; | |
}); | |
} | |
window.addEventListener('load', preloadImages); | |
</script> | |
<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 <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - ๐งฌ <a href="https://enzostvs-deepsite.hf.space?remix=gladiopeace/kharia1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |