Skip to content

Commit 04b5ea9

Browse files
project0
1 parent f2625e6 commit 04b5ea9

15 files changed

Lines changed: 348 additions & 0 deletions

newversion-2020/search-project0/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newversion-2020/search-project0/.idea/inspectionProfiles/Project_Default.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newversion-2020/search-project0/.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newversion-2020/search-project0/.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newversion-2020/search-project0/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newversion-2020/search-project0/.idea/search.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
9.21 KB
Loading
34.6 KB
Loading
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
5+
<link rel="stylesheet" href="styleadvanced.css" >
6+
<title>Search</title>
7+
</head>
8+
<body>
9+
<div>
10+
<ul class="nav-bar">
11+
<li style="margin-right:30px;"><a href="googlesearch.html">Google Search</a></li>
12+
<div style="margin-left:30px;"> <img src="advanced-logo.JPG" alt="google" width="150px" height="60px"></div>
13+
</ul>
14+
15+
</div>
16+
<div class="my-container">
17+
<h2 style="color:red">Advanced Search</h2>
18+
<hr>
19+
<div class="form">
20+
<form action="https://google.com/search">
21+
<p style="font-weight:bold;opacity:0.8;">Find pages with...</p>
22+
<div>
23+
24+
<label class="labels">all this words:
25+
</label> <input style="float:left;width:70%" type="text" name="as_q"></div>
26+
<div>
27+
28+
<label class="labels"> this exact word or phrase: </label>
29+
<!-- <input style="float:left;width:50%" type="hidden" name="as_q" value='"'> -->
30+
<input style="float:left;width:70%" type="text" name="as_epq"></div>
31+
<!-- <input style="float:left;width:50%" type="hidden" name="as_q" value='"'> -->
32+
<div>
33+
34+
<label class="labels" > any of these words: </label>
35+
<!-- <input style="float:left;width:50%" type="hidden" name="as_q" value="OR"> -->
36+
<input style="float:left;width:70%" type="text" name="as_oq"></div>
37+
38+
<div>
39+
<label class="labels"> none of these words: </label>
40+
<!-- <input style="float:left;width:50%" type="hidden" name="as_q" value="-"> -->
41+
<input style="float:left;width:70%" type="text" name="as_eq">
42+
</div>
43+
<div style="display:block;clear:both;float:right">
44+
45+
<br><br><br>
46+
<input style="width:150px;" id="submit" type="submit" value="Advanced Search"> </div>
47+
</form>
48+
</div>
49+
50+
51+
<div class="sidebar">
52+
<p style="font-weight:bold;opacity:0.8;"> To do this in the search bar: </p>
53+
<p style="opacity:0.8;"> Type the important words: <span style="font-family:Book Antiqua"> tricolor rat terrier </span> </p>
54+
<p style="opacity:0.8;"> Put exact words in quotes: <span style="font-family:Book Antiqua">"rat terrier" </span> </p>
55+
<p style="opacity:0.8;"> Type OR between all the words you want: <span style="font-family:Book Antiqua"> miniature OR standard</span> </p>
56+
<p style="opacity:0.8;">Put a minus sign just before the words you don't want: <span style="font-family:Book Antiqua"> -rodent, -"Jack Russel"</span></p>
57+
58+
</div>
59+
</div>
60+
<div class="jumbotron text-center" style="background-color:#f5f5f5;position:absolute;width:100%;bottom:0;height: 1.5rem;">
61+
<p><a href="">Privacy Policy</a> | <a href="">Help</a></p>
62+
</div>
63+
</body>
64+
</html>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Search</title>
5+
<link rel="stylesheet" href="styles.css" >
6+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
7+
</head>
8+
<body>
9+
<nav class="navbar">
10+
<li><a href="googlesearch.html">Google Search</a></li>
11+
\
12+
</nav>
13+
<img src="images-logo.JPG" alt="google">
14+
<div class="form">
15+
<form action="https://google.com/images">
16+
<div>
17+
<i class="fa fa-search" aria-hidden="true"></i>
18+
<input type="text" name="q">
19+
<i class="fa fa-microphone" aria-hidden="true"></i>
20+
</div>
21+
<br>
22+
<div class="button">
23+
<input type="submit" value="Google Search"> </div>
24+
<div class="button">
25+
26+
</form>
27+
</div>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)