瀏覽代碼

Updating fa5 modal to point to pre-orders

Dave Gandy 8 年之前
父節點
當前提交
ddb3dd4e29
共有 3 個文件被更改,包括 7 次插入7 次删除
  1. 2 2
      css/font-awesome.css
  2. 0 0
      css/font-awesome.min.css
  3. 5 5
      src/_includes/modals/fa5.html

+ 2 - 2
css/font-awesome.css

@@ -61,7 +61,7 @@
 }
 .fa-border {
   padding: .2em .25em .15em;
-  border: solid 0.08em #eee;
+  border: solid 0.08em #eeeeee;
   border-radius: .1em;
 }
 .fa-pull-left {
@@ -176,7 +176,7 @@
   font-size: 2em;
 }
 .fa-inverse {
-  color: #fff;
+  color: #ffffff;
 }
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */

文件差異過大導致無法顯示
+ 0 - 0
css/font-awesome.min.css


+ 5 - 5
src/_includes/modals/fa5.html

@@ -3,7 +3,7 @@
     <div class="modal-content">
       <div class="modal-header">
         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fa fa-times" aria-hidden="true"></i><span class="close"></span></button>
-        <h2 class="modal-title" id="modal-fa5-label">Font Awesome 5 is funded and coming!</h2>
+        <h2 class="modal-title" id="modal-fa5-label">Font Awesome 5 Pre-Orders Now Available!</h2>
       </div>
       <div class="modal-body">
 
@@ -13,11 +13,11 @@
         </div>
 
         <p class="lead text-center margin-top-lg margin-bottom-lg">
-          Thanks to all of our Kickstarter backers who helped make the project successful. More information and updates are to come.
+          Pre-order and get Font Awesome 5 Pro and all stretch goals for just $40!
         </p>
-        <a class="btn btn-fa5 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 details on <br class="hide-sm hide-md hide-lg">Kickstarter &nbsp;<i class="fa fa-external-link-square" aria-hidden="true"></i></h3>
+        <a class="btn btn-fa5 btn-lg btn-block" href="http://five.fontawesome.com"
+           onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Pre-Order']);">
+          <h3 class="margin text-sans-serif strong">Pre-Order! &nbsp;<i class="fa fa-external-link-square" aria-hidden="true"></i></h3>
         </a>
 
       </div>

部分文件因文件數量過多而無法顯示