Browse Source

Add powered by logo

riccardobl 3 năm trước cách đây
mục cha
commit
b6cd04761b

+ 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>

BIN
static/images/java-logo.png


BIN
static/images/macstadium-logo.png


BIN
static/images/opengl-logo.png