More welcome tweaks.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4538 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-10-18 20:57:41 +00:00
parent e499be12ae
commit c81111c2cf
2 changed files with 15 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "👋",
"previous": ""
"previous": "&90ZaXZJMKWK4PTbqYcPqUHNo3ats5DGUzrrEYi8QD1E=.sha256"
}

View File

@ -66,39 +66,43 @@
</div>
<!-- Editor Section -->
<div class="w3-container w3-padding-64 w3-white">
<div class="w3-container w3-padding-64 w3-light-blue">
<div class="w3-row-padding">
<div class="w3-col l8 m6">
<h1 class="w3-jumbo"><b>Edit Anything</b></h1>
<i class="fa fa-pen-to-square w3-left w3-jumbo" style="padding: 32px"></i>
<p>
See that <code><b>edit</b></code> link near the top left corner of this page? It's there for
every Tilde Friends app, so you can modify and observe your changes, live. Kind of like a wiki,
but for code. I think it's pretty neat.
every Tilde Friends app, so you can modify and see your changes right away.
</p>
<p>
It's kind of like a wiki, but for code!
</p>
</div>
</div>
</div>
<!-- Sandbox Section -->
<div class="w3-padding-64">
<div class="w3-padding-64 w3-grey">
<div class="w3-row-padding">
<div class="w3-col">
<h1 class="w3-jumbo"><b>Sandbox Isolation</b></h1>
<h1 class="w3-jumbo"><b>Sandbox Security</b></h1>
<i class="fa fa-road-barrier w3-left w3-jumbo" style="padding: 32px"></i>
<p>
Tilde Friends tries to make sure apps can be trusted using similar techniques to how web
browsers and operating systems do it.
</p>
<p>
This is all a work in progress, so don't give it all your innermost secrets yet, but do
kick its tires and <a href="mailto:cory@tildefriends.net">share</a> any surprises you find.
This is all a work in progress, and it varies by platform, so don't give it all your
innermost secrets yet, but do kick its tires and
<a href="mailto:cory@tildefriends.net">share</a> any surprises you find.
</p>
</div>
</div>
</div>
<!-- Features Section -->
<div class="w3-container w3-padding-64 w3-dark-grey w3-center">
<!-- Technlology Section -->
<div class="w3-container w3-padding-64 w3-light-grey w3-center">
<h1 class="w3-jumbo"><b>Technology</b></h1>
<p>Tilde Friends is built using boring, trusted tech.</p>
<p>Though of course you are free to use whatever web technologies you can fit into a Tilde Friends app.</p>
@ -162,7 +166,7 @@
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-light-grey w3-center w3-xlarge">
<footer class="w3-container w3-padding-32 w3-blue-grey w3-center w3-xlarge">
<p class="w3-medium">This page and Tilde Friends itself was made by Cory mostly in coffee shops and a local pizza place.</p>
</footer>
</body>