Skip to content

Commit 67d2fb8

Browse files
alfredangclaude
andcommitted
feat: add powered-by footer for Tertiary Infotech Academy
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 104c87a commit 67d2fb8

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ <h3>Edit Question</h3>
109109
2. For local dev: rename firebase-config.local.js to firebase-config.js
110110
or use the local dev server script below
111111
-->
112+
<footer class="site-footer">
113+
Powered by Tertiary Infotech Academy Pte Ltd
114+
</footer>
115+
112116
<script src="firebase-config.js"></script>
113117
<script src="app.js"></script>
114118
</body>

styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,3 +572,12 @@ input, textarea {
572572

573573
@keyframes toastIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
574574
@keyframes toastOut { from { opacity: 1; } to { opacity: 0; } }
575+
576+
/* ===== FOOTER ===== */
577+
.site-footer {
578+
text-align: center;
579+
padding: 16px;
580+
font-size: 0.75rem;
581+
color: var(--text-muted);
582+
letter-spacing: 0.02em;
583+
}

0 commit comments

Comments
 (0)