|
@@ -0,0 +1,20 @@
|
|
1
|
+title: Blog
|
|
2
|
+post: Quadrocopter GFS
|
|
3
|
+date: 2013-06-04
|
|
4
|
+comments: true
|
|
5
|
+---
|
|
6
|
+
|
|
7
|
+## {{ page["post"] }}
|
|
8
|
+<!--%
|
|
9
|
+from datetime import datetime
|
|
10
|
+date = datetime.strptime(page["date"], "%Y-%m-%d").strftime("%B %d, %Y")
|
|
11
|
+print "*Posted at %s.*" % date
|
|
12
|
+%-->
|
|
13
|
+
|
|
14
|
+Am Montag habe ich in der Schule eine [GFS][gfs] über meinen Quadrocopter gehalten. Hier die Präsentation als [ODP (2,8MB)][odp] und [PDF (3,3MB)][pdf].
|
|
15
|
+
|
|
16
|
+Welche Note ich dafür bekomme weiß ich noch nicht, allerdings bin ich recht zuversichtlich :)
|
|
17
|
+
|
|
18
|
+ [gfs]: http://de.wikipedia.org/wiki/Gleichwertige_Feststellung_von_Schülerleistungen
|
|
19
|
+ [odp]: files/quadgfs.odp
|
|
20
|
+ [pdf]: files/quadgfs.pdf
|