forked from voongoto/dropshare-material-landing
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Dropshare-LandingPage.html
executable file
·68 lines (60 loc) · 2.38 KB
/
Dropshare-LandingPage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>__FILETYPE__, __FILESIZE__</title>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.96.1/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.96.1/js/materialize.min.js"></script>
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="e95qd6esrv8hsq2"></script>
<meta property="og:title" content="__FILENAME__" />
<meta property="og:site_name" content="__FILENAME__"/>
<meta property="og:image" content="__PREVIEWURL__" />
<style>
img {
max-width: 100%;
max-height: 80vh;
}
video, iframe {
height: auto;
max-height: 80vh;
width: 100%;
}
iframe {
height: 80vh;
}
</style>
</head>
<body>
<nav>
<div class="nav-wrapper container row">
<div class="center-align">Justinas shared this on __SHAREDATE__
<ul class="right">
<a href="__PATH__" class="dropbox-saver"></a>
</ul>
</div>
</div>
</nav>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<div class="row center">
__PREVIEW__
</div>
</div>
</div>
<footer>
<h5 class="center-align">__FILENAME__</h5>
</footer>
<!-- download -->
<div class="fixed-action-btn" style="bottom: 45px; right: 24px;">
<a href="__PATH__" class="btn-floating waves-effect waves-circle waves-light btn-large red tooltipped" data-position="left" data-delay="500" data-tooltip="Download" download>
<i class="large mdi-action-get-app"></i>
</a>
<ul>
<li><a href="__PREVIEWURL__" class="btn-floating waves-effect waves-circle waves-light blue tooltipped " data-position="left" data-delay="50" data-tooltip="Direct" ><i class="large mdi-content-link"></i></a></li>
<li><a href="__PATH__?torrent" class="btn-floating waves-effect waves-circle waves-light green tooltipped" data-position="left" data-delay="50" data-tooltip="Torrent" ><i class="large mdi-social-share"></i></a></li>
</ul>
</div>
</body>
</html>