-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,21 @@ | |
|
||
<cfoutput>#request.content#</cfoutput> | ||
|
||
<hr> | ||
<div class="jumbotron" id="cfbreak"> | ||
<div class="container"> | ||
<p>Signup for <a href="https://cfbreak.com/"><code>cfbreak</code></a> to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.</p> | ||
<form class="row newsletter" action="https://cfbreak.com/subscribe/" method="POST"> | ||
<input type="hidden" name="referrer" id="referrer" value="https://cfdocs.org/"> | ||
<div class="col-sm-6"> | ||
<input type="email" name="email" id="email" required="required" placeholder="[email protected]" required="required" class="form-control"> | ||
</div> | ||
<div class="col-sm-4"> | ||
<button type="submit" class="btn btn-secondary">✔ Get It</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
|
||
<footer> | ||
<div class="container"> | ||
|