-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (100 loc) · 3.49 KB
/
index.html
File metadata and controls
105 lines (100 loc) · 3.49 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
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<title>ABOUT ME</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
</head>
<body>
<header>
<h1>Interview With Sultan Elayan </h1>
<br>
<br>
<nav>
<ul>
<li><a href="#">HOME</a></li>
<li><a href="https://github.com/sultan-elayan">GITHUB PROFILE</a></li>
<li><a href="https://www.linkedin.com/in/sultan-elayan-77702591/">LINKEDIN PROFILE</a></li>
<li><a href="https://asac.ltuc.com/">ABOUT US</a></li>
</ul>
</nav>
</header>
<main>
<br>
<br>
<br>
<br>
<br>
<article>
<h2>Let's go</h2>
<br>
<br>
<br>
<hr>
<h3>My Biography</h3>
<br>
<br>
<p><b> I'm Sultan Elayan my age is 29 years old and i was born in amman
and i'm married and father to
one daughter , i'm Skilled mechatronics engineer who excels at
multiple tasks and working under pressure.</b></p>
<br>
<br>
<br>
<hr>
<h3>My Education</h3>
<br>
<ul>
<li>ASAC - Scholarship - Software Development - 2021</li>
<li>Al-Balqaʼ Applied University - Bachelor's Degree - Mechatronics Engineering - 2016 </li>
<li>Al-Balqaʼ Applied University - Diploma - Industrial Automation - 2012 </li>
<li>Jabir Ibn Hayyan - High school - Industrial Electronics - 2010</li>
</ul>
<br>
<br>
<hr>
<h3>My Job Experience</h3>
<br>
<ul>
<li>Technical Sales Engineer - Obaido Electric Supplies - 2021</li>
<li>Maintenance Engineer - Abu Odeh Bros .Co - 2020</li>
<li>Maintenance Engineer - Overseas porcelain industry - 2018</li>
<li>Production Manager - Regional Plastic Packages .Co - 2016</li>
<li>CNC Operator - A.S.Joints - 2016</li>
<li>Maintenance Technician and Indoor Sales - Torch For Industrial Equipment - 2012</li>
</ul>
<br>
<br>
<hr>
<h3>My Goals </h3>
<br>
<p><b>Now im trainee with ASAC to learn about new world in software
devlopment , and im enjoying to donig that , and i want to be an professional programmer
</b></p>
<br>
<br>
<hr>
<h3>My Top 10 Favorite Movies</h3>
<ol>
<li>Harry Potter</li>
<li>The Lord of the Rings</li>
<li>The Godfather</li>
<li>The Shawshank Redemption</li>
<li>Catch Me If You Can</li>
<li>Cast Away</li>
<li>Shutter Island</li>
<li>Inception</li>
<li>Siccîn</li>
<li>Saw</li>
</ol>
</article>
</main>
<footer>
© All Rights Reserved To Sultan Elayan
</footer>
<script src="js/app.js"></script>
</body>
</html>