compilerla / compiler.la

Compiler's website
https://compiler.la
Apache License 2.0
4 stars 2 forks source link

Feat: create redirects for logo files #235

Open angela-tran opened 1 month ago

angela-tran commented 1 month ago

Closes #168

/logo-dark goes to the logo with dark text /logo-light goes to the logo with light text

netlify[bot] commented 1 month ago

Deploy Preview for compilerla ready!

Name Link
Latest commit 40e151ad7250219880be417a54035caea6315bfc
Latest deploy log https://app.netlify.com/sites/compilerla/deploys/66a3e67274fd24000848ce08
Deploy Preview https://deploy-preview-235--compilerla.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

angela-tran commented 1 month ago

Preview:

https://deploy-preview-235--compilerla.netlify.app/logo-dark https://deploy-preview-235--compilerla.netlify.app/logo-light

angela-tran commented 1 month ago

@angela-tran what do you think about, instead of having each of these logos with their own redirect, we create a single page called /brand with a table of each logo option? We can eventually use this as an external "brand kit" type page, and for now it will serve the use case of #168.

This is similar to the idea in #49 too, but more for an external audience whereas the style guide is more an internal/website team audience.

I like this idea. A single page that fulfills multiple use cases sounds better to me!