-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (75 loc) · 3.9 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
<!DOCTYPE html>
<html dir="rtl" lang="ar">
<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>Washeek</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar" style="display: flex; position: relative;">
<div class="right-nav" style=" display: flex;">
<div class="logo-div"><img src=".\images\logo.png" alt="" class="logo"></div>
<div class="links">
<a href="" class="link">الرئيسية</a>
<a href="" class="link">خدماتنا</a>
<a href="" class="link">باقتنا</a>
<a href="" class="link">الأسئلة الأكثر شيوعاً</a>
<a href="" class="link">تواصل معنا</a>
</div>
</div>
<div class="left-nav" style="display: flex;">
<button class="nav-btn"><i><img src=".\images\noti.png" alt=""></i></button>
<button class="nav-btn"><i><img src=".\images\search.png" alt=""></i></button>
<button class="nav-btn"
style="background-color: rgba(18, 169, 201, 255); color: white; padding: 5px 15px; border-radius: 8px;">تسجيل
الدخول</button>
<button class="nav-btn"><i><img src=".\images\En.png" alt=""></i></button>
</div>
</nav>
<header class="main-header">
<img src="banner.png" alt="" class="banner-image"
style="position: absolute; top: 0%; z-index: -1; width: 100%;">
<div class="page-heading" style="color: white; position: absolute; top: 40%; right: 20%; font-size: 25px;">
<h1 class="heading1">نضيءُ لك طريق</h1>
<h1 class="heading1">الوصول إلى</h1>
<h1 class="heading1" style="color: rgba(18, 169, 201, 255);">عملائك</h1>
</div>
<div class="overlay"
style="background-image: linear-gradient(transparent, black); padding: 55px; margin-top: 500px;"></div>
<div class="div-header"
style="background-color: black; color: white; text-align: center;padding-bottom: 60px; padding-top: 60px;">
<h2 class="heading2">اكتشف خدماتنا</h2>
</div>
<div class="mid-div"
style="background-color: black; display: flex; justify-content: center; padding-bottom: 50px;">
<div class="services" style="color: white; width: 80%; display: flex; justify-content: space-evenly;">
<div class="right">
<img src=".\images\vid.png" alt="" class="video">
<h2 class="sub-heading">إنتـــــاج الفيـــــــديو</h2>
<p class="para1">وصف صغير يصف الخدمة</p>
<p class="para1">وصف صغير يصف الخدمة</p>
<button class="b2">المزيد</button>
</div>
<hr>
<div class="center">
<img src=".\images\fil.png" alt="" class="video">
<h2 class="sub-heading">الرسم والتحريك</h2>
<p class="para1">وصف صغير يصف الخدمة</p>
<p class="para1">وصف صغير يصف الخدمة</p>
<button class="b2">المزيد</button>
</div>
<hr>
<div class="left">
<img src=".\images\cameraico.png" alt="" class="video">
<h2 class="sub-heading">التصوير والتوثيق</h2>
<p class="para1">وصف صغير يصف الخدمة</p>
<p class="para1">وصف صغير يصف الخدمة</p>
<button class="b2">المزيد</button>
</div>
</div>
</div>
</header>
</body>
</html>