-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathday9.html
More file actions
101 lines (101 loc) · 2.83 KB
/
day9.html
File metadata and controls
101 lines (101 loc) · 2.83 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE HTML>
<html lang="de">
<head>
<title>Programming C#</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=1274, user-scalable=no">
<link rel="stylesheet" href="themes/styles/style.css">
</head>
<body class="list">
<header class="caption">
<h1>Programming C#</h1>
</header>
<div class="slide cover" id="Cover"><div>
<section>
<header>
<h2>Programming C#</h2>
<h3>Day 9: Work on the projects</h3>
</header>
<img src="pictures/cover.jpg" alt="">
</section>
</div></div>
<div class="slide" id="overview"><div>
<section>
<header>
<h2>Content</h2>
</header>
<ul>
<li>General information about the project</li>
</ul>
</section>
</div></div>
<div class="slide" id="specification"><div>
<section>
<header>
<h2>Specification</h2>
</header>
<ul>
<li>Finish a working prototype tomorrow</li>
<li>Present the prototype tomorrow</li>
<li>Do not forget: Due date is the 26th of April</li>
</ul>
</section>
</div></div>
<div class="slide" id="presentation"><div>
<section>
<header>
<h2>Presentation</h2>
</header>
<ul>
<li>Should be just around 5 min (max. 10 min)</li>
<li>What is the purpose of the project?</li>
<li>Interesting coding challenges</li>
<li>What is about to come in the final version?</li>
</ul>
</section>
</div></div>
<div class="slide" id="sending"><div>
<section>
<header>
<h2>Handing in the project</h2>
</header>
<ul>
<li>Send the COMPLETE project as a ZIP (zip or: tar, 7z, rar, ...) file</li>
<li>Remove the <i>obj</i> and <i>bin</i> folders first</li>
<li>Try if your project compiles on a fresh machine</li>
<li>Include all resources in your solution and the zip file</li>
<li>Send it per mail. The mail address can be found on the first slides.</li>
</ul>
</section>
</div></div>
<div class="slide" id="presentations"><div>
<section>
<header>
<h2>All available presentations</h2>
</header>
<div class="left">
<b>Week 1</b>
<ul>
<li><a href="day1.html">Presentation of Monday</a></li>
<li><a href="day2.html">Presentation of Tuesday</a></li>
<li><a href="day3.html">Presentation of Wednesday</a></li>
<li><a href="day4.html">Presentation of Thursday</a></li>
<li><a href="day5.html">Presentation of Friday</a></li>
</ul>
</div>
<div class="right">
<b>Week 2</b>
<ul>
<li><a href="day6.html">Presentation of Monday</a></li>
<li><a href="day7.html">Presentation of Tuesday</a></li>
<li><a href="day8.html">Presentation of Wednesday</a></li>
<li><a href="day9.html">Presentation of Thursday</a></li>
</ul>
</div>
</section>
</div></div>
<div class="progress"><div></div></div>
<script src="scripts/script.js"></script>
<!-- Copyright © 2013 Florian Rappl, www.florian-rappl.de -->
</body>
</html>