Skip to content

Commit

Permalink
Merge pull request #3 from sunami09/master
Browse files Browse the repository at this point in the history
Version 1.1.2 Complete ✅
  • Loading branch information
sunami09 authored Jun 13, 2022
2 parents 2b65807 + 0316d7d commit f7f194a
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 deletions.
2 changes: 2 additions & 0 deletions GoogleAdvanceSearch.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*{
margin:0;
}


.header {
display: flex;
justify-content: end;
Expand Down
6 changes: 4 additions & 2 deletions GoogleAdvanceSearch.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<!DOCTYPE html>
<html lang="en">



<head>
<title>Advance Search</title>
<link rel="stylesheet" href="GoogleAdvanceSearch.css">
<link rel="icon" href="search.ico">
<link rel="icon" href="images/search.ico">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />

Expand All @@ -15,7 +17,7 @@

<div id="google-image">
<a href="index.html">
<img src="GoogleImage.png" width="110px">
<img src="images/GoogleImage.png" width="110px">
</a>
</div>
<div>
Expand Down
2 changes: 2 additions & 0 deletions GoogleImageSearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
justify-content: end;
}



.header a {
text-decoration: none;
color: black;
Expand Down
8 changes: 5 additions & 3 deletions GoogleImageSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
<head>
<title>Google Image</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="search.ico">
<link rel="icon" href="images/search.ico">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />

</head>



<body>
<header class="header">
<div>
Expand All @@ -19,7 +21,7 @@
<main>
<div>
<div id="google-image">
<img src="GoogleImage.png">
<img src="images/GoogleImage.png">
<div>
Images
</div>
Expand All @@ -28,7 +30,7 @@
<div id="search-bar">
<i class="fas fa-search"></i>
<input type="text" name="q" placeholder="Search...">
<img src="google-voice.png">
<img src="images/google-voice.png">
<input type="hidden" name="tbm" value="isch">

</div>
Expand Down
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,39 @@ start index.html

## Demo

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

## Pages

* <b>Google Search</b>

![image](https://user-images.githubusercontent.com/66564001/173354039-288bdaaf-0bf4-4bdb-b3c1-812eaae179dc.png)

* <b>Google Image Search</b>

![image](https://user-images.githubusercontent.com/66564001/173354105-41e85837-c3de-40ae-8b3c-0b8f8dc9493a.png)

* <b>Google Advance Search</b>

![image](https://user-images.githubusercontent.com/66564001/173354187-111ede83-c71a-40cd-a574-5c91dd72a466.png)




## Authors

- [Sunami Dasgupta](https://www.github.com/Sunami09)

- [Soham Das](https://github.com/fatemaker254)




## Badges

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)

[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)

File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 2 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
font-weight: 50;
}



.header a:hover{
color:cornflowerblue;
}
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<!DOCTYPE html>
<html lang="en">



<head>
<title>Google</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="search.ico">
<link rel="icon" href="images/search.ico">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
</head>
Expand All @@ -21,13 +23,13 @@
<main>
<div>
<div id="google-image">
<img src="GoogleImage.png">
<img src="images/GoogleImage.png">
</div>
<form action="https://www.google.com/search">
<div id="search-bar">
<i class="fas fa-search"></i>
<input type="text" name="q" placeholder="Search...">
<img src="google-voice.png">
<img src="images/google-voice.png">
</div>

<div id="search-button">
Expand Down

0 comments on commit f7f194a

Please sign in to comment.