feedless/app/views/index.ejs

34 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-04-10 08:53:30 +02:00
<%- include('_header', { body_class: "entrance" }) %>
2020-04-04 17:15:43 +02:00
2020-04-10 08:53:30 +02:00
<div class="entrance-content">
<h1 style="padding-top: 50px">Welcome to Social</h1>
<h2 style="padding: 20px 0">The non-addictive social network</h2>
2020-04-08 08:44:23 +02:00
2020-04-10 08:53:30 +02:00
<div style="padding-top: 20px">
2020-04-11 18:03:58 +02:00
<a href="/signup" class="button button-big">Create account</a>
<a href="/login" class="button button-big button-secondary" style="margin-left: 10px">Login</a>
2020-04-10 08:53:30 +02:00
</div>
2020-04-08 08:44:23 +02:00
2020-04-10 08:53:30 +02:00
<div style="padding-top: 100px">
<p>
Social combines the best original ideas of popular social networks but without the bad parts
</p>
<ul>
<li>There is no feed to scroll forever, no cassino slot machine addiction</li>
<li>There are no likes nor any mindless interactions, if you like something, you tell the person, like a human</li>
<li>You have your own wall, but you can only post with 140 characters, like original Twitter</li>
<li>If you want to check on others you have to go to their profile, like original Facebook or Orkut</li>
2020-04-19 12:52:10 +02:00
<li>You can send secret messages, like original Snapchat, but there are no stories</li>
2020-04-10 08:53:30 +02:00
</ul>
<p>
Because Social is not a business, so we don't need to make people
addicted just to sell more ads and please shareholders. Social is built on top of
<a href="https://scuttlebutt.nz/" target="_blank" style="color: #FFF">SSB</a>,
a decentralized social network protocol, which means the community sustains it, not a corporation.
</p>
</div>
</div>
<%- include('_footer') %>