-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreading.html
More file actions
183 lines (165 loc) · 7.57 KB
/
Copy pathreading.html
File metadata and controls
183 lines (165 loc) · 7.57 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes"
/>
<meta
name="description"
content="Mandarin Chinese reading practice - 中文阅读练习"
/>
<meta name="theme-color" content="#1a2733" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-title" content="Mandarin Pathways" />
<title>Mandarin Pathways - Reading Practice</title>
<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="icons/icon-192x192.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
<link rel="stylesheet" href="css/styles.min.css" />
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/reading.css" />
</head>
<body>
<div id="site-header"></div>
<main>
<!-- Visual anchor pattern -->
<div class="visual-anchor" style="top: 5%; right: 5%"></div>
<div class="lesson-container">
<div class="lesson-header">
<div class="lesson-title">
<span class="flag" id="language-flag"></span>
<h2>
<span class="zh">阅读练习:</span
><span class="en">Reading Practice: </span
><span id="reading-level"></span>
</h2>
</div>
</div>
<div class="navigation">
<a href="index.html" class="home-btn">
<i class="fas fa-home"></i>
<span class="zh">返回首页</span
><span class="en">Back to Home</span>
</a>
</div>
<div class="level-selector">
<h3>
<span class="zh">选择难度级别</span
><span class="en">Select Difficulty Level</span>
</h3>
<div class="level-buttons">
<button class="level-btn" data-level="beginner">
<i class="fas fa-star"></i>
<span class="zh">初级</span
><span class="en">Beginner</span>
</button>
<button class="level-btn" data-level="intermediate">
<i class="fas fa-star"></i
><i class="fas fa-star"></i>
<span class="zh">中级</span
><span class="en">Intermediate</span>
</button>
<button class="level-btn" data-level="advanced">
<i class="fas fa-star"></i
><i class="fas fa-star"></i
><i class="fas fa-star"></i>
<span class="zh">高级</span
><span class="en">Advanced</span>
</button>
</div>
</div>
<div class="topic-selector" style="display: none">
<h3>
<span class="zh">选择阅读主题</span
><span class="en">Select Reading Topic</span>
</h3>
<div class="topic-buttons" id="topic-buttons">
<!-- Topics will be dynamically added here based on level -->
</div>
</div>
<div class="section-info">
<h3 id="section-title"></h3>
<p id="section-description"></p>
</div>
<div class="audio-player">
<audio controls id="audio-player" type="audio/mpeg">
<span class="zh">您的浏览器不支持音频元素。</span
><span class="en"
>Your browser does not support the audio
element.</span
>
</audio>
<div id="audio-fallback"></div>
</div>
<div class="reading-content" id="reading-content">
<!-- Reading content will be dynamically added here -->
</div>
<div class="vocabulary-section" id="vocabulary-section">
<h3>
<span class="zh">生词表</span
><span class="en">Vocabulary</span>
</h3>
<div class="vocabulary-list" id="vocabulary-list">
<!-- Vocabulary will be dynamically added here -->
</div>
</div>
<div class="questions-section" id="questions-section">
<h3>
<span class="zh">理解问题</span
><span class="en">Comprehension Questions</span>
</h3>
<div class="questions-list" id="questions-list">
<!-- Questions will be dynamically added here -->
</div>
</div>
<div class="lesson-actions">
<button id="complete-btn" class="complete-btn">
<i class="fas fa-check"></i>
<span class="zh">标记为已完成</span
><span class="en">Mark as Complete</span>
</button>
</div>
<!-- Section divider with visual anchor -->
<div class="section-divider"></div>
<div class="navigation">
<a href="index.html" class="home-btn">
<i class="fas fa-home"></i>
<span class="zh">返回首页</span
><span class="en">Back to Home</span>
</a>
</div>
</div>
<!-- Visual anchor pattern -->
<div class="visual-anchor" style="bottom: 10%; left: 5%"></div>
</main>
<div id="site-footer"></div>
<div class="copy-notification" id="copy-notification">
<span class="zh">短语已复制到剪贴板!</span
><span class="en">Phrase copied to clipboard!</span>
</div>
<script src="js/sw-register.js"></script>
<script src="js/layout.js" defer></script>
<script src="js/i18n.js" defer></script>
<script src="js/lang-switcher.js" defer></script>
<script src="js/content-error.js" defer></script>
<script src="js/lesson-audio-sync.js" defer></script>
<script src="js/srs.js" defer></script>
<script src="js/reading-page.js" defer></script>
<script src="js/return-to-top.js" defer></script>
</body>
</html>