1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 01:22:50 -05:00

version bump and project cleanup

This commit is contained in:
Kyle Spearrin
2017-07-25 22:34:07 -04:00
parent b7e8852250
commit c3b2be17a9
13 changed files with 76 additions and 321 deletions

View File

@ -2,10 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Mail</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Mail</PackageId>
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback>
<RootNamespace>Bit.Mail</RootNamespace>

View File

@ -102,6 +102,10 @@ body {
padding: 0 0 10px;
}
.content-block-spaced {
padding: 0 0 25px;
}
.indented {
padding-left: 20px;
}

View File

@ -14,41 +14,87 @@
<table cellpadding="0" cellspacing="0" class="container-table">
<tr>
<td class="content content-banner" align="center">
<a href="#" title="" target="_blank" class="banner">
<img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=Announcement%20Image&w=600&h=158"
<a href="https://blog.bitwarden.com/premium-features-attachments-2fa-options-totp-priority-support-d4c12e2d9018" title="bitwarden premium membership" target="_blank" class="banner">
<img src="https://bitwarden.com/images/mail/premium.png"
width="600" alt="" />
</a>
<table class="main" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="content-wrap">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="content-block-spaced">
Today we're excited to announce the release of the <a href="https://vault.bitwarden.com/#/?premium=purchase" target="_blank">bitwarden premium membership</a>, which includes access to some great new features:
</a></td>
</tr>
<tr>
<td class="h3 content-block">
A title!
File Attachments
</td>
</tr>
<tr>
<td class="content-block">
Some text about an announcement.
Often times you have sensitive files such as private keys, scanned documents, etc. that need to be securely stored, protected, and sharable. bitwarden premium gives you 1GB of encrypted file storage that allows you to securely store file attachments to any entry in your vault.
</td>
</tr>
<tr>
<td class="content-block indented">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="15">&bull;</td>
<td class="li">Bullet 1</td>
</tr>
<tr>
<td>&bull;</td>
<td class="li">Bullet 2</td>
</tr>
</table>
<td class="content-block-spaced">
<a href="#" target="_blank">&rarr; Learn more</a>
</td>
</tr>
<tr>
<td class="h3 content-block">
Additional Two-step Login (2FA) Options
</td>
</tr>
<tr>
<td class="content-block">
Premium membership unlocks access to additional two-step login options. Use Duo, YubiKey, and/or FIDO U2F to further secure your account.
</td>
</tr>
<tr>
<td class="content-block-spaced">
<a href="#" target="_blank">&rarr; Learn more</a>
</td>
</tr>
<tr>
<td class="h3 content-block">
TOTP Verification Codes
</td>
</tr>
<tr>
<td class="content-block">
bitwarden can replace existing authenticator apps such as Authy and Google Authenticator. Securely store authenticator keys and bitwarden will generate TOTP verification codes for you, even assisting you during login auto-fills.
</td>
</tr>
<tr>
<td class="content-block-spaced">
<a href="#" target="_blank">&rarr; Learn more</a>
</td>
</tr>
<tr>
<td class="h3 content-block">
Priority Customer Support
</td>
</tr>
<tr>
<td class="content-block-spaced">
Receive priority customer support when contacting us with questions or for help. Your inquires will be responded to quicker and prioritized over any others received by free users.
</td>
</tr>
<tr>
<td class="content-block-spaced aligncenter">
<a href="https://blog.bitwarden.com/premium-features-attachments-2fa-options-totp-priority-support-d4c12e2d9018" target="_blank"><img src="https://bitwarden.com/images/mail/share-more-button2.png" title="Read the full announcement on our blog..." alt="Read the full announcement on our blog..." width="266" /></a>
</td>
</tr>
<tr>
<td class="content-block-spaced">
You can purchase a bitwarden premium membership by logging into the <a href="https://vault.bitwarden.com/#/?premium=purchase" target="_blank">web vault</a> and navigating to <strong>Settings</strong> &rarr; <strong>Go Premium</strong>.
</td>
</tr>
<tr>
<td class="content-block last">
Thank you!<br />
Regards,<br />
The bitwarden Team
</td>
</tr>