|
|
|
@ -98,9 +98,11 @@ define([
|
|
|
|
|
]),
|
|
|
|
|
h('a.navbar-brand', { href: '/index.html'}),
|
|
|
|
|
h('div.collapse.navbar-collapse.justify-content-end#menuCollapse', [
|
|
|
|
|
h('a.nav-item.nav-link', { href: '/what-is-cryptpad.html'}, Msg.topbar_whatIsCryptpad),
|
|
|
|
|
//h('a.nav-item.nav-link', { href: '/what-is-cryptpad.html'}, Msg.topbar_whatIsCryptpad), // Moved the FAQ
|
|
|
|
|
h('a.nav-item.nav-link', { href: '/faq.html'}, Msg.faq_link),
|
|
|
|
|
h('a.nav-item.nav-link', { href: 'https://blog.cryptpad.fr/'}, Msg.blog),
|
|
|
|
|
h('a.nav-item.nav-link', { href: '/features.html'}, Msg.features),
|
|
|
|
|
h('a.nav-item.nav-link', { href: '/privacy.html'}, Msg.privacy),
|
|
|
|
|
h('a.nav-item.nav-link', { href: '/contact.html'}, Msg.contact),
|
|
|
|
|
h('a.nav-item.nav-link', { href: '/about.html'}, Msg.about),
|
|
|
|
|
].concat(rightLinks))
|
|
|
|
@ -403,6 +405,9 @@ define([
|
|
|
|
|
infopageTopbar(),
|
|
|
|
|
h('div.container.cp-container', [
|
|
|
|
|
h('center', h('h1', Msg.faq_title)),
|
|
|
|
|
h('p.cp-faq-header', h('a.nav-item.nav-link', {
|
|
|
|
|
href: '/what-is-cryptpad.html'
|
|
|
|
|
}, Msg.faq_whatis)),
|
|
|
|
|
h('div.cp-faq-container', categories)
|
|
|
|
|
]),
|
|
|
|
|
infopageFooter()
|
|
|
|
|