-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (77 loc) · 2.64 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
<!DOCTYPE html>
<html lang="es">
<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>Clon de Google</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul class="nav-right-section">
<li>
<a href="https://www.linkedin.com/in/manuel-tovar-x" target="_blank">Gmail</a>
</li>
<li>
<a href="https://manuel-tovar.github.io/miportafolioweb/" target="_blank">Imágenes</a>
</li>
<li class="menu-icon">
<a href="" ></a>
</li>
<li>
<a href="https://manuel-tovar.github.io/miportafolioweb/" target="_blank">
<img src="https://lh3.googleusercontent.com/ogw/AOh-ky3VuT154aDneHAnaCYfIgkBYQoI4SNDzF4Kts32SwQ=s32-c-mo">
</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="main-logo">
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" alt="">
</section>
<form action="https://www.google.com/search">
<section class="main-input">
<div class="main-input-container">
<span class="search-icon">
</span>
<input TYPE=text name=q size=31 maxlength=255 placeholder="https://github.com/Manuel-Tovar">
<a class="micro-icon" href=""></a>
</div>
</section>
<section class="main-buttons">
<div><input type=submit name=btnG VALUE="Búscar con Google"></div>
<div><button> <a href="https://www.linkedin.com/in/manuel-tovar-x/" target="_blank">Me Siento con Suerte</a> </button></div>
</form>
</main>
<footer>
<ul class="footer-left">
<li>
<a href="">Publicidad</a>
</li>
<li>
<a href="">Negocios</a>
</li>
<li>
<a href="">Acerca de</a>
</li>
<li>
<a href="">Cómo funciona la busqueda</a>
</li>
</ul>
<ul class="footer-right">
<li>
<a href="">Privacidad</a>
</li>
<li>
<a href="">Condiciones</a>
</li>
<li>
<a href="">Preferencias</a>
</li>
</ul>
</footer>
</body>
</html>