-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
315 lines (301 loc) · 11.1 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<title>Hamza's Portfolio</title>
</head>
<body>
<header>
<div class="logo">
<img src="./assets/Logo.png" alt="Logo" width="85" />
</div>
<nav>
<div class="burger-menu" id="burger-menu">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<ul id="nav-links" class="nav-links">
<li><a href="#">Main</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#highlight">Highlights</a></li>
<li><a href="./projects.html">Projects</a></li>
</ul>
</nav>
</header>
<!-- end of header section -->
<main>
<!-- This is the hero section -->
<!-- main section -->
<section>
<div class="container-two">
<div class="my-pic">
<img src="./assets/my-pic.jpg" alt="Hamza's pic" />
</div>
<div class="text-one">
<h1>Hello, I'm <span>Hamza</span></h1>
<h3 class="positions">I'm a <span></span></h3>
<p>
A passionate web developer and web designer. With a deep
understanding of both the technical and creative aspects of the
web, I specialize in crafting visually stunning, user-friendly
websites and mobile apps. My expertise spans across developing
responsive, high-performance websites, designing intuitive UI/UX
experiences, and bringing creative ideas to life through clean,
functional code. I'm committed to delivering solutions that not
only look great but also offer seamless, engaging user
experiences.
</p>
</div>
</div>
</section>
<!-- End of main section -->
<!-- Services section -->
<section id="services">
<div class="container-three">
<div class="title">
<h1>Services</h1>
</div>
<div class="row">
<div class="service">
<i class="fa-solid fa-laptop-code"></i>
<h2>Web Designer</h2>
<p>
"Creative web design service crafting visually appealing,
user-friendly, and responsive websites."
</p>
</div>
<div class="service">
<i class="fa-solid fa-code"></i>
<h2>Web Developer</h2>
<p>
"Expert web development service building functional, secure, and
responsive websites for businesses."
</p>
</div>
<div class="service">
<i class="fa-solid fa-pen"></i>
<h2>Script Writing</h2>
<p>
"Professional script writing service delivering engaging,
creative scripts for film, TV, and media."
</p>
</div>
<div class="service">
<i class="fa-solid fa-video"></i>
<h2>Video Editor</h2>
<p>
"Professional video editing service delivering high-quality,
creative cuts tailored to your vision."
</p>
</div>
<div class="service">
<i class="fa-brands fa-figma"></i>
<h2>UI/UX</h2>
<p>
"I have a team that provides exceptional UI/UX design, enhancing
user experiences seamlessly."
</p>
</div>
</div>
</div>
</section>
<!-- End of Services section -->
<!-- Skills Section -->
<section id="skills">
<div class="container-four">
<div class="title">
<h1>My Skills</h1>
</div>
<div class="list">
<div class="skill-box">
<div class="skill-name">
<div class="icons-one">
<i class="fa-brands fa-html5" class="skill-icon"></i>
</div>
<h3>HTML 5</h3>
</div>
<p>"Structuring web content with semantic elements."</p>
</div>
<div class="skill-box">
<div class="skill-name">
<div class="icons-one">
<i class="fa-brands fa-css3-alt" class="skill-icon"></i>
</div>
<h3>CSS 3</h3>
</div>
<p>"Styling websites with layout and design."</p>
</div>
<div class="skill-box">
<div class="skill-name">
<div class="icons-one">
<i class="fa-solid fa-pen" class="skill-icon"></i>
</div>
<h3>Script Writing</h3>
</div>
<p>"Crafting engaging, compelling scripts for storytelling."</p>
</div>
<div class="skill-box">
<div class="skill-name">
<div class="icons-one">
<i class="fa-brands fa-php" class="skill-icon"></i>
</div>
<h3>PHP</h3>
</div>
<p>Coming Soon ...</p>
</div>
<div class="skill-box">
<div class="skill-name">
<div class="icons-one">
<i class="fa-brands fa-laravel" class="skill-icon"></i>
</div>
<h3>Laravel</h3>
</div>
<p>Coming Soon ...</p>
</div>
<div class="skill-box">
<div class="skill-name">
<div class="icons-one">
<i class="fa-brands fa-react" class="skill-icon"></i>
</div>
<h3>React</h3>
</div>
<p>Coming Soon ...</p>
</div>
</div>
</div>
</section>
<!-- Testimonials section -->
<section id="testimonials">
<div class="container-five">
<div class="text-two">
<h2>Testimonials</h2>
<h1>Our customers testemonials</h1>
</div>
<div class="testimonials-container">
<div class="testimonial">
<div class="person">
<img src="./assets/ahmad-two.png" alt="" />
<div class="name">Ahmad Azzam</div>
<div class="rating">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star"></i>
</div>
<div class="description">
<span>"</span> The website design is clean, and everything
works perfectly. Highly recommend for web development and
scripting! <span>"</span>
</div>
</div>
<div class="person">
<img src="./assets/Sami.png" alt="" />
<div class="name">Sami Yaseen</div>
<div class="rating">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star"></i>
</div>
<div class="description">
<span>"</span> Hamza built an amazing site, and the scripting
was top-notch. Will work with him again! <span>"</span>
</div>
</div>
<div class="person">
<img src="./assets/Omar.png" alt="" />
<div class="name">Ahmad</div>
<div class="rating">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star"></i>
</div>
<div class="description">
<span>"</span> It's fast, user-friendly, and his script
writing really improved our content. <span>"</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of testimonials section -->
<!-- Highlight section -->
<section id="highlight">
<div class="container-six">
<div class="title-two">
<h2>Highlight</h2>
</div>
<div class="highlight-items">
<div class="highlight-item">
<h3>President at MUN conferences</h3>
<p>
"I served as the President of the General Assembly at several
MUN conferences in different universities."
</p>
</div>
<div class="highlight-item">
<h3>Orange Coding Academy</h3>
<p>
"I was accepted into Orange Coding Academy from among hundreds
of applicants."
</p>
</div>
<div class="highlight-item">
<h2>Coming soon ...</h2>
</div>
</div>
</div>
</section>
<!-- end of highlight section -->
<!-- footer section -->
<footer>
<div class="container-seven">
<div class="social-icons">
<a href="https://github.com/HamzaZamil" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="https://www.linkedin.com/in/hamza-zamil/" target="_blank"
><i class="fab fa-linkedin"></i
></a>
<a href="https://www.facebook.com/hamza.alzamil" target="_blank"
><i class="fab fa-facebook"></i
></a>
<a href="https://www.instagram.com/hamzazamill/" target="_blank"
><i class="fab fa-instagram"></i
></a>
</div>
<div class="contact-info">
<p><i class="fas fa-phone"></i> +962 799 599 201</p>
<p><i class="fas fa-envelope"></i> hamzaalzamil@gmail.com</p>
<p><i class="fas fa-map-marker-alt"></i>Amman, Jordan</p>
</div>
</div>
</footer>
</main>
<script src="script.js"></script>
</body>
</html>