1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
Files
help/_includes/videos.html
fred_the_tech_writer a491a9587e Landing Page (#413)
* 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>
2021-02-22 09:42:06 -05:00

10 lines
726 B
HTML

<div class="card mb-3">
<h4 class="card-header"><i class="fa fa-diamond"></i> What's Popular</h4>
<div class="card-body">
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/import-from-lastpass">Import Data from Lastpass</a></p>
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/emergency-access">Emergency Access</a></p>
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/setup-two-step-login">Two-step Login Methods</a></p>
<p class="card-text"><i class="fa fa-file-o"></i> <a href="{{site.baseurl}}/article/forgot-master-password">I Forgot my Master Password</a></p>
</div>
</div>