-
Notifications
You must be signed in to change notification settings - Fork 0
/
Google.html
96 lines (94 loc) · 4.09 KB
/
Google.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
<!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="styling.css">
<link rel="icon" href="g2.png">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<title>Google</title>
<script src="https://kit.fontawesome.com/aa2aa4b7ef.js" crossorigin="anonymous"></script>
<script defer src="main.js"></script>
</head>
<body>
<header>
<navigationbar class="navbar">
<ul>
<li>
<a class="link" href="https://mail.google.com">Gmail</a>
</li>
<li>
<a class="link" href="">Images</a>
</li>
<li>
<div class="circleshadow">
<a class="menuicon" href=""><i class="fa-sharp fa-solid fa-bars"></i></a>
</div>
</li>
<li>
<div class="circleshadow">
<a class="usericon" href=""><span>A</span></a>
</div>
</li>
</ul>
</navigationbar>
</header>
<section class="content">
<div class="cont">
<img class = "image" src = "Google.jpg" alf = "Google"> </img>
<!-- <img class="image" src="https://www.google.com/url?sa=i&url=https%3A%2F%2Ftouchtheworld.org%2Finternships%2F&psig=AOvVaw1A30nMA3v6CrQXpW-0FVUR&ust=1680626176132000&source=images&cd=vfe&ved=0CBAQjRxqFwoTCOiBzsCSjv4CFQAAAAAdAAAAABAE" alt="LOGO"> -->
<div class="searchbar">
<i class="fa-solid fa-magnifying-glass"></i>
<input id="searchinput" class="searchinput" type="text">
<i class="fa-solid fa-microphone"></i>
</div>
<div class="searchbuttons">
<button class="searchbutton">Google search</button>
<button class="lucky">I'm Feeling Lucky</button>
</div>
<div class="languages">
<p>Google offered in: <a href="https://www.google.com/setprefs?sig=0_JuhCQRPubCyF8_VU6JjqJmyh-RI%3D&hl=hi&source=homepage&sa=X&ved=0ahUKEwiqntiYnOn7AhXyUGwGHQimCgMQ2ZgBCBM">हिन्दी</a>
<a href="https://www.google.com/setprefs?sig=0_JuhCQRPubCyF8_VU6JjqJmyh-RI%3D&hl=bn&source=homepage&sa=X&ved=0ahUKEwiqntiYnOn7AhXyUGwGHQimCgMQ2ZgBCBQ">বাংলা</a>
<a href="https://www.google.com/setprefs?sig=0_JuhCQRPubCyF8_VU6JjqJmyh-RI%3D&hl=te&source=homepage&sa=X&ved=0ahUKEwiqntiYnOn7AhXyUGwGHQimCgMQ2ZgBCBU">తెలుగు</a>
<a href="https://www.google.com/setprefs?sig=0_JuhCQRPubCyF8_VU6JjqJmyh-RI%3D&hl=mr&source=homepage&sa=X&ved=0ahUKEwiqntiYnOn7AhXyUGwGHQimCgMQ2ZgBCBY">मराठी</a></p>
</div>
</div>
</section>
<footer >
<div class="footerr">
<br>
<div class="upperfooter">
<p>India</p>
</div>
<div class="lowerfooter">
<ul class="lowerleft">
<li>
<a href="">About</a>
</li>
<li>
<a href="">Advertising</a>
</li>
<li>
<a href="">Business</a>
</li>
<li>
<a href="">How Search works</a>
</li>
</ul>
<ul class="lowerright">
<li>
<a href="">Privacy</a>
</li>
<li>
<a href="">Terms</a>
</li>
<li>
<a href="">Settings</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>