-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
228 lines (210 loc) Β· 10.1 KB
/
index.html
File metadata and controls
228 lines (210 loc) Β· 10.1 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Welcome to Nextcloud Bookmarks</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/icon_round.svg" alt="" /></span>
<h1>Nextcloud Bookmarks Android App</h1>
<p>Android frontend for <a href="https://www.amazon.com/dp/B08L5RKHMM/ref=apps_sf_sta">Nextcloud/Android Bookmark App</a>. Based on popular Cloud <a href="https://nextcloud.com/">Nextcloud</a><br />
Developed by <a href="https://gitlab.com/bisasda">Biswajit Das</a> and <a href="https://gitlab.com/derSchabi"> Christian Schabesberger (Previous maintainer)</a>.</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">Introduction</a></li>
<li><a href="#first">Meet Nextcloud Bookmarks</a></li>
<li><a href="#second">Meet Developer</a></li>
<li><a href="#cta">Get Started</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Nextcloud Bookmarks</h2>
</header>
<p>An Android front end for the Nextcloud<a href = "https://github.com/nextcloud/bookmarks/"> Bookmark App </a>
based on the new <a href = "https://github.com/nextcloud/bookmarks/#rest-api">REST API</a> <that was introduced
by <a href="https://github.com/nextcloud/bookmarks/releases/tag/v3.2.1">NextCloudBookmarks version 3.2.1</a>
This project is 100% open source project in <a href="https://gitlab.com/bisada/OCBookmarks">gitlab</a>.
</p>
<p>
This app provides you with a web interface for collecting, organizing and sharing bookmarks to the sites on the web that are precious to you. You can browse and filter your bookmarks via tags, folders and by using the built-in search feature and you can share folders with other users and groups as well as create public links for them. Also, in order to access your bookmarks anywhere, it also allows you to synchronize with third-party clients via a built-in REST API, be it in your browsers or on your phone.
</p>
<p>
</p>
<ul class="actions">
<li><a href="https://gitlab.com/bisada/OCBookmarks" class="button">Visit Gitlab project</a>
</li>
</ul>
</div>
<span class="image"><img src="images/icon_round.svg" alt="" /></span>
</div>
</section>
<!-- First Section -->
<section id="first" class="main special">
<header class="major">
<h2>Meet Nextcloud Bookmarks</h2>
</header>
<ul class="features">
<li>
<span class="icon solid major style1 fa-cloud"></span>
<h3>π Works offline</h3>
<p>This android app does not need connected to bookmark server always. This makes this app special.</p>
</li>
<li>
<span class="icon solid major style1 fa-tags"></span>
<h3>π Label Bookmarks</h3>
<p>Mark bookmarks as favorite Organize your bookmarks with labels.</p>
</li>
<li>
<span class="icon solid major style1 fa-tags"></span>
<h3>π· Manage tags</h3>
<p>This android app manage your tags effectively.</p>
</li>
<li>
<span class="icon major style3 fa-globe"></span>
<h3>π Multi language support</h3>
<p>This app support most popular European language. You can add your own language to the repo.</p>
</li>
<li>
<span class="icon major style1 fa-cloud"></span>
<h3>π· Multiple accounts </h3>
<p>You can add multiple accounts.Simply login and log out implementation.</p>
</li>
<li>
<span class="icon major style1 fa-folder-open"></span>
<h3>π Organize your bookmarks with labels </h3>
<p>You can add multiple accounts.Simply login and log out implementation.</p>
</li>
<li>
<span class="icon major style1 fa-edit"></span>
<h3>Create, edit, share and delete Bookmarks </h3>
<p>You can edit add and delete bookmarks.</p>
</li>
<li>
<span class="icon major style1 fa-share-square"></span>
<h3>Share Bookmarks </h3>
<p>You can share bookmarks anytime.</p>
</li>
</ul>
<footer class="major">
<ul class="actions special">
<li><a href="generic.html" class="button">Learn More</a></li>
</ul>
</footer>
</section>
<!-- Second Section -->
<section id="second" class="main special">
<header class="major">
<div class="spotlight">
<span class="image"><img src="images/biswajit.png" alt="" /></span>
</div>
<h2>Meet Biswajit</h2>
<p>Biswajit is a UK based Cloud DevSecOps professional, passionate about Android Development and Cricket! He designs solutions for on-premises to cloud migrations, while in his free time works on creating Android Apps, 5 of which are already on the Play store.</p>
</header>
<ul class="statistics">
<li class="style1">
<span class="icon solid fa-cloud"></span>
<strong>15 years</strong> Cloud DevSecOps Experience
</li>
<li class="style2">
<span class="icon fa-cloud"></span>
<strong>Strong</strong> programming Background
</li>
<li class="style3">
<span class="icon solid fa-cloud"></span>
<strong>60 +</strong> enterprise projects delivered
</li>
<li class="style4">
<span class="icon solid fa-laptop"></span>
<strong>AWS</strong> AWS certified Solution architect
</li>
<li class="style5">
<span class="icon fa-gem"></span>
<strong>1</strong> global Recognition
</li>
</ul>
<p>Time is a challenge! Biswajit was contributing to several open-source project, but at some point he could only dedicate his time to one project and decided to go for Nextcloud.
</p>
<span class="image"><img src="images/biswajit.png" alt="" /></span>
<P></P>
Biswajit Das
<blockquote>Privacy, having your data under control, open-source! These things are motivating me to invest my time contributing to Nextcloud.
</blockquote
<p></p>
<blockquote>Initially it was a little challenging to understand the Nextcloud ecosystem as a new contributor however I am very comfortable now. The challenges Iβve faced in app developement have to do with implementing single sign-on and folder structure for Nextcloud Bookmarks.
</blockquote
<footer class="major">
<ul class="actions special">
<li><a href="https://nextcloud.com/blog/unsung-heroes-of-the-nextcloud-community-biswajit-das-developing-a-nextcloud-bookmarks-android-client/" class="button">Interview with nextcloud</a></li>
</ul>
</footer>
</section>
<!-- Get Started -->
<section id="cta" class="main special">
<header class="major">
<h2>Download Now</h2>
<p>The android app is available in F-droid and Amazon app store.<br />
Download now</p>
</header>
<footer class="major">
<ul class="actions special">
<li><a href="https://www.amazon.com/dp/B08L5RKHMM/ref=apps_sf_sta" class="button primary">Amazon Appstore</a></li>
<li><a href="https://f-droid.org/packages/org.schabi.nxbookmarks/" class="button">F-droid</a></li>
</ul>
</footer>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Website Disclaimer</h2>
<p>Nextcloud is the trademark of <a href="https://nextcloud.com/">Nextcloud</a>. Logo of Nextcloudand all other properties belongs to nextcloud GMBH propietory.</p>
<p>NextCloudBookmarks application is propietory of <a href="https://nextcloud-bookmarks.com">nextcloud-bookmarks</a></p>
<ul class="actions">
<li><a href="https://apps.nextcloud.com/apps/nextcloud_bookmarks_android_app" class="button">Learn More</a></li>
</ul>
</section>
<section>
<h2>Contact</h2>
<dl class="alt">
<dt>Email</dt>
<dd><a href="#">contact@nextcloud-bookmarks.com</a></dd>
</dl>
<ul class="icons">
<li><a href="https://www.facebook.com/biswajitukpage" class="icon brands fa-facebook-f alt"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/bisasda/" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/dasbiswajit/" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
</ul>
</section>
<p class="copyright">© nextcloud-bookmarks.com. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>