Browse Source

Minor changes to css and doc

Dave Gandy 9 years ago
parent
commit
093ae22480

+ 1 - 1
src/assets/less/site.less

@@ -34,7 +34,7 @@
 @import "site/sumome";
 @import "site/sumome";
 @import "site/algolia";
 @import "site/algolia";
 
 
-@import "site/get-started";
+@import "site/views";
 @import "site/store";
 @import "site/store";
 
 
 @import "site/responsive/screen-lg";
 @import "site/responsive/screen-lg";

+ 1 - 1
src/assets/less/site/textured-bg.less

@@ -1,4 +1,4 @@
-.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer, .v-get-started .content-underlay {
+.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer, .content-underlay {
   position: relative;
   position: relative;
   &:after {
   &:after {
     content: '';
     content: '';

+ 2 - 2
src/assets/less/site/get-started.less → src/assets/less/site/views.less

@@ -1,5 +1,5 @@
-// view-specific: get started
-.v-get-started {
+// view-specific
+.v-get-started, .v-store {
   background: @alert-well-bg; // resetting for depth
   background: @alert-well-bg; // resetting for depth
 
 
   .get-started-cdn {
   .get-started-cdn {

+ 1 - 1
src/cdn/new.html

@@ -21,7 +21,7 @@ relative_path: ../../
 
 
     <p class="lead">Font Awesome CDN is the easiest way to get Font Awesome on your website or app, all with just a single line of code. No downloading or installing!</p>
     <p class="lead">Font Awesome CDN is the easiest way to get Font Awesome on your website or app, all with just a single line of code. No downloading or installing!</p>
 
 
-    <form class="row" action="https://cdn-staging.fontawesome.com/register" method="post">
+    <form class="row" action="https://cdn.fontawesome.com/register" method="post">
       <div class="col-sm-6 signup-input">
       <div class="col-sm-6 signup-input">
         <label for="email" class="sr-only">Email address</label>
         <label for="email" class="sr-only">Email address</label>
         <input type="email" class="form-control input-lg margin-bottom" id="email" name="email" placeholder="Your email address">
         <input type="email" class="form-control input-lg margin-bottom" id="email" name="email" placeholder="Your email address">

+ 1 - 0
src/store.html

@@ -2,6 +2,7 @@
 layout: base
 layout: base
 title: Official Merchandise
 title: Official Merchandise
 navbar_active: store
 navbar_active: store
+view_class: v-store
 relative_path: ../
 relative_path: ../
 ---
 ---
 {% capture jumbotron_h1 %}<i class="fa fa-shopping-cart fa-lg valign-baseline" aria-hidden="true"></i>&nbsp; Awesome Swag{% endcapture %}
 {% capture jumbotron_h1 %}<i class="fa fa-shopping-cart fa-lg valign-baseline" aria-hidden="true"></i>&nbsp; Awesome Swag{% endcapture %}