mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +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
679 B
HTML
10 lines
679 B
HTML
<div class="card mb-3">
|
|
<h4 class="card-header"><i class="fa fa-bullhorn"></i> Connect with Us</h4>
|
|
<div class="card-body">
|
|
<p class="card-text"><i class="fa fa-shield"></i> <a href="https://community.bitwarden.com/" target="_blank">Forums</a></p>
|
|
<p class="card-text"><i class="fa fa-calendar"></i> <a href="https://www.crowdcast.io/bitwarden" target="_blank">Events</a></p>
|
|
<p class="card-text"><i class="fa fa-reddit"></i> <a href="https://reddit.com/r/bitwarden" target="_blank">Reddit</a></p>
|
|
<p class="card-text"><i class="fa fa-twitter"></i> <a href="https://twitter.com/Bitwarden" target="_blank">Twitter</a></p>
|
|
</div>
|
|
</div>
|