1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00

add new apps to welcome email

This commit is contained in:
Kyle Spearrin 2018-03-30 11:51:36 -04:00
parent 496334d607
commit a100d20cd7
3 changed files with 52 additions and 64 deletions

View File

@ -1,20 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--
Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
-->
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00" />
</system.webServer>
<appSettings>
<add key="vs:EnableBrowserLink" value="true"/>
<add key="vs:EnableBrowserLink" value="true" />
</appSettings>
<system.web>
<compilation debug="true"></compilation>
</system.web>
</configuration>
</configuration>

View File

@ -102,6 +102,12 @@ body {
padding: 0 0 10px;
}
.content-block img {
max-width: 100%;
height: auto;
display: block;
}
.content-block-spaced {
padding: 0 0 25px;
}
@ -137,7 +143,6 @@ body {
/* -------------------------------------
TYPOGRAPHY
------------------------------------- */
.h3 {
font-size: 18px;
line-height: 25px;

View File

@ -33,6 +33,40 @@
Did you know that Bitwarden is free to sync with all of your devices? Download Bitwarden today on:
</td>
</tr>
<tr>
<td class="h3">
Desktop
</td>
</tr>
<tr>
<td class="content-block">
Access Bitwarden on Windows, macOS, and Linux desktops with our native desktop application.
</td>
</tr>
<tr>
<td class="content-block">
<a href="https://bitwarden.com/#download" target="_blank">
<img src="https://bitwarden.com/images/mail-os.png" alt="Windows, macOS, and Linux" width="550" height="110" />
</a>
</td>
</tr>
<tr>
<td class="h3">
Web Browser
</td>
</tr>
<tr>
<td class="content-block">
Integrate Bitwarden directly into your favorite browser. Use our browser extensions for a seamless browsing experience.
</td>
</tr>
<tr>
<td class="content-block">
<a href="https://bitwarden.com/#download-browser" target="_blank">
<img src="https://bitwarden.com/images/mail-browsers.png" alt="Chrome, Firefox, Opera, Edge, Safari, and more" width="550" height="90" />
</a>
</td>
</tr>
<tr>
<td class="h3">
Mobile
@ -40,65 +74,14 @@
</tr>
<tr>
<td class="content-block">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" class="aligncenter middle" width="50%">
<a href="https://play.google.com/store/apps/details?id=com.x8bit.bitwarden" title="Get Bitwarden on Google Play" target="_blank">
<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="63" width="163" alt="Get bitwarden on Google Play" />
</a>
</td>
<td valign="middle" class="aligncenter middle" width="50%">
<a href="https://itunes.apple.com/us/app/bitwarden-free-password-manager/id1137397744?mt=8" target="_blank" title="Get Bitwarden for iOS">
<img src="https://bitwarden.com/images/app-store-badge.png" width="135" height="40" alt="Get bitwarden for iOS" />
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="h3">
Desktop
</td>
</tr>
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="aligncenter" width="25%">Chrome</td>
<td class="aligncenter" width="25%">Firefox</td>
<td class="aligncenter" width="25%">Opera</td>
<td class="aligncenter" width="25%">Edge</td>
</tr>
</table>
Take Bitwarden on the go with our mobile apps for your phone or tablet device.
</td>
</tr>
<tr>
<td class="content-block">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" class="aligncenter middle" width="25%">
<a href="https://chrome.google.com/webstore/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb?utm_source=welcome_email&utm_medium=email" title="Get Bitwarden for Chrome" target="_blank">
<img width="53" height="54" alt="Chrome Extension" src="https://bitwarden.com/images/chrome.png" />
</a>
</td>
<td valign="middle" class="aligncenter middle" width="25%">
<a href="https://addons.mozilla.org/firefox/addon/bitwarden-password-manager/" title="Get Bitwarden for Firefox" target="_blank">
<img width="57" height="54" alt="Firefox Extension" src="https://bitwarden.com/images/firefox.png" />
</a>
</td>
<td valign="middle" class="aligncenter middle" width="25%">
<a href="https://addons.opera.com/extensions/details/bitwarden-free-password-manager/?utm_source=welcome_email&utm_medium=email" title="Get Bitwarden for Opera" target="_blank">
<img width="53" height="54" alt="Opera Extension" src="https://bitwarden.com/images/opera.png" />
</a>
</td>
<td valign="middle" class="aligncenter middle" width="25%">
<a href="https://www.microsoft.com/store/p/bitwarden-free-password-manager/9p6kxl0svnnl" title="Get Bitwarden for Edge" target="_blank">
<img width="52" height="54" alt="Edge Extension" src="https://bitwarden.com/images/edge.png" />
</a>
</td>
</tr>
</table>
<a href="https://bitwarden.com/#download-mobile" target="_blank">
<img src="https://bitwarden.com/images/mail-stores.png" alt="App Store and Google Play" width="550" height="85" />
</a>
</td>
</tr>
<tr>
@ -108,12 +91,14 @@
</tr>
<tr>
<td>
You can also access your vault from any web-enabled device using our web vault at:
Stuck without any of your devices? Using a friend's computer? You can access your Bitwarden vault from any web enabled device by using the web vault.
</td>
</tr>
<tr>
<td class="content-block h3 biglink aligncenter">
<td class="content-block h3 biglink">
<a target="_blank" href="https://vault.bitwarden.com/?utm_source=welcome_email&utm_medium=email">vault.bitwarden.com</a>
<br />
<br />
</td>
</tr>
<tr>