-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (78 loc) · 3.66 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="chrome">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GOOGLE</title>
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<!-- header sirve para poner nuestro menú -->
<header>
<nav>
<ul class="nav-right-section">
<!-- li* y el número de veces que quieras -->
<li>
<a href="https://mail.google.com/mail/u/0/#inbox" target="_blank">Gmail</a>
</li>
<li><a href="https://www.google.com.mx/imghp?hl=es&tab=ri&ogbl">Imágenes</a></li>
<li class="menu-icon"><a href=""></a></li>
<li><a><img src="https://lh3.googleusercontent.com/a/AEdFTp72T3ScMN8R2WbKryMeBQJrXEjBWtFywArR8t1ByQ=s288-p-rw-no" alt="Foto de Pame Alba">
</a></li>
</ul>
</nav>
</header>
<main>
<section class="main-logo">
<img src="https://1000marcas.net/wp-content/uploads/2020/02/logo-Google.png" alt="Logo de Google">
</section>
<section class="main-input">
<div class="main-input-container">
<span class="search-icon"></span>
<input type="text">
<a class="micro-icon" href=""></a>
<a class="camara-icon" href=""></a>
</div>
</section>
<section class="main-buttons">
<div>
<button>Buscar con Google</button>
<button>Me siento con suerte</button>
</div>
</section>
<section>
<div>
<p>Google offered in: <a href="#">Español (Latinoamerica)</a></p>
</div>
</section>
</main>
<footer>
<ul class="footer-left">
<li>
<a href="https://about.google/?utm_source=google-MX&utm_medium=referral&utm_campaign=hp-footer&fg=1" target="_blank">Sobre Google</a>
</li>
<li>
<a href="https://ads.google.com/intl/es-419_mx/home/?subid=ww-ww-et-g-awa-a-g_hpafoot1_1!o2m--ahpm-0000000121-0000000000&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpafooter&fg=1" target="_blank">Publicidad</a>
</li>
<li>
<a href="https://smallbusiness.withgoogle.com/intl/es-419_mx/?subid=ww-ww-et-g-awa-a-g_hpbfoot1_1!o2&utm_source=google&utm_medium=ep&utm_campaign=google_hpbfooter&utm_content=google_hpbfooter&gmbsrc=ww-ww-et-gs-z-gmb-s-z-u~sb-g4sb_srvcs-u&c=MX#!/" target="_blank">Negocios</a>
</li>
<li>
<a href="https://www.google.com/search/howsearchworks/?fg=1" target="_blank">Cómo funciona la búsqueda</a>
</li>
</ul>
<ul class="footer-right">
<li>
<a href="https://policies.google.com/privacy?hl=es-419&fg=1" target="_blank">Privacidad</a>
</li>
<li>
<a href="https://policies.google.com/terms?hl=es-419&fg=1" target="_blank">Condiciones</a>
</li>
<li>
<a href="#">Preferencias</a>
</li>
</ul>
</footer>
</body>
</html>