add basic website content

This commit is contained in:
glyph 2022-02-15 13:34:08 +02:00
parent d90b246e2d
commit a9a7e3d8d2
3 changed files with 106 additions and 0 deletions

View File

@ -1 +1,3 @@
# golgi Website
[golgi.mycelial.technology](http://golgi.mycelial.technology)

104
index.html Normal file
View File

@ -0,0 +1,104 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>golgi ssb library</title>
<meta name="author" content="glyph">
<meta name="description" content="Golgi is an asynchronous, experimental Scuttlebutt client that aims to facilitate Scuttlebutt application development.">
<meta name="keywords" content="scuttlebutt, ssb, p4p, peer-for-peer, rust, async">
<style>
a {
color: #111;
padding: 0.2rem;
}
a:focus {
background-color: #111;
color: #fff;
}
a:hover {
background-color: #111;
color: #fff;
}
body {
max-width: 900px;
font-family: monospace;
line-height: 1.4;
margin: 2rem;
}
code {
background-color: #111;
color: #fff;
margin-left: 0.5rem;
}
html {
background-color: #fefefe;
color: #111;
font-size: 14px;
}
h1 {
color: #222;
}
h2 {
color: #222;
}
img {
width: 100%;
}
@media only screen and (min-width: 800px) {
img {
width: 350px;
}
}
li {
padding-bottom: 0.5rem;
}
.list-item {
list-style-type: none;
padding: 0.5rem;
}
p.bordered {
border: solid 1px #111;
padding: 2rem;
}
</style>
</head>
<body>
<h1><a href="/" style="text-decoration: none;">golgi</a></h1>
<hr>
<p><i>The Golgi complex (aka. Golgi apparatus or Golgi body) packages proteins into membrane-bound vesicles inside the cell before the vesicles are sent to their destination.</i></p>
<img src="static/golgi.jpg" title="Membrane transport into and out of the cell." /></br>
<p><i>Membrane transport into and out of the cell, featuring the Golgi body.</br>
© 2010 <a href="http://www.nature.com/nature_education">Nature Education</a></i></p>
<h2>Introduction</h2>
<p>Golgi is an asynchronous, experimental Scuttlebutt client that aims to facilitate Scuttlebutt application development. It provides a high-level API for interacting with an sbot instance and uses the <a href="https://github.com/Kuska-ssb">kuska-ssb</a> libraries to make RPC calls. Development efforts are currently oriented towards <a href="https://github.com/cryptoscope/ssb">go-sbot</a> interoperability.</p>
<h2>Links</h2>
<ul style="padding: 0;">
<li class="list-item"><a href="https://crates.io/crates/golgi" title="golgi crate">Crate</a></li>
<li class="list-item"><a href="https://git.coopcloud.tech/golgi-ssb/golgi" title="golgi git repository">Git Repository</a></li>
<li class="list-item"><a href="http://golgi.mycelial.technology/api" title="golgi API documentation">API Documentation</a></li>
<li class="list-item"><a href="https://dev.scuttlebutt.nz/#/rust/golgi" title="golgi developer documentation">Developer Documentation</a></li>
</ul>
<h2>Authors</h2>
<ul style="padding: 0;">
<li class="list-item">notplants: <a href="mailto:max@mfowler.info" title="notplants' Email address">max@mfowler.info</a></li>
<li class="list-item">glyph: <a href="mailto:glyph@mycelial.technology" title="glyph's Email address">glyph@mycelial.technology</a></li>
</ul>
<hr>
<footer style="display: flex;">
<p>&#169; 2022 glyph<p>
</footer>
</body>
</html>

BIN
static/golgi.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB