-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (64 loc) · 3.03 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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Google</title>
<link rel="stylesheet" href="./index.css">
<link rel="shortcut icon" href="./img/favicon.png" type="image/x-icon">
</head>
<body>
<div class="mobile">
<svg style="fill:#70757a;width:24px;height:24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"></path><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path></svg>
<a href="#" class="selected">ALL</a>
<a href="#">IMAGES</a>
</div>
<nav>
<a href="#" class="desktop">Gmail</a>
<a href='#' class="desktop">Images</a>
<a href="#"><svg class="nine-dots" focusable="false" viewBox="0 0 24 24"><path d="M6,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM16,6c0,1.1 0.9,2 2,2s2,-0.9 2,-2 -0.9,-2 -2,-2 -2,0.9 -2,2zM12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2z"></path></svg></a>
<img src="./img/google-dp.png" alt="Profile">
</nav>
<main>
<div class="image">
<img src="./img/google.png" alt="Google">
</div>
<div class="input-box">
<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
</svg>
<input type="text">
<i class="fa fa-keyboard-o"></i>
</div>
<div class="flex desktop">
<button>Google Search</button>
<button>I'm Feeling Lucky</button>
</div>
<div class="languages">
<p>Google offered in:
</p><a>Hausa</a>
<a>Igbo</a><a>Èdè Yorùbá</a>
<a>Nigerian Pidgin</a>
</div>
</main>
<footer>
<div class="step1">
<p>Nigeria</p>
</div>
<div class="step2">
<div class="left desktop">
<a href="./">About</a>
<a href="./">Advertising</a>
<a href="./">Business</a>
<a href="./">How Search works</a>
</div>
<div class="right">
<a href="./">Privacy Terms</a>
<a href="./">Settings</a>
</div>
</div>
</footer>
</body>
</html>