This repository has been archived by the owner on Aug 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ajax.html
154 lines (128 loc) · 6.52 KB
/
index.ajax.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
<!DOCTYPE HTML>
<html>
<head>
<title>apkr - Free Online Android Virus and Malware Scanner</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="data/assets/css/template/main.css"/>
<link rel="stylesheet" href="data/assets/css/dropzone/dropzone.css"/>
<link rel="stylesheet" href="data/assets/css/dropzone/dropzone-style.css"/>
<link rel="stylesheet" href="data/assets/css/bootstrap-dialogs/bootstrap-dialog.min.css"/>
<link rel="stylesheet" href="data/assets/css/bootstrap-dialogs/bootstrap-modals-only.css"/>
<link rel="stylesheet" href="data/assets/css/custom.css"/>
<link rel="stylesheet" href="data/common/css/custom.css"/>
<link href="https://fonts.googleapis.com/css?family=Poppins:300,700" rel="stylesheet">
</head>
<body id="body-holder">
<div id="index_view">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="/">apkr</a></h1>
<nav id="nav">
<ul>
<li><a href="/" class="icon fa-cloud-upload">Upload</a></li>
<li><a href="http://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2K5XZN28V6K84"
target="_blank" class="icon fa-usd">Donate</a>
</li>
<li><a href="https://github.com/zerjioang/apkr" target="_blank" class="icon fa-info">Contribute</a>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner" style="padding:2%;">
<h2 style="margin-bottom:15px;font-size: 80pt;font-family: 'Poppins', sans-serif;">apk<b
style="color: white;font-weight: 700;font-size: 80pt;">r</b></h2>
<p>Free Online Android Virus and Malware Scanner</p>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h3>Drag and drop your sample (Max 2Mb)</h3>
</header>
<form method="POST" action="none" class="dropzone" id="apkdropzone">
</form>
<div class='hidden' id='disclaimer'>
<p>By clicking 'Scan sample' button, you agree with the terms and conditions of using this service.
Apkr may keep, analyze, share and edit the uploaded file with any security third party involved
in the process. For a detailed info check our privacy policy.</p>
<a id="scan-all" class="button"></a>
</div>
</section>
<div class="row hidden" id="latest-uploads-row">
<div class="12u">
<!-- Table -->
<section class="box">
<h3>Latest submissions</h3>
<div class="table-wrapper">
<table id="latest-uploads-table">
<thead>
</thead>
<tbody>
</tbody>
</table>
</div>
</section>
</div>
</div>
</section>
<section class="hidden" id="cta">
<h2>Subscribe for newsletter</h2>
<p>Get in touch, discover new features, etc.</p>
<form id="betazone" action="post">
<div class="row uniform 50%">
<div class="8u 12u(mobilep)">
<input id="user-input-email" type="email" name="email" id="email" placeholder="Email Address"
required>
</div>
<div class="4u 12u(mobilep)">
<input id="submit-email" type="submit" value="Sign Up" class="fit">
</div>
</div>
</form>
</section>
<footer id="footer">
<ul class="icons hidden">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
</ul>
<ul class="copyright">
<li>Contribute to this project at <a href="https://github.com/zerjioang/apkr"
target="_blank"><b>Github</b></a></li>
</ul>
<ul class="copyright">
<li><a href="mailto:[email protected]" target="_blank"><b>[email protected]</b></a></li>
<li><a id="terms" href="#" target="_blank"><b>Términos del Servicio</b></a></li>
<li><a id="privacy" href="#" target="_blank"><b>Política de privacidad</b></a></li>
</ul>
</footer>
</div>
<!-- Scripts general -->
<script src="data/assets/js/template/jquery.min.js"></script>
<script src="data/assets/js/template/jquery.dropotron.min.js"></script>
<script src="data/assets/js/template/jquery.scrollgress.min.js"></script>
<script src="data/assets/js/template/skel.min.js"></script>
<script src="data/assets/js/template/util.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="data/assets/js/bootstrap.min.js"></script>
<script src="data/assets/js/bootstrap-dialogs/bootstrap-dialog.min.js"></script>
<script src="data/assets/js/dropzone/dropzone.js"></script>
<script src="data/common/js/common.js"></script>
<script src="data/assets/js/init.js"></script>
<script src="data/assets/js/injector.js"></script>
<script src="data/assets/js/dialogs.js"></script>
<script src="data/assets/js/sha256.min.js"></script>
<script src="data/assets/js/dropzone_event.js"></script>
<script src="data/assets/js/utils.js"></script>
<script src="data/assets/js/ajax.js"></script>
<script src="data/assets/js/core.js"></script>
<script src="data/assets/js/events.js"></script>
</div>
</body>
</html>