-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>infashion</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script src="https://fzz.storage.googleapis.com/b_plugin.js" data-pid="infashion.co" data-api="pd"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>infashion</h1>
<h2>Shop fashion items inspired by images</h2>
<a
style="text-decoration: none"
href="https://chrome.google.com/webstore/detail/infashion/pmgcidgefgjnbbpcjgabeakecoodkkfm"
>
<button class="chrome">
<img src="img/chrome_webstore.svg" />
<h6>available in the</h5>
<h5>chrome webstore</h6>
</button>
</a>
<div id="preview">
<div>
<img src="http://image.gala.de/v1/cms/DR/jennifer-lawrence-style-24-01_8403826-ORIGINAL-imageGallery_standard.jpg?v=10950969" />
<img id="guide" src="img/click!.svg" />
</div>
</div>
<section class="grey100">
<h2>Your favorite looks in variety of stores just one click away</h2>
</section>
<h3>some of our partners</h3>
<section id="partners">
<a href="https://ebay.com">
<img src="img/partners/ebay.svg" />
</a>
<a href="https://amazon.com">
<img src="img/partners/amazon.svg" />
</a>
<a href="https://aliexpress.com">
<img src="img/partners/aliexpress.svg" />
</a>
</section>
</body>
</html>