fix html formatting
This commit is contained in:
parent
afe1154695
commit
5e74882dff
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"printWidth": 120
|
"printWidth": 120,
|
||||||
|
"htmlWhitespaceSensitivity": "strict"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,16 +39,6 @@
|
||||||
margin: 1em 0 0;
|
margin: 1em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#questions {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
font-style: italic;
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
|
|
||||||
li::before {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
|
|
@ -71,6 +61,16 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#questions {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
font-style: italic;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
|
||||||
|
li::before {
|
||||||
|
content: '-';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#disclaimer {
|
#disclaimer {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
@ -79,21 +79,24 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Folk Canvas <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">
|
<ul id="questions">
|
||||||
<li>How do we make the web feel more alive and less rigid and closed off?</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 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>How seamlessly 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>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 annotate, re-layout, and program web pages we did not make or distribute?</li>
|
||||||
<li>
|
<li
|
||||||
How can we compose visual programming interfaces, hypermedia, and LLMs that can 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?
|
page?</li
|
||||||
</li>
|
>
|
||||||
<li>
|
<li
|
||||||
How can we use spatial qualities like proximity and connection as a communication channel for hypermedia and
|
>How can we use spatial qualities like proximity and connection as a communication channel for hypermedia and
|
||||||
websites to communicate with each other?
|
websites to communicate with each other?</li
|
||||||
</li>
|
>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Demos</h2>
|
<h2>Demos</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue