-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex_github_root.html
73 lines (65 loc) · 2.48 KB
/
index_github_root.html
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
<!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 (GitHub Pages)</title>
<link rel="stylesheet" href="https://solid.community/common/css/bootstrap.min.css">
<link rel="stylesheet" href="https://solid.community/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="/solid/public/smartdown/index.html" 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 Home</span>
</a>
</div>
</section>
<section>
<h1>Data</h1>
<div class="list-group">
<a href="https://smartdown.solid.community/profile/card" target="_blank" class="list-group-item">
<span class="lead">Profile</span>
<span class="badge">public</span>
</a>
<a href="https://smartdown.solid.community/public/" target="_blank" class="list-group-item">
<span class="lead">Public Folder</span>
<span class="badge">public</span>
</a>
</div>
</section>
</div>
<script src="https://solid.community/common/js/solid-auth-client.bundle.js"></script>
<script src="https://solid.community/common/js/auth-buttons.js"></script>
</body>
</html>