-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (91 loc) · 3.83 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Personal Webpage</title>
<!--meta for re sponsive design-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Font Awesome-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!--browser bar icon link-->
<link rel="shortcut icon" href="images/d990e5f0-9218-4d30-93bb-dc55ae152d3d.png">
<!-- external css style sheet link Style -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Start Main Header -->
<section class="main-header">
<div class="overlay">
<div class="container">
<div class="my-name">
<a href="index.html"><img src="images/d990e5f0-9218-4d30-93bb-dc55ae152d3d.png" alt="" width="100" height="100"></a>
<h1>Rehab Ali</h1>
</div>
<div class="content">
<p>Hello, my name is Rehab Ali. I studied at the Faculty of Engineering - Computer Department at the Islamic University of Gaza
I want to join the code academy to gain new skills and experience in web development because I love programming and I want to develop my skills constantly as I have the ability to self-learning and I plan to seek employment as a software developer after graduating
I have chosen GSG community for my briefness and knowledge of its efficiency and give it opportunities for every aspiration to a better future and greater experience, and it provides a suitable environment for trainning.I am very excited to join Gaza Sky Geeks society.
</p>
</div>
<div class="cont">
<a data-scroll href="#skills">
<div class="arrow"></div>
</a>
</div>
</div>
</div>
</section>
<!-- End End Header -->
<section id="skills">
<div class="title">
<h1><span>My</span> Skills</h1>
</div>
<div class="skills">
<p>Some of the tools I’m dealt with are: HTML, HTML5, CSS, CSS3, Bootstrap, PHP, Java Script, Photoshop .</p>
<ul>
<li>
<div class="links">
<p>GitHub repo which contains the code for my site: </p>
<a href="https://github.com/rehabas/rehab_ali" target="_blank">
<img src="images/github_PNG16.png" alt="" width="150">
</a>
</div>
</li>
<li>
<div class="links">
<p>My Free Code Camp page: </p>
<a href="https://www.freecodecamp.org/rehab" target="_blank">
<img src="images/freecodecamp_logo1.jpg" alt="" width="220">
</a>
</div>
</li>
<li>
<div class="links">
<p>My Codewars page: </p>
<a href="https://www.codewars.com/users/rehabas" target="_blank">
<img src="images/codewars.png" alt="" width="170">
</a>
</div>
</li>
</ul>
</div>
</section>
<footer>
<div class="container">
<div class="copyright">
<p>© 2019 Rehab Ali. All Rights Reserved. </p>
</div>
<div class="social">
<ul>
<li>
<a href="https://instagram.com/rehab_ali203?utm_source=ig_profile_share&igshid=sghu5wqv5tw0"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://www.facebook.com/ana.l.whbybyaly.14"><i class="fab fa-facebook-square"></i></a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>