42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div notification-directive></div>
 | |
| 
 | |
| <div upload-directive></div>
 | |
| 
 | |
| <div class="panel panel-default">
 | |
|   <div class="panel-body">
 | |
|     <div class="media">
 | |
|       <h5 class="media-heading">System Message > Jane Smith {{ vm.userName() }}</h5>
 | |
|       <hr>
 | |
|       <div class="media-left">
 | |
|         <div class="image-thing"><i class="fa fa-bullhorn fa-3x" aria-hidden="true"></i></div>
 | |
|       </div>
 | |
|       <div class="media-body">
 | |
|          <h3 class="media-heading">What to do?</h3>
 | |
|          <p>This is a prototype. It's essentially like a bunch of pictures that you can click through. You can type
 | |
|          in certain areas, but not all of the buttons "work". It's mostly just clickable "screenshots".</p>
 | |
| 
 | |
|          <p>For this demo you are "Jane Smith".
 | |
|          As part of the setup for this device you chose
 | |
|          <a href="feed.html">https://jane.smith.net</a> as your personal page
 | |
|          and jane@smith.net as your messaging address.</p>
 | |
| 
 | |
|          <p>Choose a few of these goals to "test out" in a few different ways:</p>
 | |
|          <ul>
 | |
|            <li>Share a photo with a family member</li>
 | |
|            <li>Send an email</li>
 | |
|            <li>Share a family vacation album with someone</li>
 | |
|            <li>Whatever reason you might have bought the Daplie personal server</li>
 | |
|          </ul>
 | |
|          <p>Your public feed is available at </p>
 | |
|       </div>
 | |
|     </div>
 | |
|   </div>
 | |
|   <div class="panel-footer">
 | |
|     <div class="button-group flex-row space-around">
 | |
|       <button ng-click="vm.hide_welcome_msg = true" type="button" name="button" class="btn btn-default"><i class="fa fa-thumbs-up" aria-hidden="true"></i> Okay</button>
 | |
|     </div>
 | |
|   </div>
 | |
| </div>
 | |
| 
 | |
| <div todo-directive></div>
 |