forked from mahdiyari/steemauto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
63 lines (49 loc) · 2.22 KB
/
index.php
File metadata and controls
63 lines (49 loc) · 2.22 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
<?php
$active =0;
require_once('he_ad.php');
?>
<!-- Full Width Image Header -->
<!-- Page Content -->
<div style="margin-top:20px;" class="row">
<!-- First Featurette -->
<div class="col-md-12">
<div class="col-md-6">
<div class="content">
<div class="card">
<div class="content">
<h4>Welcome to the world of automation!</h4>
<h2 class="featurette-heading">
<i style="color:#0179ff;" class="text-muted">Steem<i style="color:#05ab05;">Auto</i></i>
</h2>
<p class="lead">SteemAuto comes with many amazing features. You can use it to schedule posts, build fanbases, create curation trails, and automatically claim your rewards. </p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="content">
<div class="card">
<div class="content">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/fi5qayhXCdA" frameborder="0" allowfullscreen></iframe>
<sub>This video was created by <a target="_blank" href="https://steemit.com/@nomadics">@nomadics</a></sub>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="content">
<div class="card">
<div class="content">
<p class="lead"><strong>Schedule Posts:</strong><br> Your time is money, so schedule your posts in advance, and with the help of SteemAuto you can publish your post whenever you want. <br>Write and plan in advance...leave the rest to SteemAuto.</p>
<p class="lead"><strong>Fanbase and Curation Trails:</strong><br>Follow curation trails and automatically upvote posts that your trail upvotes, or add your favorite authors to your fanbase and automatically upvote every one of their posts. (The upvote weight can be adjusted manually) Using these two features can help maximise your curation rewards.<br></p>
<p class="lead"><strong>Claiming Rewards:</strong><br> Don't have time to check your Steem blog? No worries! We can claim the post rewards for you and automatically send them to your Steem wallet.</p>
<sub>introduction text contributed by @kingjan</sub>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
require('fo_oter.php');
?>