-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·151 lines (143 loc) · 6.23 KB
/
Copy pathindex.html
File metadata and controls
executable file
·151 lines (143 loc) · 6.23 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html dir="ltr" lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A self-hosted website to manage all your collections.">
<title>Koillection</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#009688">
<meta name="msapplication-TileColor" content="#009688">
<meta name="theme-color" content="#009688">
<link type="text/css" rel="stylesheet" href="css/app.css">
</head>
<body>
<header>
<div class="header-logo">
<a href="https://koillection.github.io/koillection/">
<img class="logo" src="images/logo.svg" aria-label="Logo" width="45" height="45">
<span>Koillection</span>
</a>
</div>
<a class="header-link" href="https://github.com/koillection/koillection"><i class="fa fa-github-alt fa-fw"></i></a>
</header>
<div class="content">
<div class="row title">
<h1>A self-hosted website to manage all your collections</h1>
</div>
<div class="row flex screenshots">
<div class="col s10 offset-s1 m10 offset-m1 l10 offset-l1">
<h5>With Koillection you can manage:</h5>
<br><br>
</div>
<div class="col s10 offset-s1 m10 offset-m1 l4 offset-l1 center-block">
<div class="list-container">
<div data-for="collections" class="grid-element active">
<i class="fa fa-archive fa-fw"></i><br>
<span>Collections</span>
</div>
<div data-for="items" class="grid-element">
<i class="fa fa-cubes fa-fw"></i><br>
<span>Items</span>
</div>
<div data-for="signs" class="grid-element">
<i class="fa fa-leaf fa-fw"></i><br>
<span>Signs</span>
</div>
<div data-for="tags" class="grid-element">
<i class="fa fa-tags fa-fw"></i><br>
<span>Tags</span>
</div>
<div data-for="wishlists" class="grid-element">
<i class="fa fa-heart fa-fw"></i><br>
<span>Wishlists</span>
</div>
</div>
</div>
<div class="images-container col s10 offset-s1 m10 offset-m1 l6">
<img data-name="collections" src="images/collection.png" class="z-depth-3">
<img data-name="items" src="images/item.png" class="z-depth-3 hidden">
<img data-name="signs" src="images/signs.png" class="z-depth-3 hidden">
<img data-name="tags" src="images/tag.png" class="z-depth-3 hidden">
<img data-name="wishlists" src="images/wishlist.png" class="z-depth-3 hidden">
</div>
</div>
<div class="row elements">
<div class="col s10 m4 l4 offset-s1 element">
<i class="fa fa-archive fa-fw"></i><br>
<h6>Manage</h6>
<div>
With Koillection you are free to manage your collections as you want.
</div>
</div>
<div class="col s10 m4 l4 offset-s1 element middle">
<i class="fa fa-share fa-fw"></i><br>
<h6>Share</h6>
<div>
You can choose to share your collections with other
people, while retaining full control on what they will be able to see.
</div>
</div>
<div class="col s10 m4 l4 offset-s1 element">
<i class="fa fa-users fa-fw"></i><br>
<h6>Invite</h6>
<div>
Other people can be invited to manage their collections independently on your server.
</div>
</div>
</div>
<div class="row locales">
<div class="col s10 m6 l6 offset-s1 valign-wrapper first">
<i class="fa fa-language fa-fw"></i>
<ul class="locales-list">
<li><span class="locale">English</span></a></li>
<li><span class="locale">Français</span></a></li>
</ul>
</div>
<div class="col s10 m6 l6 valign-wrapper">
<ul class="features-list">
<li><span class="feature"><i class="fa fa-brightness-contrast fa-fw"></i>Night mode</span></a></li>
<li><span class="feature"><i class="fa fa-rocket fa-fw"></i>REST API</span></a></li>
</ul>
</div>
</div>
<div class="row elements">
<div class="col s10 m4 l4 offset-s1 element">
<i class="fa fa-github-alt fa-fw"></i><br>
<h6>Open-source</h6>
<div>
Koillection is completely open-source and can be found on <a href="https://github.com/koillection/koillection">Github</a>.
<br>
You are free to use, edit and improve the code.
<br>
Any help or suggestions are welcome.
</div>
</div>
<div class="col s10 m4 l4 offset-s1 element middle">
<i class="fa fa-lock fa-fw"></i><br>
<h6>Private</h6>
<div>
Everything is stored on your own server, you have full control over your data and anything you upload.
</div>
</div>
<div class="col s10 m4 l4 offset-s1 element">
<i class="fa fa-mobile fa-fw"></i><br>
<h6>PWA</h6>
<div>
Koillection is a PWA (Progressive Web App).
<br>
It can be used on your smartphone or tablet like any other app, giving you a seamless experience.
</div>
</div>
</div>
</div>
<footer>
<div class="logo" aria-label="Logo"></div>
<div class="container">
</div>
</footer>
<script src="js/app.js"></script>
<div class="hiddendiv common"></div></body></html>