Spaces:
Running
Running
Add 2 files
Browse files- README.md +7 -5
- index.html +241 -19
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: philo-qawla
|
3 |
+
emoji: ๐ณ
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: green
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
+
tags:
|
9 |
+
- deepsite
|
10 |
---
|
11 |
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
index.html
CHANGED
@@ -1,19 +1,241 @@
|
|
1 |
-
<!
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="ar" dir="rtl">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>ูู
ูุฐุฌ ุชุญููู ูููุฉ ููุณููุฉ </title>
|
7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
+
<style>
|
10 |
+
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
|
11 |
+
body {
|
12 |
+
font-family: 'Tajawal', sans-serif;
|
13 |
+
background-color: #f8fafc;
|
14 |
+
}
|
15 |
+
.quote-box {
|
16 |
+
border-right: 5px solid #3b82f6;
|
17 |
+
}
|
18 |
+
.section-card {
|
19 |
+
transition: all 0.3s ease;
|
20 |
+
}
|
21 |
+
.section-card:hover {
|
22 |
+
transform: translateY(-5px);
|
23 |
+
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
24 |
+
}
|
25 |
+
.philosopher-img {
|
26 |
+
filter: grayscale(30%);
|
27 |
+
transition: all 0.3s ease;
|
28 |
+
}
|
29 |
+
.philosopher-img:hover {
|
30 |
+
filter: grayscale(0%);
|
31 |
+
transform: scale(1.05);
|
32 |
+
}
|
33 |
+
.highlight {
|
34 |
+
background: linear-gradient(120deg, #93c5fd 0%, #3b82f6 100%);
|
35 |
+
background-repeat: no-repeat;
|
36 |
+
background-size: 100% 40%;
|
37 |
+
background-position: 0 88%;
|
38 |
+
}
|
39 |
+
</style>
|
40 |
+
</head>
|
41 |
+
<body class="bg-gray-50 text-gray-800">
|
42 |
+
<div class="container mx-auto px-4 py-8 max-w-5xl">
|
43 |
+
<!-- Header -->
|
44 |
+
<header class="text-center mb-12">
|
45 |
+
<h1 class="text-4xl font-bold text-blue-800 mb-2">ูู
ูุฐุฌ ุชุญููู ูููุฉ ููุณููุฉ ู
ุฑููุฉ ุจุณุคุงู</h1>
|
46 |
+
<div class="w-24 h-1 bg-blue-500 mx-auto mt-4 rounded-full"></div>
|
47 |
+
</header>
|
48 |
+
|
49 |
+
<!-- Quote Section -->
|
50 |
+
<section class="bg-white rounded-xl shadow-md p-6 mb-12 quote-box">
|
51 |
+
<div class="flex items-start">
|
52 |
+
<div class="text-blue-500 mr-4 mt-1">
|
53 |
+
<i class="fas fa-quote-right text-3xl"></i>
|
54 |
+
</div>
|
55 |
+
<div>
|
56 |
+
<blockquote class="text-xl font-medium text-gray-800 leading-relaxed">
|
57 |
+
"ุฅู ุงูุฏููุฉ ูุง ูุฌุจ ุฃู ุชููู
ุนูู ุงูุนูู ุงูู
ุดุฑูุนุ ุจู ุนูู ุฑูุญ ุงููุงููู ูุงูุญู ูุงููุฑุงู
ุฉ."
|
58 |
+
</blockquote>
|
59 |
+
<p class="text-gray-600 mt-4 font-medium">ุญูู ุงููููุฉ ู
ุจูููุง ูู ูุงุฌุจ ุงูุฏููุฉ ูู ู
ู
ุงุฑุณุฉ ุงูุนูู ุงูู
ุดุฑูุน ุฃู
ุญูุธ ุงููุฑุงู
ุฉุ</p>
|
60 |
+
</div>
|
61 |
+
</div>
|
62 |
+
</section>
|
63 |
+
|
64 |
+
<!-- Analysis Navigation -->
|
65 |
+
<div class="flex justify-center mb-8">
|
66 |
+
<div class="inline-flex rounded-md shadow-sm">
|
67 |
+
<button onclick="showSection('understanding')" class="px-4 py-2 text-sm font-medium rounded-r-lg border border-gray-200 bg-blue-600 text-white focus:z-10 focus:ring-2 focus:ring-blue-500">
|
68 |
+
<i class="fas fa-brain mr-2"></i> ุงูููู
|
69 |
+
</button>
|
70 |
+
<button onclick="showSection('analysis')" class="px-4 py-2 text-sm font-medium border-t border-b border-gray-200 bg-white text-gray-700 hover:bg-gray-50 focus:z-10 focus:ring-2 focus:ring-blue-500">
|
71 |
+
<i class="fas fa-search mr-2"></i> ุงูุชุญููู
|
72 |
+
</button>
|
73 |
+
<button onclick="showSection('discussion')" class="px-4 py-2 text-sm font-medium border-t border-b border-gray-200 bg-white text-gray-700 hover:bg-gray-50 focus:z-10 focus:ring-2 focus:ring-blue-500">
|
74 |
+
<i class="fas fa-comments mr-2"></i> ุงูู
ูุงูุดุฉ
|
75 |
+
</button>
|
76 |
+
<button onclick="showSection('synthesis')" class="px-4 py-2 text-sm font-medium rounded-l-lg border border-gray-200 bg-white text-gray-700 hover:bg-gray-50 focus:z-10 focus:ring-2 focus:ring-blue-500">
|
77 |
+
<i class="fas fa-puzzle-piece mr-2"></i> ุงูุชุฑููุจ
|
78 |
+
</button>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
|
82 |
+
<!-- Understanding Section -->
|
83 |
+
<section id="understanding" class="section-card bg-white rounded-xl shadow-md p-8 mb-8">
|
84 |
+
<div class="flex items-center mb-6">
|
85 |
+
<div class="bg-blue-100 p-3 rounded-full mr-4">
|
86 |
+
<i class="fas fa-brain text-blue-600 text-xl"></i>
|
87 |
+
</div>
|
88 |
+
<h2 class="text-2xl font-bold text-gray-800">ุงูููู
(4 ููุงุท)</h2>
|
89 |
+
</div>
|
90 |
+
<div class="space-y-4 text-gray-700 leading-relaxed">
|
91 |
+
<p>ุงูุฅูุณุงู ูุงุฆู ุณูุงุณู ุจุงู
ุชูุงุฒ ูุฃูู ูุงุฆู ุนุงููุ ุบูุฑ ุฃู ูุฐุง ูุง ูููู ุฃู ุงูุฅูุณุงู ู
ูุฐ ูุฌุฏ ุนูู ุงูุฃุฑุถ ูุงู ูุงุฆููุง ุนููููุง ุบูุฑ ู
ูุธู
ุ ูู
ุง ูุง ูููุฑ ุฃู ุงูุจุดุฑูุฉ ู
ูุฐ ุจุฏุงูุชูุง ุนุงุดุช ุนุตูุฑูุง ู
ุธูู
ุฉ ู
ู ูุงููู ุงูุบุงุจ ูุญุงูุฉ ุงูุทุจูุนุฉ ุงูุชู ุฃุฑููุช ุงูุฅูุณุงู ูุฏู
ุฑุช ูุณูู ููุฏุฏุช ูุฌูุฏูุ ู
ู
ุง ุงุถุทุฑู ุฅูู ุงูุชูููุฑ ูู ุงูุชูุธูู
ูุงูุณูู
ูุงูุชุญุถุฑุ ูู
ู ููุงู ูุงูุช ุงูุญุงุฌุฉ ุฅูู ุงูุฏููุฉ.</p>
|
92 |
+
<p>ุชูุนุฏ ุงูุฏููุฉ ู
ู ุฃุจุฑุฒ ุงูู
ุคุณุณุงุช ุงูุชู ุนุฑููุง ุงูุฅูุณุงู ูุชูุธูู
ุดุคููู ุงูุฌู
ุงุนูุฉ ูุชุญููู ุงูุฃู
ู ูุงูุงุณุชูุฑุงุฑ. ุบูุฑ ุฃู ุงููุณุงุฆู ุงูุชู ุชุนุชู
ุฏูุง ุงูุฏููุฉ ูู ู
ู
ุงุฑุณุฉ ุณูุทุชูุง ุชูุซูุฑ ุฌุฏูุงู ููุณูููุง ุฏุงุฆู
ูุงุ ุฎุตูุตูุง ุนูุฏู
ุง ูุชุนูู ุงูุฃู
ุฑ ุจุงุณุชุฎุฏุงู
ุงูุนููุ ุญุชู ูุฅู ูุงู ูู ุฅุทุงุฑ ู
ุดุฑูุน.</p>
|
93 |
+
<p>ุงููููุฉ ุงูุชู ุจูู ุฃูุฏููุง ูุจุฏู ุฃููุง ุชูุชู
ู ุฅูู <span class="highlight font-medium">ู
ุฌุฒูุกุฉ ุงูุณูุงุณุฉ</span>ุ ูุชูุฏุฑุฌ ุถู
ู <span class="highlight font-medium">ู
ูููู
ุงูุฏููุฉ</span>ุ ูู <span class="highlight font-medium">ู
ุญูุฑ ุงูุฏููุฉ ุจูู ุงูุญู ูุงูุนูู</span>ุ ูุชุทุฑุญ ุฅุดูุงููุง ููุณูููุง ู
ุญูุฑููุง ู
ูุงุฏู: ูู ุชุณุชู
ุฏ ุงูุฏููุฉ ู
ุดุฑูุนูุชูุง ู
ู ุงุญุชูุงุฑ ุงูุนูู ุงูู
ุดุฑูุนุ ุฃู
ู
ู ุงูุชุฒุงู
ูุง ุจุฑูุญ ุงููุงููู ูุญู
ุงูุฉ ูุฑุงู
ุฉ ุงูู
ูุงุทูููุ</p>
|
94 |
+
<p>ูููุฏุฑุฌ ุชุญุช ูุฐุง ุงูุฅุดูุงู ุชุณุงุคูุงุช ุฃุฎุฑู ู
ู ูุจูู: ูู ููุนุฏ ุงูุนูู ุงูู
ุดุฑูุน ู
ุจุฑุฑูุง ูุงูููุง ูุณูุทุฉ ุงูุฏููุฉุ ููู ูู
ูู ููุฏููุฉ ุฃู ุชุญูู ุบุงูุงุชูุง ุฏูู ุงูู
ุณุงุณ ุจุงูุญู ูุงููุฑุงู
ุฉ ุงูุฅูุณุงููุฉุ</p>
|
95 |
+
</div>
|
96 |
+
</section>
|
97 |
+
|
98 |
+
<!-- Analysis Section (hidden by default) -->
|
99 |
+
<section id="analysis" class="section-card bg-white rounded-xl shadow-md p-8 mb-8 hidden">
|
100 |
+
<div class="flex items-center mb-6">
|
101 |
+
<div class="bg-green-100 p-3 rounded-full mr-4">
|
102 |
+
<i class="fas fa-search text-green-600 text-xl"></i>
|
103 |
+
</div>
|
104 |
+
<h2 class="text-2xl font-bold text-gray-800">ุงูุชุญููู (5 ููุงุท)</h2>
|
105 |
+
</div>
|
106 |
+
<div class="space-y-6 text-gray-700 leading-relaxed">
|
107 |
+
<p>ูููู
ุงููููุฉุ ููุจุบู ุฃู ูููู
ุจุชุญุฏูุฏ ู
ูุงููู
ูุง ุงูุฃุณุงุณูุฉ:</p>
|
108 |
+
|
109 |
+
<div class="grid md:grid-cols-2 gap-6">
|
110 |
+
<div class="bg-blue-50 p-4 rounded-lg">
|
111 |
+
<h3 class="font-bold text-blue-800 mb-2">ุงูุฏููุฉ</h3>
|
112 |
+
<p>ู
ุคุณุณุฉ ุณูุงุณูุฉ ุชุญุชูุฑ ู
ู
ุงุฑุณุฉ ุงูุณูุทุฉ ุฏุงุฎู ู
ุฌุชู
ุน ู
ุนูู ููู ุงููุงููู.</p>
|
113 |
+
</div>
|
114 |
+
<div class="bg-blue-50 p-4 rounded-lg">
|
115 |
+
<h3 class="font-bold text-blue-800 mb-2">ุงูุนูู ุงูู
ุดุฑูุน</h3>
|
116 |
+
<p>ุงุณุชุนู
ุงู ุงูุฏููุฉ ููููุฉ ุจุตูุฉ ูุงููููุฉ ูุชูููุฐ ุณูุทุชูุง.</p>
|
117 |
+
</div>
|
118 |
+
<div class="bg-blue-50 p-4 rounded-lg">
|
119 |
+
<h3 class="font-bold text-blue-800 mb-2">ุฑูุญ ุงููุงููู</h3>
|
120 |
+
<p>ุชูู ุงูู
ุจุงุฏุฆ ุงูุนุงู
ุฉ ุงูุชู ุชุฑู
ู ุฅูู ุชุญููู ุงูุนุฏุงูุฉ ูุงูู
ุณุงูุงุฉ.</p>
|
121 |
+
</div>
|
122 |
+
<div class="bg-blue-50 p-4 rounded-lg">
|
123 |
+
<h3 class="font-bold text-blue-800 mb-2">ุงููุฑุงู
ุฉ</h3>
|
124 |
+
<p>ุงูููู
ุฉ ุงูุฅูุณุงููุฉ ุงูุชู ุชุนูู ุงุญุชุฑุงู
ุงููุฑุฏ ุจุงุนุชุจุงุฑู ุบุงูุฉ ูุง ูุณููุฉ.</p>
|
125 |
+
</div>
|
126 |
+
</div>
|
127 |
+
|
128 |
+
<p>ุฅู ุงูุนูุงูุฉ ุจูู ูุฐู ุงูู
ูุงููู
ุชุจูู ููุง ุงูุชูุงุจู ุจูู ุฏููุฉ ุงูุญู ูุฏููุฉ ุงูุนููุ ูุจุงูุชุงูู ุชูุจุฑุฒ ููุง ุงููููุฉ ุฃุทุฑูุญุฉ ู
ูุงุฏูุง ุฃู ุงูุฏููุฉ ูุง ูุฌุจ ุฃู ุชุคุณุณ ู
ุดุฑูุนูุชูุง ุนูู ุงูุนููุ ุญุชู ูุฅู ูุงู ูุงูููููุงุ ุจู ุนูู ุฑูุญ ุงููุงููู ูุงูุญูุ ูุนูู ุงุญุชุฑุงู
ูุฑุงู
ุฉ ุงูุฅูุณุงู.</p>
|
129 |
+
|
130 |
+
<p class="bg-yellow-50 border-l-4 border-yellow-400 p-4">ูุฌูุงุจูุง ุนูู ุงูุณุคุงู ุงูู
ุฑูู ุจุงููููุฉุ ูููู ุฃู ุงููููุฉ ุชุฏุนู ุฅูู ุฏููุฉ ุงูุญูุ ูุง ุฏููุฉ ุงูููุฉ. ูู
ุง ุชููู
ุญ ุงููููุฉ ุฅูู ุฃู ุงูุนููุ ููู ูุงู ู
ุดุฑูุนูุงุ ููู ูุฏ ูููุฏุฏ ุงูููู
ุงูุชู ูุฌุจ ุฃู ุชููู
ุนูููุง ุงูุฏููุฉ ุงูุนุงุฏูุฉ.</p>
|
131 |
+
|
132 |
+
<p>ุชุนุชู
ุฏ ุงููููุฉ ุนูู ุญุฌุงุฌ ูุงุฆู
ุนูู ุงูุชูุงุจู ูุงูููู ูุงููููุฉ ุชููู (ุงูุนูู ุงูู
ุดุฑูุน) ูุชุซุจุช (ุฑูุญ ุงููุงููู ูุงูุญู ูุงููุฑุงู
ุฉ) ูุงูุบุงูุฉ ู
ู ุฐูู ูู ุฅุธูุงุฑ ุงูุชูุชุฑ ุจูู ู
ูุทู ุงูููุฉ ูู
ูุทู ุงูุญู ูุงููุงูููุ ูู
ุง ุฃู ุงููููุฉ ุชุนุชู
ุฏ ุฃุณููุจ ุงูุงุณุชููุงู
ูู ุงูุณุคุงู ุงูู
ุทุฑูุญ ุชุญุชูุง ููู ุชุจูู ุงูุฅุดูุงููุฉ ุงูุญุงุตูุฉ ุจูู ุงูุญู ูุงูุนูู ุฏุงุฎู ุงูุฏููุฉ.</p>
|
133 |
+
|
134 |
+
<p>ูุชุฌุฏุฑ ุงูุฅุดุงุฑุฉ ุฅูู ุฃู ุฃุทุฑูุญุฉ ุงููููุฉ ููุง ููู
ุฉ ููุณููุฉ ุนู
ููุฉุ ูุฃููุง ุชุจูู ุงูุจุนุฏ ุงูุฃุฎูุงูู ุงูุฅูุณุงูู ุงูุฐู ูุฌุจ ุฃู ุชุธูุฑ ุจู ุงูุฏููุฉ ูุงูุฐู ูููู
ุนูู ู
ุจุงุฏุฆ ุงููุฑุงู
ุฉ ูุงูุนุฏุงูุฉ ุจุฏููุง ู
ู ุงูููู
ูุฉ ูุงูููุฉ. ููู ู
ุง ูุฑุงู ูู ุงูุฃูุธู
ุฉ ุงูุฏูู
ููุฑุงุทูุฉ ุงูุญุฏูุซุฉ ุงูุชู ุชุชุฌูุจ ุงูุฅูุฑุงุท ูู ุงุณุชุนู
ุงู ุงูุนููุ ูุชุนู
ู ุนูู ุถู
ุงู ุงูุญููู ูุงูุญุฑูุงุชุ ุฃู
ุง ุนูู ุงูู
ุณุชูู ุงูููุณูู ููู ุชุจูู ููุง ุฃูุถูุง ุฃู ุงูุฏูู ููุณ ููุง ู
ูุทู ู
ุญุฏุฏ ููู ุฏููุฉ ูู
ูููุง ุฃู ุชูุฌุฃ ููุนูู ูุถู
ุงู ู
ุตุงูุญูุง.</p>
|
135 |
+
</div>
|
136 |
+
</section>
|
137 |
+
|
138 |
+
<!-- Discussion Section (hidden by default) -->
|
139 |
+
<section id="discussion" class="section-card bg-white rounded-xl shadow-md p-8 mb-8 hidden">
|
140 |
+
<div class="flex items-center mb-6">
|
141 |
+
<div class="bg-purple-100 p-3 rounded-full mr-4">
|
142 |
+
<i class="fas fa-comments text-purple-600 text-xl"></i>
|
143 |
+
</div>
|
144 |
+
<h2 class="text-2xl font-bold text-gray-800">ุงูู
ูุงูุดุฉ (5 ููุงุท)</h2>
|
145 |
+
</div>
|
146 |
+
<div class="space-y-8 text-gray-700 leading-relaxed">
|
147 |
+
<p>ุชุชูุงูู ุงููููุฉ ู
ุน ู
ููู <span class="font-bold text-purple-700">ุฌุงูููู ุฑูุณ</span>ุ ุงูุชู ุชุคูุฏ ุนูู ุถุฑูุฑุฉ ุฃู ุชููู
ุงูุฏููุฉ ุนูู ู
ุจุงุฏุฆ ุงูุญู ูุงููุงููู ูุงุญุชุฑุงู
ูุฑุงู
ุฉ ุงูุฅูุณุงู. ูุจุงููุณุจุฉ ุฅูููุงุ ุฅู ุงุณุชุฎุฏุงู
ุงูุฏููุฉ ููุนููุ ููู ูุงู ู
ุดุฑูุนูุงุ ูุฌุจ ุฃู ูููู ู
ุญุฏูุฏูุง ูู
ุคุทุฑูุง ูุงูููููุงุ ูุฃูุง ููุตุจุญ ูุณููุฉ ุฃุณุงุณูุฉ ูู
ู
ุงุฑุณุฉ ุงูุชุณูุท ูุฅุฑูุงุจ ุงูุฏููุฉ ุงูุฐู ููุฏุฏ ุญุฑูุฉ ุงูู
ูุงุทููู ููุถุฑุจ ูู ุงูุนู
ู ุฃุณุงุณ ููุงู
ุงูุฏููุฉ.</p>
|
148 |
+
|
149 |
+
<div class="flex flex-col md:flex-row items-center bg-purple-50 p-4 rounded-lg">
|
150 |
+
<div class="md:w-1/4 mb-4 md:mb-0 flex justify-center">
|
151 |
+
<img src="https://via.placeholder.com/150?text=J.Russ" alt="ุฌุงูููู ุฑูุณ" class="rounded-full h-24 w-24 object-cover philosopher-img border-4 border-purple-200">
|
152 |
+
</div>
|
153 |
+
<div class="md:w-3/4 md:pr-4">
|
154 |
+
<h3 class="font-bold text-purple-800 mb-2">ู
ููู ุฌุงูููู ุฑูุณ</h3>
|
155 |
+
<p>"ุงูุฏููุฉ ุงูุนุงุฏูุฉ ูู ุงูุชู ุชูู
ุงุฑุณ ุณูุทุชูุง ูู ุฅุทุงุฑ ุงุญุชุฑุงู
ุงูุญููู ูุงูุญุฑูุงุชุ ูุชุญูุธ ูุฑุงู
ุฉ ุงูุฅูุณุงู ูู
ุจุฏุฃ ุฃุณุงุณู."</p>
|
156 |
+
</div>
|
157 |
+
</div>
|
158 |
+
|
159 |
+
<p>ูู ุงูู
ูุงุจูุ ููุนุงุฑุถ ูุฐู ุงููููุฉ ู
ููู <span class="font-bold text-red-700">ู
ุงูุณ ููุจุฑ</span>ุ ุงูุฐู ูุฑู ุฃู ุงูุนูู ุงูู
ุดุฑูุน ูู ู
ุง ููู
ูุฒ ุงูุฏููุฉ ุนู ุบูุฑูุง ู
ู ุงูุชูุธูู
ุงุช ุงูุงุฌุชู
ุงุนูุฉ. ูุจุงููุณุจุฉ ููุ ูุง ูู
ูู ุชุตูุฑ ูุฌูุฏ ุฏููุฉ ุฏูู ุฃู ุชุญุชูุฑ ูุญุฏูุง ุญู ุงุณุชุนู
ุงู ุงูููุฉ ุฏุงุฎู ุงูู
ุฌุชู
ุน ููุฑู ุฃู ูุฐุง ุงูุนูู ุถุฑูุฑู ูุจูุงุก ุงููุธุงู
ูุชุญููู ุงูุงุณุชูุฑุงุฑุ ูุงูุนูู ููุณ ุงููุณููุฉ ุงูุนุงุฏูุฉ ุงูุชู ุชูุฌุฃ ููุง ุงูุฏููุฉ ููุฑุถ ุงููุธุงู
ุจู ูู ูุณููุชูุง ุงูู
ู
ูุฒุฉ!</p>
|
160 |
+
|
161 |
+
<div class="flex flex-col md:flex-row items-center bg-red-50 p-4 rounded-lg">
|
162 |
+
<div class="md:w-1/4 mb-4 md:mb-0 flex justify-center">
|
163 |
+
<img src="https://via.placeholder.com/150?text=M.Weber" alt="ู
ุงูุณ ููุจุฑ" class="rounded-full h-24 w-24 object-cover philosopher-img border-4 border-red-200">
|
164 |
+
</div>
|
165 |
+
<div class="md:w-3/4 md:pr-4">
|
166 |
+
<h3 class="font-bold text-red-800 mb-2">ู
ููู ู
ุงูุณ ููุจุฑ</h3>
|
167 |
+
<p>"ุงูุนูู ุงูู
ุดุฑูุน ูู ู
ุง ููู
ูุฒ ุงูุฏููุฉ ุนู ุบูุฑูุง ู
ู ุงูุชูุธูู
ุงุชุ ููู ุถุฑูุฑุฉ ูุงุณุชู
ุฑุงุฑ ุงููุธุงู
."</p>
|
168 |
+
</div>
|
169 |
+
</div>
|
170 |
+
|
171 |
+
<p>ุฅู ุงูุชุนุงุฑุถ ุจูู ุงูู
ููููู ููุฌุณุฏ ุงูุฎูุงู ุจูู ุชุตูุฑ ุฃุฎูุงูู ู
ุซุงูู ููุฏููุฉ ูุญุงู
ูุฉ ููุญููู ูุงููุฑุงู
ุฉุ ูุชุตูุฑ ูุงูุนู ูุนุชุจุฑ ุฃู ุงุณุชู
ุฑุงุฑ ุงูุฏููุฉ ู
ุฑููู ุจูุฏุฑุชูุง ุนูู ูุฑุถ ุณูุทุชูุง ุจูุงุณุทุฉ ุงูุนูู ุงูู
ุดุฑูุน.</p>
|
172 |
+
</div>
|
173 |
+
</section>
|
174 |
+
|
175 |
+
<!-- Synthesis Section (hidden by default) -->
|
176 |
+
<section id="synthesis" class="section-card bg-white rounded-xl shadow-md p-8 mb-8 hidden">
|
177 |
+
<div class="flex items-center mb-6">
|
178 |
+
<div class="bg-indigo-100 p-3 rounded-full mr-4">
|
179 |
+
<i class="fas fa-puzzle-piece text-indigo-600 text-xl"></i>
|
180 |
+
</div>
|
181 |
+
<h2 class="text-2xl font-bold text-gray-800">ุงูุชุฑููุจ (3 ููุงุท)</h2>
|
182 |
+
</div>
|
183 |
+
<div class="space-y-6 text-gray-700 leading-relaxed">
|
184 |
+
<p>ููุฏ ุนุงูุฌูุง ูู ู
ุฑุงุญู ุงูุชุญููู ูุงูู
ูุงูุดุฉ ููุฐู ุงููููุฉ ู
ุดููุฉ ุงูุนูุงูุฉ ุจูู ุงูุนูู ุงูู
ุดุฑูุน ูุงูุญูุ ููู ุชููู
ุงูุฏููุฉ ุนูู ุงูููุฉ ุฃู
ุนูู ุงููุฑุงู
ุฉ. ููุฏ ุญุตุฑูุง ู
ุฌุฒูุกุชูุง ูู ู
ุฌุฒูุกุฉ ุงูุณูุงุณุฉุ ูุฅุทุงุฑูุง ูู ู
ูููู
ุงูุฏููุฉุ ูุจุฏูุฉ ุฃูุซุฑ ูู ู
ุญูุฑ ุงูุฏููุฉ ุจูู ุงูุญู ูุงูุนูู.</p>
|
185 |
+
|
186 |
+
<p>ูุฃุฌุจูุง ุนูู ุณุคุงู ุงููููุฉ ุถู
ู ุงูุชุญููู ูุงูู
ูุงูุดุฉุ ุญูุซ ุจูููุง ุฃู ุฃุทุฑูุญุชูุง ุชู
ุญูุฑุช ุญูู ุถุฑูุฑุฉ ุชุฃุณูุณ ุงูุฏููุฉ ุนูู ุฑูุญ ุงููุงููู ูุงููุฑุงู
ุฉ ุงูุฅูุณุงููุฉุ ุจุฏููุง ู
ู ุงูุงุนุชู
ุงุฏ ุนูู ุงูุนูู ุงูู
ุดุฑูุน ููุณููุฉ ูุญูุฏุฉ ูู
ู
ุงุฑุณุฉ ุงูุณูุทุฉ.</p>
|
187 |
+
|
188 |
+
<p>ุซู
ูุงูุดูุง ูุฐู ุงูุฃุทุฑูุญุฉ ู
ู ุฎูุงู ู
ููู ุฌุงูููู ุฑูุณ ุงูุชู ุฏุนู
ุช ู
ุถู
ูู ุงููููุฉุ ู
ุนุชุจุฑุฉู ุฃู ุงูุฏููุฉ ุงูุนุงุฏูุฉ ูู ุงูุชู ุชูู
ุงุฑุณ ุณูุทุชูุง ูู ุฅุทุงุฑ ุงุญุชุฑุงู
ุงูุญููู ูุงูุญุฑูุงุชุ ูุชุญูุธ ูุฑุงู
ุฉ ุงูุฅูุณุงู ูู
ุจุฏุฃ ุฃุณุงุณู.</p>
|
189 |
+
|
190 |
+
<p>ููู ุงูู
ูุงุจูุ ุงุณุชุญุถุฑูุง ู
ููู ู
ุงูุณ ููุจุฑ ุงูุฐู ุนุงุฑุถ ู
ุถู
ูู ุงููููุฉุ ูุงุนุชุจุฑ ุฃู ุงูุนูู ุงูู
ุดุฑูุน ูู ู
ุง ููู
ูุฒ ุงูุฏููุฉ ุนู ุบูุฑูุง ู
ู ุงูุชูุธูู
ุงุชุ ูุฃูู ุถุฑูุฑุฉ ูุงุณุชู
ุฑุงุฑ ุงููุธุงู
.</p>
|
191 |
+
|
192 |
+
<div class="bg-indigo-50 p-4 rounded-lg border-l-4 border-indigo-400">
|
193 |
+
<p class="font-medium text-indigo-800">ุงูุฎูุงุตุฉ:</p>
|
194 |
+
<p>ุงููุฑู ุจูู ูุฐูู ุงูู
ููููู ูุชู
ุซู ูู ุฃู ุฌุงูููู ุฑูุณ ุชูุคุณุณ ุงูุฏููุฉ ุนูู ุงูู
ุจุงุฏุฆ ุงูุฃุฎูุงููุฉ ูุงููุงููููุฉุ ุจููู
ุง ู
ุงูุณ ููุจุฑ ููุคุณุณูุง ุนูู ู
ุจุฏุฃ ุงูุณูุทุฑุฉ ูุงุญุชูุงุฑ ุงูููุฉ.</p>
|
195 |
+
</div>
|
196 |
+
|
197 |
+
<p>ูุจุงูุชุงููุ ูุฅู ู
ูููู ุงูุดุฎุตู ูุชู
ุซู ูู ุชุฃููุฏ ุงูุชุตูุฑ ุงูุฐู ูุฌุนู ู
ู ุงูุฏููุฉ ุฃุฏุงุฉ ูุฎุฏู
ุฉ ุงูู
ูุงุทููู ูุญู
ุงูุฉ ูุฑุงู
ุชูู
ุ ูุง ูุณููุฉ ููููู
ูุฉ ุนูููู
ุ ูุงูุฏููู ุนูู ุฐูู ู
ุง ูุฑุงู ูู ุฃูุธู
ุฉ ุฏูู
ูุฑุงุทูุฉ ุญุฏูุซุฉ ู
ุซู ุงูุณููุฏ ุฃู ููุฏุงุ ุญูุซ ุชูุงุฒู ุงูุฏููุฉ ุจูู ุณูุทุชูุง ูุงุญุชุฑุงู
ูุง ูุญููู ุงูุฅูุณุงูุ ู
ู
ุง ูุฌุนููุง ุฃูุซุฑ ุงุณุชูุฑุงุฑูุง ูุฃูุฑุจ ุฅูู ู
ูููู
ุฏููุฉ ุงูุญู.</p>
|
198 |
+
</div>
|
199 |
+
</section>
|
200 |
+
|
201 |
+
|
202 |
+
<!-- Footer -->
|
203 |
+
<footer class="mt-12 text-center text-gray-600 text-sm">
|
204 |
+
<p>ุซุงูููุฉ ุงูู
ุฑููููู ุงูุชุฃููููุฉ ยฉ 2025 . ุฌู
ูุน ุงูุญููู ู
ุญููุธุฉ.</p>
|
205 |
+
<div class="flex justify-center space-x-4 mt-2">
|
206 |
+
<a href="#" class="text-blue-600 hover:text-blue-800"><i class="fab fa-twitter"></i></a>
|
207 |
+
<a href="#" class="text-blue-600 hover:text-blue-800"><i class="fab fa-facebook"></i></a>
|
208 |
+
<a href="#" class="text-blue-600 hover:text-blue-800"><i class="fab fa-linkedin"></i></a>
|
209 |
+
</div>
|
210 |
+
</footer>
|
211 |
+
</div>
|
212 |
+
|
213 |
+
<script>
|
214 |
+
// Show the understanding section by default
|
215 |
+
document.addEventListener('DOMContentLoaded', function() {
|
216 |
+
showSection('understanding');
|
217 |
+
});
|
218 |
+
|
219 |
+
function showSection(sectionId) {
|
220 |
+
// Hide all sections
|
221 |
+
document.querySelectorAll('section[id$="Section"]').forEach(section => {
|
222 |
+
section.classList.add('hidden');
|
223 |
+
});
|
224 |
+
|
225 |
+
// Show the selected section
|
226 |
+
document.getElementById(sectionId).classList.remove('hidden');
|
227 |
+
|
228 |
+
// Update active button
|
229 |
+
document.querySelectorAll('button').forEach(btn => {
|
230 |
+
btn.classList.remove('bg-blue-600', 'text-white');
|
231 |
+
btn.classList.add('bg-white', 'text-gray-700');
|
232 |
+
});
|
233 |
+
|
234 |
+
// Highlight the active button
|
235 |
+
const activeBtn = document.querySelector(`button[onclick="showSection('${sectionId}')"]`);
|
236 |
+
activeBtn.classList.remove('bg-white', 'text-gray-700');
|
237 |
+
activeBtn.classList.add('bg-blue-600', 'text-white');
|
238 |
+
}
|
239 |
+
</script>
|
240 |
+
<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=methodya/philo-qawla" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
241 |
+
</html>
|