Skip to content

Commit

Permalink
Add cfbreak to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed Mar 6, 2024
1 parent 855eff8 commit 0d96a5e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion views/layout.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -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">&#10004; Get It</button>
</div>
</form>
</div>
</div>


<footer>
<div class="container">
Expand Down

0 comments on commit 0d96a5e

Please sign in to comment.