-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
195 lines (177 loc) · 9.3 KB
/
Copy pathindex.html
File metadata and controls
195 lines (177 loc) · 9.3 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<link rel="icon" href="/img/LANDrop.svg">
<style>
.table-download {
margin: 0px auto;
}
.row-download {
cursor: pointer;
}
.row-download td:first-child:not(:hover) {
color: var(--bs-blue);
}
</style>
<title>LANDrop - Drop any files to any devices on your LAN</title>
</head>
<body>
<nav class="navbar sticky-top navbar-expand-md navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#top">LANDrop</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarItems">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarItems">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#top">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#features">Features</a></li>
<li class="nav-item"><a class="nav-link" href="#downloads">Downloads</a></li>
<li class="nav-item"><a class="nav-link" href="#privacy">Privacy Policy</a></li>
<li class="nav-item"><a class="nav-link" href="#link-exchange">Link Exchange</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/LANDrop" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
</nav>
<div class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="/img/LANDrop.svg" width="200" height="200">
<h1 class="display-5 fw-bold">LANDrop</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Drop any files to any devices on your LAN.<br>No need to use instant messaging for that anymore.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a href="#downloads" class="btn btn-primary btn-lg px-4 gap-3">Try it now</button>
<a href="https://github.com/LANDrop" target="_blank" class="btn btn-outline-secondary btn-lg px-4">Source code</a>
</div>
</div>
</div>
<div class="container px-4 pb-3" id="features">
<h2 class="pb-2 border-bottom">Features</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-3 g-4 pt-4 pb-5">
<div class="col d-flex align-items-start">
<i class="material-icons-outlined bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em">devices</i>
<div>
<h4 class="fw-bold mb-0">Cross Platform</h4>
<p>When we say it, we mean it. iOS, Android, macOS, Windows, Linux, name yours.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="material-icons-outlined bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em">bolt</i>
<div>
<h4 class="fw-bold mb-0">Ultra Fast</h4>
<p>Uses your local network for transferring. Internet speed is not a limit.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="material-icons-outlined bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em">touch_app</i>
<div>
<h4 class="fw-bold mb-0">Easy to Use</h4>
<p>Intuitive UI. You know how to use it when you see it.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="material-icons-outlined bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em">lock</i>
<div>
<h4 class="fw-bold mb-0">Secure</h4>
<p>Uses state-of-the-art cryptography algorithm. No one else can see your files.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="material-icons-outlined bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em">wifi_tethering_off</i>
<div>
<h4 class="fw-bold mb-0">No Cellular Data</h4>
<p>Outside? No problem. LANDrop can work on your personal hotspot, without consuming cellular data.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="material-icons-outlined bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em">image</i>
<div>
<h4 class="fw-bold mb-0">No Compression</h4>
<p>Doesn't compress your photos and videos when sending.</p>
</div>
</div>
</div>
</div>
<div class="container px-4 pb-3" id="downloads">
<h2 class="pb-2 border-bottom">Downloads</h2>
<div class="container text-center pt-4 pb-5">
<table class="table table-bordered table-striped table-hover w-auto table-download">
<thead>
<tr>
<th scope="col">Platform</th>
<th scope="col">Version</th>
</tr>
</thead>
<tbody>
<tr class="row-download" data-download-link="https://apps.apple.com/us/app/landrop/id1568444438">
<td>iOS</td>
<td id="version-ios">Loading...</td>
</tr>
<tr class="row-download" data-download-link="https://releases.landrop.app/LANDrop-flutter-latest-android.apk">
<td>Android</td>
<td id="version-android">Loading...</td>
</tr>
<tr class="row-download" data-download-link="https://releases.landrop.app/LANDrop-latest-macos.dmg">
<td>macOS</td>
<td id="version-macos">Loading...</td>
</tr>
<tr class="row-download" data-download-link="https://releases.landrop.app/LANDrop-latest-win.zip">
<td>Windows</td>
<td id="version-win">Loading...</td>
</tr>
<tr class="row-download" data-download-link="https://releases.landrop.app/LANDrop-latest-linux.AppImage">
<td>Linux</td>
<td id="version-linux">Loading...</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="container px-4 pb-3" id="privacy">
<h2 class="pb-2 border-bottom">Privacy Policy</h2>
<div class="container pt-4 pb-5">
<p class="text-muted">Thanks for using LANDrop!</p>
<p class="text-muted">LANDrop Organization doesn’t collect, share, or store any of your personal data. All personal data required for the normal operation of the app are stored entirely and exclusively on your device.</p>
<p class="text-muted">When you send or receive files to or from other devices, your device’s name, type, and/or local IP address may be shared with the other party. You can choose not to actively share this information by turning off “Discoverable” in the app. This information is not collected, shared, or stored by LANDrop Organization in any way and is only used for the necessary operation of the app.</p>
<p class="text-muted">If you have any questions regarding this privacy policy, please send an email to privacy@landrop.app.</p>
</div>
</div>
<div class="container px-4 pb-3" id="link-exchange">
<h2 class="pb-2 border-bottom">Link Exchange</h2>
<div class="container pt-4 pb-5">
<p>LANDrop is featured in the following sites (sorted in alphabetical order):</p>
<div class="list-group">
<a href="https://www.appinn.com/landrop-files-transfer-tools/" target="_blank" class="list-group-item list-group-item-action">appinn.com</a>
<a href="https://www.iplaysoft.com/landrop.html" target="_blank" class="list-group-item list-group-item-action">iplaysoft.com</a>
<a href="https://techzoneonline.com/solved-how-to-airdrop-from-iphone-to-pc/" target="_blank" class="list-group-item list-group-item-action">techzoneonline.com</a>
</div>
</div>
</div>
<footer class="footer mt-auto py-3 bg-light">
<div class="container">
<span class="text-muted">Copyright © 2021, LANDrop<br>All rights reserved.</span>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script>
$('.navbar-collapse a').click(function() {
$('.navbar-collapse').collapse('hide');
});
$('.row-download').click(function() {
window.document.location = $(this).data('download-link');
});
$.getJSON('https://releases.landrop.app/versions.json', function(data) {
$('#version-ios').text(data['ios']);
$('#version-android').text(data['android']);
$('#version-macos').text(data['desktop']);
$('#version-win').text(data['desktop']);
$('#version-linux').text(data['desktop']);
});
</script>
</body>
</html>