<3
modified: let-us-define-a-permacomputer/index.html
This commit is contained in:
parent
8a42dbc729
commit
e09e5bd7e9
1 changed files with 38 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<!--
|
||||
Some tags may contain or "nest" other tags.
|
||||
The special "head" tag should always nest inside an "html" tag.
|
||||
The "head" tag hold meta data on how to render or display the HTML on
|
||||
The "head" tag holds meta data on how to render or display the HTML on
|
||||
various clients.
|
||||
--!>
|
||||
<head>
|
||||
|
|
@ -71,9 +71,22 @@ various clients.
|
|||
<!-- Taking advantage of classless CSS. Reference: https://picocss.com/docs/classless.html -->
|
||||
<main style="max-width: 460px;">
|
||||
|
||||
<!-- the unturf. logo in all it's raw & full definition glory! -->
|
||||
<center><a href="/"><h1 style="font-family: 'chunkfiveregular'; margin-bottom: 0px;" >unturf.</h1></a></center>
|
||||
<center><h3>grow food not lawn</h3></center>
|
||||
|
||||
<!--
|
||||
|
||||
The h1, h2, h3, h4, h5, h6 tag's represent different levels of "heading" hierarchy.
|
||||
|
||||
What this means is "h1" tags are the most important words or title of the page.
|
||||
|
||||
The rest could be considered sub-headings with "h6" being the leafs of the tree.
|
||||
|
||||
Could you guess what the "center" tag does?
|
||||
-->
|
||||
|
||||
<!-- the p tag means paragraph. -->
|
||||
<p>To start the conversation off, this is a first draft on this opening thread:</p>
|
||||
|
||||
<p><b>What are the possible ways to define a "Permacomputer".</b></p>
|
||||
|
|
@ -98,6 +111,7 @@ Suppose we use rigor to define and agree on the meaning of those key operating v
|
|||
So how do we solve for (and protect) these three key values using today's existing technologies? What properties does our Permacomputer need to become alive and grow indefinitely?
|
||||
</p>
|
||||
|
||||
<!-- The b tag means bold. -->
|
||||
<b>TRUTH</b>
|
||||
|
||||
<p>
|
||||
|
|
@ -141,6 +155,11 @@ Please feel free to express yourself (more than normal social media, this is the
|
|||
|
||||
<p>For more details about the type of discourse which is acceptable, check out this short essay:</p>
|
||||
|
||||
<!--
|
||||
Finally, "a" the most essential tag, forms hyperlinks to connect documents
|
||||
pages, ideas, images, videos, you name it, if you click it, and it does
|
||||
something, you are likely clicking a link!
|
||||
-->
|
||||
<p><a href="https://www.remarkbox.com/remarkbox-is-now-pay-what-you-can.html" target="_blank">I Reject Monopoly Of Moderation</a>.<p>
|
||||
|
||||
<p>I'm very happy you are here, thanks again!</p>
|
||||
|
|
@ -152,7 +171,7 @@ Please feel free to express yourself (more than normal social media, this is the
|
|||
|
|
||||
| For a free comment system go to: https://www.remarkbox.com
|
||||
|
|
||||
| "not all side quests are called out!" - Sign maker
|
||||
| "not all side quests are called out!" - The Sign maker
|
||||
------------------------------------------------------------>
|
||||
|
||||
<div id="remarkbox-div">
|
||||
|
|
@ -205,3 +224,20 @@ Please feel free to express yourself (more than normal social media, this is the
|
|||
|
||||
</body>
|
||||
</html>
|
||||
<!--
|
||||
|
||||
As homework, in your own index.html, explain the tags without HTML Comments.
|
||||
|
||||
Delete my Permaculture nonsense and type your own works.
|
||||
|
||||
Steal & Share!
|
||||
|
||||
Good Luck! Here's to finding the next Adventure to Explore, Document, & Learn!
|
||||
|
||||
Be on the look out for "Adventure #2" (in a different location)
|
||||
|
||||
( ) Down the rabbit whole, Alice!
|
||||
|
||||
- The Sign Maker
|
||||
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue