|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>Solid Homepage {{#if name}} of {{name}}{{/if}}</title> |
| 6 | + <title>{{#if name}}{{name}} -- {{/if}}Solid Home</title> |
7 | 7 | <link rel="stylesheet" href="/common/css/bootstrap.min.css"> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <div class="container"> |
11 | | - <h3>Solid Homepage {{#if name}} of {{name}}{{/if}}</h3> |
| 11 | + <nav class="navbar navbar-default"> |
| 12 | + <div class="container-fluid"> |
| 13 | + <div class="navbar-header"> |
| 14 | + <a href="/" class="navbar-brand">{{#if name}}{{name}} -- {{/if}}Solid Home</a> |
| 15 | + </div> |
| 16 | + </div> |
| 17 | + </nav> |
12 | 18 | </div> |
13 | 19 | <div class="container"> |
14 | 20 | <div class="row"> |
15 | 21 | <div class="col-md-12"> |
16 | | - <p> |
| 22 | + <p class="lead"> |
17 | 23 | This is a public homepage of |
18 | 24 | {{#if name}}{{name}}, whose WebID is{{else}}a user with WebID{{/if}} |
19 | 25 | <a href="{{webId}}">{{webId}}</a>. |
20 | 26 | </p> |
21 | | - <p> |
22 | | - We've added some things to get started: |
23 | | - </p> |
24 | | - <ul> |
25 | | - <li><a href="/profile/card">a public profile</a></li> |
26 | | - <li><a href="/inbox/">a private inbox</a> anybody can post to (log in to read messages)</li> |
27 | | - <li><a href="/public/">a public folder</a> where you can upload documents for anyone to see</li> |
28 | | - </ul> |
29 | 27 | </div> |
30 | 28 | </div> |
| 29 | + <section class="row"> |
| 30 | + <div class="col-md-12"> |
| 31 | + <h1>Data</h1> |
| 32 | + <div class="list-group"> |
| 33 | + <a href="/profile/card" target="_blank" class="list-group-item"> |
| 34 | + <span class="lead">Profile</span> |
| 35 | + <span class="badge">public</span> |
| 36 | + </a> |
| 37 | + <a href="/inbox/" target="_blank" class="list-group-item"> |
| 38 | + <span class="lead">Inbox</span> |
| 39 | + <span>- Anyone can post messages to this, but only {{#if name}}{{name}}{{else}}the account owner{{/if}} can read them</span> |
| 40 | + <span class="badge">private</span> |
| 41 | + </a> |
| 42 | + <a href="/public/" target="_blank" class="list-group-item"> |
| 43 | + <span class="lead">Public Folder</span> |
| 44 | + <span>- {{#if name}}{{name}}{{else}}the account owner{{/if}} shares public documents here</span> |
| 45 | + <span class="badge">public</span> |
| 46 | + </a> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + </section> |
| 50 | + <section class="row"> |
| 51 | + <div class="col-md-12"> |
| 52 | + <h1>Apps</h1> |
| 53 | + <div class="list-group"> |
| 54 | + <a href="http://solid.github.io/solid-profile-ui/" target="_blank" class="list-group-item"> |
| 55 | + <span class="lead">Profile Editor</span> |
| 56 | + </a> |
| 57 | + <a href="https://databox.me/apps/friends/" target="_blank" class="list-group-item"> |
| 58 | + <span class="lead">Friends</span> |
| 59 | + </a> |
| 60 | + <a href="https://markisforbookmarks.herokuapp.com" target="_blank" class="list-group-item"> |
| 61 | + <span class="lead">Bookmark List</span> |
| 62 | + </a> |
| 63 | + <a href="https://github.com/solid/solid-apps" target="_blank" class="list-group-item"> |
| 64 | + <span class="lead">More Apps</span> |
| 65 | + </a> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + </section> |
31 | 69 | </div> |
32 | 70 | </body> |
33 | 71 | </html> |
0 commit comments