summaryrefslogtreecommitdiff
path: root/projets.php
diff options
context:
space:
mode:
authorNeodarZ <bretoncorentin44@gmail.com>2016-06-02 16:30:27 +0200
committerNeodarZ <bretoncorentin44@gmail.com>2016-06-02 16:30:27 +0200
commita095fb1c61ae36ef83a6a6bbfcddf44347fa779a (patch)
tree7621c2bd31170e9a35f9e27bc5420f611df7c977 /projets.php
downloadmy_old_personal_website-a095fb1c61ae36ef83a6a6bbfcddf44347fa779a.tar.xz
my_old_personal_website-a095fb1c61ae36ef83a6a6bbfcddf44347fa779a.zip
First commit
Diffstat (limited to 'projets.php')
-rw-r--r--projets.php38
1 files changed, 38 insertions, 0 deletions
diff --git a/projets.php b/projets.php
new file mode 100644
index 0000000..0f5610b
--- /dev/null
+++ b/projets.php
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Projets</title>
+ <link href="ressources/styles/default.css" rel="stylesheet" type="text/css">
+ <link href="ressources/styles/menu_gost.css" rel="stylesheet" type="text/css">
+ <link rel="icon" type="image/png" href="ressources/images/fox_v2_ico.png" />
+ <meta charset='UTF-8'>
+ </head>
+
+ <body >
+ <div class="page">
+
+ <?php include 'ressources/includes/header.php'; ?>
+
+
+
+ <div class="site-content">
+ <div class="article"><div class="articleT"><h1>NEOKRON PROJEKT</h1></div>
+ <p>NeoKron Projekt est un site web fictif qui permet de vendre des jeux de manière décentralisé, ce site est réalisé dans le cadre du cours de PPE2 du BTS SIO(Service Informatique aux Organisation) du lycée Andrée Malraux. Il est développé par Adrien Robert (<i class="fa fa-at fa-lg"></i>Redkro) et, moi même, Corentin Breton (<i class="fa fa-at fa-lg"></i>NeodarZ).</p>
+ <p>Démo &nbsp;<i class="fa fa-long-arrow-right fa-lg"></i> &nbsp;<a href="NeoKron-Projekt/"><span class="button"> <i class="fa fa-html5 fa-lg"></i> Web </span></a></p>
+ <p>Code Source &nbsp;<i class="fa fa-long-arrow-right fa-lg"></i> &nbsp;<a href="https://github.com/NeodarZ/NeoKron-Projekt"><span class="button"> <i class="fa fa-github fa-lg"></i> GitHub </span></a></p>
+ <p>Etats :</p>
+ <ul>
+ <li style="color:rgb(34, 143, 48)"><i class="fa fa-check fa-lg"></i>&nbsp; Développement : en cours</li>
+ <!-- le code suivant permet de mettre une croix orange en cas de problème -->
+ <!-- <li style="color:rgb(215, 113, 5)"><i class="fa fa-times fa-lg"></i>&nbsp;&nbsp; Démo : Base de donnée pas encore implémentée sur le serveur; Des bugs sont donc présents !</li> -->
+ <li style="color:rgb(34, 143, 48)"><i class="fa fa-check fa-lg"></i>&nbsp; Démo : en cours ~ fonctionnel</li>
+ </ul>
+ </div>
+ </div>
+
+ <?php include 'ressources/includes/footer.php'; ?>
+
+ </div>
+ </body>
+
+</html>