-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (60 loc) · 2.96 KB
/
index.html
File metadata and controls
65 lines (60 loc) · 2.96 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clon de Google</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="icon" href="./img/rounded-google-removebg-preview.png">
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<header>
<a href="https://www.gmail.com" target="_blank">Gmail</a>
<a href="https://www.google.com.mx/imghp?hl=es-419&authuser=0&ogbl" target="_blank">Imagenes</a>
<div class="icon">
<a href="#"><img src="./img/icons8-menú-en-círculos-30.png" alt="Menú"></a>
</div>
<div class="icon profile-pic">
<a href="#"><img src="./img/photo.png" alt="Imagen de foto de perfil"></a>
</div>
</header>
<main>
<img src="./img/logo.gif" alt="Logo de Google" id="logo">
<section id="input-search">
<img src="./img/icons8-búsqueda-24.png" class="icon">
<textarea rows="1"></textarea>
<div class="btn-mc-container">
<img src="./img/Google_mic.svg.png" alt="" class="icon mic">
<img src="./img/google-camera-lens-icon-symbol-free-png-removebg-preview.png" alt="" class="cam">
</div>
</section>
<div class="btn-container">
<a href="#" id="search" class="btn-search">Buscar con Google</a>
<a href="https://doodles.google/" id="lucky" class="btn-search">Voy a tener suerte</a>
</div>
</main>
<div class="space"></div>
<footer>
<section id="region">
<p>México</p>
</section>
<section id="links">
<div class="links1">
<a href="https://about.google/?utm_source=google-MX&utm_medium=referral&utm_campaign=hp-footer&fg=1">Sobre Google</a>
<a href="https://www.google.com.mx/intl/es-419_mx/ads/?subid=ww-ww-et-g-awa-a-g_hpafoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpafooter&fg=1">Publicidad</a>
<a href="https://www.google.com.mx/services/?subid=ww-ww-et-g-awa-a-g_hpbfoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpbfooter&fg=1">Negocios</a>
<a href="https://google.com/search/howsearchworks/?fg=1">Cómo funciona la Búsqueda</a>
</div>
<div class="space-between"></div>
<div class="links1">
<a href="https://policies.google.com/privacy?hl=es-419&fg=1">Privacidad</a>
<a href="https://policies.google.com/terms?hl=es-419&fg=1">Condiciones</a>
<a href="#">Preferencias</a>
</div>
</section>
</footer>
</body>
</html>