-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
502 lines (412 loc) · 24.8 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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!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">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.2/css/all.css">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="script.js"></script>
<title>Binayi Graphic</title>
<link rel="icon" href="last logo design.png" type="image/icon type">
</head>
<body>
<div class="banner-image " id="home">
<nav class="navbar navbar-expand-lg py-4 navbar-dark" style="border-bottom: solid 2px #D6D5A8">
<div class="container"> <img src="last logo design.png" alt=""
style="width: 30px;height: auto; margin-right: 20px; "> <a class="navbar-brand font-weight-bold "
href="index.html">Binayi Graphic</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto font-weight-bold" style="font-size: 20px">
<li class="nav-item "> <a class="nav-link " href="index.html">Home</a> </li>
<li class="nav-item"> <a class="nav-link" href="#about">About</a> </li>
<li class="nav-item"> <a class="nav-link" href="#skill">Skills</a> </li>
<li class="nav-item"> <a class="nav-link" href="#design">Design</a> </li>
<li class="nav-item"> <a class="nav-link" href="#project">Projects</a> </li>
<li class="nav-item"> <a class="nav-link" href="#contact">Contact</a> </li>
</ul>
</div>
</div>
</nav>
<div class="container pb-5">
<div class="row py-5 align-items-center">
<div class="col-lg-6">
<h5 class="display-4 mb-4 font-weight-bold text-white">Binayi Graphic, <span style=" color: #fff;
text-shadow:
0 0 2px #fff,
0 0 3px #816797,
0 0 6px #816797; ">Graphic Designer</span>
</h5>
<div class="d-flex star-rating mb-5"> <a href=""><i class="lni lni-star-filled"></i></a> <a
href=""><i class="lni lni-star-filled"></i></a> <a href=""><i
class="lni lni-star-filled"></i></a> <a href=""><i class="lni lni-star"></i></a> <a
href=""><i class="lni lni-star"></i></a> </div>
<p class="h5 aa mb-4 pb-3 text-white" style="line-height: 30px;">Get your business to the top By
giviny your designs. <br>
(Logo - Social Media Post - BusinessCars - Brochure - UI/UX design - Book Cover) </p>
<button class="cbtn "><a href="#contact">Contact Us
<i class="fa fa-phone" aria-hidden="true"></i></a></button>
</div>
<div class="col-lg-6 text-lg-right text-center mt-5 mt-lg-0">
<div class="banner-phone-image"> <img src="Untitled-1.png" style="margin-top: -50px;"> </div>
</div>
</div>
</div>
</div>
<!-- about section -->
<div class="bg-white py-5 " id="about">
<div class="container py-5">
<div class="row align-items-center mb-5">
<div class="col-lg-6 order-1 order-lg-1"><i class="fa fa-bar-chart fa-2x mb-3 text-primary"></i>
<h2 class="font-weight-light" style="color: #816797;"> <i class="fa fa-paint-brush"></i>
About </h2>
<p class="text-muted mb-4" style="margin-top: 30px; font-size:20px">Iam Binayi
Jaza 24 years old
,i live in Halabja .I have
graduated from Halabja University Computer Science department. I am a graphic designer, I have
nearly two years of experience, I like photography, i can develop websites and create databases.
</p>
<h2 class="font-weight-light app" style="color:#816797">
<a href="https://www.facebook.com/binayigraphic" target="_blank" style="color:#816797"> <i
class="fab fa-facebook-square"></i></a>
<a href="https://www.instagram.com/binayi_graphic/" target="_blank" style="color: #816797"><i
class="fab fa-instagram"></i></a>
<a href="https://www.behance.net/binayiiiiibdb2" target="_blank" style="color: #816797"> <i
class="fab fa-behance-square"></i></a>
<a href="https://github.com/binaijaza" target="_blank" style="color: #816797"><i
class="fab fa-github-square"></i> </a>
</h2>
</div>
<div class="col-lg-5 px-5 mx-auto order-2 order-lg-2"><img
src="https://bootstrapious.com/i/snippets/sn-about/img-1.jpg" alt=""
class="img-fluid mb-4 mb-lg-0"></div>
</div>
</div>
</div>
<!-- skill section-->
<section class="p-5 skill" id="skill">
<div class="container-fluid">
<!-- title -->
<div class="row text-white text-center">
<div class="col m-1">
<h1 class="display-4"> Skills</h1>
<div class="underline mb-4"></div>
</div>
</div>
<!-- end of title -->
<div class="row my-5">
<div class="col-md-4 text-center">
<i class="fas fa-pen fa-5x mb-4 d"></i>
<h1 class="text-white mb-3"> Graphic Design</h1>
<p class="leaf"> Photoshop , Illustrator ,Indesign</p>
</div>
<div class="col-md-4 text-center d">
<i class="fas fa-language fa-5x mb-4"></i>
<h1 class="text-white mb-3"> Languages</h1>
<p class="leaf"> Kurdish , english , Arabic , Turkish , Persian</p>
</div>
<div class="col-md-4 text-center d">
<i class="fas fa-camera fa-5x mb-4"></i>
<h1 class="text-white mb-3"> Photographer</h1>
<p class="leaf"> Nature photographer</p>
</div>
<div class="col-md-4 text-center">
<i class="fas fa-cogs fa-5x mb-4 d"></i>
<h1 class="text-white mb-3"> Back End</h1>
<p class="leaf"> C#,PHP, java 8, Python , JS</p>
</div>
<div class="col-md-4 text-center d">
<i class="fas fa-crop fa-5x mb-4"></i>
<h1 class="text-white mb-3"> Front End</h1>
<p class="leaf"> HTML , CSS, React, Bootstrap 4</p>
</div>
<div class="col-md-4 text-center d">
<i class="fas fa-database fa-5x mb-4"></i>
<h1 class="text-white mb-3"> Databases</h1>
<p class="leaf"> SQL, MYSQL, Oracle</p>
</div>
</div>
</div>
</section>
<!-- design section-->
<div class="row text-dark text-center" style="margin-top: 40px ;margin-bottom: -40px; " id="design">
<div class="col m-1">
<h1 class="display-4"> Designs</h1>
<div class="underline mb-4"></div>
</div>
</div>
<section class="sec ">
<ul>
<li class="list active" data-filter="all">All</li>
<li class="list" data-filter="logo">Logo</li>
<li class="list" data-filter="smp">Social media post</li>
<li class="list" data-filter="brochure">brochure</li>
<li class="list" data-filter="print">printing</li>
<li class="list" data-filter="more">more</li>
</ul>
<div class="product">
<div class="itemBox" data-item="logo"><img src="image/logo only.jpg"></div>
<div class="itemBox" data-item="logo"><img src="image/1.jpg"></div>
<div class="itemBox" data-item="logo"><img src="image/jewl.jpg"></div>
<div class="itemBox" data-item="logo"><img src="image/Logo_Mockup_79.jpg"></div>
<div class="itemBox" data-item="smp"><img src="image/photo_2022-06-01_01-31-46.jpg"></div>
<div class="itemBox" data-item="smp"><img src="image/5k.jpg"></div>
<div class="itemBox" data-item="smp"><img src="image/44.jpg"></div>
<div class="itemBox" data-item="smp"><img src="image/ddan123 copy.jpg"></div>
<div class="itemBox" data-item="smp"><img src="image/LASER.jpg"></div>
<div class="itemBox" data-item="smp"><img src="image/Untitled-1.jpg"></div>
<div class="itemBox" data-item="brochure"><img src="image/psd_09.jpg"></div>
<div class="itemBox" data-item="brochure"><img src="image/PF8XX41.jpg"></div>
<div class="itemBox" data-item="brochure"><img src="image/kids brouchure.jpg"></div>
<div class="itemBox" data-item="print"><img src="image/photo_2022-06-01_01-31-47 (2).jpg"></div>
<div class="itemBox" data-item="print"><img src="image/photo_2022-06-01_01-31-48 (2).jpg"></div>
<div class="itemBox" data-item="print"><img src="image/photo_2022-06-01_01-31-48.jpg"></div>
<div class="itemBox" data-item="print"><img src="image/6130708.jpg"></div>
<div class="itemBox" data-item="more"><img src="image/book cover2.jpg"></div>
<div class="itemBox" data-item="more"><img src="image/photo_2022-06-01_01-31-47.jpg"></div>
<div class="itemBox" data-item="more"><img src="image/hh.jpg"></div>
</div>
</section>
<!-- projects-->
<main role="main" id="project">
<div class="album py-5 " style="margin-top: -30px; background-color: #816797">
<div class="container">
<section class="jumbotron text-center" style="background-color:#816797 ;">
<div class="container">
<h1 class="jumbotron-heading" style="color: white;margin-top: -60px;">Projects</h1>
<div class="underline mb-4"></div>
</div>
</section>
<div class=" row" style="margin-top:-60px">
<div class="col-md-4">
<div class="card mb-4 box-shadow">
<img class="card-img-top"
data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail"
alt="Thumbnail [100%x225]"
style=" width:auto;height:255px; object-fit:cover; display: block;"
src="https://images.unsplash.com/photo-1507238691740-187a5b1d37b8?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=455&q=80"
data-holder-rendered="true">
<div class="card-body">
<p class="card-text">This is personal website , created with HTML ,CSS , Javascript ..
it contains many sections like skills , projects , designs </p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary"
style="background-color: #51557E"><a
style="text-decoration: none ;color: #D6D5A8;"
href="https://github.com/binaijaza/FirstProject">View</a></button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 box-shadow">
<img class="card-img-top"
data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail"
alt="Thumbnail [100%x225]"
src="https://images.unsplash.com/photo-1603731955241-3f4fca7e50a2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80"
data-holder-rendered="true"
style="width:auto;height:255px; object-fit:cover; display: block;">
<div class="card-body">
<p class="card-text">This is a calculator app that help you make numbers addition,
subtraction, multiplication, division it returns result.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary"
style="background-color: #51557E"><a
style="text-decoration: none ;color: #D6D5A8;"
href="https://github.com/binaijaza/CalcApp">View</a></button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 box-shadow">
<img class="card-img-top"
data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail"
alt="Thumbnail [100%x225]"
src="https://assets.justinmind.com/wp-content/uploads/2019/05/inline-vlidation-form-design.png"
data-holder-rendered="true"
style="height: 255px; width: 100%;object-fit:cover; display: block;">
<div class="card-body">
<p class="card-text"> This is validation form creted with HTML CSS Javascript , you can
use it in your website</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary"
style="background-color: #51557E"><a
style="text-decoration: none ;color: #D6D5A8;"
href="https://github.com/binaijaza/ValidationForm">View</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!--contact-->
<div class="row text-center" style="margin-top:60px" id="contact">
<div class="col m-1">
<h1 class="display-4" style="color:#816797"> Contact US</h1>
<div class="underline mb-4"></div>
</div>
</div>
<div style=" width: 100%; padding: 20px 0px ;margin-bottom: 20px;">
<div class="container">
<div class="contact__wrapper shadow-lg mt-n9">
<div class="row no-gutters">
<div class="col-lg-5 contact-info__wrapper gradient-brand-color p-5 order-lg-2">
<h3 class="color--white mb-5">Contact Us </h3>
<ul class="contact-info__list list-style--none position-relative z-index-101"
style="font-size: 20px;">
<li class="mb-4 pl-4">
<span class="position-absolute"><i class="fas fa-envelope"></i></span>
</li>
<li class="mb-4 pl-4">
<span class="position-absolute"><i class="fas fa-phone"></i></span> (021)-241454-545
</li>
<li class="mb-4 pl-4">
<span class="position-absolute"><i class="fas fa-map-marker-alt"></i></span>Halabja
<br> Iraq
<div class="mt-3">
<a href="https://www.google.com/maps" target="_blank"
class="text-link link--right-icon text-white">Get directions <i
class="link__icon fa fa-directions"></i></a>
</div>
</li>
</ul>
</div>
<div class="col-lg-7 contact-form__wrapper p-5 order-lg-1">
<form action="#" class="contact-form form-validate" novalidate="novalidate">
<div class="row">
<div class="col-sm-6 mb-3">
<div class="form-group">
<label class="required-field" for="firstName">First Name</label>
<input type="text" class="form-control" id="firstName" name="firstName"
placeholder="Binayi">
</div>
</div>
<div class="col-sm-6 mb-3">
<div class="form-group">
<label for="lastName">Last Name</label>
<input type="text" class="form-control" id="lastName" name="lastName"
placeholder="Jaza">
</div>
</div>
<div class="col-sm-6 mb-3">
<div class="form-group">
<label class="required-field" for="email">Email</label>
<input type="text" class="form-control" id="email" name="email"
placeholder="[email protected]">
</div>
</div>
<div class="col-sm-6 mb-3">
<div class="form-group">
<label for="phone">Phone Number</label>
<input type="tel" class="form-control" id="phone" name="phone"
placeholder="(021)-454-545">
</div>
</div>
<div class="col-sm-12 mb-3">
<div class="form-group">
<label class="required-field" for="message">How can we help?</label>
<textarea class="form-control" id="message" name="message" rows="4"
placeholder="Hi there, I would like to....."></textarea>
</div>
</div>
<div class="col-sm-12 mb-3">
<button class=" sub">SUBMIT</button>
</div>
</div>
</form>
</div>
<!-- End Contact Form Wrapper -->
</div>
</div>
</div>
</div>
<div style="width: 100% ">
<footer class="text-center text-white" style="background-color: #816797;">
<!-- Grid container -->
<div class="container pt-4">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-link btn-floating btn-lg text-white m-1"
href="https://www.facebook.com/binayigraphic" role="button" data-mdb-ripple-color="dark"><i
class="fab fa-facebook-f"></i></a>
<!-- Instagram -->
<a class="btn btn-link btn-floating btn-lg text-white m-1"
href="https://www.instagram.com/binayi_graphic/" role="button" data-mdb-ripple-color="dark"><i
class="fab fa-instagram"></i></a>
<!-- Linkedin -->
<a class="btn btn-link btn-floating btn-lg text-white m-1"
href="https://www.behance.net/binayiiiiibdb2" role="button" data-mdb-ripple-color="dark"><i
class="fab fa-behance"></i></a>
<!-- Github -->
<a class="btn btn-link btn-floating btn-lg text-white m-1" href="https://github.com/binaijaza"
role="button" data-mdb-ripple-color="dark"><i class="fab fa-github"></i></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Copyright -->
<div class="text-center text-white p-3" style="background-color: #1B2430">
© 2022 Copyright:
<a class="text-white" href="">Binayi jaza</a>
</div>
<!-- Copyright -->
</footer>
</div>
<!-- End of .container -->
<script>
let list = document.querySelectorAll('.list');
let itemBox = document.querySelectorAll('.itemBox');
for (let i = 0; i < list.length; i++) {
list[i].addEventListener('click', function () {
for (let j = 0; j < list.length; j++) {
list[j].classList.remove('active');
}
this.classList.add('active');
let dataFilter = this.getAttribute('data-filter');
for (let k = 0; k < itemBox.length; k++) {
itemBox[k].classList.remove('active');
itemBox[k].classList.add('hide');
if (itemBox[k].getAttribute('data-item') == dataFilter || dataFilter == "all") {
itemBox[k].classList.remove('hide');
itemBox[k].classList.add('active');
}
}
})
}
// optional
$('#blogCarousel').carousel({
interval: 5000
});
</script>
</body>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
</html>