-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (110 loc) · 5.52 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
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>portfolio-Heba Adwan</title>
<link rel="stylesheet" href="css/style.css">
<script src="https://kit.fontawesome.com/368e139615.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="Portfolio-Heba">
<!-- -------------------------------------navbar -->
<div class="navbar">
<ul>
<li style="float:left" class="titlenav"><a href="#home">PortFolio</a></li>
<li><a href="#section5">Contact</a></li>
<li><a href="#section4">My Work</a></li>
<li><a href="#section3">Apply</a></li>
<li><a class="active" href="#section2">About</a></li>
<li><a href="#section1">Home</a></li>
</ul>
</div>
<!-- ---------------------------------------------------section1 -->
<div class="section1" id="section1">
<div class="sec1_text">
<h3 class="sec1-h3">Hello, I'm</h3>
<h1 class="sec1-h1">Heba W.Adwan</h1>
<p class="sec1-p"> <strong class="sec1-sg">Web Developer & UX UI Designer</strong><br> passioned at
designs and love continues learning<br> always seek for new skills, good oppporunites, I <br>love
coding & because my experience at designing<br> so I can turn it beautifully into clean code to fit
<br>all
Screens.
</div>
<div class="sec1_img">
<img src="img/profile.jpeg" alt="Avatar" style="width:330px; height: 330px; border-radius: 50%;">
</div>
</div>
<!-- --------------------------------------------section2 -->
<div class="section2" id="section2">
<h2 class="sec2-h1"><strong class="sec2-sg">ABOUT</strong> ME</h2>
<div class="about">
<hr class="sec2-hr">
<p class="sec2-p">Professional at HTML5/CSS3 & interested in design <br>I enjoy writing code and make
the design responsive <br>also the important point that I pay attention to the <br>small details to
Make my design nice & comfortable <br>to see.</p>
</div>
</div>
<!-- --------------------------------------------section3 -->
<div class="section3" id="section3">
<h2 class="sec3-h2">WHY TO APPLY GSG</h2>
<div class="about">
<hr class="sec3-hr">
<p class="sec3-p">
When l was at my college, once they bring people <br>to tell their success stories and from that
time this<br> my first time I heard about 'Gaza Sky Geeks' then<br> I make a search, a deep search
about it.., I want <br> so much to be in this place and learn there also<br> recently l heard about
Code Academy of course<br> my dream to join this place become bigger.</p>
<br>
<p class="sec3-p">
<br>I will be so lucky if you give me the chance to<br> join in Code Academy because l have big
passion<br> to increase my skills ,I l love to learn new skills<br> and develope my abilities,
Absolutely this place is <br>the best option to help me to become a successful <br>person.
</p>
</div>
</div>
<!-- -----------------------------------------------------------------------section4 -->
<div class="section4" id="section4">
<h2 class="sec2-h1">My<strong class="sec2-sg">WORK</strong></h2>
<div class="my-work">
<img src="img/work1.jpeg" width="500px" height="300px">
<img src="img/work2.PNG" width="500px" height="300px">
<img src="img/work3.jpg" width="500px" height="300px">
<img src="img/work4.jpg" width="500px" height="300px">
<img src="img/work5.jpg" width="500px" height="300px">
</div>
</div>
<!-- -----------------------------------------------------------------------------section5 -->
<div class="section5" id="section5">
<h2 class="sec2-h1"><strong class="sec2-sg">CONTACT</strong></h2>
<div class="icons">
<a href="https://github.com/HebaNow">
<i class="fa-brands fa-github" id="icon"></i>
<br>
Github
</a>
<a href="https://www.behance.net/HebaNow">
<i class="fa-brands fa-behance"></i>
<br>
Behance
</a>
<a href="https://www.freecodecamp.org/HebaAdwan">
<i class="fa-brands fa-free-code-camp"></i>
<br>
Freecodecamp
</a>
<a href="https://www.codewars.com/users/HebaNow">
<img src="img/cw.png" width="35px" height="35px">
<br>
Codewars
</a>
</div>
</div>
</div>
<!-- --------------------------------footer -->
<footer class="footer">
<p> ©Heba Adwan</p>
</footer>
</body>
</html>