forked from cory/tildefriends
		
	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:
		| @@ -1,5 +1,5 @@ | |||||||
| { | { | ||||||
|   "type": "tildefriends-app", |   "type": "tildefriends-app", | ||||||
|   "emoji": "👋", |   "emoji": "👋", | ||||||
|   "previous": "" |   "previous": "&90ZaXZJMKWK4PTbqYcPqUHNo3ats5DGUzrrEYi8QD1E=.sha256" | ||||||
| } | } | ||||||
| @@ -66,39 +66,43 @@ | |||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
| 		<!-- Editor Section --> | 		<!-- 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-row-padding"> | ||||||
| 				<div class="w3-col l8 m6"> | 				<div class="w3-col l8 m6"> | ||||||
| 					<h1 class="w3-jumbo"><b>Edit Anything</b></h1> | 					<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> | 					<p> | ||||||
| 						See that <code><b>edit</b></code> link near the top left corner of this page?  It's there for | 						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, | 						every Tilde Friends app, so you can modify and see your changes right away. | ||||||
| 						but for code.  I think it's pretty neat. | 					</p> | ||||||
|  | 					<p> | ||||||
|  | 						It's kind of like a wiki, but for code! | ||||||
| 					</p> | 					</p> | ||||||
| 				</div> | 				</div> | ||||||
| 			</div> | 			</div> | ||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
| 		<!-- Sandbox Section --> | 		<!-- Sandbox Section --> | ||||||
| 		<div class="w3-padding-64"> | 		<div class="w3-padding-64 w3-grey"> | ||||||
| 			<div class="w3-row-padding"> | 			<div class="w3-row-padding"> | ||||||
| 				<div class="w3-col"> | 				<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> | 					<i class="fa fa-road-barrier w3-left w3-jumbo" style="padding: 32px"></i> | ||||||
| 					<p> | 					<p> | ||||||
| 						Tilde Friends tries to make sure apps can be trusted using similar techniques to how web | 						Tilde Friends tries to make sure apps can be trusted using similar techniques to how web | ||||||
| 						browsers and operating systems do it. | 						browsers and operating systems do it. | ||||||
| 					</p> | 					</p> | ||||||
| 					<p> | 					<p> | ||||||
| 						This is all a work in progress, so don't give it all your innermost secrets yet, but do | 						This is all a work in progress, and it varies by platform, so don't give it all your | ||||||
| 						kick its tires and <a href="mailto:cory@tildefriends.net">share</a> any surprises you find. | 						innermost secrets yet, but do kick its tires and | ||||||
|  | 						<a href="mailto:cory@tildefriends.net">share</a> any surprises you find. | ||||||
| 					</p> | 					</p> | ||||||
| 				</div> | 				</div> | ||||||
| 			</div> | 			</div> | ||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
| 		<!-- Features Section --> | 		<!-- Technlology Section --> | ||||||
| 		<div class="w3-container w3-padding-64 w3-dark-grey w3-center"> | 		<div class="w3-container w3-padding-64 w3-light-grey w3-center"> | ||||||
| 			<h1 class="w3-jumbo"><b>Technology</b></h1> | 			<h1 class="w3-jumbo"><b>Technology</b></h1> | ||||||
| 			<p>Tilde Friends is built using boring, trusted tech.</p> | 			<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> | 			<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> | 		</div> | ||||||
|  |  | ||||||
| 		<!-- Footer --> | 		<!-- 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> | 			<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> | 		</footer> | ||||||
| 	</body> | 	</body> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user