Skip to content

Commit f7f194a

Browse files
authored
Merge pull request #3 from sunami09/master
Version 1.1.2 Complete ✅
2 parents 2b65807 + 0316d7d commit f7f194a

10 files changed

+54
-8
lines changed

GoogleAdvanceSearch.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*{
22
margin:0;
33
}
4+
5+
46
.header {
57
display: flex;
68
justify-content: end;

GoogleAdvanceSearch.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
33

4+
5+
46
<head>
57
<title>Advance Search</title>
68
<link rel="stylesheet" href="GoogleAdvanceSearch.css">
7-
<link rel="icon" href="search.ico">
9+
<link rel="icon" href="images/search.ico">
810
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
911
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
1012

@@ -15,7 +17,7 @@
1517

1618
<div id="google-image">
1719
<a href="index.html">
18-
<img src="GoogleImage.png" width="110px">
20+
<img src="images/GoogleImage.png" width="110px">
1921
</a>
2022
</div>
2123
<div>

GoogleImageSearch.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
justify-content: end;
44
}
55

6+
7+
68
.header a {
79
text-decoration: none;
810
color: black;

GoogleImageSearch.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
<head>
55
<title>Google Image</title>
66
<link rel="stylesheet" href="index.css">
7-
<link rel="icon" href="search.ico">
7+
<link rel="icon" href="images/search.ico">
88
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
99
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
1010

1111
</head>
1212

13+
14+
1315
<body>
1416
<header class="header">
1517
<div>
@@ -19,7 +21,7 @@
1921
<main>
2022
<div>
2123
<div id="google-image">
22-
<img src="GoogleImage.png">
24+
<img src="images/GoogleImage.png">
2325
<div>
2426
Images
2527
</div>
@@ -28,7 +30,7 @@
2830
<div id="search-bar">
2931
<i class="fas fa-search"></i>
3032
<input type="text" name="q" placeholder="Search...">
31-
<img src="google-voice.png">
33+
<img src="images/google-voice.png">
3234
<input type="hidden" name="tbm" value="isch">
3335

3436
</div>

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,39 @@ start index.html
1919

2020
## Demo
2121

22+
https://user-images.githubusercontent.com/66564001/173353412-306146c7-915a-475c-8966-94f3d8a91516.mp4
2223

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)
2357

File renamed without changes.
File renamed without changes.
File renamed without changes.

index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
font-weight: 50;
1313
}
1414

15+
16+
1517
.header a:hover{
1618
color:cornflowerblue;
1719
}

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
33

4+
5+
46
<head>
57
<title>Google</title>
68
<link rel="stylesheet" href="index.css">
7-
<link rel="icon" href="search.ico">
9+
<link rel="icon" href="images/search.ico">
810
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
911
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
1012
</head>
@@ -21,13 +23,13 @@
2123
<main>
2224
<div>
2325
<div id="google-image">
24-
<img src="GoogleImage.png">
26+
<img src="images/GoogleImage.png">
2527
</div>
2628
<form action="https://www.google.com/search">
2729
<div id="search-bar">
2830
<i class="fas fa-search"></i>
2931
<input type="text" name="q" placeholder="Search...">
30-
<img src="google-voice.png">
32+
<img src="images/google-voice.png">
3133
</div>
3234

3335
<div id="search-button">

0 commit comments

Comments
 (0)