Browse Source

Mention KeyCDN

JC Brand 9 years ago
parent
commit
d005fe3f7a
4 changed files with 23 additions and 2 deletions
  1. 1 1
      Makefile
  2. 5 0
      css/theme.css
  3. 4 1
      index.html
  4. 13 0
      logo/keycdn.svg

+ 1 - 1
Makefile

@@ -186,7 +186,7 @@ build:: stamp-npm
 jshint: stamp-bower
 	$(JSHINT) --config jshintrc $(CHECKSOURCES)
 
-.PHONY: watch
+.PHONY: check
 check: stamp-bower jshint
 	$(PHANTOMJS) node_modules/phantom-jasmine/lib/run_jasmine_test.coffee tests.html
 

+ 5 - 0
css/theme.css

@@ -339,3 +339,8 @@ ul.features {
     margin-left: 0;
     margin-right: 0;
 }
+.sponsors {
+    clear: both;
+    font-size: 1.1em;
+    padding: 6em 0 7em 0;
+}

+ 4 - 1
index.html

@@ -16,7 +16,7 @@
     <script type="text/javascript" src="analytics.js"></script>
     <noscript><p><img src="//stats.opkode.com/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
     <![if gte IE 9]>
-        <script src="dist/converse-mobile.js"></script>
+        <script src="dist/converse.js"></script>
     <![endif]>
 </head>
 
@@ -196,6 +196,9 @@
                         <li>I'm available for features and <a href="http://opkode.com/contact" target="_blank">consulting</a>.</li>
                     </ul>
                 </div>
+                <div class="sponsors">
+                    Converse.js is supported by <a href="https://www.keycdn.com/" target="_blank"><img style="height: 2em" src="/logo/keycdn.svg" alt="KeyCDN"></a>
+                </div>
             </div>
         </div>
     </section>

File diff suppressed because it is too large
+ 13 - 0
logo/keycdn.svg


Some files were not shown because too many files changed in this diff