couple-repo/work_chinese/PPT04122025/slides/slide1_title.html
Trouve Alexis fd0075febb Merge changes from couple_matters
- Add docs/ and lessons/ directories (knowledge archive)
- Add critical exit plans (December crisis management)
- Update anki daily sessions and state
- Add Confluent project to CONSTANT
- Update PPT slides
- Add crisis log (08_decembre_2025)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-10 16:21:19 +08:00

134 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<style>
html { background: #ffffff; }
body {
width: 720pt;
height: 405pt;
margin: 0;
padding: 0;
background: #1A1A1A;
font-family: Georgia, serif;
display: flex;
}
.slide-content {
width: 100%;
height: 100%;
position: relative;
}
/* Italian flag diagonal - simple rectangles positioned diagonally */
.flag-green {
position: absolute;
top: 15pt;
left: 15pt;
width: 45pt;
height: 12pt;
background: #2D5016;
opacity: 0.85;
}
.flag-white {
position: absolute;
top: 27pt;
left: 27pt;
width: 45pt;
height: 12pt;
background: #F5F5DC;
opacity: 0.85;
}
.flag-red {
position: absolute;
top: 39pt;
left: 39pt;
width: 45pt;
height: 12pt;
background: #8B1A1A;
opacity: 0.85;
}
/* Signature gold bar */
.gold-bar {
position: absolute;
right: 60pt;
top: 60pt;
bottom: 60pt;
width: 3pt;
background: #D4AF37;
}
/* Main title */
.title-container {
position: absolute;
top: 50%;
left: 80pt;
right: 100pt;
transform: translateY(-50%);
}
.title-container h1 {
font-size: 56pt;
font-weight: 700;
color: #D4AF37;
margin: 0 0 20pt 0;
padding: 0;
letter-spacing: 3pt;
line-height: 1.1;
}
.title-container p {
font-size: 20pt;
color: #C9C9C9;
margin: 0;
padding: 0;
font-weight: 300;
letter-spacing: 1pt;
}
/* Chinese character background - 意 (Italy) */
.chinese-bg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
pointer-events: none;
}
.chinese-bg p {
font-size: 280pt;
font-weight: 900;
color: #2A2A2A;
opacity: 0.08;
font-family: "SimHei", "STHeiti", "Microsoft YaHei", sans-serif;
line-height: 1;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div class="slide-content">
<!-- Background elements (lowest z-index) -->
<div class="chinese-bg"><p></p></div>
<!-- Foreground elements -->
<div class="flag-green"></div>
<div class="flag-white"></div>
<div class="flag-red"></div>
<div class="gold-bar"></div>
<div class="title-container">
<h1>ALIMENTARI<br>PICCOLO</h1>
<p>意大利餐吧 · 番禺路</p>
</div>
</div>
</body>
</html>