-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (62 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> Google homepage</title>
<!-- external links -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- main stylesheet -->
<link rel="stylesheet" href="css/stylesheet.css">
</head>
<body>
<header class="header">
<!-- header contents -->
<span class="gmail-item"><a href="https://www.gmail.com" alt="gmail">Gmail</a></span>
<span class="menu-items"><a href="#" alt="image">Images</a></span>
<!-- <span class="menu-items"> -->
<span class="menu">
<i style = "vertical-align: middle;"id="" class="material-icons" alt="apps">apps</i>
</span>
<span class="menu-items"><img class="userImage"src=" icons/1.jpg "></span>
</header>
<!-- google image woth search box and buttons -->
<main class="container" style="text-align: center;">
<img src="images/googlelogo_color_272x92dp.png">
<!-- search box -->
<section class="search">
<input type="text" class="input"name="Search-Box">
<i class="fa-solid fa-magnifying-glass"></i>
<img class="voice-search" src="https://www.gstatic.com/images/branding/googlemic/2x/googlemic_color_24dp.png">
</section>
<!-- buttons -->
<section class="btn">
<button class="btns">Google Search</button>
<button class="btns">I'm Feeeling Lucky</button>
</section>
<span class="text">google offerd in : <a href="#">العربيه</a></span>
</main>
<aside class="side-text">
<a href="#">palestine</a>
</aside>
<!-- footer side -->
<footer class="footer">
<section class="footer-items-left">
<ul>
<li> <a href="#">about</a> </li>
<li> <a href="#">advertising</a></li>
<li> <a href="#">business</a></li>
</ul>
</section>
<section class="footer-items-right">
<ul>
<li><a href="#">privacy</a></li>
<li><a href="#">setting</a></li>
<li><a href="#">terms</a></li>
</ul>
</section>
</footer>
</body>
</html>