소스 검색

Adjust footer

Helen Tran 10 년 전
부모
커밋
c53b2a324f
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 3
      _includes/footer.html
  2. 2 2
      index.md

+ 3 - 3
_includes/footer.html

@@ -4,12 +4,12 @@
     <div class="grid-item xlarge--one-third xlarge--text-left">
       Built and maintained by <a href="http://www.shopify.com">Shopify Inc.</a> © 2014
     </div>
-    <div class="grid-item xlarge--one-third">
-      Want to contribute? <a href="http://www.shopify.com/careers">Join the team</a>
-    </div>
     <div class="grid-item xlarge--one-third xlarge--text-right">
       <a href="https://twitter.com/Shopify" class="twitter-link"><span class="under">Follow us</span> <i class="icon-twitter"></i></a>
     </div>
+    <div class="grid-item xlarge--one-third">
+      Want to contribute? <a href="http://www.shopify.com/careers">Join the team</a>
+    </div>
   </div>
 
 </footer>

+ 2 - 2
index.md

@@ -2,7 +2,7 @@
 layout: index
 ---
 
-Sarama is an MIT-licensed Go client library for Apache Kafka 0.8 (and later). It is compatible with Go 1.1 and 1.2 (which means `go vet` on 1.2 may return some suggestions that we are ignoring for the sake of compatibility with 1.1).
+Sarama is compatible with Go 1.1 and 1.2 (which means `go vet` on 1.2 may return some suggestions that we are ignoring for the sake of compatibility with 1.1).
 
 A word of warning: the API is not 100% stable yet. It won't change much (in particular the low-level Broker and Request/Response objects could *probably* be considered frozen) but there may be the occasional parameter added or function renamed. As far as semantic versioning is concerned, we haven't quite hit 1.0.0 yet. It is absolutely stable enough to use, just expect that you might have to tweak things when you update to a newer version.
 
@@ -13,4 +13,4 @@ Other related links:
 
 ## License
 
-Copyright (c) 2013 Shopify | Released under the [MIT-LICENSE](http://opensource.org/licenses/MIT)
+Copyright (c) 2013 Shopify. Released under the [MIT-LICENSE](http://opensource.org/licenses/MIT).