Skip to content

Commit ab3e42f

Browse files
committed
feat: add beta banner to inform users about the ongoing public testing phase
1 parent 98479fd commit ab3e42f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/templates/base.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,18 @@
147147
}
148148
.footer a { color: #3b9838; text-decoration: none; }
149149
.footer a:hover { text-decoration: underline; }
150+
.beta-banner {
151+
background: #fffbeb;
152+
border-bottom: 1px solid #f6d860;
153+
padding: 10px 20px;
154+
text-align: center;
155+
font-size: 13px;
156+
color: #7c5c00;
157+
line-height: 1.6;
158+
}
159+
.beta-banner strong {
160+
color: #5a4000;
161+
}
150162
@media (max-width: 560px) {
151163
.card { padding: 24px 20px; }
152164
}
@@ -162,6 +174,9 @@
162174
<h1><a href="/">Newsletter</a></h1>
163175
</div>
164176
</header>
177+
<div class="beta-banner">
178+
<strong>&#x1F6A7; 限時公測中</strong>|本系統目前處於公測階段,預計於 <strong>3 月 2 日</strong>匯入舊系統訂閱資料並正式上線。<strong>公測期間訂閱的資料將不會保留</strong>,正式上線後請重新訂閱。
179+
</div>
165180
<main class="main">
166181
{% block content %}{% endblock %}
167182
</main>

0 commit comments

Comments
 (0)