瀏覽代碼

Add powered by logo

riccardobl 3 年之前
父節點
當前提交
b6cd04761b
共有 4 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      layouts/_default/baseof.html
  2. 二進制
      static/images/java-logo.png
  3. 二進制
      static/images/macstadium-logo.png
  4. 二進制
      static/images/opengl-logo.png

+ 17 - 0
layouts/_default/baseof.html

@@ -106,8 +106,25 @@
     <a href="https://github.com/riccardobl">Riccardo Balbo</a>
     for the jMonkeyEngine's Community.
 
+   
 
   </footer>
+  <div id="poweredBy" >
+  
+    <a  rel='noopener nofollow noreferrer' target="_blank" href="https://www.macstadium.com/">
+      
+      <img   src="/images/macstadium-logo.png" />
+    </a>
+    <a  rel='noopener nofollow noreferrer' target="_blank" href="https://www.java.com/">
+      
+      <img   src="/images/java-logo.png" />
+    </a>
+    <a  rel='noopener nofollow noreferrer' target="_blank" href="https://opengl.org/">
+      
+      <img   src="/images/opengl-logo.png" />
+    </a>
+  </div>
+
 </body>
 
 </html>

二進制
static/images/java-logo.png


二進制
static/images/macstadium-logo.png


二進制
static/images/opengl-logo.png