Spaces:
Running
Running
Upload index.html
Browse files- index.html +16 -46
index.html
CHANGED
|
@@ -356,8 +356,6 @@
|
|
| 356 |
<canvas id="resultChart"></canvas>
|
| 357 |
</div>
|
| 358 |
</div>
|
| 359 |
-
</div>
|
| 360 |
-
</div>
|
| 361 |
|
| 362 |
<!-- QR Code 放大顯示遮罩 -->
|
| 363 |
<div id="qrModal" style="display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.95); z-index: 9999; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; backdrop-filter: blur(5px);">
|
|
@@ -1311,65 +1309,37 @@
|
|
| 1311 |
<!-- 頁尾宣告資訊區 -->
|
| 1312 |
<style>
|
| 1313 |
.footer-credit {
|
| 1314 |
-
position: fixed;
|
| 1315 |
-
bottom: 20px;
|
| 1316 |
-
right: 20px;
|
| 1317 |
text-align: right;
|
| 1318 |
-
color: rgba(
|
| 1319 |
-
font-size: 0.
|
| 1320 |
-
|
| 1321 |
-
|
| 1322 |
-
|
| 1323 |
-
|
| 1324 |
-
border-radius: 1rem;
|
| 1325 |
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
| 1326 |
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
|
| 1327 |
-
transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
|
| 1328 |
}
|
| 1329 |
.footer-credit:hover {
|
| 1330 |
-
|
| 1331 |
-
border-color: rgba(252, 211, 77, 0.3);
|
| 1332 |
-
transform: translateY(-3px);
|
| 1333 |
-
box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.6);
|
| 1334 |
}
|
| 1335 |
.footer-link {
|
| 1336 |
-
color:
|
| 1337 |
-
text-decoration:
|
| 1338 |
-
|
| 1339 |
-
transition: color 0.2s, text-shadow 0.2s;
|
| 1340 |
-
position: relative;
|
| 1341 |
-
}
|
| 1342 |
-
.footer-link::after {
|
| 1343 |
-
content: '';
|
| 1344 |
-
position: absolute;
|
| 1345 |
-
width: 100%;
|
| 1346 |
-
transform: scaleX(0);
|
| 1347 |
-
height: 1px;
|
| 1348 |
-
bottom: -2px;
|
| 1349 |
-
left: 0;
|
| 1350 |
-
background-color: #fcd34d;
|
| 1351 |
-
transform-origin: bottom right;
|
| 1352 |
-
transition: transform 0.25s ease-out;
|
| 1353 |
}
|
| 1354 |
.footer-link:hover {
|
| 1355 |
-
color: #
|
| 1356 |
-
text-shadow: 0 0 8px rgba(253, 224, 71, 0.6);
|
| 1357 |
-
}
|
| 1358 |
-
.footer-link:hover::after {
|
| 1359 |
-
transform: scaleX(1);
|
| 1360 |
-
transform-origin: bottom left;
|
| 1361 |
}
|
| 1362 |
</style>
|
| 1363 |
<div class="footer-credit">
|
| 1364 |
-
<div style="margin-bottom:
|
| 1365 |
-
程式設計:新竹縣精華國中
|
| 1366 |
</div>
|
| 1367 |
-
<div style="margin-bottom:
|
| 1368 |
教育社群:<a href="https://www.facebook.com/groups/1554372228718393" target="_blank" class="footer-link">萬物皆數</a>
|
| 1369 |
</div>
|
| 1370 |
<div>
|
| 1371 |
-
Pi-search 使用
|
| 1372 |
</div>
|
| 1373 |
</div>
|
|
|
|
| 1374 |
</body>
|
| 1375 |
</html>
|
|
|
|
| 356 |
<canvas id="resultChart"></canvas>
|
| 357 |
</div>
|
| 358 |
</div>
|
|
|
|
|
|
|
| 359 |
|
| 360 |
<!-- QR Code 放大顯示遮罩 -->
|
| 361 |
<div id="qrModal" style="display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.95); z-index: 9999; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; backdrop-filter: blur(5px);">
|
|
|
|
| 1309 |
<!-- 頁尾宣告資訊區 -->
|
| 1310 |
<style>
|
| 1311 |
.footer-credit {
|
|
|
|
|
|
|
|
|
|
| 1312 |
text-align: right;
|
| 1313 |
+
color: rgba(255, 255, 255, 0.3);
|
| 1314 |
+
font-size: 0.85rem;
|
| 1315 |
+
padding: 2rem 0;
|
| 1316 |
+
margin-top: 2rem;
|
| 1317 |
+
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
| 1318 |
+
transition: color 0.3s;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1319 |
}
|
| 1320 |
.footer-credit:hover {
|
| 1321 |
+
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
|
|
|
|
|
| 1322 |
}
|
| 1323 |
.footer-link {
|
| 1324 |
+
color: inherit;
|
| 1325 |
+
text-decoration: underline;
|
| 1326 |
+
transition: color 0.2s;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1327 |
}
|
| 1328 |
.footer-link:hover {
|
| 1329 |
+
color: #fcd34d;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1330 |
}
|
| 1331 |
</style>
|
| 1332 |
<div class="footer-credit">
|
| 1333 |
+
<div style="margin-bottom: 4px;">
|
| 1334 |
+
程式設計:新竹縣精華國中 藍星宇
|
| 1335 |
</div>
|
| 1336 |
+
<div style="margin-bottom: 4px;">
|
| 1337 |
教育社群:<a href="https://www.facebook.com/groups/1554372228718393" target="_blank" class="footer-link">萬物皆數</a>
|
| 1338 |
</div>
|
| 1339 |
<div>
|
| 1340 |
+
Pi-search 使用資料:<a href="https://www.angio.net/pi/" target="_blank" class="footer-link">angio.net/pi/</a>
|
| 1341 |
</div>
|
| 1342 |
</div>
|
| 1343 |
+
</div>
|
| 1344 |
</body>
|
| 1345 |
</html>
|