-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
256 lines (256 loc) · 10.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reverse Image Search - Find Similar Images</title>
<meta
name="keywords"
content="reverse image search, image upload search, google images search, bing search, yandex image search, tineye image search, sogou image search, baidu image search, search image by keywords, search image by url, find similar images"
/>
<meta
name="description"
content="Search for Similar Images by Uploading an Image or Pasting any Image URL or Typing Keywords"
/>
<meta name="robots" content="index, follow" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="shortcut icon" type="image/png" sizes="192x192" href="/favicon-192x192.png" />
<link
rel="preload"
href="./fonts/BioRhyme-Regular-latin.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="./fonts/BioRhyme-Regular-latin_ext.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./fonts/fonts.css" />
<link rel="stylesheet" href="./css/normalize.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/loader.css" />
<link rel="stylesheet" href="./css/fontello.css" />
<link rel="stylesheet" href="./css/fontello-ie7.css" />
<link rel="stylesheet" href="./css/fontello-embedded.css" />
<script src="./js/app.js"></script>
<script>
var ga = document.createElement("script");
ga.async = true;
ga.src = "https://www.googletagmanager.com/gtag/js?id=G-GJCHG84XCY";
document.getElementsByTagName("head")[0].appendChild(ga);
window.dataLayer = window.dataLayer || [];
window.gtag = function () {
window.dataLayer.push(arguments);
};
window.gtag("js", new Date());
window.gtag("config", "G-GJCHG84XCY");
</script>
</head>
<body>
<div class="loader">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="container">
<section class="part_0">
<p class="title text_center">Reverse Image Search</p>
<p class="description text_center">
You can search for images by Uploading an Image or Pasting any Image URL or Typing any Keywords related to the
images you want to explore.
</p>
</section>
<section class="part_1">
<div
class="drag_zone"
ondragover="onDragover(event)"
ondrop="onDrop(event)"
ondragleave="onDragleave(event)"
ondragenter="onDragenter(event)"
>
<div class="center_content f_col" style="margin-bottom: 10px">
<img
src="./images/dragUpIcon.svg"
alt="drop-photo"
style="width: 70px; height: 55px"
onmousedown="event.preventDefault ? event.preventDefault() : event.returnValue = false"
oncontextmenu="return false;"
/>
<p class="text_bl text_center">Drop image to search</p>
<p class="text_bs text_center">or upload image using the button below</p>
</div>
<div
class="icon_button button_r center_content"
style="max-width: 128px"
onclick="document.querySelector('#imgInput').click();"
>
<i class="icon-attach" style="font-size: 12px"></i>
<input class="button_re" type="button" value="Upload" />
<input
type="file"
id="imgInput"
name="img"
style="display: none"
accept="image/*"
onchange="imgInputChange(this);"
/>
</div>
</div>
<div class="prev_outer_box">
<div class="prev_inner_box">
<img class="img_responsive" id="prev_img_box" src="" alt="image-preview" />
<div class="cross_img center_content" onclick="closeImage();">
<i class="icon-cancel" style="font-size: 11px"></i>
</div>
</div>
</div>
<div id="file_name" style="word-break: break-all; margin-top: 5px; display: none"></div>
<div id="file_size" style="word-break: break-all; margin-top: 5px"></div>
</section>
<section id="urlkeyword" class="part_1">
<div style="margin-bottom: 10px">
<p class="text_center text_br">- OR - Paste URL</p>
<div class="input_group">
<i class="icon-link" style="font-size: 18px"></i>
<input
class="txtinput"
type="url"
name="UrlSearch"
id="txtUrlSearch"
placeholder="Paste Image URL"
onkeydown="clearFields('byUrl')"
onchange="clearFields('byUrl')"
onpaste="clearFields('byUrl')"
/>
</div>
</div>
<div style="margin-bottom: 5px">
<p class="text_center text_br">- OR - Search By Keyword</p>
<input
class="txtinput"
type="text"
name="KeywordSearch"
id="txtKeywordSearch"
placeholder="Search By Keyword"
onkeydown="clearFields('byKeyword')"
onchange="clearFields('byKeyword')"
onpaste="clearFields('byKeyword')"
/>
</div>
</section>
<section class="center_content part_1">
<input
id="btnSearchSimilar"
class="button_r"
type="submit"
value="Find Similar Image "
onclick="searchSimilar();"
/>
</section>
<section class="part_2">
<div class="isr_container">
<div class="sr_item">
<div class="main_is_result">
<div class="icon_svg">
<a id="googleUrl" href="#" target="_blank" class="">
<div class="img_overlay_container">
<img src="./images/Google.svg" alt="Google" />
</div>
<div class="button_sm hide_inside_tab" style="background: #0373dd">Show Matches</div>
<div class="button_sm hide_outside_tab" style="background: #0373dd">Google</div>
</a>
</div>
</div>
</div>
<div class="sr_item">
<div class="main_is_result">
<div class="icon_svg">
<a id="bingUrl" href="#" target="_blank">
<div class="img_overlay_container">
<img src="./images/Bing.svg" alt="Bing" />
</div>
<div class="button_sm hide_inside_tab" style="background: #00897b">Show Matches</div>
<div class="button_sm hide_outside_tab" style="background: #00897b">Bing</div>
</a>
</div>
</div>
</div>
<div class="sr_item">
<div class="main_is_result">
<div class="icon_svg">
<a id="yandexUrl" href="#" target="_blank">
<div class="img_overlay_container">
<img src="./images/Yandex.svg" alt="Yandex" />
</div>
<div class="button_sm hide_inside_tab" style="background: #e62621">Show Matches</div>
<div class="button_sm hide_outside_tab" style="background: #e62621">Yandex</div>
</a>
</div>
</div>
</div>
<div id="tineyeBlock" class="sr_item">
<div class="main_is_result">
<div class="icon_svg">
<a id="tineyeUrl" href="#" target="_blank">
<div class="img_overlay_container">
<img src="./images/tineye.svg" alt="Tineye" />
</div>
<div class="button_sm hide_inside_tab" style="background: #61aacb">Show Matches</div>
<div class="button_sm hide_outside_tab" style="background: #61aacb">Tineye</div>
</a>
</div>
</div>
</div>
<div class="sr_item">
<div class="main_is_result">
<div class="icon_svg">
<a id="sogouUrl" href="#" target="_blank">
<div class="img_overlay_container">
<img src="./images/Sogou.svg" alt="Sogou" />
</div>
<div class="button_sm hide_inside_tab" style="background: #f74b1a">Show Matches</div>
<div class="button_sm hide_outside_tab" style="background: #f74b1a">Sogou</div>
</a>
</div>
</div>
</div>
<div class="sr_item">
<div class="main_is_result">
<div class="icon_svg">
<a id="baiduUrl" href="#" target="_blank">
<div class="img_overlay_container">
<img src="./images/baidu.svg" alt="Baidu" />
</div>
<div class="button_sm hide_inside_tab" style="background: #0062b2">Show Matches</div>
<div class="button_sm hide_outside_tab" style="background: #0062b2">Baidu</div>
</a>
</div>
</div>
</div>
</div>
<input
id="btnNewSearch"
class="button_r"
type="submit"
value="Try New Search"
style="align-self: center"
onclick="newSearch()"
/>
</section>
</div>
</body>
</html>