yosup/index.html
William Casarin 9788baa322 latest
Signed-off-by: William Casarin <jb55@jb55.com>
2022-08-19 11:15:26 -07:00

83 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>damus</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Damus">
<meta property="og:description" content="A new social network that you control">
<meta property="og:image" content="https://damus.io/img/logo.png">
<meta property="og:url" content="https://damus.io">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://damus.io/img/logo.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css?v=2">
<link rel="stylesheet" href="css/custom.css?v=5">
</head>
<body>
<section class="header">
<span class="logo">
<img src="img/damus-nobg.svg"/>
</span>
<span class="damus">damus</span>
</section>
<div class="container">
<section class="hero">
<h2 class="title">The social network you control
<h5 class="subtitle">Your very own Twitter for your friends or business.</h5>
<img style="width: 50%; height: 50%" src="img/ss.png" />
<div class="value-props row">
<div class="four columns value-prop">
<img class="value-img" src="img/digital-nomad.svg">
<b>You are in control</b>. Built on open internet protocols, there is no platform that can ban or censor you. You are in control of your data &amp; speech.
</div>
<div class="four columns value-prop">
<img class="value-img" src="img/message.svg">
<b>Encrypted</b>. End-to-End encrypted private messaging. Keep big tech out of your DMs.
</div>
<div class="four columns value-prop">
<img class="value-img" src="img/undercover.svg">
<b>No registration required</b>. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.
</div>
</div>
<div class="value-props row">
<div class="four columns value-prop">
<img class="value-img" src="img/social-media.svg">
<b>No servers required.</b> Messages are distributed via decentralized relays. No need to run any infrastructure and there are no single points of failure. Simple!
</div>
<div class="four columns value-prop">
<img class="value-img" src="img/bot.svg">
<b>Programmable.</b> Easily integrate bots that automate your life or business. Get notified when your servers go down, retweet to your team and collaborate in realtime.
</div>
<div class="four columns value-prop">
<img class="value-img" src="img/bitcoin-phone.svg">
<b>Earn money</b>. Tip your friend's posts and stack sats with Bitcoin &amp; ⚡️, the native currency of the internet.</div>
</div>
<!-- <div class="row"> -->
<!-- <h4 class="subtitle">Developers First</h4> -->
<!-- <img class="code-example" src="img/code-placeholder.svg"> -->
<!-- </div> -->
<div>
<img style="width: 200px" src="img/app-store-coming-soon.svg" />
</div>
<div style="margin-top: 20px">
<p>
<a href="https://damus.io/log">The Damus Log</a>
</p>
<p>
<a href="https://testflight.apple.com/join/CLwjLxWl">Join the TestFlight Beta</a>
</p>
</div>
</section>
<!-- daniel-testimonial -->
</body>
</html>