-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (88 loc) · 3.03 KB
/
index.html
File metadata and controls
103 lines (88 loc) · 3.03 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
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profile Page</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Trirong">
</head>
<body>
<img class="profile" src="tutorial-img-modified.png" alt="html-logo">
<h1>Mohammed Ajlan</h1>
<h2>IT Graduate</h2>
<p class ="p1">Astute and performance driven IT professional, leveraging a high degree of comprehensive experience improving service and functionality whilst working closely in a consultative manner with clients to meet and surpass user expectations. Accustomed with strong technical and business aptitude, with inherent technological expertise in achieving quality work output. Critical thinking and investigatory talents, able to analyze and interpret the root cause of various concerns, devising
suitable solutions for resolution. Seeking a new and challenging role, where I am certain my skills and experience will
render me an asset to your team.</p>
<hr class ="new">
<table class="center">
<tr>
<th>Email</th>
<td><a href="mohammad.a.3.ma@gmail.com"> mohammad.a.3.ma@gmail.com</a>
</td>
</tr>
<tr>
<th>Phone Number </th>
<td><a href="tel:+966 53 382 3992">+966 53 382 3992</a>
</td>
</tr>
<tr>
<th>Linkedin</th>
<td>
<a href="https://www.linkedin.com/in/mohammedajlan24/">Mohammed Ajlan</a>
</td>
</tr>
<th>Github</th>
<td><a href="https://github.com/Moh248">
Moh248</a>
</td>
</table>
<hr class ="new">
<table class="bottom">
<tr>
<td>
<h4> <em>Experince</em></h4>
<h5>Job Title</h5>
Company Name
<br>
2020-2021
<h5>Achivments</h5>
<ol></ol>
<li>First</li>
<li>Second</li>
<li>Third</li>
<h4> <em>Education</em></h4>
<h5>Bachelor of Information Technology</h5>
Queensland University of Technology
<br>
2019-2021
</td>
<td>
<h4> <em>Soft Skills</em></h4>
<ul>
<li>Problem Solving</li>
<li>Teamwork</li>
<li>Adaptabilty</li>
<li>Self-Education</li>
</ul>
<h4> <em>Technical Skills</em></h4>
<ul>
<li>C</li>
<li>C++</li>
<li>C#</li>
</ul>
<h4> <em>Languages</em></h4>
<ul>
<li>Arabic</li>
<li>English</li>
</ul>
</td>
</tr>
</table>
<a href="contact me.html"
class="button">Contact me </a>
</a>
</body>
</html>