-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (66 loc) · 2.46 KB
/
index.html
File metadata and controls
75 lines (66 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mohammad.A</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<img id="myimg" src="img/IMG_9855.jpg" alt="me">
<h1>MOHAMMAD ATTA</h1>
<nav><ul>
<li><p class="pa">em: mohammadatta97@gmail.com</p></li>
<li><p class="pa">phone: 00962798702552</p></li>
<li><a href="https://www.linkedin.com/in/mohammad-atta-96b5711b2/">linkedin</a></li>
<li><a href="https://github.com/mr-atta">github</a></li>
</ul></nav>
<hr>
<script src="js/app.js"></script>
</header>
<main>
<br> <br> <br>
<article>
<section class="mainsection">
<h2>EDUCATION</h3>
<hr>
<ul>
<li>Software Development at Luminus Technical University College (LTUC)-ASAC -04/2021-Present</li>
<br><br>
<li>BSc of electrical power engineering at Faculty of Engineering Technological, Jordan University of Al-Balqa' Applied University (BAU) 2016 - 2020 </li>
</ul>
<!-- <p>Software Development at Luminus Technical University College (LTUC)-ASAC -04/2021-Present <br><br> BSc of electrical power engineering at Faculty of Engineering Technological, Jordan University of Al-Balqa' Applied University (BAU) 2016 - 2020 </p> -->
<br>
</section>
</article>
<article>
<section class="mainsection">
<h2>WORK EXPERIENCE</h3>
<hr>
<ul>
<li>Training at The Jordanian Electricity Company for limited contribution(JEPCO).</li>
<br><br>
<li>Trader in Cryptocurrency Market as Independent work.</li>
</ul>
<!-- <p>Training at The Jordanian Electricity Company for limited contribution(JEPCO). <br><br> Trader in Cryptocurrency Market as Independent work.</p> -->
<br>
</section>
<section>
<h3>Top Ten: Drink And Eat</h4>
<ol id="ls">
<li>Coffee</li>
<li>Tea</li>
<li>Nescafe</li>
<li>Fruit cocktail</li>
<li>Juices</li>
<li>Maftool</li>
<li>Mansaf</li>
<li>Burger</li>
<li>biryani</li>
<li>pizza</li>
</ol>
</section>
</article>
</main>
<footer></footer>
</body>
</html>