Skip to content

Commit

Permalink
Updating kickstarter text and linls
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Nov 3, 2016
1 parent 3d00691 commit d0b376a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion src/_includes/modals/kickstarter.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ <h2 class="modal-title" id="modal-kickstarter-label">Font Awesome 5!</h2>
<iframe id="kickstarter-iframe" src="https://www.kickstarter.com/projects/232193852/font-awesome-5/widget/video.html" frameborder="0" scrolling="no" allowfullscreen></iframe>
</div>

<a class="btn btn-kickstarter btn-lg btn-block margin-top" href="https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=fontawesome-modal"
<p class="lead text-center margin-top-lg margin-bottom-lg">
Early backer prices extended and tons of stretch goals already funded!
</p>
<a class="btn btn-kickstarter btn-lg btn-block" href="https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=1oakzw"
onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Check out the Kickstarter']);">
<h3 class="margin text-sans-serif strong">Check out the <br class="hide-sm hide-md hide-lg">Kickstarter! &nbsp;<i class="fa fa-external-link-square" aria-hidden="true"></i></h3>
</a>
Expand Down
8 changes: 4 additions & 4 deletions src/assets/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ $(function () {
{
quote: "Font Awesome 5. The most awesome-est Font Awesome ever!",
class: "kickstarter",
url: "https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=fontawesome-banner",
url: "https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=c92610",
btn_text: "Check out the Kickstarter",
},
{
quote: "Get 1,000+ more icons and SVG in Font Awesome 5 Pro!",
class: "kickstarter",
url: "https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=fontawesome-banner",
url: "https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=c92610",
btn_text: "Check out the Kickstarter",
},
{
quote: "Save 50% with the early backer price until Monday! Just $20!",
quote: "Early backer prices extended and tons of stretch goals already funded!",
class: "kickstarter",
url: "https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=fontawesome-banner",
url: "https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=c92610",
btn_text: "Font Awesome 5 Kickstarter",
},
];
Expand Down
2 changes: 1 addition & 1 deletion src/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{% include jumbotron.html %}

<div class="content-underlay"></div>
<div class="content-underlay" style="padding-bottom:137px"></div>

<div class="container">
<section class="get-started-cdn" id="get-started-cdn">
Expand Down

0 comments on commit d0b376a

Please sign in to comment.