-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefferer.html
More file actions
397 lines (378 loc) · 20.8 KB
/
refferer.html
File metadata and controls
397 lines (378 loc) · 20.8 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
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Root -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="index,follow">
<!-- Meta -->
<title>Refferer WriteLN</title>
<meta name="description" content="WriteLN HTML Cloud Theme">
<meta name="keywords" content="WriteLN, Theme"/>
<meta name="copyright" content="WriteLN">
<!-- Icons -->
<link rel="icon" href="assets/static/favicon.png">
<!-- Assets -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css">
<link rel="stylesheet" href="assets/dist/bootstrap.css">
<link rel="stylesheet" href="assets/dist/app.css">
<script src="assets/dist/jquery.min.js"></script>
<script src="assets/dist/bootstrap.min.js"></script>
<script src="assets/dist/app.js"></script>
</head>
<body>
<!--
Head Nav
-->
<nav class="navbar navbar-expand-md">
<div class="container">
<!-- Logo -->
<a class="navbar-brand logo" href="index.html"><img src="assets/static/logo.svg" alt="WriteLN"></a>
<!-- End Logo -->
<!-- Navbar Toggler -->
<button class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navigation">
<i class="fas fa-bars"></i>
</button>
<!-- End Navbar Toggler -->
<!-- Navigation -->
<div id="navigation" class="navbar-collapse collapse">
<div class="content d-md-flex">
<!--Left Menu Section-->
<ul class="navbar-nav ml-md-5 mr-auto">
<li class="nav-item"><a class="nav-link" href="cloud.html">Features</a></li>
<li class="nav-item"><a class="nav-link" href="pricing.html">Pricing</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Resources</a>
<div class="dropdown-menu">
<a class="dropdown-item media" href="faq.html">
<i class="far fa-question-circle"></i>
<span class="media-body align-self-center">FAQ</span>
</a>
<a class="dropdown-item media" href="refferer.html">
<i class="fas fa-hand-holding-usd"></i>
<span class="media-body align-self-center">Support Programs</span>
</a>
<a class="dropdown-item media" href="api.html">
<i class="fas fa-code"></i>
<span class="media-body align-self-center">Api Documentation</span>
</a>
<a class="dropdown-item media" href="network-status.html">
<i class="fas fa-server"></i>
<span class="media-body align-self-center">Network Status</span>
</a>
</div>
</li>
</ul>
<!-- End Left Menu Section -->
<!-- Right Menu Section -->
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Company</a>
<div class="dropdown-menu">
<a class="dropdown-item media" href="about.html">About</a>
<a class="dropdown-item media" href="teams.html">Teams</a>
<a class="dropdown-item media" href="careers.html">Careers</a>
<a class="dropdown-item media" href="news.html">News</a>
<a class="dropdown-item media" href="legal.html">Legal</a>
<a class="dropdown-item media" href="contact.html">Contact</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">
<i class="fas fa-globe"></i>
<span class="text">Language</span>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#!">Deutsche</a>
<a class="dropdown-item" href="#!">English</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="#!">Login</a></li>
<li class="nav-item hrbottom">
<hr>
<a class="btn btn-success btnregister" href="#!">Register</a>
</li>
</ul>
<!-- End Right Menu Section -->
</div>
</div>
<!-- End Navigation -->
</div>
</nav>
<!--
Container
-->
<main>
<!--Hero Section-->
<div class="d-flex align-items-center section-main">
<div class="back-gradient">
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</div>
<div class="container title text-white">
<h1 class="display-4 mb-0">Support Programs</h1>
<p class="description mb-0 mt-4">Beginners, students and entrepreneurs can participate in one of our support programs and can offer a high percentage of all products.</p>
</div>
<ul class="nav-pages">
<li><a data-toggle="collapse" aria-expanded="true" href="#refferer">Referral Program</a></li>
<li><a data-toggle="collapse" href="#student">Student Program</a></li>
<li><a data-toggle="collapse" href="#entrepreneur">Entrepreneur Program</a></li>
</ul>
</div>
<!--End Hero Section-->
<div id="refferer-accordion">
<!--Section Refferer-->
<div id="refferer" data-parent="#refferer-accordion" class="collapse show">
<div class="section">
<div class="container">
<div class="row">
<div class="col-sm-6 col-12">
<h2 class="text-terminal mb-4">What?</h2>
<p>You can earn gift credits by telling us on your own blog or by inviting your friend on the specified social media platforms. There is no limit to the invitation.</p>
<hr class="mt-5 mb-5">
<h4>What do you win?</h4>
<table class="table table-sm table-borderless th-slim mb-0">
<tr>
<th>Facebook Share</th>
<td>2$</td>
</tr>
<tr>
<th>Twitter Share</th>
<td>2$</td>
</tr>
<tr>
<th>Instagram Share</th>
<td>2$</td>
</tr>
<tr>
<th>Blog Promotion/Review Article</th>
<td>5-50$</td>
</tr>
<tr>
<th>Invitation</th>
<td>20$</td>
</tr>
</table>
</div>
<div class="col-sm-6 col-12 align-items-center justify-content-center colimage d-none d-sm-flex">
<img src="assets/static/icons/networking.svg" alt="Support Program">
</div>
</div>
</div>
</div>
<div class="section section-color text-right">
<div class="container">
<div class="row">
<div class="col-sm-6 col-12 align-items-center justify-content-center colimage d-none d-sm-flex">
<img src="assets/static/icons/price.svg" alt="Support Program">
</div>
<div class="col-sm-6 col-12">
<h2 class="text-terminal mb-4">How Do I Earn?</h2>
<ul class="accordion list-unstyled" id="accordionExample">
<li>
<a href="#" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"><h6 class="mb-4">Social Media Sharing</h6></a>
<div id="collapseOne" class="collapse show" data-parent="#accordionExample">
<div class="border rounded p-4 mb-4 bg-white">Share us on the specified social media platforms and earn credits instantly.</div>
</div>
</li>
<li>
<a href="#" data-toggle="collapse" data-target="#collapse2"><h6 class="mb-4">Blog Promotional Article</h6></a>
<div id="collapse2" class="collapse" data-parent="#accordionExample">
<div class="border rounded p-4 mb-4 bg-white">You earn credits in the amount specified for your articles on technical, review and promotional articles.</div>
</div>
</li>
<li>
<a href="#" data-toggle="collapse" data-target="#collapse3"><h6 class="mb-4">Invite Friends</h6></a>
<div id="collapse3" class="collapse" data-parent="#accordionExample">
<div class="border rounded p-4 mb-4 bg-white text-left">
<ul class="pl-4">
<li>Send your friend an invitation link with your own profile address.</li>
<li>Your friend who register with your reference earns $10 credit.</li>
<li>When your friend reaches the $20 bill, you earn $20.</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<h2 class="text-terminal mb-4">Details</h2>
<ul class="mb-0">
<li>Social media shares can be used only once per account. Use of bot accounts is prohibited, credit will be canceled if detected.</li>
<li>Content and site valuation are performed by our talented employees for blog articles. This appraisal differs from the type, length and content of the article. The article in which the article is published is one of the impressive criteria in the SEO situation. According to the results of the evaluation, you earn credits in the specified range. This process can last up to 1 week. If the same article is published on different sites, it will not be evaluated.</li>
<li>Each member is registered as a $10 balance on our account. If you make the registration process with the reference of a friend, you will earn an additional $10 credit. Your reference will receive a $20 credit if your account reaches $20 in total (excluding gifts credits).</li>
</ul>
</div>
</div>
</div>
<!--End Section Refferer-->
<!--Student Section-->
<div id="student" data-parent="#refferer-accordion" class="collapse">
<div class="section">
<div class="container">
<div class="row">
<div class="col-sm-6 col-12 align-items-center justify-content-center colimage d-none d-sm-flex">
<img src="assets/static/icons/student.svg" alt="Support Program">
</div>
<div class="col-sm-6 col-12 text-right">
<h2 class="text-terminal mb-4">What?</h2>
<p>We can understand from our students. We thought we could improve and develop and we prepared the student package. Together with the Student Package, you earn $60 credit for all our products.</p>
</div>
</div>
</div>
</div>
<div class="section section-color">
<div class="container">
<div class="row">
<div class="col-sm-6 col-12">
<h2 class="text-terminal mb-4 d-block">How Do I Earn?</h2>
<p>You will need to verify your student status to use the WriteLN Student Package.<br><br> Apply now if you are moving the following conditions.</p>
<ul class="mb-0">
<li>+14 years and older</li>
<li>To be a student enrolled in any diploma-giving institution</li>
<li>Student ID card, e-mail address or official document</li>
</ul>
<a href="#!" class="btn btn-primary mt-4">REGISTER</a>
</div>
<div class="col-sm-6 col-12 align-items-center justify-content-center colimage d-none d-sm-flex">
<img src="assets/static/icons/price.svg" alt="Support Program">
</div>
</div>
</div>
</div>
<div class="section">
<div class="container text-right">
<h2 class="text-terminal mb-4">Details</h2>
<p class="mb-0">Each student has the right to use this package only once. Only one account will be approved if different accounts are referred to the same student name. The approval process will take no later than 1 week depending on the documents you have sent and the intensity of our work.</p>
</div>
</div>
</div>
<!--End Student Section-->
<!--Entrepreneur Section-->
<div id="entrepreneur" data-parent="#refferer-accordion" class="collapse">
<div class="section">
<div class="container">
<div class="row">
<div class="col-sm-6 col-12">
<h2 class="text-terminal mb-4">What?</h2>
<p>Being an entrepreneur is not easy, we know it best! We prepared our entrepreneur package to support entrepreneurs. That can be used in all our products to all candidates, regardless of sector input credit of $30 and offer 25% discount for 1 year.</p>
</div>
<div class="col-sm-6 col-12 align-items-center justify-content-center colimage d-none d-sm-flex">
<img src="assets/static/icons/startup.svg" alt="Support Program">
</div>
</div>
</div>
</div>
<div class="section section-color text-right">
<div class="container">
<div class="row">
<div class="col-sm-6 col-12 align-items-center justify-content-center colimage d-none d-sm-flex">
<img src="assets/static/icons/price.svg" alt="Support Program">
</div>
<div class="col-sm-6 col-12">
<h2 class="text-terminal mb-4">How Do I Earn?</h2>
<p>You need to verify that you are an entrepreneur to benefit from the entrepreneur package.<br><br>Your initiative must have at most 18 dates from the date of its establishment and the website must be ready. You will need to submit your official company establishment documents for application.</p>
<a href="#!" class="btn btn-primary mt-4">APPLY</a>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<h2 class="text-terminal mb-4">Details</h2>
<p class="mb-0">Every entrepreneur has the right to benefit only once. In case of multiple applications from different accounts, only one account will be approved. The approval process will take no later than 1 week depending on the documents you have sent and the intensity of our work.</p>
</div>
</div>
</div>
<!--End Entrepreneur Section-->
</div>
</main>
<!--
Footer
-->
<footer class="footer cta">
<!--Footer Background Section-->
<div class="back-footer">
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</div>
<!--End Footer Background Section-->
<!--Footer CTA-->
<div class="footercta">
<div class="container">
<div class="content d-flex bg-success">
<h2 class="text-white mr-auto align-self-center">Get started in the Flexible Cloud!</h2>
<div class="buttons">
<a class="btn btn-lg btn-dark" href="#!">CREATE ACCOUNT</a>
</div>
</div>
</div>
</div>
<!--End Footer CTA-->
<!--Footer Links Section-->
<div class="footersub">
<div class="container">
<div class="row">
<div class="col-md col-sm-3 col-6 mb-4 collogo">
<ul class="list-unstyled colinfo">
<li>
<a class="logo d-block mb-4" href="index.html"><img src="assets/static/logo.svg" alt="WriteLN"></a>
</li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Support</h4>
<ul class="list-unstyled mb-0">
<li><a href="contact.html">Support Ticket</a></li>
<li><a href="mailto:example@example.com">example@example.com</a></li>
<li><a href="contact.html"></a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Product</h4>
<ul class="list-unstyled mb-0">
<li><a href="cloud.html">Cloud Server</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="api.html">API Documentation</a></li>
<li><a href="api.html">API Library</a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Resources</h4>
<ul class="list-unstyled mb-0">
<li><a href="faq.html">FAQ</a></li>
<li><a href="network-status.html">Network Status</a></li>
<li><a href="refferer.html">Support Programs</a></li>
<li><a href="operating-system.html">Operating System</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="datacenters.html">Datacenter</a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Company</h4>
<ul class="list-unstyled mb-0">
<li><a href="about.html">About</a></li>
<li><a href="teams.html">Teams</a></li>
<li><a href="careers.html">Carrers</a></li>
<li><a href="news.html">News</a></li>
<li><a href="legal.html">Legal</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--End Footer Links Section-->
<!--Copyright Section-->
<div class="container">
<div class="pt-4 pb-4 d-flex copyright">
<div class="text-white mr-auto align-self-center">© Copyright 2021 WriteLN. All Right Reserved.
</div>
</div>
</div>
<!--End Copyright Section-->
</footer>
</body>
</html>