-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (51 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<title>Document</title>
</head>
<body>
<nav>
<a class="nav-item nav-space" href="#">Gmail</a>
<a class="nav-item nav-space" href="#">Image</a>
<i class="fa fa-bars fa-2x right"></i>
<i class="fa fa-user-circle fa-2x "></i>
</nav>
<section>
<img class="logo" src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"></img>
<div>
<img class="search" src=" https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Vector_search_icon.svg/945px-Vector_search_icon.svg.png ">
<Input class="search-bar " type="text " />
<img class="mic" src=" https://upload.wikimedia.org/wikipedia/commons/e/e8/Google_mic.svg ">
</div>
<div class="button-area ">
<button class="google-button "> Google search</button>
<button class="google-button "> I'm feeling Lucky </button>
</div>
<div class="language "> Google offered in:
<a href="# "> Tiếng Việt</a>
<a href="# ">Français</a>
<a href="# ">中文(繁體)</a>
</div>
</section>
<footer>
<div><a href="# ">Vietnam</a></div>
<div class="second ">
<div class="left ">
<a href="# ">Advertising</a>
<a href="# ">Business</a>
<a href="# ">About</a>
<a href="# ">How Search Works</a>
</div>
<div>
<a href="# ">Privacy</a>
<a href="# ">Terms</a>
<a href="# ">Settings</a>
</div>
</div>
</footer>
</body>
</html>