edits
This commit is contained in:
parent
28597143d1
commit
9b22f838af
|
|
@ -43,7 +43,6 @@
|
|||
font-size: 0.9rem;
|
||||
font-style: italic;
|
||||
margin-bottom: 2rem;
|
||||
text-align: center;
|
||||
|
||||
li::before {
|
||||
display: none;
|
||||
|
|
@ -82,21 +81,25 @@
|
|||
<main>
|
||||
<h1>Folk Canvas <a href="https://github.com/folk-canvas/folk-canvas">(Github)</a></h1>
|
||||
<ul id="questions">
|
||||
<li>How do we make the web feel more alive and soft?</li>
|
||||
<li>How can we more easily connect web pages and their data?</li>
|
||||
<li>How easily can we turn a HTML document into a spatial canvas and visa versa?</li>
|
||||
<li>How do we make the web feel more alive and less rigid and closed off?</li>
|
||||
<li>How can we more easily compose web pages and their data together?</li>
|
||||
<li>How easily can we turn an HTML document into a spatial canvas and visa versa?</li>
|
||||
<li>What would it look like if the browser had primitives for building spatial canvases?</li>
|
||||
<li>How can someone annotate, re-layout, and program web pages they did not make or distribute?</li>
|
||||
<li>
|
||||
How can we compose visual programming interfaces, hypermedia, and LLMs that cna be embedded into on any web
|
||||
How can we compose visual programming interfaces, hypermedia, and LLMs that can be embedded into on any web
|
||||
page?
|
||||
</li>
|
||||
<li>
|
||||
How can we use spatial qualities like proximity and connection as a communication channel for hypermedia and
|
||||
websites to communicate with each other?
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Demos</h2>
|
||||
<p id="disclaimer">(Make sure to checkout the dev tools, everything you see is authored just in HTML!)</p>
|
||||
|
||||
<ul>
|
||||
<ul id="links">
|
||||
{{ LINKS }}
|
||||
</ul>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in New Issue