1 {{ partial "header.html" . }}
3 <div class="shaded primary">
4 <div class="container hero padded-vertical">
6 <div class="col-sm-6 col-sm-offset-3">
7 <h1>Page Not Found</h1>
13 <div class="container padded-vertical">
15 <div class="col-sm-6 col-sm-offset-3 padded-top">
17 Sorry, we couldn't find a page at the current URL path. <br>
18 If you got here from a link on this site, feel free to
19 <a href="https://codeberg.org/bookstack/website">raise an issue</a>
21 Otherwise you may be able to find what you need at one of these
25 <div class="content-card-grid">
26 <a href="/#features" class="content-card-item">
27 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/features.svg"}}</div>
29 <div class="content-card-item-title">Features</div>
30 <p>An overview of the core features of BookStack</p>
33 <a href="/#demo" class="content-card-item">
34 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/demo.svg"}}</div>
36 <div class="content-card-item-title">Demo</div>
37 <p>Give BookStack a test drive on our demo instance</p>
40 <a href="/docs" class="content-card-item">
41 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/book.svg"}}</div>
43 <div class="content-card-item-title">Documentation</div>
44 <p>Guidance for managing and using BookStack</p>
47 <a href="/blog" class="content-card-item">
48 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/rss_feed.svg"}}</div>
50 <div class="content-card-item-title">Our Blog</div>
51 <p>Get the latest project news from our blog</p>
54 <a href="/support" class="content-card-item">
55 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/support.svg"}}</div>
57 <div class="content-card-item-title">Support Plans</div>
58 <p>See our range of support plans for BookStack</p>
61 <a href="/donate" class="content-card-item">
62 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/donate.svg"}}</div>
64 <div class="content-card-item-title">Donate</div>
65 <p>Provide financial support to the project</p>
68 <a href="https://www.youtube.com/c/BookStackApp" target="_blank" class="content-card-item">
69 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/youtube.svg"}}</div>
71 <div class="content-card-item-title">Video Guides</div>
72 <p>Watch our video guides on YouTube</p>
75 <a href="https://github.com/BookStackApp/BookStack/issues" target="_blank" class="content-card-item">
76 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/github.svg"}}</div>
78 <div class="content-card-item-title">GitHub Issues</div>
79 <p>Find or report issues on the GitHub project</p>
82 <a href="https://github.com/BookStackApp/BookStack" target="_blank" class="content-card-item">
83 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/github.svg"}}</div>
85 <div class="content-card-item-title">GitHub</div>
86 <p>Star the project on GitHub and follow us</p>
89 <a href="https://discord.gg/ztkBqR2" target="_blank" class="content-card-item">
90 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/discord.svg"}}</div>
92 <div class="content-card-item-title">Discord</div>
93 <p>Chat with the development team and other users</p>
96 <a href="https://codeberg.org/bookstack/" target="_blank" class="content-card-item">
97 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/codeberg.svg"}}</div>
99 <div class="content-card-item-title">Codeberg</div>
100 <p>Watch development and get involved</p>
103 <a href="https://www.reddit.com/r/bookstack" target="_blank" class="content-card-item">
104 <div class="content-card-item-icon" aria-hidden="true">{{partial "icon/reddit.svg"}}</div>
106 <div class="content-card-item-title">Reddit</div>
107 <p>Join our community on the BookStack subreddit</p>
115 {{ partial "footer.html" . }}