-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (89 loc) · 4.78 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
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Buy & Sell Secrets Privately on the Ethereum Blockchain">
<meta name="keywords" content="secrets, documents, secret documents, wikileaks, wikileaks 2.0, confidential, marketplace, darkweb on lightweb, web 2.0, ethereum, ipfs, privacy, p2p secret share, doc share, secret videos, get paid to share secret, validate secrets">
<meta name="author" content="hackathon team 3?">
<meta property="og:title" content="Secrets Market" />
<meta property="og:description" content="Buy & Sell Secrets Privately on the Ethereum Blockchain">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.secretsmkt.com" />
<meta property="og:image" content="images/screen3.png" />
<meta content='https://www.secretsmkt.com/images/screen3.png' name='twitter:image:src'/>
<meta content='Secrets Martket: Buy & Sell Secrets Privately on the Ethereum Blockchain' name='twitter:title'/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Secrets Market</title>
<!-- Favicon icon -->
<link rel="stylesheet" href="./vendor/nice-select/css/nice-select.css">
<link rel="stylesheet" href="./vendor/owl-carousel/css/owl.theme.default.css">
<link rel="stylesheet" href="./vendor/owl-carousel/css/owl.carousel.min.css">
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div id="preloader">
<div class="sk-three-bounce">
<div class="sk-child sk-bounce1"></div>
<div class="sk-child sk-bounce2"></div>
<div class="sk-child sk-bounce3"></div>
</div>
</div>
<div id="main-wrapper">
<div class="intro">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-xl-6 col-lg-6 col-12">
<div class="intro-content" >
<h1>Secret <strong class="text-primary"> <span id="flipper" class='flip'>
<!--<span class="stepA stepA0 set">International Business</span>
<span class="stepA stepA1">Internet Banking</span>
<span class="stepA stepA2">Investment Banking</span>
<span class="stepA stepA3">International Banking</span>-->
<span class="stepA stepA0 set">documents</span>
<span class="stepA stepA1">source code</span>
<span class="stepA stepA2">blueprints</span>
<span class="stepA stepA3">videos</span>
<span class="stepA stepA4">memos</span>
</span></strong> <br> marketplace.
</h1>
<p>Upload a secret document. Get your doc appraised, verified and sold within 48 hours. Get rewards to appraise or verify uploads. Buy secret content anonymously and securely, with optional exclusive viewership rights.</p>
</div>
<div class="intro-btn">
<a href="#" class="btn btn-primary">Upload</a>
<a href="#" class="btn btn-outline-primary">Browse</a>
</div>
</div>
<div class="col-xl-5 col-lg-6 col-12">
<div class="intro-form-exchange">
<img src="images/preview.png" style="width:100%">
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
<div class="copyright">
<p>© 2020 <a href="#">But Not Really</a> Legalese would go here, but no.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="./js/global.js"></script>
<script src="./vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./vendor/owl-carousel/js/owl.carousel.min.js"></script>
<script src="./js/plugins/owl-carousel-init.js"></script>
<script src="./vendor/apexchart/apexcharts.min.js"></script>
<script src="./vendor/apexchart/apexchart-init.js"></script>
<script src="./js/scripts.js"></script>
<script src="./js/settings.js"></script>
<script src="./js/quixnav-init.js"></script>
<!--<script src="./js/styleSwitcher.js"></script>-->
</body>
</html>