Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
feat: add framework logos where available (#802)
Browse files Browse the repository at this point in the history
* feat: add Gatsby logo to returned framework info

* refactor: rename logos, move them into site

* refactor: deploy site containing only logo assets

remove react app since we are no longer using it

* chore(deps): remove webpack

Shouldn't need it anymore with the react example site removed

* feat: update gatsby logos to use URL

* test(ci): remove command for building browser

* test: remove cypress

also remove packages that were being used in the original test site, but are now not being used

* fix: revert changes that supported use of module in browser

there's an area within the netlify UI that uses this package and the earlier changes broke it

* feat: add framework logos where available

* feat: update stencil logo

Use SVG from press kit rather than PNG from the Github project

* test: update snapshots

* feat: allow the use of non-production URLs

* style: lint fixes

* refactor: update all the logo urls to use DEPLOY_PRIME_URL

* fix: forgot to regenerate lockfile when merging with main

* fix: update reference for the stencil logo

* test: fix the snapshots which accidentally used a test site for the snapshot url rather than prod
  • Loading branch information
ericapisani committed Aug 9, 2022
1 parent 2a1ee73 commit a6a1a22
Show file tree
Hide file tree
Showing 101 changed files with 6,700 additions and 2 deletions.
16 changes: 16 additions & 0 deletions assets/logos/angular/default.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logos/assemble/default.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/logos/astro/dark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/logos/astro/light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/logos/blitz/dark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/logos/blitz/light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions assets/logos/brunch/default.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/logos/cecil/default.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6a1a22

Please sign in to comment.