- Move checklist files to new checklists/ directory - Move checklist.html to tools/ - Move wechat-sandbox-CONCEPT.md to Projects/CONCEPT/ - Move DAILY_REALITY_CHECK.md and observations_patterns.md to ToRemember/ - Rename WorkTingting/ to work_tingting/ for naming consistency 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
177 lines
3.0 KiB
HTML
177 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<style>
|
||
html { background: #ffffff; }
|
||
body {
|
||
width: 720pt;
|
||
height: 405pt;
|
||
margin: 0;
|
||
padding: 0;
|
||
background: #F5F1E8;
|
||
font-family: Arial, sans-serif;
|
||
display: flex;
|
||
}
|
||
|
||
.slide-content {
|
||
width: 100%;
|
||
height: 100%;
|
||
position: relative;
|
||
}
|
||
|
||
/* Title */
|
||
.title {
|
||
position: absolute;
|
||
top: 30pt;
|
||
left: 60pt;
|
||
right: 60pt;
|
||
text-align: center;
|
||
}
|
||
|
||
.title h2 {
|
||
font-family: Georgia, serif;
|
||
font-size: 36pt;
|
||
color: #6B2C3E;
|
||
margin: 0;
|
||
}
|
||
|
||
/* Content area */
|
||
.content {
|
||
position: absolute;
|
||
top: 100pt;
|
||
left: 80pt;
|
||
right: 80pt;
|
||
bottom: 90pt;
|
||
}
|
||
|
||
.section {
|
||
margin-bottom: 18pt;
|
||
}
|
||
|
||
.section-title {
|
||
font-size: 16pt;
|
||
color: #6B2C3E;
|
||
font-weight: bold;
|
||
margin-bottom: 8pt;
|
||
}
|
||
|
||
.section-title p {
|
||
margin: 0;
|
||
padding: 0;
|
||
display: inline;
|
||
}
|
||
|
||
.section-title .icon {
|
||
font-size: 18pt;
|
||
margin-right: 8pt;
|
||
}
|
||
|
||
.section-title .icon p {
|
||
margin: 0;
|
||
padding: 0;
|
||
display: inline;
|
||
}
|
||
|
||
.section-content {
|
||
font-size: 13pt;
|
||
color: #4A5568;
|
||
line-height: 1.6;
|
||
margin-left: 30pt;
|
||
}
|
||
|
||
.section-content p {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
.section-content ul {
|
||
margin: 4pt 0;
|
||
padding-left: 20pt;
|
||
}
|
||
|
||
.section-content li {
|
||
margin-bottom: 4pt;
|
||
}
|
||
|
||
.activities {
|
||
background: #ffffff;
|
||
border-left: 3pt solid #B8974F;
|
||
padding: 10pt 14pt;
|
||
border-radius: 6pt;
|
||
margin-left: 30pt;
|
||
}
|
||
|
||
.activities p {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
/* Quote at bottom */
|
||
.quote {
|
||
position: absolute;
|
||
bottom: 40pt;
|
||
left: 80pt;
|
||
right: 80pt;
|
||
text-align: center;
|
||
}
|
||
|
||
.quote p {
|
||
font-family: Georgia, serif;
|
||
font-size: 20pt;
|
||
color: #6B2C3E;
|
||
margin: 0;
|
||
line-height: 1.4;
|
||
}
|
||
|
||
.quote .divider {
|
||
width: 100pt;
|
||
height: 0;
|
||
border-top: 1pt solid #B8974F;
|
||
margin: 10pt auto 0 auto;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="slide-content">
|
||
<div class="title">
|
||
<h2>一起走向成功</h2>
|
||
</div>
|
||
|
||
<div class="content">
|
||
<div class="section">
|
||
<div class="section-title"><span class="icon"><p>📢</p></span><p>沟通渠道</p></div>
|
||
<div class="section-content">
|
||
<p>钉钉群(日常沟通)• 家校联系单(重要事项)• 随时联系班主任</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section">
|
||
<div class="section-title"><span class="icon"><p>✅</p></span><p>从现在到期中,我们一起</p></div>
|
||
<div class="section-content">
|
||
<ul>
|
||
<li>关注电子产品和AI使用</li>
|
||
<li>每天关心孩子学习状态</li>
|
||
<li>积极配合老师建议</li>
|
||
<li>创造有爱、负责的学习环境</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section">
|
||
<div class="section-title"><span class="icon"><p>🎯</p></span><p>近期重要活动</p></div>
|
||
<div class="activities">
|
||
<p>11月4-6日:期中考试 + 听说测试<br/>
|
||
11月14日:运动会<br/>
|
||
11月:温馨教室布置</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="quote">
|
||
<p>"有爱的班级,负责的我们,成功的孩子们"</p>
|
||
<div class="divider"></div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|