summaryrefslogtreecommitdiffstats
path: root/Html/Agenda.html
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2014-03-13 16:48:55 +0100
committerpiernov <piernov@piernov.org>2014-03-13 16:48:55 +0100
commitc9af7bb67bfefc3f37b4cdd4a066a29138f202b3 (patch)
tree93bbee2437b6f78fb7f46d1193d00279b6852c35 /Html/Agenda.html
downloadSynthe3000-master.tar.gz
Synthe3000-master.tar.bz2
Synthe3000-master.tar.xz
Synthe3000-master.zip
Importation du projetHEADmaster
Diffstat (limited to 'Html/Agenda.html')
-rw-r--r--Html/Agenda.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/Html/Agenda.html b/Html/Agenda.html
new file mode 100644
index 0000000..bcf7fcd
--- /dev/null
+++ b/Html/Agenda.html
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
+
+<head>
+ <style type="text/css" media="all">
+ @import url(Style.css);
+ </style>
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+ <title>Synthétiseur 3000</title>
+</head>
+
+<body>
+ <center><i><b><p>Mettre le son...</p></b></i></center>
+ <h1>Présentation du projet</h1>
+ <h2><u>L'agenda :</u></h2>
+ <p><b><u>Jeudi 23 Janvier :</b></u> Première idée de projet, ultiliser le digicode pour en faire un faiseur de son.
+ Le but étant de jouer "Au clair de la lune", on comparera la mélodie joué avec la mélodie attendu.
+ Pierre-Emmanuel s'occupe du synthétiseur utilisé afin d'avoir les sons. Arthur s'occupe des pages html ainsi que du début de la transformation du digicode.</p>
+ <p><b><u>Jeudi 30 Janvier :</b></u> Après maturation du projet, nous voulons créer un mini shyntétiseur composé de deux octaves. Le but est d'afficher une partition de musique et de la faire jouer à l'utilisateur. Un système de point pourra être mis en place afin de noter la préstation du joueur.</p>
+ <p><b><u>Jeudi 6 Février :</b></u> Le synthétiseur est terminé, la mise en forme des pages html est en cours ainsi que la conversion du projet réalisé en java script.</p>
+</body>
+
+</html>