forked from Daour211/About-Me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (93 loc) · 3.43 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
<!DOCTYPE html>
<html>
<head>
<title> About Me </title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>About Me Game</h1>
</header>
<main>
<h3> About me:</h3>
<p id="firstParagraph">
I am Abdelrahman Mohammad. I am Civil Engineer graduated from AUM University.
I have registered in Software Development course in LTUC to learn about programming and enahcne myself in
this filed.
</p>
<p id="secondParagraph">
<div>
<p id="workexp">
Work Experience:
</p>
<ul id="firstlist">
<li>
Customer Service <br>
The internship is about the BRT project; the part of the project which HCC is in charge of it is the
Sport City circle where I did my internship. This part of the BRT project is to construct two bridges
and bus station. The internship was field training which involves:observing, checking the construction
works and reading the drawings of the project.
Amman
December-2019 – March 2020
</li>
<li>
Internship: <br>
The internship is about the BRT project; the part of the project which HCC is in charge of it is the
Sport City circle where I did my intternship. This part of the BRT project is to construct two bridges
and bus station. The internship was field training which involves:observing, checking the construction
works and reading the drawings of the project.
Amman
December-2019 – March 2020
</li>
</ul>
</div>
<div>
<p id="education">
Educations History:
</p>
<ul id="secondlist">
<li>
Software Development Training Course
Luminus Technical University College
Ongoing
</li>
<li>
Bachelor of Civil Engineering
American University of Madaba
Madaba, Jordan 2018
</li>
<li>
Al-Ittihad School
Amman
2013
</li>
</ul>
</div>
</p>
<p id="thirdParagraph">
I am looking forward to become a full-stack developer after taking the course of Software Development, and
keep learning and progressing in this field.
</p>
<ol>
<h5> Top 10 players in the History of Football</h5>
<li>Pele</li>
<li>Maradona</li>
<li>Messi</li>
<li>Cristiano Ronaldo </li>
<li>Ronaldo</li>
<li>Ronaldinho</li>
<li>Beckenbauer</li>
<li>Cruyff</li>
<li>Maldini</li>
<li>Zinedine Zidane</li>
</ol>
</main>
<footer>
<p>
copyright©Daour
</p>
</footer>
<script src="js/app.js"></script>
</body>
</html>