damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

index.html (4133B)


      1 
      2 <!DOCTYPE html>
      3 <html lang="en">
      4     <head>
      5         <meta charset="utf-8">
      6         <title>damus</title>
      7         <meta name="viewport" content="width=device-width, initial-scale=1">
      8 
      9         <meta property="og:title" content="Damus">
     10         <meta property="og:description" content="A new social network that you control">
     11         <meta property="og:image" content="https://damus.io/img/logo.png">
     12         <meta property="og:url" content="https://damus.io">
     13         <meta name="twitter:card" content="summary_large_image">
     14         <meta name="twitter:image" content="https://damus.io/img/logo.png">
     15 
     16         <link rel="stylesheet" href="css/normalize.css">
     17         <link rel="stylesheet" href="css/skeleton.css?v=2">
     18         <link rel="stylesheet" href="css/custom.css?v=5">
     19 
     20     </head>
     21     <body>
     22 	    <section class="header">
     23 		    <span class="logo">
     24 			<img src="img/damus-nobg.svg"/>
     25 		    </span>
     26 		    <span class="damus">damus</span>
     27 	    </section>
     28         <div class="container">
     29             <section class="hero">
     30                 <h2 class="title">The social network you control
     31                 <h5 class="subtitle">Your very own social network for your friends or business.</h5>
     32 
     33 		<img style="width: 50%; height: 50%" src="img/ss.png" />
     34 
     35 		<div class="row" style="margin-top: 100px">
     36 			<h5>Available Now on iOS, iPad and MacOS (M1/M2)</h5>
     37 			<p>Download on the apple app store:</p>
     38 
     39 		<div>
     40 			<a href="https://apps.apple.com/ca/app/damus/id1628663131">
     41 			<img style="width: 200px" src="img/appstore.svg" />
     42 			</a>
     43 		</div>
     44 
     45 		</div>
     46 
     47                 <div class="value-props row">
     48                     <div class="four columns value-prop">
     49                         <img class="value-img" src="img/digital-nomad.svg">
     50                         <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.
     51                     </div>
     52                     <div class="four columns value-prop">
     53                         <img class="value-img" src="img/message.svg">
     54                         <b>Encrypted</b>. End-to-End encrypted private messaging. Keep big tech out of your DMs.
     55                     </div>
     56                     <div class="four columns value-prop">
     57                         <img class="value-img" src="img/undercover.svg">
     58                         <b>No registration required</b>. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction.
     59                     </div>
     60                 </div>
     61                 <div class="value-props row">
     62                     <div class="four columns value-prop">
     63                         <img class="value-img" src="img/social-media.svg">
     64                         <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!
     65                     </div>
     66                     <div class="four columns value-prop">
     67                         <img class="value-img" src="img/bot.svg">
     68                         <b>Programmable.</b> Easily integrate bots that automate your life or business. Get notified when your servers go down, repost to your team and collaborate in realtime.
     69                     </div>
     70                     <div class="four columns value-prop">
     71                         <img class="value-img" src="img/bitcoin-phone.svg">
     72                         <b>Earn money</b>. Tip your friend's posts and stack sats with Bitcoin &amp; ⚡️, the native currency of the internet.</div>
     73                 </div>
     74                 <!-- <div class="row"> -->
     75                 <!-- <h4 class="subtitle">Developers First</h4> -->
     76                 <!-- <img class="code-example" src="img/code-placeholder.svg"> -->
     77                 <!-- </div> -->
     78 		<div style="margin-top: 20px">
     79 			<p>
     80 				<a href="https://damus.io/log">The Damus Log</a>
     81 			</p>
     82 			<p>
     83 				<a href="https://testflight.apple.com/join/CLwjLxWl">Join the TestFlight Beta</a>
     84 			</p>
     85 		</div>
     86             </section>
     87 	    
     88 
     89 
     90             <!-- daniel-testimonial  -->
     91     </body>
     92 </html>