rename demos
This commit is contained in:
parent
4e0d24b881
commit
597c98368c
|
|
@ -9,7 +9,7 @@
|
|||
href="https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Pixelify+Sans&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<title>Folk Canvas Demos</title>
|
||||
<title>Folk Canvas</title>
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
|
||||
#questions {
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.9rem;
|
||||
font-style: italic;
|
||||
margin-bottom: 2rem;
|
||||
text-align: center;
|
||||
|
|
@ -71,20 +71,31 @@
|
|||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#disclaimer {
|
||||
font-size: 0.75rem;
|
||||
font-style: italic;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Folk Canvas Demos <a href="https://github.com/folk-canvas/folk-canvas">(Github)</a></h1>
|
||||
<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>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 work on any web page?</li>
|
||||
<li>
|
||||
How can we compose visual programming interfaces, hypermedia, and LLMs that cna be embedded into on any web
|
||||
page?
|
||||
</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>
|
||||
{{ LINKS }}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue