-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (77 loc) · 3.55 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
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous"/>
<title>Google's Homepage</title>
</head>
<body>
<nav class="navBar">
<ul class="navLink">
<li><a href="#">Gmail</a></li>
<li><a href="#">Görseller</a></li>
<li><a href="#">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"/>
</svg>
</a></li>
<li><a href="#"><img src="https://lh3.googleusercontent.com/ogw/ADGmqu-w0M9wTo2c520pZ1ZlbOikO7qRYY82qSUWvETx=s83-c-mo" alt=""></a></li>
</ul>
</nav>
<div class="container">
<div class="googleLogo">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="google">
</div>
<div class="section">
<div class="searchText">
<svg class="search" 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" name="arama" title="Ara">
</div>
<div class="option">
<i class="fas fa-keyboard"></i>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path 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" fill="#4285f4"></path>
<path d="m11 18.08h2v3.92h-2z" fill="#34a853"></path>
<path 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" fill="#f4b400"></path>
<path 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" fill="#ea4335"></path>
</svg>
</div>
</div>
<div class="submitBtn">
<input type="submit" value="Google'da Ara" name="button">
<input type="submit" value="Kendimi Şanslı Hissediyorum" name="button2">
</div>
<div class="languages">
<p>Google'ı kullanabileceğiniz diğer diller:
<a href="#">English</a> <a href="#">日本語</a>
</p>
</div>
</div>
<footer class="footer">
<div>
<p>Türkiye</p>
</div>
<div class="footerLinks">
<div>
<a href="#">Reklam</a>
<a href="#">İşletme</a>
<a href="#">Hakkında</a>
<a href="#">Arama nasıl çalışır?</a>
</div>
<div>
<a href="#">Gizlilik</a>
<a href="#">Şartlar</a>
<a href="#">Ayarlar</a>
</div>
</div>
</footer>
</body>
</html>