-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (128 loc) · 5.66 KB
/
index.html
File metadata and controls
128 lines (128 loc) · 5.66 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE HTML>
<html>
<head>
<meta charset=utf-8">
<title>FI Teaching Lab</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" type="image/png" href="favicon.ico">
</head>
<body>
<div id="wrapper">
<div id="header">
<h1 id="title">FI Teaching Lab</h1>
</div>
<div id="content">
<a class="link_tile" href="subjects">
<div class="tile">
<div class="tile_title">
<h2>Jak fungují některé předměty?</h2>
</div>
<img src="images/how.svg" class="icon"/>
<div class="tile_description">
Náhled do výuky konkrétních předmětů na FI.
</div>
</div>
</a>
<a class="link_tile" href="https://docs.google.com/document/d/1FyFI9VLFo9BJRTyvFsiVsN5g68aGoBwgDU-brnpDEsQ/edit?usp=sharing">
<div class="tile">
<div class="tile_title">
<h2>Manuál cvičícího studenta</h2>
</div>
<img src="images/manual.svg" class="icon"/>
<div class="tile_description">
aneb Co by se mi hodilo vědět, když jsem začínal učit…
</div>
</div>
</a>
<a class="link_tile" href="https://docs.google.com/document/d/1k9LY-fGRHmIN0ilflPX5wS18NBHpfS0-mztLjvFb1_M/edit?usp=sharing">
<div class="tile">
<div class="tile_title">
<h2>Jak na hospitace?</h2>
</div>
<img src="images/hospitation.svg" class="icon"/>
<div class="tile_description">
Návod o tom, co dělat před, během, a po hospitaci.
</div>
</div>
</a>
<a class="link_tile" href="https://docs.google.com/document/d/15NAlBrLLSbV7JpAihzD9Po8GpHlfrKu07kcXrd23Cz8/edit?usp=sharing">
<div class="tile">
<div class="tile_title">
<h2>Jak klást otázky do skupiny?</h2>
</div>
<img src="images/question.svg" class="icon"/>
<div class="tile_description">
Studenti někdy neodpovídají. Ne vždy je to tím, že neznají odpověď…
</div>
</div>
</a>
<a class="link_tile" href="https://docs.google.com/document/d/1ARRuKI9mTio3eu1LrZAK0kG5spgFImdNzNDlQ2qhXzg/edit#">
<div class="tile">
<div class="tile_title">
<h2>Do students read scanned exams?</h2>
</div>
<img src="images/scanned.svg" class="icon"/>
<div class="tile_description">
If you scan exams/assignments in your course, do students actually open the scans in IS?
</div>
</div>
</a>
<a class="link_tile" href="https://github.com/teaching-lab/reflective-diary">
<div class="tile">
<div class="tile_title">
<h2>Reflektivní deník učitele</h2>
</div>
<img src="images/diary.svg" class="icon"/>
<div class="tile_description">
Deník, který pomáhá cvičícím reflektovat jejich výuku.
</div>
</div>
</a>
<a class="link_tile" href="http://stack.fi.muni.cz">
<div class="tile">
<div class="tile_title">
<h2>Stack</h2>
</div>
<img src="images/stack.svg" class="icon"/>
<div class="tile_description">
Zásobník aktivit pro výuku informatiky.
</div>
</div>
</a>
<a class="link_tile" href="https://docs.google.com/document/d/1JpYCEFK8oqPqZ4q7zApATUlE3XpcZTRTU8by1iTIZPM/edit?usp=sharing">
<div class="tile">
<div class="tile_title">
<h2>Slovníček pojmů</h2>
</div>
<img src="images/dict.svg" class="icon"/>
<div class="tile_description">
Abecední slovník učitelských pojmů (work in progress)
</div>
</div>
</a>
<a class="link_tile" href="https://docs.google.com/document/d/18qcdtmRyWg9aussYt2Fw85E_fa7NeDsQZTs655WGypI/edit?usp=sharing">
<div class="tile">
<div class="tile_title">
<h2>Další zdroje</h2>
</div>
<img src="images/book_and_video.svg" class="icon"/>
<div class="tile_description">
Odkazy, knihy, videa…
</div>
</div>
</a>
<a class="link_tile" href="https://www.facebook.com/groups/uciteleFI/">
<div class="tile">
<div class="tile_title">
<h2>Skupina na Facebooku</h2>
</div>
<img src="images/facebook.svg" class="icon"/>
<div class="tile_description">
Skupina všech vyučujících na Fakultě Informatiky
</div>
</div>
</a>
</div>
</div>
</body>
</html>