-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 2.48 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
<!DOCTYPE html>
<html dir="rtl" lang="ar-PS">
<head>
<meta charset ="utf-8">
<title>Google</title>
<link rel="shortcut icon" href="Images/google-logo.png" />
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Header Start-->
<div class="header">
<ul>
<li><img src="Images\E-mail Picture.jpg" id="Email-Picture" alt="Email Picture"></li>
<li class="li-grid"><img src="Images\grid.png" id="grid-icon" alt="Other Applications for google grid-icon"></li>
<li>صور</li>
<li>Gmail</li>
</ul>
</div>
<!-- Header End-->
<!-- Body Start-->
<div class="container">
<div class="logo">
<img src="Images\googlelogo_color_272x92dp.png" alt="Google Logo">
</div>
<div class="search">
<form class="search-form" action="#">
<div class="Search-div">
<input type="text" name="search" class="search-bar">
</div>
<div class="buttons-div">
<button type="submit"><i class="search-button"></i>بحث Google</button>
<button type="submit"><i class="lucky-button">ضربة حظ</i></button>
</div>
</form>
</div>
<div class="container-footer">
محرّك بحث Google متوفّر باللغة: <a href="#">English</a>
</div>
</div>
<!-- Body End-->
<!-- Footar Start-->
<div class="footer">
<div class="country-nav">
<span>فلسطين</span>
</div>
<div class ="footer-nav">
<a href="#">الإعدادات</a>
<a href="#">البنود</a>
<a href="#">الخصوصية</a>
<div class="right-nav">
<a href="#">آلية عمل "بحث Google"</a>
<a href="#">حول</a>
<a href="#">الأعمال</a>
<a href="#">الإعلانات</a>
</div>
</div>
</div>
<!-- Footar End-->
</body>
</html>