-
Notifications
You must be signed in to change notification settings - Fork 0
/
advanced_search.html
108 lines (105 loc) · 6.02 KB
/
advanced_search.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
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Advanced Search</title>
<link rel="shortcut icon" href="https://www.google.com/favicon.ico" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/advance_search.css">
</head>
<body class="d-flex flex-column">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="">
<img src="https://www.gstatic.com/images/branding/googlelogo/svg/googlelogo_clr_74x24px.svg" alt="Google logo">
</a>
<ul class="navbar-nav ms-auto flex-row">
<li class="nav-item">
<a class="nav-link px-2" href="index.html">Google search</a>
</li>
<li class="nav-item">
<a class="nav-link px-2" href="image_search.html">Images</a>
</li>
<li class="nav-item">
<a class="nav-link px-2" href="advanced_search.html">Advanced search</a>
</li>
<li class="nav-item">
<a class="nav-link text-white text-center rounded-5" id="google-apps" href="#"><svg class="align-top" fill="#5F6368" focusable="false" viewBox="0 0 24 24" height="24px" width="24px"><path d="M6,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM16,6c0,1.1 0.9,2 2,2s2,-0.9 2,-2 -0.9,-2 -2,-2 -2,0.9 -2,2zM12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2z"></path></svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link text-white p-1 rounded-5" href="#" id="google-acc">
<img class="rounded-5" src="https://cdn.discordapp.com/attachments/1176563099554287746/1197846700304384060/letra-d.png?ex=65bcc0ac&is=65aa4bac&hm=46c49584ad050b75813d813fc930bb3df199ef455652eb6f2e4d3f2717c1ed84&" srcset="https://cdn.discordapp.com/attachments/1176563099554287746/1197846700304384060/letra-d.png?ex=65bcc0ac&is=65aa4bac&hm=46c49584ad050b75813d813fc930bb3df199ef455652eb6f2e4d3f2717c1ed84&,https://cdn.discordapp.com/attachments/1176563099554287746/1197846700304384060/letra-d.png?ex=65bcc0ac&is=65aa4bac&hm=46c49584ad050b75813d813fc930bb3df199ef455652eb6f2e4d3f2717c1ed84& " alt="" aria-hidden="true" >
</a>
</li>
</ul>
</div>
</nav>
<span class="title">
<h1 class="">Advanced Search</h1>
</span>
<main class="h-100">
<section class="h-100 d-flex flex-column">
<div class="d-flex justify-content-between align-items-center subtitles">
<h2 class="subtitle-1">Find pages with...</h2>
<h2 class="subtitle-2">To do this in the search box.</h2>
</div>
<form action="https://www.google.com/search" method="get">
<input type="hidden" name="hl" value="en">
<div class="d-flex flex-column justify-content-center inputs">
<div class="">
<label class="label">
All these words:
</label>
<input type="text" autocomplete="off" name="as_q">
<span class="todo-text">Type the important words: <span class="example">tri-colour rat terrier</span>
</span>
</div>
<div class="">
<label class="label">
This exact word or phrase:
</label>
<input type="text" autocomplete="off" name="as_epq">
<span class="todo-text">Put exact words in quotes: <span class="example">"rat terrier"</span>
</span>
</div>
<div class="">
<label class="label">
Any of these words:
</label>
<input type="text" autocomplete="off" name="as_oq">
<span class="todo-text">
Type <span class="example">OR</span> between all the words you want: <span class="example">miniature OR standard</span>
</span>
</div>
<div class="">
<label class="label">
None of these words:
</label>
<input type="text" autocomplete="off" name="as_eq">
<span class="todo-text">
Put a minus sign just before words that you don't want: <span class="example text-nowrap">-rodent, -"Jack Russell"</span>
</span>
</div>
<div class="d-flex justify-content-center">
<input type="submit" value="Advanced Search" class="submit-btn">
</div>
</div>
</form>
</section>
</main>
<footer>
<div>
<p class="country m-0">Brasil</p>
</div>
<div class="">
<ul class="d-flex">
<li><a href="#" class="nav-link">Help</a></li>
<li><a href="#" class="nav-link">Privacy</a></li>
<li><a href="#" class="nav-link">Terms</a></li>
</ul>
</div>
</footer>
</body>
</html>