Files
compiler-explorer/views/logo.pug
2025-06-28 14:01:36 +02:00

9 lines
745 B
Plaintext

a.navbar-brand(href=httpRoot title="Compiler Explorer", style="position: relative")
img(src=staticRoot + "site-logo.svg" alt="Compiler Explorer logo" height="50" width="165")
if extraBodyClass === "beta"
img(src=staticRoot + "site-logo-beta.svg" alt="Compiler Explorer logo (beta)" height="50" width="165" style="position: absolute; top: 0; right: 0;")
else if extraBodyClass === "staging"
img(src=staticRoot + "site-logo-staging.svg" alt="Compiler Explorer logo (staging)" height="50" width="165" style="position: absolute; top: 0; right: 0;")
else if extraBodyClass === "dev"
img(src=staticRoot + "site-logo-dev.svg" alt="Compiler Explorer logo (dev)" height="50" width="165" style="position: absolute; top: 0; right: 0;")