|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"><head> |
| 3 | + <meta charset="utf-8"> |
| 4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + |
| 7 | + <title>Awar Abdulkarim | Cloud Engineer</title> |
| 8 | + <meta name="description" content="Senior Cloud Engineer and Cloud Native Competency Lead"> |
| 9 | + |
| 10 | + <!-- Open Graph tags --> |
| 11 | + <meta property="og:title" content="Awar Abdulkarim | Cloud Engineer"> |
| 12 | + <meta property="og:description" content="Senior Cloud Engineer and Cloud Native Competency Lead"> |
| 13 | + <meta property="og:url" content="https://notawar.github.io/404.html"> |
| 14 | + |
| 15 | + |
| 16 | + <!-- Color scheme --> |
| 17 | + <meta name="color-scheme" content="dark"> |
| 18 | + <meta name="theme-color" content="#121212"> |
| 19 | + |
| 20 | + <!-- CSS --> |
| 21 | + <link rel="stylesheet" href="/assets/main.css"> |
| 22 | + <link rel="stylesheet" href="/assets/css/style.css"> |
| 23 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"> |
| 24 | + |
| 25 | + <!-- Favicon --> |
| 26 | + <link rel="icon" type="image/png" href="/assets/images/favicon.png"> |
| 27 | + |
| 28 | + <!-- RSS Feed --><link type="application/atom+xml" rel="alternate" href="https://notawar.github.io/feed.xml" title="Awar Abdulkarim | Cloud Engineer" /><!-- LinkedIn Badge Script --> |
| 29 | + <script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script> |
| 30 | + |
| 31 | + <!-- Fix LinkedIn Badge spacing issues --> |
| 32 | + <style> |
| 33 | + /* LinkedIn badge integration styles */ |
| 34 | + .LI-badge-container { |
| 35 | + width: 100% !important; |
| 36 | + text-align: center !important; |
| 37 | + background-color: transparent !important; |
| 38 | + } |
| 39 | + .LI-badge-container .LI-profile-badge { |
| 40 | + margin: 0 auto !important; |
| 41 | + display: inline-block !important; |
| 42 | + } |
| 43 | + .clearfix::after { |
| 44 | + content: ""; |
| 45 | + clear: both; |
| 46 | + display: table; |
| 47 | + } |
| 48 | + </style> |
| 49 | +</head> |
| 50 | +<body> |
| 51 | + <header class="site-header"> |
| 52 | + <div class="container"> |
| 53 | + <a class="site-title" rel="author" href="/">Awar Abdulkarim | Cloud Engineer</a> |
| 54 | + <nav class="site-nav"> |
| 55 | + <input type="checkbox" id="nav-trigger" class="nav-trigger" /> |
| 56 | + <label for="nav-trigger"> |
| 57 | + <span class="menu-icon"> |
| 58 | + <svg viewBox="0 0 18 15" width="18px" height="15px"> |
| 59 | + <path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/> |
| 60 | + </svg> |
| 61 | + </span> |
| 62 | + </label> |
| 63 | + |
| 64 | + <div class="trigger"> |
| 65 | + <ul><li><a class="page-link" href="/">Home</a></li><li><a class="page-link" href="/cv/">CV</a></li><li><a class="page-link" href="/contact/">Contact</a></li></ul> |
| 66 | + </div> |
| 67 | + </nav> |
| 68 | + </div> |
| 69 | + </header> |
| 70 | + |
| 71 | + <main class="page-content" aria-label="Content"> |
| 72 | + <div class="container"> |
| 73 | + <div class="error-page"> |
| 74 | + <h1>404</h1> |
| 75 | + <h2>Page Not Found</h2> |
| 76 | + <p>The page you're looking for doesn't exist or has been moved.</p> |
| 77 | + |
| 78 | + <div class="error-actions"> |
| 79 | + <a href="/" class="btn primary-btn">Go Home</a> |
| 80 | + <a href="/cv" class="btn">View CV</a> |
| 81 | + <a href="/contact" class="btn">Contact Me</a> |
| 82 | + </div> |
| 83 | +</div> |
| 84 | + |
| 85 | +<style> |
| 86 | + .error-page { |
| 87 | + text-align: center; |
| 88 | + padding: 60px 0; |
| 89 | + } |
| 90 | + |
| 91 | + .error-page h1 { |
| 92 | + font-size: 8em; |
| 93 | + margin: 0; |
| 94 | + color: #0366d6; |
| 95 | + line-height: 1; |
| 96 | + } |
| 97 | + |
| 98 | + .error-page h2 { |
| 99 | + margin-top: 0; |
| 100 | + margin-bottom: 30px; |
| 101 | + } |
| 102 | + |
| 103 | + .error-actions { |
| 104 | + margin: 30px 0; |
| 105 | + } |
| 106 | + |
| 107 | + .error-actions .btn { |
| 108 | + display: inline-block; |
| 109 | + padding: 10px 20px; |
| 110 | + margin: 0 10px; |
| 111 | + border-radius: 4px; |
| 112 | + background-color: #f6f8fa; |
| 113 | + color: #24292e; |
| 114 | + text-decoration: none; |
| 115 | + } |
| 116 | + |
| 117 | + .error-actions .primary-btn { |
| 118 | + background-color: #0366d6; |
| 119 | + color: white; |
| 120 | + } |
| 121 | + |
| 122 | + .search-box { |
| 123 | + max-width: 500px; |
| 124 | + margin: 40px auto 0; |
| 125 | + } |
| 126 | + |
| 127 | + .search-box input { |
| 128 | + padding: 10px; |
| 129 | + width: 70%; |
| 130 | + border: 1px solid #e1e4e8; |
| 131 | + border-radius: 4px 0 0 4px; |
| 132 | + font-size: 16px; |
| 133 | + } |
| 134 | + |
| 135 | + .search-box button { |
| 136 | + padding: 10px 15px; |
| 137 | + background-color: #0366d6; |
| 138 | + color: white; |
| 139 | + border: none; |
| 140 | + border-radius: 0 4px 4px 0; |
| 141 | + font-size: 16px; |
| 142 | + cursor: pointer; |
| 143 | + } |
| 144 | +</style> |
| 145 | + |
| 146 | + </div> |
| 147 | + </main> |
| 148 | + |
| 149 | + <footer class="site-footer"> |
| 150 | + <div class="container"> |
| 151 | + <div class="footer-col-wrapper"> |
| 152 | + <div class="footer-col"> |
| 153 | + <p>Senior Cloud Engineer and Cloud Native Competency Lead</p> |
| 154 | + </div> |
| 155 | + <div class="footer-col"> |
| 156 | + <ul class="social-links"><li><a href="https://github.com/NotAwar">GitHub</a></li><li><a href="https://www.linkedin.com/in/notawar">LinkedIn</a></li></ul> |
| 157 | + </div> |
| 158 | + </div> |
| 159 | + <div class="copyright"> |
| 160 | + <p>© 2025 Awar. All rights reserved.</p> |
| 161 | + </div> |
| 162 | + </div> |
| 163 | + </footer> |
| 164 | +</body> |
| 165 | +</html> |
0 commit comments