Pārlūkot izejas kodu

Section download in ASCII project implemented for an old version of ASCII Space destroyer.

Jovian (Darkside) 6 gadi atpakaļ
vecāks
revīzija
7aad8344da

BIN
downloads/pro_ascii_space/ASCII_Space_Destroyer_Debian_v1.0.zip


+ 41 - 5
projets/pro_ascii_space.php

@@ -443,15 +443,48 @@ include("../header.php");
     <h3>
         Téléchargements
     </h3>
-    <div class="alert alert-info">
+    <div class="row">
+        <div class="col-md-12 col-lg-4 col-xl-4">
+
+            <h4>
+                <img src="https://img.icons8.com/color/48/000000/debian.png" alt="[Debian logo]">
+                GNU/Linux
+            </h4>
+            La SDL et la SDL_gfx doivent être isntallées pour exécuter ce jeu (Gfx : 40kB)
+            <br/><code>sudo apt update</code>
+            <br/><code>sudo apt install libsdl-gfx1.2-5</code>
+            <a href="/downloads/pro_ascii_space/ASCII_Space_Destroyer_Debian_v1.0.zip" class="btn btn-success">
+                Télécharger
+            </a>
+        </div>
+
+        <div class="col-md-12 col-lg-4 col-xl-4">
+
+            <h4>
+                <img src="https://img.icons8.com/color/48/000000/windows-logo.png"  alt="[Windows logo]">
+                Windows
+            </h4>
+            <a href="#" class="btn btn-success disabled">Télécharger</a>
+        </div>
+
+        <div class="col-md-12 col-lg-4 col-xl-4">
+
+            <h4>
+                <img src="https://img.icons8.com/color/48/000000/mac-os.png" alt="[Apple logo]">
+                Mac OS
+            </h4>
+            <a href="#" class="btn btn-success disabled">Télécharger</a>
+        </div>
+    </div>
+
+    <!-- Dev in progress -->
+    <div class="alert alert-info mt-5">
         <img class="float-left" src="https://img.icons8.com/color/90/000000/road-worker.png" alt="[Working]">
         <p>
-            Mon site web est encore en <strong>développement</strong>. Cette section sera implémentée dans une
-            future version.
+            Mon site web est encore en <strong>développement</strong>.
         </p>
         <p>
-            Vous pourrez télécharger les différents exécutables du jeu, que vous ayez un ordinateur sous Linux ou sous
-            Windows.
+            Vous pourrez télécharger d'autres exécutables du jeu, pour les systèmes MacOS ou Windows.
         </p>
         <p>
             Repassez plus tard ...
@@ -488,6 +521,9 @@ include("../header.php");
         <a href="https://icons8.com/icon/104082/cv">CV icon by Icons8</a>
         <a href="https://icons8.com/icon/104084/city">City icon by Icons8</a>
         <a href="https://icons8.com/icon/19293/code">Code icon by Icons8</a>
+        <a href="https://icons8.com/icon/17838/debian">Debian icon by Icons8</a>
+        <a href="https://icons8.com/icon/17854/windows-xp">Windows XP icon by Icons8</a>
+        <a href="https://icons8.com/icon/17843/apple-logo">Apple Logo icon by Icons8</a>
     </div>
 </footer>