-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (68 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AG's Google</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<navbar id="nav">
<a href="https://github.com/Armaan100">Gmail</a>
<a href="https://github.com/Armaan100">Images</a>
<a href="https://github.com/Armaan100"><img src="https://www.svgrepo.com/show/442401/view-app-grid-symbolic.svg" alt="apps"></a>
<a href="https://github.com/Armaan100"><img src="https://freesvg.org/img/1534129544.png" alt="Profile"></a>
</navbar>
<main>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/2560px-Google_2015_logo.svg.png" alt="google" class="google">
<div class="search">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Google_Magnifying_Glass.svg/1200px-Google_Magnifying_Glass.svg.png"
alt="search-icon" class="search-icon">
<textarea class="search-txt"></textarea>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Google_Assistant_logo.svg/1024px-Google_Assistant_logo.svg.png"
alt="assistant-icon" class="assistant-icon">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Google_Lens_Icon.svg/2048px-Google_Lens_Icon.svg.png"
alt="lens-icon" class="lens-icon">
</div>
<div class="extras">
<div class="buttons">
<button class="btn-1 btn">Google Search</button>
<button class="btn-2 btn">I'm Feeling Lucky</button>
</div>
<p class="langs">
Google offered in:
<span class="ls-lang">
<a href="https://www.google.com/" , target="blank" , class="lang">हिन्दी</a>
<a href="https://www.google.com/" , target="blank" , class="lang">বাংলা</a>
<a href="https://www.google.com/" , target="_blank" , class="lang">অসমীয়া</a>
<a href="https://www.google.com/" , target="blank" , class="lang">日本語</a>
<a href="https://www.google.com/" , target="blank" , class="lang">Español</a>
<a href="https://www.google.com/" , target="blank" , class="lang">Deutsch</a>
<a href="https://www.google.com/" , target="blank" , class="lang">한국인</a>
<a href="https://www.google.com/" , target="blank" , class="lang">中国人</a>
<a href="https://www.google.com/" , target="blank" , class="lang">แบบไทย</a>
</span>
</p>
</div>
</main>
<footer>
<div class="country">
<p>India</p>
</div>
<div class="hzr"></div>
<div class="links-sec">
<div class="left">
<a href="https://github.com/Armaan100">About</a>
<a href="https://github.com/Armaan100">Advertising</a>
<a href="https://github.com/Armaan100">Business</a>
<a href="https://github.com/Armaan100">How Search Works</a>
</div>
<div class="right">
<a href="https://github.com/Armaan100">Privacy</a>
<a href="https://github.com/Armaan100">Terms</a>
<a href="https://github.com/Armaan100">Settings</a>
</div>
</div>
</footer>
</body>
</html>