Lesson2 done

This commit is contained in:
gauthiier
2015-02-17 17:50:46 +01:00
parent 829425c362
commit 9222e0469d
7 changed files with 273 additions and 31 deletions
+2 -2
View File
@@ -33,9 +33,9 @@
<h2 id="scheme">Scheme</h2>
<p>The current site is segmented in six lessons covering the (very) basics of writing academic texts on a computer.<a href="#fn3" class="footnoteRef" id="fnref3"><sup>3</sup></a> The overall composition of these lessons is by no mean derived from obscure &quot;Principles&quot; or (even worst) &quot;Best-practices&quot; but rather stand as loosely coupled set of lessons that can be traversed all together (or not) in a short period of time. The site is neither a manual nor a manifesto and should be seen as a starting point into further developing (creative) technics and methods in text writing.</p>
<ul>
<li><p><a href="/">Lesson 1: Text Encoding</a></p>
<li><p><a href="Lesson1.html">Lesson 1: Text Encoding</a></p>
<p>Covers fundamentals of representation of text looking up how text is encoded/decoded as data.</p></li>
<li><p><a href="/">Lesson 2: CLI or the Command Line Interface</a></p>
<li><p><a href="Lesson2.html">Lesson 2: CLI or the Command Line Interface</a></p>
<p>Presents how one can manipulate files and issue computing commands using what is known as a terminal.</p></li>
<li><p><a href="/">Lesson 3: Markup / Markdown</a></p>
<p>Introduces a markup language (<a href="http://daringfireball.net/projects/markdown/">Markdown</a>) that is used to format and annotate text.</p></li>