diff options
author | redmatrix <git@macgirvin.com> | 2016-05-01 08:02:03 +1000 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-01 08:02:03 +1000 |
commit | 9446d0cbb463af6a256efebf97e10618469f1193 (patch) | |
tree | 3704de63c7188086ea6a5399094dfde170afaa69 /library/font_awesome/src/thanks.html | |
parent | 8a41e2a011bd1c69c138fb75d138ed2bb4bf779f (diff) | |
parent | 3fe8fc0aa80a03fc63905e1e80999e6ccb8672e8 (diff) | |
download | volse-hubzilla-9446d0cbb463af6a256efebf97e10618469f1193.tar.gz volse-hubzilla-9446d0cbb463af6a256efebf97e10618469f1193.tar.bz2 volse-hubzilla-9446d0cbb463af6a256efebf97e10618469f1193.zip |
Merge pull request #362 from Treer/fontawesome
Update Font-Awesome to 4.6.1
Diffstat (limited to 'library/font_awesome/src/thanks.html')
-rw-r--r-- | library/font_awesome/src/thanks.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/library/font_awesome/src/thanks.html b/library/font_awesome/src/thanks.html new file mode 100644 index 000000000..2b8ad85eb --- /dev/null +++ b/library/font_awesome/src/thanks.html @@ -0,0 +1,29 @@ +--- +layout: base +title: Thanks for subscribing! +relative_path: ../ +--- + +<div class="container"> + <div class="row"> + <div class="col-md-8 col-md-offset-2 margin-top-lg"> + <div class="well well-lg margin-top-xl margin-bottom-none"> + <h1>You're all set!</h1> + <p> + Thanks for signing up! + We'll send you email updates on new Font Awesome releases, icons, and other stuff that we're working on. + We won't spam you. Scout's honor! + </p> + + <h2>What's next?</h2> + <p> + Want to see what we're working on next? Check out Fort Awesome! We're making it easy to put the perfect icons + on your website. Pick from gorgeous, comprehensive icon sets or copy and paste your own vector icons. + </p> + + <a href="https://fortawesome.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=subscribe_thanks&utm_campaign=promo_4.4_update" class="btn btn-lg btn-success">Check out Fort Awesome!</a> + + </div> + </div> + </div> +</div> |