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