-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (113 loc) · 3.54 KB
/
index.html
File metadata and controls
124 lines (113 loc) · 3.54 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<title>welcome to 201 level</title>
<style>
body
{
text-align: center;
}
ul li
{
display: inline;
padding: 10px;
margin-left: 20px;
}
ul
{
margin-bottom: 150px;
}
#firstItem {
background-color: rgb(58, 85, 109);
}
#firstItem a {
text-decoration: none;
color: rgb(92, 250, 0);
}
.listItems {
background-color: rgb(58, 85, 109);
}
.listItems a
{
color: rgb(92, 250, 0);
text-decoration: none;
}
#images img
{
width : 150px;
}
#edu
{
color: rgb(255, 148, 148);
background-color: black;
border-radius: 20px;
}
footer
{
background-color: rgb(87, 87, 87);
color: wheat;
text-align: left;
}
</style>
</head>
<body>
<header>
<h1>IBRAHEM ALOMARI</h1>
<nav>
<ul>
<li id="firstItem"><a href="#">Home</a></li>
<li class="listItems"><a href="#">About</a></li>
<li class="listItems"><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div id="images">
<img src="https://media0.giphy.com/media/LmNwrBhejkK9EFP504/giphy.gif" alt="">
<img src="https://media0.giphy.com/media/LmNwrBhejkK9EFP504/giphy.gif" alt="">
<img src="https://media0.giphy.com/media/LmNwrBhejkK9EFP504/giphy.gif" alt="">
<img src="https://media0.giphy.com/media/LmNwrBhejkK9EFP504/giphy.gif" alt="">
<img src="https://media0.giphy.com/media/LmNwrBhejkK9EFP504/giphy.gif" alt="">
<img src="https://media0.giphy.com/media/LmNwrBhejkK9EFP504/giphy.gif" alt="">
</div>
<article>
<h1 class="lap01">About me :</h1>
<p style="color: rgb(252, 156, 11);">
Skilled web developer strong fresh graduate
The ability to communicate between people and extensive knowledge
in the field of information technology, especially in the field of web
applications, and I never reply with a rejection.
I aim to contribute and participate in your company by searching for a
position to benefit from my experience and to perform and expand my
capabilities, which will enhance my career, and I am committed and
hardworking and have a positive attitude towards challenges and
opportunities.
</p>
<h4>Education</h4>
<p id="edu">
Code 401
ABDUL AZIZ ALGHURAIR SCHOOL OF ADVANCED COMPUTING,
AMMAN | 4/2021 - 10/2021
(IN - PROCESS) <br>
Intensive program in software development(ASAC)
Salman AlABDUL AZIZ ALGHURAIR SCHOOL OF ADVANCED
COMPUTING Farsi , AMMAN | 4/2021 - 4/2021
(IN - PROCESS)<br>
Bachelor of Computer Science
AL ALBAYT UNIVERSITY, ALMAFRAQ | 2016 - 2021
(GOOD - 74%)<br>
High School , Scientific specialization
Salman Al Farsi , ALMAFRAQ | 2016
Description of the education/course.
</p>
</article>
</main>
<footer>
© ASAC 2021
</footer>
<script>
// prompt('welcome all, are you having good time?');
</script>
<script src="app.js"></script>
</body>
</html>