-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdel.html
More file actions
96 lines (76 loc) · 4.34 KB
/
Copy pathAdel.html
File metadata and controls
96 lines (76 loc) · 4.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!-file=index.html
<!--repo= Jabri_RiemannOS
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="theme-color" content="#000">
<meta name="color-scheme" content="dark">
<title>Eng. Abdulla Al-Jabri - P8</title>
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap" rel="stylesheet">
<style>
:root{color-scheme:dark}
*{margin:0;padding:0;box-sizing:border-box}
html,body{background:#000!important;color:#e0e0e0;font-family:'Cairo',Tahoma,sans-serif;min-height:100vh;display:flex;flex-direction:column}
.header{width:100%;background:#0a0a0a;border-bottom:2px solid #00ffc8;padding:25px 20px;text-align:center;box-shadow:0 0 20px rgba(0,255,200,0.2)}
.header .name{font-size:26px;color:#6ae3ff;font-weight:bold}
.header .name-ar{font-size:21px;color:#aaa;margin-top:6px}
.header .title{font-size:17px;color:#fff;margin-top:8px}
.header .title-ar{font-size:16px;color:#777;margin-top:4px}
.wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:15px;padding:25px 20px 35px}
.circle{width:120px;height:120px;border:3px solid #00ffc8;border-radius:50%;background:#0a0a0a;box-shadow:0 0 30px rgba(0,255,200,0.3);overflow:hidden;margin-top:10px}
.circle img{width:100%;height:100%;object-fit:cover}
.title-box{background:#0a0a0a;border:2px solid #00ffc8;border-radius:12px;padding:16px 40px;color:#00ffc8;font-size:22px;font-weight:bold;min-width:280px;text-align:center;box-shadow:0 0 20px rgba(0,255,200,0.2)}
a.box{background:#0a0a0a;border:2px solid #1e1e2f;border-radius:12px;padding:16px 40px;color:#00ffc8;font-size:20px;font-weight:bold;min-width:280px;text-align:center;text-decoration:none;transition:0.3s;display:block;cursor:pointer}
a.box:active{transform:scale(0.97);background:#111;box-shadow:0 0 25px rgba(0,255,200,0.4)}
.row{display:flex;gap:12px}
.row a.box{min-width:135px;padding:16px 20px;font-size:18px}
.sub{font-size:14px;color:#777;margin-bottom:4px}
.footer{width:100%;background:#0a0a0a;border-top:2px solid #00ffc8;padding:25px 20px;text-align:right;margin-top:auto}
.contact-title{font-size:22px;color:#00ffc8;font-weight:bold;margin-bottom:12px;border-bottom:1px solid #1e1e2f;padding-bottom:8px}
.contact-list{list-style:none;margin:0 0 15px 0}
.contact-list li{margin:10px 0;font-size:17px;color:#aaa}
.contact-list b{color:#e0e0e0;margin-left:6px}
.contact-list a{color:#6ae3ff;text-decoration:none;border-bottom:1px solid #6ae3ff}
.slogan{text-align:center;font-size:18px;color:#00ffc8;font-weight:bold;margin-top:15px;padding-top:15px;border-top:1px solid #1e1e2f}
</style>
</head>
<body>
<div class="header">
<div class="name">Adel Al-Jabri</div>
<div class="name-ar">عادل محمد ناصر الجبري</div>
<div class="title">Independent Researcher in Mathematics & Theoretical Physics</div>
<div class="title-ar">باحث مستقل في الرياضيات والفيزياء النظرية</div>
</div>
<div class="wrap">
<div class="circle">
<img src="Image/Yemen2026.png" alt="Adel Al-Jabri">
</div>
<div class="title-box"> الموقع- Jabri Site</div>
<div class="row">
<a href="Profile.html" class="box">Profile</a>
<a href="Collab.html" class="box">Collab</a>
</div>
<a href="History-pdf.html" class="box">
<div class="sub">كتب التاريخ</div>
History-pdf.html
</a>
<a href="Dbase.html" class="box">
<div class="sub">قواعد البيانات</div>
Dbase.html
</a>
</div>
<div class="footer">
<div class="contact-title">Contact</div>
<ul class="contact-list">
<li><b>ORCID:</b> <a href="https://orcid.org/0009-0001-1319-3622" target="_blank">0009-0001-1319-3622</a></li>
<li><b>Email:</b> <a href="mailto:jabri62018@gmail.com">jabri62018@gmail.com</a></li>
<li><b>Research Site:</b> <a href="Pages-Researches.html" target="_blank">Pages-Researches.html</a></li>
<li><b>Library Site:</b> <a href="Yemen-library.html" target="_blank">Yemen-library.html</a></li>
<li><b>Gateway Site:</b> <a href="Router-all.html" target="_blank">Router-all.html</a></li>
</ul>
<div class="slogan">من صنعاء إلى الكون / From Sana'a to the Universe</div>
</div>
</body>
</html>