Merge pull request #747 from coreos-inc/rebrand

Rebrand Quay
This commit is contained in:
josephschorr 2015-11-02 15:46:59 -05:00
commit 45bfe7dafc
76 changed files with 2084 additions and 797 deletions

View file

@ -3,10 +3,10 @@
<table width="100%" style="max-width: 640px">
<tr>
<td valign="center" style="padding: 10px;">
<img src="https://quay.io/static/img/quay-logo.png" alt="Quay.io" style="width: 100px;">
<img src="https://quay.io/static/img/quay-logo.png" alt="Quay" style="width: 100px;">
</td>
<td valign="center">
<h3>Quay.io</h3>
<h3>Quay</h3>
<p style="font-size: 12px; -webkit-text-adjust: none">
CoreOS, Inc<br>
https://coreos.com<br>

View file

@ -147,7 +147,7 @@ def send_org_invite_email(member_name, member_email, orgname, team, adder, code)
def send_invoice_email(email, contents):
# Note: This completely generates the contents of the email, so we don't use the
# normal template here.
msg = Message('Quay.io payment received - Thank you!', recipients=[email])
msg = Message('Quay payment received - Thank you!', recipients=[email])
msg.html = contents
mail.send(msg)