瀏覽代碼

Use buttons for links in game page.

jayfella 6 年之前
父節點
當前提交
a468aa8852
共有 4 個文件被更改,包括 25 次插入10 次删除
  1. 5 2
      showcase/ls_frontier/index.html
  2. 5 2
      showcase/mythruna/index.html
  3. 5 2
      showcase/skullstone/index.html
  4. 10 4
      showcase/spoxel/index.html

+ 5 - 2
showcase/ls_frontier/index.html

@@ -69,8 +69,11 @@
         <h1>Lightspeed Frontier</h1>    
         <hr class="ui divider" />
         
-        <i class="steam icon"></i>
-        <a target="_blank" href="https://store.steampowered.com/app/548650/Lightspeed_Frontier/" style="margin-right: 20px;">Available on Steam</a>
+        
+        <a class="ui black button" target="_blank" href="https://store.steampowered.com/app/548650/Lightspeed_Frontier/">
+            <i class="steam icon"></i>
+            Available on Steam
+        </a>
         
 
         

+ 5 - 2
showcase/mythruna/index.html

@@ -71,8 +71,11 @@
         
 
         
-        <i class="external alternate icon"></i>
-        <a target="_blank" href="http://mythruna.com/">Visit Publisher Website</a>
+        
+        <a class="ui blue button" target="_blank" href="http://mythruna.com/">
+            <i class="external alternate icon"></i>
+            Visit Publisher Website
+        </a>
         
 
         <hr class="ui divider" />

+ 5 - 2
showcase/skullstone/index.html

@@ -71,8 +71,11 @@
         
 
         
-        <i class="external alternate icon"></i>
-        <a target="_blank" href="http://skullstonegame.com/">Visit Publisher Website</a>
+        
+        <a class="ui blue button" target="_blank" href="http://skullstonegame.com/">
+            <i class="external alternate icon"></i>
+            Visit Publisher Website
+        </a>
         
 
         <hr class="ui divider" />

+ 10 - 4
showcase/spoxel/index.html

@@ -69,13 +69,19 @@
         <h1>Spoxel</h1>    
         <hr class="ui divider" />
         
-        <i class="steam icon"></i>
-        <a target="_blank" href="https://store.steampowered.com/app/746880/Spoxel/" style="margin-right: 20px;">Available on Steam</a>
+        
+        <a class="ui black button" target="_blank" href="https://store.steampowered.com/app/746880/Spoxel/">
+            <i class="steam icon"></i>
+            Available on Steam
+        </a>
         
 
         
-        <i class="external alternate icon"></i>
-        <a target="_blank" href="http://epagagames.com/spoxel/">Visit Publisher Website</a>
+        
+        <a class="ui blue button" target="_blank" href="http://epagagames.com/spoxel/">
+            <i class="external alternate icon"></i>
+            Visit Publisher Website
+        </a>
         
 
         <hr class="ui divider" />