-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (127 loc) · 5.3 KB
/
index.html
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Awar Abdulkarim - Senior Cloud Engineer</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #f4f4f4;
color: #333;
}
header {
background: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}
header h1 {
margin: 0;
}
nav ul {
list-style: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 10px;
}
nav ul li a {
color: #fff;
text-decoration: none;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 20px 0;
}
#about, #experience, #projects, #certifications, #contact {
background: #fff;
padding: 20px;
margin: 20px 0;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h2 {
color: #333;
text-align: center;
}
.project-item {
margin-bottom: 20px;
}
.project-item h3 {
margin-bottom: 10px;
}
.experience-item, .certification-item {
margin-bottom: 20px;
}
footer {
text-align: center;
padding: 10px;
background: #333;
color: #fff;
margin-top: 20px;
}
footer a {
color: #fff;
text-decoration: none;
margin: 0 5px;
}
</style>
</head>
<body>
<header>
<h1>Awar Abdulkarim</h1>
<p>Senior Cloud Engineer | Competency Lead for Cloud Native | Sopra Steria</p>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="container">
<section id="about">
<h2>About Me</h2>
<p>I am a Senior Cloud Engineer at Sopra Steria, currently serving as the Competency Lead for Cloud Native. With a bachelor's degree in Electronics and IT Engineering from OsloMet, I have built a strong foundation in cloud services, architecture, and DevOps practices. My expertise spans across various programming languages, including VHDL, Python, C++, and more, with a focus on creating scalable and efficient cloud-native solutions.</p>
<p>I'm passionate about driving innovation in cloud technologies and leading teams to deliver cutting-edge solutions that meet business needs. My experience in both high-level and low-level programming, along with a deep understanding of cloud platforms like Microsoft Azure, allows me to tackle complex challenges in modern software development.</p>
</section>
<section id="experience">
<h2>Experience</h2>
<div class="experience-item">
<h3>Senior Engineer | Sopra Steria</h3>
<p><strong>July 2024 - Present | Oslo, Norway</strong></p>
<p>Leading cloud-native initiatives and overseeing projects on Microsoft Azure. In this role, I focus on developing cloud infrastructure, enhancing DevOps practices, and mentoring junior engineers.</p>
</div>
<div class="experience-item">
<h3>Cloud Engineer | Sopra Steria</h3>
<p><strong>August 2022 - Present | Oslo, Norway</strong></p>
<p>Specialized in programming and infrastructure, contributing to the development of scalable cloud solutions and improving deployment processes.</p>
</div>
<div class="experience-item">
<h3>IT Employee | OsloMet – Storbyuniversitetet</h3>
<p><strong>August 2021 - August 2022 | Kjeller, Norway</strong></p>
<p>Provided technical support and contributed to various IT projects within the university, focusing on automation and system management.</p>
</div>
<div class="experience-item">
<h3>Technician | Bydel Bjerke</h3>
<p><strong>September 2019 - June 2020 | Oslo, Norway</strong></p>
<p>Worked as a sound and light technician for public events, managing technical systems and ensuring smooth operations during events.</p>
</div>
<div class="experience-item">
<h3>Consultant | SOS-barnebyer Norge</h3>
<p><strong>April 2019 - September 2019 | Oslo, Norway</strong></p>
<p>Participated in the "Sammen" project, helping unaccompanied minors integrate into Norwegian society by providing support and guidance.</p>
</div>
</section>
<sec