-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (63 loc) · 2.04 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>NewsFrames Curriculum Kit</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/kit.css">
</head>
<body>
<h1>NewsFrames Curriculum Kit</h1>
<p class='kit-author'>
Created by <a href='#'>Sarah Morris</a>. Released under the <a href='#'>CC-BY-SA</a> license.
</p>
<p class='description'>
Description overview
</p>
<h2>Learning Objectives</h2>
<p class='objectives'>
Learning objectives informed by ALA, etc. Mix and match lessons
</p>
<!--This next bit might be Reading, Writing, and/or Participating on the Web. Check out the Web Literacy Map to see which practices and skills align best with your mdodule. https://learning.mozilla.org/web-literacy-->
<h3>NewsFrames Curriculum</h3>
<div class='activity'>
<img src='images/thumbsup.png' />
<h1>
<a href="activities/lesson1.html">Lesson 1</a>
</h1>
<p class='subheading'>Subhead</p>
<p class='author'>
Created by <a href='#'>Sarah Morris</a>. Released under the <a href='#'>CC-BY-SA</a> license.
</p>
<p>
Overview
</p>
</div><!-- /activity -->
<div class='activity'>
<img src='images/writeblog.png' />
<h1>
<a href="activities/lesson2.html">Lesson 2</a>
</h1>
<p class='subheading'>sub heading </p>
<p class='author'>
Created by <a href='#'>Sarah Morris</a>. Released under the <a href='#'>CC-BY-SA</a> license.
</p>
<p>
Overview
</p>
</div><!-- /activity -->
<div class='activity'>
<img src='images/newspaper.png' />
<h1>
<a href="activities/lesson3.html">Lesson 3</a>
</h1>
<p class='subheading'>sub head </p>
<p class='author'>
Created by <a href='#'>Sarah Morris</a>. Released under the <a href='#'>CC-BY-SA</a> license.
</p>
<p>
overview
</p>
</div><!-- /activity -->
</body>
</html>