File tree Expand file tree Collapse file tree 10 files changed +54
-8
lines changed Expand file tree Collapse file tree 10 files changed +54
-8
lines changed Original file line number Diff line number Diff line change 1
1
* {
2
2
margin : 0 ;
3
3
}
4
+
5
+
4
6
.header {
5
7
display : flex;
6
8
justify-content : end;
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
4
+
5
+
4
6
< head >
5
7
< title > Advance Search</ title >
6
8
< link rel ="stylesheet " href ="GoogleAdvanceSearch.css ">
7
- < link rel ="icon " href ="search.ico ">
9
+ < link rel ="icon " href ="images/ search.ico ">
8
10
< link rel ="stylesheet " href ="https://pro.fontawesome.com/releases/v5.10.0/css/all.css "
9
11
integrity ="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p " crossorigin ="anonymous " />
10
12
15
17
16
18
< div id ="google-image ">
17
19
< a href ="index.html ">
18
- < img src ="GoogleImage.png " width ="110px ">
20
+ < img src ="images/ GoogleImage.png " width ="110px ">
19
21
</ a >
20
22
</ div >
21
23
< div >
Original file line number Diff line number Diff line change 3
3
justify-content : end;
4
4
}
5
5
6
+
7
+
6
8
.header a {
7
9
text-decoration : none;
8
10
color : black;
Original file line number Diff line number Diff line change 4
4
< head >
5
5
< title > Google Image</ title >
6
6
< link rel ="stylesheet " href ="index.css ">
7
- < link rel ="icon " href ="search.ico ">
7
+ < link rel ="icon " href ="images/ search.ico ">
8
8
< link rel ="stylesheet " href ="https://pro.fontawesome.com/releases/v5.10.0/css/all.css "
9
9
integrity ="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p " crossorigin ="anonymous " />
10
10
11
11
</ head >
12
12
13
+
14
+
13
15
< body >
14
16
< header class ="header ">
15
17
< div >
19
21
< main >
20
22
< div >
21
23
< div id ="google-image ">
22
- < img src ="GoogleImage.png ">
24
+ < img src ="images/ GoogleImage.png ">
23
25
< div >
24
26
Images
25
27
</ div >
28
30
< div id ="search-bar ">
29
31
< i class ="fas fa-search "> </ i >
30
32
< input type ="text " name ="q " placeholder ="Search... ">
31
- < img src ="google-voice.png ">
33
+ < img src ="images/ google-voice.png ">
32
34
< input type ="hidden " name ="tbm " value ="isch ">
33
35
34
36
</ div >
Original file line number Diff line number Diff line change @@ -19,5 +19,39 @@ start index.html
19
19
20
20
## Demo
21
21
22
+ https://user-images.githubusercontent.com/66564001/173353412-306146c7-915a-475c-8966-94f3d8a91516.mp4
22
23
24
+ ## Pages
25
+
26
+ * <b >Google Search</b >
27
+
28
+ ![ image] ( https://user-images.githubusercontent.com/66564001/173354039-288bdaaf-0bf4-4bdb-b3c1-812eaae179dc.png )
29
+
30
+ * <b >Google Image Search</b >
31
+
32
+ ![ image] ( https://user-images.githubusercontent.com/66564001/173354105-41e85837-c3de-40ae-8b3c-0b8f8dc9493a.png )
33
+
34
+ * <b >Google Advance Search</b >
35
+
36
+ ![ image] ( https://user-images.githubusercontent.com/66564001/173354187-111ede83-c71a-40cd-a574-5c91dd72a466.png )
37
+
38
+
39
+
40
+
41
+ ## Authors
42
+
43
+ - [ Sunami Dasgupta] ( https://www.github.com/Sunami09 )
44
+
45
+ - [ Soham Das] ( https://github.com/fatemaker254 )
46
+
47
+
48
+
49
+
50
+ ## Badges
51
+
52
+ [ ![ MIT License] ( https://img.shields.io/apm/l/atomic-design-ui.svg? )] ( https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs )
53
+
54
+ [ ![ GPLv3 License] ( https://img.shields.io/badge/License-GPL%20v3-yellow.svg )] ( https://opensource.org/licenses/ )
55
+
56
+ [ ![ AGPL License] ( https://img.shields.io/badge/license-AGPL-blue.svg )] ( http://www.gnu.org/licenses/agpl-3.0 )
23
57
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 12
12
font-weight : 50 ;
13
13
}
14
14
15
+
16
+
15
17
.header a : hover {
16
18
color : cornflowerblue;
17
19
}
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
4
+
5
+
4
6
< head >
5
7
< title > Google</ title >
6
8
< link rel ="stylesheet " href ="index.css ">
7
- < link rel ="icon " href ="search.ico ">
9
+ < link rel ="icon " href ="images/ search.ico ">
8
10
< link rel ="stylesheet " href ="https://pro.fontawesome.com/releases/v5.10.0/css/all.css "
9
11
integrity ="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p " crossorigin ="anonymous " />
10
12
</ head >
21
23
< main >
22
24
< div >
23
25
< div id ="google-image ">
24
- < img src ="GoogleImage.png ">
26
+ < img src ="images/ GoogleImage.png ">
25
27
</ div >
26
28
< form action ="https://www.google.com/search ">
27
29
< div id ="search-bar ">
28
30
< i class ="fas fa-search "> </ i >
29
31
< input type ="text " name ="q " placeholder ="Search... ">
30
- < img src ="google-voice.png ">
32
+ < img src ="images/ google-voice.png ">
31
33
</ div >
32
34
33
35
< div id ="search-button ">
You can’t perform that action at this time.
0 commit comments