-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (52 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<title>portfolio</title>
<meta charset="utf-8" name="description" content="personal web site">
<link href="style.css" rel="stylesheet">
<link href="../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body>
<div class="box">
<img src="fadi.jpg" alt="fadi" class="img-box">
<h1>Fadi Omar</h1>
<h5>Civil Engineering -Web developer
</h5>
<h2>about me :-
</h2>
<p> my name is Fadi Omar Abu Ghali, I'm 25 years old, I live in Khanyounes city, I'm civil engineer, I graduated form palestine univesity in 2018
, I have worked as a site engineer in the construction of a wastewater treatment plant in Khan Younis,
I admire coding and programming since I was younger, I started teaching myself since I was in the college and on
holidays about coding, and I'm looking forwared to get a chance to learn coding in correct approach,
I believe that I will be more creative and productive in programming field .
</p>
<br>
<br>
<h2>my programming skills
:-</h2>
<ul class="skills">
<li>CSS</li>
<li>HTML</li>
<li>Javascript</li>
</ul>
<br>
<br>
<h2>conect me :-</h2>
<ul class="conect">
<li><i class="fa fa-phone fa-fw"></i>    0598658674</li><br>
<li><i class="fa fa-envelope fa-fw"></i>    [email protected]</li>
<br>
<br>
<br>
</ul>
<ul class="follow_me">
<li><a href="https://www.facebook.com/fadeomar2011" target="_blank" aria-label="facebook link"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://github.com/fadeomar" target="_blank" aria-label="page portfolio"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.freecodecamp.org/fadeomar" target="_blank" aria-label="freecodecamp profile"><i class="fab fa-free-code-camp"></i></a></li>
<li><a href="https://www.codewars.com/users/fadeomar" target="_blank" aria-label="codewars profile"><img src="images/Codewars.svg" alt=""></a></li>
</ul>
</div>
</body>
</html>