mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 00:30:29 +08:00
adding CDN email alert + disabling CDN embed code via email form
This commit is contained in:
parent
d0b376a812
commit
41e9bdf53b
@ -21,14 +21,24 @@ relative_path: ../
|
||||
|
||||
<p class="lead">Font Awesome CDN is the easiest way to get Font Awesome on your website or app, all with just a single line of code. No downloading or installing!</p>
|
||||
|
||||
<div class="alert alert-danger gg gg-top" role="alert">
|
||||
<div class="gg-col min-width">
|
||||
<i class="fa fa-warning fa-2x" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="gg-col padding-left-lg">
|
||||
<h2 class="block font-weight-bold text-danger text-lg margin-top-none">New CDN Embed Codes Unavailable</h2>
|
||||
<p class="text-base"><span class="strong">We're having some issues sending out new codes via email at the moment</span>. Please hang tight while we sort things out and if you have any questions, <a class="text-danger" href="mailto:cdn@fontawesome.com">let us know</a>. <span class="strong">Any existing Font Awesome CDN codes are not affected and are 100% operational.</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form class="row" action="https://cdn.fontawesome.com/register" method="post">
|
||||
<div class="col-sm-6 signup-input">
|
||||
<label for="email" class="sr-only">Email address</label>
|
||||
<input type="email" class="form-control input-lg margin-bottom" id="email" name="email" placeholder="Your email address">
|
||||
<input type="email" class="form-control input-lg margin-bottom" id="email" name="email" placeholder="Your email address" disabled>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 signup-button">
|
||||
<button type="submit" class="btn btn-success btn-lg btn-block margin-bottom">Send my Font Awesome embed code!</button>
|
||||
<button type="submit" class="btn btn-success btn-lg btn-block margin-bottom" disabled>Send my Font Awesome embed code!</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user