diff options
| author | Yuren Hao <97327730+YurenHao0426@users.noreply.github.com> | 2026-07-30 14:55:00 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 14:55:00 +0700 |
| commit | 1f62b37b2b93e3563bab970d0f280889e38849d2 (patch) | |
| tree | c600d6d584dce118989d6d2aa74e6fa60a03feb0 | |
| parent | c888e54d7e1f5d8d30406ea5b0b6bafb4cdf9f22 (diff) | |
Restore project team credits (#3)
| -rw-r--r-- | index.html | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -230,6 +230,15 @@ font-size: 13px; } + .hero-byline span { + display: block; + } + + .hero-byline .affiliations { + margin-top: 3px; + font-size: 11px; + } + .system-card { position: relative; min-height: 500px; @@ -1136,7 +1145,8 @@ <a class="button button-secondary" href="#program">What funding unlocks</a> </div> <p class="hero-byline"> - Yuren Hao · University of Illinois Urbana-Champaign + <span>Yuren Hao · Xiang Wan · Alexi Gladstone · Zeyi Liu · ChengXiang Zhai</span> + <span class="affiliations">University of Illinois Urbana-Champaign · Stanford University</span> </p> </div> @@ -1456,7 +1466,7 @@ <footer> <div class="footer-grid wrap"> - <p>Yuren Hao · University of Illinois Urbana-Champaign · yurenh2@illinois.edu</p> + <p>EPT-LM · University of Illinois Urbana-Champaign & Stanford University · yurenh2@illinois.edu</p> <div class="footer-links"> <a href="mailto:yurenh2@illinois.edu?subject=EPT-LM%20technical%20materials">Request technical materials</a> <a href="#top">Back to top</a> |
