-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
128 lines (110 loc) · 6.3 KB
/
about.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="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="about.css">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>حول الموقع</title>
</head>
<body>
<header>
<div class="topnav" id="myTopnav">
<a href="#">
<img src="img/home.png" alt="logo" style="float: right;" width="30px" height="25px">
عقارات ليبيا
</a>
<a href="mainEstateLibya.php" ><strong>الرئيسية</strong></a>
<div class="dropdown">
<button class="dropbtn"><strong>الخصائص</strong>
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#البحث بواسطة السعر">البحث بواسطة السعر</a>
<a href="#البحث بواسطة المدينة">البحث بواسطة المدينة</a>
<a href="#البحث بواسطة النوع">البحث بواسطة النوع</a>
</div>
</div>
<a href="#الوكلاء العقاريين"><strong>الوكلاء العقاريين</strong></a>
<li><a href="#ContactUs"><strong>اتصال بنا</strong></a></li>
<li><a href="#حول الموقع" class="active"><strong>حول الموقع</strong></a></li>
<!-- <a href="javascript:void(0);" class="icon" onclick="myFunction()">☰</a>-->
<a href="javascript:void(0);" style="font-size:15px" class="icon" onclick="manubar()">☰</a>
</div>
<div class="slideshow-container">
<div class="mySlides fade">
<img src="img/maxresdefault.jpg" width="100%" height="490px" >
</div>
</div>
</header>
<nav>
<div class="headerr">
<h1> حول الموقع</h1>
<p class="pargrfe">مرحبا بكم فى موقع عقارات ليبيا</p>
</div>
</nav>
<div class="section1">
<div class="logoo">
<h1 style="color:#636e72;"> عقارات<span> ليبيا </span> </h1>
</div>
<div class="section1-text" class="text">
<div>
<img src="img/home.png" alt="logo" class="homelogo" width="200px" height="200px">
</div>
<div>
<h1>نبده عن الموقع</h1>
<h6>موقع عقارات ليبيا موقع يختص لى عروض بيع وللإيجارات عقارات مختلفة </h6>
<h6>فى أى مكان فى ليبيا هذه العروض من منزل وشقاق واراضى وفيلا يمكن ان </h6>
<h6>تسجل فى موقع بعد ذلك بإمكان إضافة إعلان بيع أو إيجار لى عقار الخاص بك</h6>
<hr>
</div>
</div>
</div>
<div class="section2">
<div class="imgwalidd">
<img src="img/22.jpg" alt="walid" class="imgwalid" >
</div>
<h1>تصميم الموقع</h1>
</div>
<div>
<h6>ثم تصميم الموقع من قبل وليد الشيبانى فجيج رقم القيد 152124</h6>
<h6>يتكون الموقع من HTML - CSS - javascript - PHP - mySQL - Ajax </h6>
<h6> تمت تصميم هذه الموقع فى خريف 2018 </h6>
</div>
<footer class="footer-distributed" id="ContactUs">
<div class="footer-left">
<p class="footer-company-about">
<span>حول الموقع</span>
هذ موقع إعداد وليد الشيبانى فحيج
يعتبر مشروع فصلى تم إعداده فى خريف 2018
موقع للبيع وايجار العقارات فى ليبيا
</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>اتصال بنا</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>0921234567 رقم هاتف</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<h3> ليبيا <span> عقارات </span></h3>
<p class="footer-links">
<a href="#">الصفحة الرئيسية</a>
<a href="#">الوكلاء العقاريين</a>
<a href="#">حول الموقع</a>
<a href="#">اتصال بنا</a>
<a href="#">انشئ حساب جديد</a>
</p>
<p class="footer-company-name">حقوق محفوظ لصاحب موقع وليد فحيج © 2019</p>
</div>
</footer>
</body>
</html>