Skip to content

Commit d41907c

Browse files
committed
Deploying to gh-pages from @ 29a784b 🚀
0 parents  commit d41907c

File tree

14 files changed

+1610
-0
lines changed

14 files changed

+1610
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
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>&copy; 2025 Awar. All rights reserved.</p>
161+
</div>
162+
</div>
163+
</footer>
164+
</body>
165+
</html>

about/index.html

Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
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>About | 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="About">
12+
<meta property="og:description" content="Senior Cloud Engineer and Cloud Native Competency Lead">
13+
<meta property="og:url" content="https://notawar.github.io/about/">
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><header class="site-header">
51+
52+
<div class="wrapper">
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" />
56+
<label for="nav-trigger">
57+
<span class="menu-icon"></span>
58+
</label>
59+
60+
<div class="nav-items">
61+
<a class="nav-item" href="/about/">About</a>
62+
<a class="nav-item" href="/contact/">Contact</a>
63+
<a class="nav-item" href="/cv/">CV</a>
64+
<a class="nav-item" href="/cv/">CV</a>
65+
<a class="nav-item" href="/contact/">Contact</a>
66+
<a class="nav-item" href="/">Home</a>
67+
<a class="nav-item" href="/">Home</a>
68+
<a class="nav-item" href="/linkedin-cv/">LinkedIn CV</a>
69+
<a class="nav-item" href="/linkedin-extended.html">Home</a>
70+
</div>
71+
72+
</nav>
73+
</div>
74+
</header>
75+
<main class="page-content" aria-label="Content">
76+
<div class="wrapper">
77+
<article class="post">
78+
79+
<header class="post-header">
80+
<h1 class="post-title">About</h1>
81+
</header>
82+
83+
<div class="post-content">
84+
<div class="about-section">
85+
# About This Site
86+
87+
LinkedIn's character limits make it challenging to explore complex technical topics in depth. This site hosts expanded versions of my LinkedIn posts, providing:
88+
89+
- Detailed technical explanations
90+
- Complete code examples
91+
- Step-by-step tutorials
92+
- Additional resources and references
93+
94+
## About Me
95+
96+
I'm a Senior Engineer at Sopra Steria with expertise in cloud architecture and DevOps. I'm passionate about sharing knowledge and insights that help others solve complex technical problems.
97+
98+
<div class="linkedin-badge-container">
99+
<div class="badge-base LI-profile-badge" data-locale="no_NO" data-size="large" data-theme="dark" data-type="HORIZONTAL" data-vanity="notawar" data-version="v1"><a class="badge-base__link LI-simple-link" href="https://no.linkedin.com/in/notawar?trk=profile-badge">Awar Abdulkarim</a></div>
100+
</div>
101+
102+
<div class="tech-icons">
103+
104+
<span class="tech-icon">Cloud Architecture</span>
105+
<span class="tech-icon">DevOps</span>
106+
<span class="tech-icon">Kubernetes</span>
107+
<span class="tech-icon">Automation</span>
108+
109+
</div>
110+
111+
## Connect With Me
112+
113+
<div class="connect-buttons">
114+
<a href="https://www.linkedin.com/in/notawar" class="connect-btn linkedin-btn">LinkedIn</a>
115+
<a href="https://github.com/NotAwar" class="connect-btn github-btn">GitHub</a>
116+
</div>
117+
</div>
118+
119+
</div>
120+
121+
</article>
122+
123+
</div>
124+
</main><link id="fa-stylesheet" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css">
125+
126+
<footer class="site-footer h-card">
127+
<data class="u-url" value="/"></data>
128+
129+
<div class="wrapper">
130+
131+
<div class="footer-col-wrapper">
132+
<div class="footer-col">
133+
<ul class="contact-list">
134+
135+
</ul>
136+
</div>
137+
<div class="footer-col">
138+
<p>Senior Cloud Engineer and Cloud Native Competency Lead</p>
139+
</div>
140+
</div>
141+
142+
<div class="social-links"><ul class="social-media-list">
143+
<li>
144+
<a href="https://notawar.github.io/feed.xml" target="_blank" title="Subscribe to syndication feed">
145+
<svg class="svg-icon grey" viewbox="0 0 16 16">
146+
<path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194
147+
11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0
148+
13.806c0-1.21.983-2.195 2.194-2.195zM10.606
149+
16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"
150+
/>
151+
</svg>
152+
</a>
153+
</li>
154+
</ul>
155+
</div>
156+
157+
</div>
158+
159+
</footer>
160+
161+
</body>
162+
163+
</html>

0 commit comments

Comments
 (0)