mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
* nav/footer updates effort to match more closely the /help and main site navigation * foot link fixes * updates to nav/footer * Update header.html * Update footer.html
98 lines
4.8 KiB
HTML
98 lines
4.8 KiB
HTML
---
|
|
layout: default
|
|
title: Help Center
|
|
description: "The Bitwarden Help Center guides you on how to use a password manager, evaluating password manager capabilities, and answering the most frequently asked questions."
|
|
---
|
|
{% assign sorted_articles = site.articles | sort: 'order' %}
|
|
|
|
<div class="container-fluid main-container">
|
|
<div class="row">
|
|
<div class="col">
|
|
<div class="card card-popular mb-3">
|
|
<h4 class="card-header">
|
|
<i class="fa fa-star-o"></i> Welcome to the Help Center!
|
|
</h4>
|
|
<div class="card-body">
|
|
<p class="card-text">To start learning about Bitwarden, check out our <b>Get Started with Bitwarden</b> guides or the most important things to know about <b>Bitwarden for your Business</b>.</p>
|
|
<p class="card-text">If you are looking for support, please use this form to contact our support team.</p>
|
|
<a href="https://bitwarden.com/contact/" style="padding: .5rem 1.5rem; background: #175ddc; color: white; border-radius: 4px;">Contact Support</a>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="card mb-3">
|
|
<h4 class="card-header">
|
|
<i class="fa fa-home"></i> Get Started with Bitwarden
|
|
</h4>
|
|
<div class="card-body">
|
|
<div class="icon-wrapper text-center align-items-center justify-content-around">
|
|
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-webvault/">
|
|
<img src="{{site.baseurl}}/images/landing/vault.svg" alt="vault icon" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Web Vault</p>
|
|
</a>
|
|
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-browserext/">
|
|
<img src="{{site.baseurl}}/images/landing/browser.svg" alt="browser icon" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Browser</p>
|
|
</a>
|
|
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-mobile/">
|
|
<img src="{{site.baseurl}}/images/landing/mobile.svg" alt="phone icon" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Mobile</p>
|
|
</a>
|
|
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-desktop/">
|
|
<img src="{{site.baseurl}}/images/landing/desktop.svg" alt="monitor icon" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Desktop</p>
|
|
</a>
|
|
<a class="icon-link" href="{{site.baseurl}}/article/cli/">
|
|
<img src="{{site.baseurl}}/images/landing/cli.svg" alt="CLI tool icon" style="max-width: 120px;">
|
|
<p class="font-weight-bold">CLI</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="card mb-3">
|
|
<h4 class="card-header">
|
|
<i class="fa fa-building"></i> Bitwarden for your Business
|
|
</h4>
|
|
<div class="card-body">
|
|
<div class="icon-wrapper text-center align-items-center justify-content-around">
|
|
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-organizations/">
|
|
<img src="{{site.baseurl}}/images/landing/secure-enterprise.svg" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Bitwarden Organizations</p>
|
|
</a>
|
|
<a class="icon-link" href="{{site.baseurl}}/article/getting-started-providers/">
|
|
<img src="{{site.baseurl}}/images/landing/msp.svg" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Bitwarden Providers</p>
|
|
</a>
|
|
<a class="icon-link" href="{{site.baseurl}}/article/proof-of-concept/">
|
|
<img src="{{site.baseurl}}/images/landing/proof-of-concept.svg" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Proof-of-Concept Checklist</p>
|
|
</a>
|
|
<a class="icon-link" href="{{site.baseurl}}/article/onboarding-and-succession/">
|
|
<img src="{{site.baseurl}}/images/landing/onboarding-succession.svg" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Onboarding & Succession</p>
|
|
</a>
|
|
<a class="icon-link" href="{{site.baseurl}}/article/bitwarden-security-white-paper/">
|
|
<img src="{{site.baseurl}}/images/landing/encrypted.svg" style="max-width: 120px;">
|
|
<p class="font-weight-bold">Security & Compliance</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
{% include videos.html %}
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
{% include contact.html %}
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
{% include connect.html %}
|
|
</div>
|
|
</div>
|
|
</div>
|