-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindexSmartdownRoot.html
More file actions
90 lines (83 loc) · 3.04 KB
/
indexSmartdownRoot.html
File metadata and controls
90 lines (83 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Set content in the next line to false if you do not want your homepage to be automatically updated whenever a new version becomes available. -->
<meta name="solid-allow-automatic-updates" content="false">
<title>Smartdown/Solid Home (smartdown.solid.community)</title>
<link rel="stylesheet" href="/common/css/bootstrap.min.css">
<link rel="stylesheet" href="/common/css/solid.css">
</head>
<body>
<div class="container">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a href="/" class="navbar-brand">
Smartdown/Solid Home
</a>
</div>
<div class="nav navbar-right navbar-form">
<button id="login" type="button" class="hidden btn btn-default btn-success">Log in</button>
<button id="logout" type="button" class="hidden btn btn-danger">Log out</button>
</div>
</div>
</nav>
<p class="lead">
<img
style="display:block;margin:auto;height:200px;" class="img-fluid"
src="https://smartdown.solid.community/public/logo.png">
<span>
This is a public homepage of the Smartdown-in-Solid project, whose WebID is
</span>
<a href="https://smartdown.solid.community/profile/card#me"><mark>https://smartdown.solid.community/profile/card#me</mark></a>.
</p>
<section>
<h1>Apps</h1>
<div class="list-group">
<a href="/public/smartdown/" target="_blank" class="list-group-item">
<img
style="display:inline-block;height:50px;" class="img-fluid"
src="https://smartdown.solid.community/public/logo.png">
<span class="lead">
Smartdown Demo</span>
</a>
</div>
<div class="list-group">
<a href="https://github.com/smartdown/solid/" target="_blank" class="list-group-item">
<span>GitHub Source for this Project</span>
</a>
</div>
<div class="list-group">
<a href="https://github.com/solid/userguide" target="_blank" class="list-group-item">
<span>Getting started with Solid and Data Browser</span>
</a>
</div>
</section>
<section>
<h1>Data</h1>
<div class="list-group">
<a href="/profile/card" target="_blank" class="list-group-item">
<span class="lead">Profile</span>
<span class="badge">public</span>
</a>
<a href="/inbox/" target="_blank" class="list-group-item">
<span class="lead">Inbox</span>
<span class="badge">private</span>
</a>
<a href="/public/" target="_blank" class="list-group-item">
<span class="lead">Public Folder</span>
<span class="badge">public</span>
</a>
<a href="/private/" target="_blank" class="list-group-item">
<span class="lead">Private Folder</span>
<span class="badge">private</span>
</a>
</div>
</section>
</div>
<script src="/common/js/solid-auth-client.bundle.js"></script>
<script src="/common/js/auth-buttons.js"></script>
</body>
</html>