feat(header): add favicon logo symbol and update brand text

- Add animated agent network favicon logo symbol to header brand link
- Update brand typography to ANL and AI Agent Networking LAB
- Update E2E test assertions for the updated header branding
This commit is contained in:
2026-08-21 12:54:15 +09:00
parent 1b84803582
commit 184ff8263c
2 changed files with 36 additions and 9 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ class TestANLHomepageE2E(unittest.TestCase):
html = self.read_html("index.html")
# 1. Brand & Header titles
self.assertIn("AI 에이전트 네트워크 연구실", html)
self.assertIn("AI Agent Networking Lab (ANL)", html)
self.assertIn("ANL", html)
self.assertIn("AI Agent Networking LAB", html)
# 2. Research Areas keywords
self.assertIn("Quick UDP Internet Connection (QUIC)", html)