summaryrefslogtreecommitdiff
path: root/projets.php
blob: 0f5610b1cb87dd711661fefe216ed1d36111343c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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>