-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
99 lines (92 loc) · 3.7 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
---
title: Welcome to AnyFetch
layout: main
---
<div class="intro">
<div class="container">
<div class="header-group">
<h1 class="title">Build smarter relationships</h1>
<h3 class="subtitle">Get the right information directly in your inbox.</h3>
<div class="buttons">
<!-- <a title="Sign up to AnyFetch" class="button button-blue" href="https://manager.anyfetch.com/sign_up">Sign Up</a> -->
<a onClick="ga('send', 'Conversion', 'Click', 'Chrome web store')" title="Download the Chrome extension" class="button button-chrome" href="https://chrome.google.com/webstore/detail/anyfetch/igbnmifdfpgnbdhcnhiadcggoejocfpn">
<img src="/images/google-chrome-icon.png" alt="">
For Chrome
</a>
</div>
</div>
<div class="bg-container">
<span><!-- The span is used to fake content in the cell, so the cell is expended at its max height --></span>
</div>
</div>
</div>
<div class="works-with anyfetch-container">
<div class="container">
<p><span>AnyFetch</span > integrates with</p>
<img src="/images/providers.png" alt="lot's of services like GMail, Google Drive and many others">
</div>
</div>
<div class="before-anyfetch anyfetch-container">
<div class="container">
<table>
<tr>
<th>
<span class="anyfetch-badge">THE OLD WAY</span>
</th>
<th></th>
<th>
<span class="anyfetch-badge">THE NEW WAY</span>
</th>
</tr>
<tr>
<td><img src="/images/documents-mess.png" srcset="/images/documents-mess.png x1, /images/x2/documents-mess.png x2" alt="A mess of unrelated documents"></td>
<td><img src="/images/computer.png" alt="AnyFetch solution"></td>
<td><img src="/images/documents-sorted.png" srcset="/images/documents-sorted.png x1, /images/x2/documents-sorted.png x2" alt="A timeline of related documents"></td>
</tr>
</table>
</div>
</div>
<div class="signup anyfetch-container">
<div class="container">
<div class="row">
<div class="col-sm-3 visible-xs-block signup-button">
<a title="Sign up now !" class="button button-blue" href="https://manager.anyfetch.com/sign_up">Sign Up Now !</a>
</div>
<div class="col-sm-9 signup-text">
<p><b>Do more with your information.</b> Use it to be more productive and comfortable in your relationships</p>
</div>
<div class="col-sm-3 hidden-xs signup-button">
<a title="Sign up now !" class="button button-blue" href="https://manager.anyfetch.com/sign_up">Sign Up Now !</a>
</div>
</div>
<span class="arrow"></span>
</div>
</div>
<div class="features anyfetch-container">
<div class="container">
<h2>Amazing features</h2>
<div class="row">
<div class="col-sm-4">
<!-- <img src="/images/smart-infos.png" alt=""> -->
<img src="/images/slide-1.png" srcset="/images/slide-1.png 1x, /images/x2/slide-1.png 2x" alt="">
<h4>Smart info in your inbox</h4>
<p>AnyFetch analyzes information and organizes it for you.</p>
</div>
<div class="col-sm-4">
<!-- <img src="/images/multi-services.png" alt=""> -->
<img src="/images/slide-2.png" srcset="/images/slide-2.png 1x, /images/x2/slide-2.png 2x" alt="">
<h4>Multi services</h4>
<p>Connect all your services, including email, documents, contacts, notes & more.</p>
</div>
<div class="col-sm-4">
<!-- <img src="/images/fast-access.png" alt=""> -->
<img src="/images/slide-3.png" srcset="/images/slide-3.png 1x, /images/x2/slide-3.png 2x" alt="">
<h4>Fast access</h4>
<p>Click to access information in the original service.</p>
</div>
</div>
</div>
</div>
<div class="signup-final anyfetch-container">
<a title="Sign up now !" class="button button-blue" href="https://manager.anyfetch.com/sign_up">Sign Up Now !</a>
</div>