Skip to content

Commit

Permalink
chore(demo): drop logo files duplications (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Oct 2, 2023
1 parent 71739e1 commit c6f19db
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 951 deletions.
5 changes: 5 additions & 0 deletions apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"glob": "**/*",
"input": "node_modules/@taiga-ui/icons/src",
"output": "assets/taiga-ui/icons"
},
{
"glob": "**/logo.svg",
"input": "libs/",
"output": "assets/logos/"
}
]
},
Expand Down
30 changes: 15 additions & 15 deletions apps/demo/src/app/pages/home/home-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2>Common</h2>
with Angular
</div>
<img
src="assets/images/common.svg"
src="assets/logos/common/logo.svg"
width="64"
height="64"
alt="Common utils logo"
Expand All @@ -21,7 +21,7 @@ <h2>Universal</h2>
with Angular Universal
</div>
<img
src="assets/images/universal.svg"
src="assets/logos/universal/logo.svg"
width="64"
height="64"
alt="Universal logo"
Expand All @@ -40,7 +40,7 @@ <h2>Audio</h2>
with Angular
</div>
<img
src="assets/images/audio.svg"
src="assets/logos/audio/logo.svg"
width="64"
height="64"
alt="Web Audio API logo"
Expand All @@ -55,7 +55,7 @@ <h2>Canvas</h2>
with Angular
</div>
<img
src="assets/images/canvas.svg"
src="assets/logos/canvas/logo.svg"
width="64"
height="64"
alt="Canvas API logo"
Expand All @@ -74,7 +74,7 @@ <h2>Geolocation</h2>
with Angular
</div>
<img
src="assets/images/geolocation.svg"
src="assets/logos/geolocation/logo.svg"
width="64"
height="64"
alt="Geolocation API logo"
Expand All @@ -93,7 +93,7 @@ <h2>Intersection Observer</h2>
with Angular
</div>
<img
src="assets/images/intersection-observer.svg"
src="assets/logos/intersection-observer/logo.svg"
width="64"
height="64"
alt="Intersection Observer API logo"
Expand All @@ -112,7 +112,7 @@ <h2>MIDI</h2>
with Angular
</div>
<img
src="assets/images/midi.svg"
src="assets/logos/midi/logo.svg"
width="64"
height="64"
alt="Web MIDI API logo"
Expand All @@ -127,7 +127,7 @@ <h2>Mutation Observer</h2>
with Angular
</div>
<img
src="assets/images/mutation-observer.svg"
src="assets/logos/mutation-observer/logo.svg"
width="64"
height="64"
alt="Mutation Observer API logo"
Expand All @@ -146,7 +146,7 @@ <h2>Payment Request</h2>
with Angular
</div>
<img
src="assets/images/payment-request.svg"
src="assets/logos/payment-request/logo.svg"
width="64"
height="64"
alt="Payment Request API logo"
Expand All @@ -164,7 +164,7 @@ <h2>Permissions</h2>
<strong>Permissions API</strong>
</div>
<img
src="assets/images/permissions.svg"
src="assets/logos/permissions/logo.svg"
width="64"
height="64"
alt="Permissions API logo"
Expand All @@ -183,7 +183,7 @@ <h2>Resize Observer</h2>
with Angular
</div>
<img
src="assets/images/resize-observer.svg"
src="assets/logos/resize-observer/logo.svg"
width="64"
height="64"
alt="Resize Observer API logo"
Expand All @@ -198,7 +198,7 @@ <h2>Speech</h2>
with Angular
</div>
<img
src="assets/images/speech.svg"
src="assets/logos/speech/logo.svg"
width="64"
height="64"
alt="Web Speech API logo"
Expand All @@ -213,7 +213,7 @@ <h2>Storage</h2>
with Angular
</div>
<img
src="assets/images/storage.svg"
src="assets/logos/storage/logo.svg"
width="64"
height="64"
alt="Web Storage API logo"
Expand All @@ -228,7 +228,7 @@ <h2>Workers</h2>
as RxJS Observables with Angular
</div>
<img
src="assets/images/workers.svg"
src="assets/logos/workers/logo.svg"
width="64"
height="64"
alt="Worker API logo"
Expand All @@ -243,7 +243,7 @@ <h2>View Transition</h2>
with Angular
</div>
<img
src="assets/images/view-transition.svg"
src="assets/logos/view-transition/logo.svg"
width="64"
height="64"
alt="View transition API logo"
Expand Down
6 changes: 3 additions & 3 deletions apps/demo/src/app/pages/speech/speech-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>More from @ng-web-apis</h2>
>
<h3>Workers</h3>
<img
src="https://ng-web-apis.github.io/dist/assets/images/workers.svg"
src="assets/logos/workers/logo.svg"
width="64"
height="64"
alt="Worker API logo"
Expand All @@ -72,7 +72,7 @@ <h3>Workers</h3>
>
<h3>Canvas</h3>
<img
src="https://ng-web-apis.github.io/dist/assets/images/canvas.svg"
src="assets/logos/canvas/logo.svg"
width="64"
height="64"
alt="Worker API logo"
Expand All @@ -87,7 +87,7 @@ <h3>Canvas</h3>
>
<h3>Audio</h3>
<img
src="https://ng-web-apis.github.io/dist/assets/images/audio.svg"
src="assets/logos/audio/logo.svg"
width="64"
height="64"
alt="Worker API logo"
Expand Down
59 changes: 0 additions & 59 deletions apps/demo/src/assets/images/audio.svg

This file was deleted.

36 changes: 0 additions & 36 deletions apps/demo/src/assets/images/canvas.svg

This file was deleted.

67 changes: 0 additions & 67 deletions apps/demo/src/assets/images/common.svg

This file was deleted.

59 changes: 0 additions & 59 deletions apps/demo/src/assets/images/geolocation.svg

This file was deleted.

Loading

0 comments on commit c6f19db

Please sign in to comment.