-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteachNow.html
69 lines (63 loc) · 3.32 KB
/
teachNow.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Teach Now</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles/main.css">
<link rel="stylesheet" href="./styles/articles.css">
</head>
<body>
<div class="top-nav">
<a href="./index.html">Home</a>
<a href="./teachNow.html">Teach Now</a>
<a href="#">Notes</a>
<a href="#">Programming</a>
<a href="#">Demos</a>
</div>
<div class="container">
<article>
<h2>Information about my portfolio:</h2>
<main>On the above, there is a link to my home page, to a page containing notes I've written for my students, and programming and demonstrations I've made.
I've needed to make a website to showcase everything, and this seems to be a good way to document my progress as I go.
<br><br>
More information:
<ul>
<li><span class="emphasis" ><a href="https://docs.google.com/document/d/11wkAfGKRp9UastO8bMf0pu_QaQAj1fdoPEKLkmEzoiE/edit?usp=sharing">Literacy Guide</a></span> is a link to the literacy guide. </li>
<li><span class="emphasis">Home</span> is my homepage </li>
<li><span class="emphasis">Notes</span> contain pdfs of files so students can access notes that I've written. This is to be published soon.</li>
<li><span class="emphasis">Programming</span> contains programming projects as well as my programming portfolio. There I also plan to document my learning process and process of building.</li>
<li><span class="emphasis">Demos</span> contain demonstrations of various Mathematical and Physics related concepts that students can use to learn.</li>
</ul>
</main>
</article>
<article>
<h2>Module 6 - Planning for Literacy within a Multidisciplinary Unit Plan</h2>
<main>
<ul>
<li><a href="https://padlet.com/jennymitchell126/literacy-in-planning-k3u9aaii2dtrb38e">Padlet</a></li>
<li><a href="https://docs.google.com/document/d/1TlvLp9hWk6PnJ_jqutr_v-e_6jQQL1jN9L7zi3dDQek/edit?usp=sharing">Reflection</a></li>
</ul>
</main>
</article>
<article>
<h2>Information Intensive Environment Vlog</h2>
<main> Made <a href="https://youtu.be/t7i3z6U_nm0">a vlog</a> discussing creating an information intensive environment.
</main>
</article>
<article>
<h2>Education Laws in China</h2>
<main>Created <a href="https://www.youtube.com/watch?v=yO__NKKbsCc">a video</a> about educational law in China, discussing specifically <em>EDUCATION LAW OF THE PEOPLE'S REPUBLIC OF CHINA</em>.
The full law (in English) can be read <a href="http://english.mofcom.gov.cn/aarticle/lawsdata/chineselaw/200211/20021100050309.html">here</a>. This law does not cover minutia, but focuses on the overall vision and framework of the laws.
</main>
</article>
<article>
<h2>Plagiarism handout</h2>
<main>I created a <a href="../teachingFiles/Plagiarism.pdf">handout</a> about Plagiarism, written for a junior high school level audience. This is intended for students to discuss with their parent or guardian. </main>
</article>
</div>
<div class="footer">
<p>Made by thomastjdavis</p>
</div>
</body>
</html>