Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applied CSS and JavaScript to enhance GUI. #2

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
a09e7a7
first-commit-by-shubham
mauryask Dec 30, 2019
27358f0
first-commit-by-shubham
mauryask Dec 30, 2019
182b238
updated
mauryask Jan 1, 2020
cfe9ab2
updated
mauryask Jan 1, 2020
9943ba4
updated
mauryask Jan 1, 2020
2ef9435
updated
mauryask Jan 1, 2020
26e047c
Update .gitattributes.txt
mauryask Jan 1, 2020
c1370d0
Create .gitattributes
mauryask Jan 1, 2020
96d822b
Delete .gitattributes.txt
mauryask Jan 1, 2020
3f21b10
Update .gitattributes
mauryask Jan 1, 2020
0a19289
updated
mauryask Jan 1, 2020
ea435c2
updated
mauryask Jan 1, 2020
e02ba8b
updated
mauryask Jan 1, 2020
3dc70cf
updated
mauryask Jan 1, 2020
f276562
updated
mauryask Jan 2, 2020
adddd01
updated
mauryask Jan 2, 2020
e9c8968
updated
mauryask Jan 2, 2020
282d6bb
updated
mauryask Jan 2, 2020
2fc832a
updated
mauryask Jan 2, 2020
ec36a20
updated
mauryask Jan 2, 2020
884592d
updated
mauryask Jan 2, 2020
4ea87c6
updated
mauryask Jan 2, 2020
e9630e3
Update README.md
mauryask Jan 2, 2020
b16ef73
Update README.md
mauryask Jan 2, 2020
4839f1a
Update README.md
mauryask Jan 2, 2020
5cb31e9
Update README.md
mauryask Jan 2, 2020
0b6b4af
Update README.md
mauryask Jan 2, 2020
faafd4a
Update README.md
mauryask Jan 2, 2020
64b2d2f
Update README.md
mauryask Jan 2, 2020
d2b5b15
Update README.md
mauryask Jan 2, 2020
135db09
Update README.md
mauryask Jan 2, 2020
68af46f
Update README.md
mauryask Jan 2, 2020
bb97e01
Update README.md
mauryask Jan 2, 2020
69adee9
Update README.md
mauryask Jan 2, 2020
086926f
Update README.md
mauryask Jan 2, 2020
a51d392
Update README.md
mauryask Jan 2, 2020
e45cea1
Update README.md
mauryask Jan 2, 2020
396c7e0
updated
mauryask Jan 2, 2020
b4759f5
updated
mauryask Jan 2, 2020
aaaff7a
updated
mauryask Jan 2, 2020
57c646a
Update README.md
mauryask Jan 2, 2020
824b749
updated
mauryask Feb 10, 2020
b4fc456
Update README.md
mauryask Feb 10, 2020
2459707
Update README.md
mauryask Feb 10, 2020
c2ebf28
Update README.md
mauryask Feb 10, 2020
8f7977e
Update README.md
mauryask Feb 10, 2020
021e29b
Update README.md
mauryask Feb 10, 2020
313ca9d
Update README.md
mauryask Feb 10, 2020
9c5bb54
Update README.md
mauryask Feb 10, 2020
ea0e7e2
Update README.md
mauryask Feb 10, 2020
3db42d0
Update README.md
mauryask Feb 10, 2020
f8a38c8
Update README.md
mauryask Feb 10, 2020
1ae57d1
Update README.md
mauryask Feb 10, 2020
3116951
Update README.md
mauryask Feb 10, 2020
0b65724
Update README.md
mauryask Feb 10, 2020
d3796b8
Update .gitattributes
mauryask Mar 3, 2020
3c30ce3
updated
mauryask Sep 9, 2020
409c436
updated
mauryask Sep 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* .css linguist-language=javascript
60 changes: 60 additions & 0 deletions 10k.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Image Search</title>
<meta name="viewport" content="width=device-width, inital-scale=1">
<link rel="shortcut icon" type="image/png" href="images/10K.png"/>
<link rel="stylesheet" href="css/style.css">
</head>
<body>

<div class="main">

<div class="container">

<div class="logo">
<img src="images/witch.png">
</div>

<div class="search-form">

<form action="https://www.google.com/search" method="get" autocomplete="off">


<input name="tbm" value="isch" type="hidden">

<input name="tbs" value="isz:ex,iszw:10328,iszh:7760" type="hidden">

<div class="search"><img src="images/loupe.svg">
<input name="q" size="35" type="text" placeholder="Search image">
</div>

<div class="submit">
<input type="submit" value="Find 10K images">
</div>

</form>
</div>

<div class="serach-for">
<p>or search for</p>
<div class="links">
<span>
<a href="4k.html">4K images</a> &nbsp; | &nbsp;
<a href="index.html">8K images</a> &nbsp; | &nbsp;
<a href="10k.html">10K images</a> </span> <span id="hide">&nbsp; | &nbsp;</span>

<span>
<a href="16k.html">16K images</a> &nbsp; | &nbsp;
<a href="64.html">64 &#215 64 sized images</a> </span></span> <span id="hide">&nbsp; | &nbsp;</span>
<span><a href="mobile_images.html">mobile walpapers</a></span>
</div>
<div class="links links-2">
<a href="custom_size.html">
or search images with your own height and width</a>
</div>

</div>
</div>
</body>
</html>
58 changes: 0 additions & 58 deletions 10k/index.html

This file was deleted.

58 changes: 58 additions & 0 deletions 16k.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Image Search</title>
<meta name="viewport" content="width=device-width, inital-scale=1">
<link rel="shortcut icon" type="image/png" href="images/16K.png"/>
<link rel="stylesheet" href="css/style.css">
</head>
<body>

<div class="main">

<div class="container">

<div class="logo">
<img src="images/witch.png">
</div>

<div class="search-form">

<form action="https://www.google.com/search" method="get" autocomplete="off">

<input name="tbm" value="isch" type="hidden">

<input name="tbs" value="isz:ex,iszw:15360,iszh:8640" type="hidden">

<div class="search"><img src="images/loupe.svg">
<input name="q" size="35" type="text" placeholder="Search image">
</div>
<div class="submit">
<input type="submit" value="Find 16K images">
</div>

</form>
</div>

<div class="serach-for">
<p>or search for</p>
<div class="links">
<span>
<a href="4k.html">4K images</a> &nbsp; | &nbsp;
<a href="index.html">8K images</a> &nbsp; | &nbsp;
<a href="10k.html">10K images</a> </span> <span id="hide">&nbsp; | &nbsp;</span>

<span>
<a href="16k.html">16K images</a> &nbsp; | &nbsp;
<a href="64.html">64 &#215 64 sized images</a> </span></span> <span id="hide">&nbsp; | &nbsp;</span>
<span><a href="mobile_images.html">mobile walpapers</a></span>
</div>
<div class="links links-2">
<a href="custom_size.html">
or search images with your own height and width</a>
</div>

</div>
</div>
</body>
</html>
58 changes: 0 additions & 58 deletions 16k/index.html

This file was deleted.

61 changes: 61 additions & 0 deletions 4k.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Image Search</title>
<meta name="viewport" content="width=device-width, inital-scale=1">
<link rel="shortcut icon" type="image/png" href="images/4K.png"/>
<link rel="stylesheet" href="css/style.css">
</head>
<body>

<div class="main">

<div class="container">

<div class="logo">
<img src="images/witch.png">
</div>

<div class="search-form">


<form action="https://www.google.com/search" method="get" autocomplete="off">

<input name="tbm" value="isch" type="hidden">

<input name="tbs" value="isz:ex,iszw:4096,iszh:2160" type="hidden">


<div class="search"><img src="images/loupe.svg">
<input name="q" size="35" type="text" placeholder="Search image">
</div>

<div class="submit">
<input type="submit" value="Find 4K images">
</div>

</form>
</div>

<div class="serach-for">
<p>or search for</p>
<div class="links">
<span>
<a href="4k.html">4K images</a> &nbsp; | &nbsp;
<a href="index.html">8K images</a> &nbsp; | &nbsp;
<a href="10k.html">10K images</a> </span> <span id="hide">&nbsp; | &nbsp;</span>

<span>
<a href="16k.html">16K images</a> &nbsp; | &nbsp;
<a href="64.html">64 &#215 64 sized images</a> </span></span> <span id="hide">&nbsp; | &nbsp;</span>
<span><a href="mobile_images.html">mobile walpapers</a></span>
</div>
<div class="links links-2">
<a href="custom_size.html">
or search images with your own height and width</a>
</div>

</div>
</div>
</body>
</html>
58 changes: 0 additions & 58 deletions 4k/index.html

This file was deleted.

Loading