mirror of
https://github.com/bitwarden/help
synced 2025-12-26 21:23:13 +00:00
* crazy egg script * Client gs guides (#398) * JS for intra-article tabbing * Combine Android/iOS guide to tabbable "Getting Started with Mobile" + image. * Link changes -> redirect. * b.e. & mobile edits * GS w/ Desktop App + Images * tagging * video cleanup * header improvements * GS w/ Web Vault + reorder * orgs name change * web vault article frame * web vault article * Landing (#399) * poc * "Home" sidebar option * Events into Resources card * events <-> suggest an edit * tweaks * card fix * fix video icons * video size * margin/border on secondary cards * added table items * links & drop a stray item * more responsive secondary cards * fixed linking * link fixes * crazy egg script merge * mobile view for alignment of columns in help * mobile image width issue fix * responsiveness fixes * final edits * link check Co-authored-by: David Choi <davidgumzchoi@gmail.com>
10 lines
800 B
HTML
10 lines
800 B
HTML
<div class="card mb-3">
|
|
<h4 class="card-header"><i class="fa fa-question-circle-o"></i> Resources</h4>
|
|
<div class="card-body">
|
|
<p class="card-text"><i class="fa fa-download"></i> <a href="https://bitwarden.com/download" target="_blank">Download Bitwarden</a></p>
|
|
<p class="card-text"><i class="fa fa-edit"></i> <a href="https://github.com/bitwarden/help/issues/new?body=Suggestion or Edit for: bitwarden.com/help{{ page.url }}" target="_blank">Suggest an Edit</a></p>
|
|
<p class="card-text"><i class="fa fa-comments"></i> <a href="https://community.bitwarden.com/c/support/" target="_blank">Ask the Community</a></p>
|
|
<p class="card-text"><i class="fa fa-envelope"></i> <a href="https://bitwarden.com/contact" target="_blank">Contact Us</a></p>
|
|
</div>
|
|
</div>
|