mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 06:21:30 +08:00
Updating subscribe form input to be required, updating text in download modal
This commit is contained in:
parent
ab2595978e
commit
c3c74abfb8
@ -1,26 +1,23 @@
|
|||||||
<div class="modal fade" id="modal-download" tabindex="-1" role="dialog" aria-labelledby="modal-download-label">
|
<div class="modal fade" id="modal-download" tabindex="-1" role="dialog" aria-labelledby="modal-download-label">
|
||||||
<div class="modal-dialog modal-md" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
|
||||||
<h2 class="modal-title" id="modal-download-label">Help Us Out!</h2>
|
<h2 class="modal-title" id="modal-download-label">Help Us Out!</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body text-md">
|
<div class="modal-body text-lg">
|
||||||
<p class="padding-bottom-sm">
|
<p class="margin-bottom-lg">
|
||||||
I hope you love Font Awesome. If you've found it useful,
|
I hope you love Font Awesome. If you've found it useful,
|
||||||
<a class="strong" href="https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=download_modal&utm_campaign=promo_4.3_update" target="_blank">
|
<a class="strong" href="https://fonticons.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=download_modal&utm_campaign=promo_4.3_update" target="_blank">
|
||||||
please do me a favor and check out my latest project, Fonticons
|
please do me a favor and check out my latest project, Fonticons</a>. It makes it easy to put the perfect
|
||||||
</a>. It makes it easy to put the perfect icons on your website. Choose from our awesome, comprehensive icon
|
icons on your website. Choose from our awesome, comprehensive icon sets or copy and paste your own.
|
||||||
sets or copy and paste your own.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="padding-bottom-sm">
|
<p class="margin-bottom-lg">
|
||||||
Please. Check it out.
|
Please. Check it out.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="padding-bottom-sm">
|
<p>—Dave Gandy</p>
|
||||||
-Dave Gandy
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<a class="btn btn-default btn-lg block-xs" href="{{ page.relative_path }}assets/font-awesome-{{ site.fontawesome.version }}.zip"
|
<a class="btn btn-default btn-lg block-xs" href="{{ page.relative_path }}assets/font-awesome-{{ site.fontawesome.version }}.zip"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<form method="post" action="https://formkeep.com/f/ba101f5b69f0">
|
<form method="post" action="https://formkeep.com/f/ba101f5b69f0">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4 col-md-offset-2 col-sm-6">
|
<div class="col-md-4 col-md-offset-2 col-sm-6">
|
||||||
<input name="email" type="email" class="form-control margin-bottom" id="email" placeholder="Enter your email address…">
|
<input name="email" type="email" class="form-control margin-bottom" id="email" placeholder="Enter your email address…" required>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 col-sm-6">
|
<div class="col-md-4 col-sm-6">
|
||||||
<button type="submit" class="btn btn-success btn-block margin-bottom-lg"
|
<button type="submit" class="btn btn-success btn-block margin-bottom-lg"
|
||||||
|
Loading…
Reference in New Issue
Block a user