mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
ga events
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<input type="search" class="form-control" placeholder="Search the help center..."
|
||||
id="search-box" name="q">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="submit">
|
||||
<button class="btn btn-default" type="submit" onclick="gaEvent('Search')">
|
||||
<i class="fa fa-search"></i>
|
||||
<span class="sr-only">Search</span>
|
||||
</button>
|
||||
@@ -80,8 +80,8 @@
|
||||
<h4>Links</h4>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="https://bitwarden.com">Home</a></li>
|
||||
<li><a href="https://bitwarden.com/#download" onclick="gaEvent('Footer Download')">Download</a></li>
|
||||
<li><a href="https://bitwarden.com/#organizations" onclick="gaEvent('Footer Business')">Business</a></li>
|
||||
<li><a href="https://bitwarden.com/#download">Download</a></li>
|
||||
<li><a href="https://bitwarden.com/#organizations">Business</a></li>
|
||||
<li><a href="https://bitwarden.com/contact">Contact Us</a></li>
|
||||
<li><a href="https://vault.bitwarden.com/#/" onclick="gaEvent('Footer Web Vault')">Web Vault</a></li>
|
||||
</ul>
|
||||
@@ -90,7 +90,7 @@
|
||||
<h4 class="invisible"> </h4>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="https://blog.bitwarden.com" onclick="gaEvent('Footer Blog')">Blog</a></li>
|
||||
<li><a href="https://help.bitwarden.com" onclick="gaEvent('Footer Help')">Help/Support</a></li>
|
||||
<li><a href="/">Help/Support</a></li>
|
||||
<li>
|
||||
<a href="https://github.com/bitwarden" target="_blank" onclick="gaEvent('Footer Source Code')">
|
||||
Source Code
|
||||
@@ -104,23 +104,26 @@
|
||||
<h4>Follow Us</h4>
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<a href="https://twitter.com/bitwarden_app" title="Twitter" onclick="gaEvent('Follow Twitter')">
|
||||
<a href="https://twitter.com/bitwarden_app" title="Twitter" onclick="gaEvent('Follow Twitter')"
|
||||
target="_blank">
|
||||
<i class="fa fa-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.facebook.com/bitwarden/" title="Facebook" onclick="gaEvent('Follow Facebook')">
|
||||
<a href="https://www.facebook.com/bitwarden/" title="Facebook" onclick="gaEvent('Follow Facebook')"
|
||||
target="_blank">
|
||||
<i class="fa fa-facebook-square"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/114869903467947368993" title="Google+"
|
||||
<a href="https://plus.google.com/114869903467947368993" title="Google+" target="_blank"
|
||||
onclick="gaEvent('Follow Google+')">
|
||||
<i class="fa fa-google-plus-square"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/bitwarden" title="GitHub" onclick="gaEvent('Follow GitHub')">
|
||||
<a href="https://github.com/bitwarden" title="GitHub" onclick="gaEvent('Follow GitHub')"
|
||||
target="_blank">
|
||||
<i class="fa fa-github"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user