dbio/www/index.html

62 lines
1.8 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>dbio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="page_home">
<div class="jumbotron">
<div class="jumbotron-inner">
<h1>
dbio
</h1>
<p>
Instantly publish your profile to IPFS. No server required.
</p>
</div>
</div>
<div class="container form">
<div class="form-inner">
<form action="#">
<div id="elm"></div>
</form>
</div>
</div>
</div>
<div class="about">
<div class="about-inner">
<h2>What is dbio?</h2>
<p>
dbio aims to recreate the simplicity of <a href="https://about.me">
about.me</a> using IPFS. Simply fill out the form, hit publish, and
dbio will create and store a JSON file representing your profile on
your IPFS node. You can then view your profile through the website,
accessing it from its hash.
</p>
<p>
To use this app, your node needs to be writable and have CORS
enabled. <a href="https://codeberg.org/njms/dbio/README.md#using">
See here</a> for instructions on how to prepare your node.
</p>
</div>
</div>
<div class="footer">
<div class="container">
<p>
Made with ❤️ by <a href="https://njms.ca">njms</a>. All code shared
under the
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL</a>
(<a href="https://codeberg.org/njms/dbio">Source</a>).
</p>
</div>
</div>
<script src="elm.js"></script>
<script src="bundle.js"></script>
</body>
</html>