-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (63 loc) · 3.01 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
<!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">
<title>Google clon</title>
<link rel="shortcut icon" href="https://cdn4.iconfinder.com/data/icons/new-google-logo-2015/400/new-google-favicon-512.png" type="image/x-icon">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<nav>
<ul class="nav-right-section">
<li><a href="">Gmail</a></li>
<li><a href="">Images</a></li>
<li class="menu-icon"><a href=""></a></li>
<li>
<a href="">
<img src="https://lh3.googleusercontent.com/ogw/ADea4I5COiFzMf7uZ6mjMmLPK9xlup78ykUcO5lrMlNXxA=s32-c-mo" alt="">
</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="main-logo">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="Google logo">
</section>
<section class="main-input">
<div class="main-input-container">
<span class="search-icon">
<!-- <img src="" alt=""> -->
<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>
</span>
<input type="text">
<a class="micro-icon" href="">
<svg class="goxjub" focusable="false" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="#4285f4" d="m12 15c1.66 0 3-1.31 3-2.97v-7.02c0-1.66-1.34-3.01-3-3.01s-3 1.34-3 3.01v7.02c0 1.66 1.34 2.97 3 2.97z"></path><path fill="#34a853" d="m11 18.08h2v3.92h-2z"></path><path fill="#fbbc05" d="m7.05 16.87c-1.27-1.33-2.05-2.83-2.05-4.87h2c0 1.45 0.56 2.42 1.47 3.38v0.32l-1.15 1.18z"></path><path fill="#ea4335" d="m12 16.93a4.97 5.25 0 0 1 -3.54 -1.55l-1.41 1.49c1.26 1.34 3.02 2.13 4.95 2.13 3.87 0 6.99-2.92 6.99-7h-1.99c0 2.92-2.24 4.93-5 4.93z"></path></svg>
</a>
</div>
</section>
<section class="main-buttons">
<div><button>Google Search</button></div>
<div><button>I'm Feeling Lucky</button></div>
</section>
</main>
<footer>
<ul class="footer-left">
<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="footer-right">
<li><a href="">Privacy</a></li>
<li><a href="">Terms</a></li>
<li><a href="">Settings</a></li>
</ul>
</footer>
<script>
</script>
</body>
</html>