From 90c2a3f3bdc88eef90e1e12563477ddc9a9e32e2 Mon Sep 17 00:00:00 2001 From: Xavier B Date: Wed, 25 Jul 2018 15:04:18 +0000 Subject: [PATCH] Instructions.textile -> Instructions.md --- docs/Instructions.md | 12 ++++++++++++ docs/Instructions.textile | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 docs/Instructions.md delete mode 100644 docs/Instructions.textile diff --git a/docs/Instructions.md b/docs/Instructions.md new file mode 100644 index 0000000..976275a --- /dev/null +++ b/docs/Instructions.md @@ -0,0 +1,12 @@ +# Instructions for adapt this project + +The better is that you modify the [template document](https://github.com/somenxavier/my-drag-and-drop-kahn-academy/blob/master/exers/template/template.html). In this case: + +* Change `
</code></pre>` in document for setting the title
+* Be sure link to stylesheet is reachable
+* Change level and area tags in document, and unit title and your project title
+* Put your image in `<pre><code><img class="displayed" src="image.png" ...></code></pre>`
+* Change the text of the draggable text, i.e. `<pre><code>div id="#drag{i}"</code></pre>`
+* Then, change the position of the pou in the CSS, according with your image. This are absolute position relative to imagecontainer div.
+* Put the correct answers, modifying `<pre><code>resposta</code></pre>` in javascript. 
+* Finally change the footer link: source code, sources of information, license and about.
diff --git a/docs/Instructions.textile b/docs/Instructions.textile
deleted file mode 100644
index 0dc77fb..0000000
--- a/docs/Instructions.textile
+++ /dev/null
@@ -1,12 +0,0 @@
-h1. Instructions for adapt this project
-
-The better is that you modify the "template document":https://github.com/somenxavier/my-drag-and-drop-kahn-academy/blob/master/exers/template/template.html. In this case:
-
-# Change <pre><code><title></code></pre> in document for setting the title
-# Be sure link to stylesheet is reachable
-# Change level and area tags in document, and unit title and your project title
-# Put your image in <pre><code><img class="displayed" src="image.png" ...></code></pre>
-# Change the text of the draggable text, i.e. <pre><code>div id="#drag{i}"</code></pre>
-# Then, change the position of the pou in the CSS, according with your image. This are absolute position relative to imagecontainer div.
-# Put the correct answers, modifying <pre><code>resposta</code></pre> in javascript. 
-# Finally change the footer link: source code, sources of information, license and about.