Skip to content

Commit 181278e

Browse files
authored
Revise index.html for Zx_RieOS v1.2.2 release
Updated the HTML structure, title, and styling for Zx_RieOS v1.2.2.
1 parent 04ce76f commit 181278e

1 file changed

Lines changed: 35 additions & 15 deletions

File tree

index.html

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,53 @@
1-
<!
2-
3-
1+
<!--file= index.html
2+
<!-- repo= Jabri_RiemannOS
43

54

65
<!DOCTYPE html>
76
<html lang="ar" dir="rtl">
87
<head>
98
<meta charset="UTF-8">
109
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
<title>Jabri-RiemannOS - Al-Jabri</title>
10+
<title>Zx_RieOS v1.2.2 - Al-Jabri</title>
1211
<style>
13-
body{background:#0a0a0a;color:#e0e0e0;font-family:'Tajawal',Arial;text-align:center;padding:30px 15px;line-height:1.8}
14-
h1{color:#6ae3ff;font-size:2.2em;margin:10px 0}
15-
h3{color:#6ae3ff;font-weight:400;font-size:1.2em}
12+
html,body{min-height:100%}
13+
body{background:#0a0a0a;color:#e0e0e0;font-family:'Tajawal',Arial;text-align:center;padding:40px 20px;margin:0}
14+
h1{color:#6ae3ff;font-size:2.5em;margin-bottom:10px}
15+
h2{color:#6ae3ff;font-size:1.2em;font-weight:400}
1616
img{border-radius:50%;border:4px solid #6ae3ff;width:140px;height:140px;object-fit:cover;margin:20px 0}
17-
.btn{display:inline-block;background:#6ae3ff;color:#000;padding:12px 24px;border-radius:8px;text-decoration:none;margin:6px;font-weight:bold;font-size:14px}
17+
.btn{display:inline-block;background:#6ae3ff;color:#000;padding:14px 28px;border-radius:10px;text-decoration:none;margin:8px;font-weight:bold;border:none;cursor:pointer;font-size:1em;font-family:'Tajawal',Arial}
1818
.btn:hover{background:#4dc3ff}
19+
.doi{color:#aaa;font-size:0.9em;margin-top:30px;margin-bottom:40px}
20+
.books{display:none;margin-top:20px}
21+
.books.show{display:block}
22+
.books a{color:#6ae3ff;text-decoration:none;font-size:1.15em;line-height:2.8;display:block}
23+
.books a:hover{text-decoration:underline}
1924
</style>
25+
<script>
26+
function toggleBooks() {
27+
document.getElementById('books').classList.toggle('show');
28+
}
29+
</script>
2030
</head>
2131
<body>
22-
2332
<img src="Jabri_photo.png" alt="Al-Jabri">
24-
<h1>Jabri-RiemannOS</h1>
25-
<h3>م. عبدالله محمد ناصر الجبري</h3>
33+
<h1>Zx_RieOS v1.2.2</h1>
34+
<h2>Zero-Parameter Theory of Everything</h2>
35+
<p>م. عبدالله محمد ناصر الجبري</p>
36+
<p>باحث مستقل في الرياضيات والفيزياء النظرية</p>
37+
38+
<a class="btn" href="https://github.com/Jabri-web/Zx_RieOS_v1.2/releases/tag/v1.2.2">تحميل v1.2.2</a>
39+
<a class="btn" href="https://colab.research.google.com/github/Jabri-web/Zx_RieOS_v1.2/blob/main/Zx_all.ipynb">Colab</a>
40+
41+
<p class="doi">DOI: 10.5281/zenodo.XXXXXXXX</p>
2642

27-
<p><b>Independent Researcher in Mathematics & Theoretical Physics</b></p>
43+
<button class="btn" onclick="toggleBooks()">الكتب Books</button>
2844

29-
<a class="btn" href="https://github.com/Jabri-web">🌐 زيارة بروفايل GitHub</a>
30-
<a class="btn" href="https://colab.research.google.com/github/Jabri-web/Jabri-RiemannOS/blob/main/Copy_of_Zx_all.ipynb">تشغيل على Colab</a>
45+
<div id="books" class="books">
46+
<a href="pdfs/History.pdf" target="_blank">1. History / كتب تاريخية</a>
47+
<a href="pdfs/Relations.pdf" target="_blank">2. Relations / كتب انساب</a>
48+
<a href="pdfs/Yemen_Tradition.pdf" target="_blank">3. Yemen Tradition / تراث يمني</a>
49+
<a href="pdfs/Yemen_Tourist.pdf" target="_blank">4. Yemen Tourist / السياحة في اليمن</a>
50+
</div>
3151

3252
</body>
33-
</html>
53+
</html>

0 commit comments

Comments
 (0)